Ed Sabol
|
6841bf1b37
Fix strncpy() warning in libgearman/run.cc when compiling with gcc 8
|
5 years ago |
Tuukka Pasanen
|
2dd6671dd6
Add comment: '/* fall-thru */' to needed places for preventing fall through error in GCC7 and above
|
5 years ago |
Felix Aronsson
|
585a04ec35
Add guards to only use pragmas on GCC 7+
|
6 years ago |
Felix Aronsson
|
f82fad8257
Add GCC pragmas to only warn on implicit fallthru
|
6 years ago |
Brian Aker
|
fee1608399
Fix bug where a single host failure can cause an exception to not be propogated (or... where we skip sending the exception).
|
11 years ago |
Brian Aker
|
271c36f1a3
Update error (heading toward better task errors).
|
11 years ago |
Brian Aker
|
d5dca8c27e
Merge of trunk.
|
11 years ago |
Brian Aker
|
125069c2d8
Merge.
|
11 years ago |
Brian Aker
|
5fd08bf66c
First pass in task.
|
11 years ago |
Brian Aker
|
3d5a885ef8
This fixes the return rc for background jobs.
|
11 years ago |
Brian Aker
|
52a4ba4c84
This fixes the return rc for background jobs.
|
11 years ago |
Brian Aker
|
ff0122e79f
Next pass through cleaning up how job/exception is handled.
|
11 years ago |
Brian Aker
|
97330e5f9f
Next pass through cleaning up how job/exception is handled.
|
11 years ago |
Brian Aker
|
0f3195680b
Fix issue around when we re-enter loop for GEARMAN_TASK_STATE_EXCEPTION (this is now correct... but the original code was fine as well).
|
11 years ago |
Brian Aker
|
117a3a41f8
GEARMAN_TASK_STATE_EXCEPTION was not in the correct position (which would have been harmless).
|
11 years ago |
Brian Aker
|
f9fa977c4b
Part 1, make more of connection private.
|
11 years ago |
Brian Aker
|
e59f58a918
Additional testing for exceptions..
|
11 years ago |
Brian Aker
|
3f1f7f2282
Updates for handling exceptions.
|
11 years ago |
Brian Aker
|
1ece23e465
Merge 1.0 tree.
|
11 years ago |
Brian Aker
|
eb470c4e62
Merge 1.0
|
11 years ago |
Brian Aker
|
b6223d001b
Merge 1.0 tree.
|
12 years ago |
Brian Aker
|
5187d9f698
Execute do/task status calls so that the event loop exits immediatly on their completion.
|
12 years ago |
Brian Aker
|
0f106a1310
Merge 1.0 tree.
|
12 years ago |
Brian Aker
|
fb60497c4d
Fix remaining usages of config.h
|
12 years ago |
Brian Aker
|
f3baa57056
Style fix on config.h.
|
12 years ago |
Brian Aker
|
5d5fec128a
Partial client
|
12 years ago |
Brian Aker
|
b1541f4b29
Update to shell around task.
|
12 years ago |
Brian Aker
|
3c98332d0d
Fix more cases around warnings, update manual.
|
12 years ago |
Brian Aker
|
e25530a71d
Update to fix issues around unique lookup.
|
12 years ago |
Brian Aker
|
da809e0846
Cppcheck fixes. First pass
|
12 years ago |
Brian Aker
|
816ed295a0
Update for status data.
|
12 years ago |
Brian Aker
|
93edb5d994
Updated for unique interface.
|
12 years ago |
Brian Aker
|
3730290b70
More error output to look for user inserting bad tasks: https://bugs.launchpad.net/gearmand/+bug/951574
|
12 years ago |
Brian Aker
|
f41d7929fb
Update all files for config.h
|
12 years ago |
Brian Aker
|
17f851a80d
Fix error messages.
|
12 years ago |
Brian Aker
|
a69a2f17df
Test failure fix
|
13 years ago |
Brian Aker
|
f6a7f6a6f3
Merge in version of interface for libgearman
|
13 years ago |
Brian Aker
|
f8d6d8d97e
Fix for lp:785203 (PHP client issue).
|
13 years ago |
Brian Aker
|
f7275bd360
Fix issue where GEARMAN_COULD_NOT_CONNECT was not causing the client to reset (so you couldn't try for a second time).
|
13 years ago |
Brian Aker
|
7829a35b19
Fix it so that is_known and is_running are a bit more accurate.
|
13 years ago |
Brian Aker
|
5506577879
Fix for lp:783141, task will now be set as failed if it runs out of connections to try.
|
13 years ago |
Brian Aker
|
d7a3987b78
Merge in split of task run out to its own file.
|
13 years ago |