Brian Aker
|
5f043614e9
Fix issue with errno not responding correctly.
|
12 years ago |
Brian Aker
|
afdefb9005
Add gearman_job_error() interface.
|
12 years ago |
Brian Aker
|
c33faf241b
Use pre-allocated structure so that we only need to do one malloc most of the time.
|
12 years ago |
Brian Aker
|
f89c83d035
Fix cases where we are looking for allocated where it would always now be true.
|
12 years ago |
Brian Aker
|
e88cba9d3c
Update for universal now being hidden.
|
12 years ago |
Brian Aker
|
f56036ea63
Updating to shell worker interface.
|
12 years ago |
Brian Aker
|
3c98332d0d
Fix more cases around warnings, update manual.
|
12 years ago |
Brian Aker
|
6495a0b799
Fixes bad allocation bug.
|
12 years ago |
Brian Aker
|
d89d683226
Straighten up the headers, fix some cases where we had a few things out of order.
|
12 years ago |
Brian Aker
|
71ca1688bb
This fixes a number of corner cases around bad IO.
|
12 years ago |
Brian Aker
|
da809e0846
Cppcheck fixes. First pass
|
12 years ago |
Brian Aker
|
dbd183fa8a
Add additional tests around value returned by worker functions.
|
12 years ago |
Brian Aker
|
0e9d0f7888
This fixes bug from SHUTDOWN error when it is returned.
|
12 years ago |
Brian Aker
|
31f70f3b7e
Update safety logic around packet in function.
|
13 years ago |
Brian Aker
|
f41d7929fb
Update all files for config.h
|
13 years ago |
Brian Aker
|
edce1deabc
Update tests/add both a client and worker identifier call (i.e. add in API bit not currently supported).
|
13 years ago |
Brian Aker
|
b3c201678b
Fix for lp:922832
|
13 years ago |
Brian Aker
|
524e3b5e6b
Add res to worker.
|
13 years ago |
Brian Aker
|
17f851a80d
Fix error messages.
|
13 years ago |
Brian Aker
|
9e90e7858d
Add API call for cloning a new worker for use from a Job.
|
13 years ago |
Brian Aker
|
94b7d0fe76
Ignore SIGPIPE for the pipe.
|
13 years ago |
Brian Aker
|
e630b7663a
Fix client pipe issue, and refactor one test for readability.
|
13 years ago |
Brian Aker
|
a69a2f17df
Test failure fix
|
13 years ago |
Brian Aker
|
e644769ca5
Adding in first pass of kill api.
|
13 years ago |
Brian Aker
|
5153f855bc
From laptop
|
13 years ago |
Brian Aker
|
f6a7f6a6f3
Merge in version of interface for libgearman
|
13 years ago |
Brian Aker
|
fb9820d493
Test cases for 833394
|
13 years ago |
Brian Aker
|
f90f5f2360
Merge in hostile/setup test for random open socket issue.
|
13 years ago |
Brian Aker
|
c6f844925c
Full framework
|
13 years ago |
Brian Aker
|
3c187288c1
1) Update tests so that we have a single notion of port.
|
13 years ago |
Brian Aker
|
453a8e2109
Update default around looking up work.
|
13 years ago |
Brian Aker
|
9167c19626
Timeout change/additional test to check this. SO_KEEPALIVE is now applied to sockets.
|
13 years ago |
Brian Aker
|
28bee728ef
Include unittest, updated benchmark, and added "workers" to gearadmin
|
13 years ago |
Brian Aker
|
5b1bd8ca2e
Merge in my tree, plus updates to docs.
|
13 years ago |
Brian Aker
|
989dad4699
Merge in local fixes (which includes new allocator, worker shutdown,...)
|
13 years ago |
Brian Aker
|
4745b1d452
Merge in fix for naming.
|
13 years ago |
Brian Aker
|
2271c0e195
Refactor out gearman_worker_error_t, update more parts of the documentation.
|
13 years ago |
Brian Aker
|
9fd2ff4e09
Fix a valgrind issue in the tests, and switch the design over for gearman_worker_define_function().
|
13 years ago |
Brian Aker
|
67fd296a2d
Fix reset for worker_work().
|
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
|
436b12ba05
Merge in additional docs.
|
13 years ago |
Brian Aker
|
5cdf022caf
Fix more documentation, better name the return types for workers.
|
13 years ago |
Brian Aker
|
4a39a1f240
Fix assert, increase the number of times we run burnin.
|
13 years ago |
Brian Aker
|
25a8e21587
Merge clarification of method names for recv.
|
13 years ago |
Brian Aker
|
dc95495eb0
Merge in fix for map reduce job failing.
|
13 years ago |
Brian Aker
|
8af4130e81
Merge in namespace support.
|
13 years ago |
Brian Aker
|
1c4b4fb9e3
Cleanup calling functions such that if the first parameter is missing that we don't see a crash.
|
13 years ago |
Brian Aker
|
bbbc9e338c
Adding reducer test for failure cases.
|
13 years ago |
Brian Aker
|
9fdefac14c
Remove dead test.
|
13 years ago |
Brian Aker
|
3da07c6697
Merge in basic function/mapper
|
13 years ago |