.. |
function
|
5ddf48998a
Restructure code so that a worker copies functions when cloned.
|
11 years ago |
interface
|
f1504398b7
Issue #63: libgearman patch to support SSL connections in Gearman PHP library
|
5 years ago |
protocol
|
1750815a2e
Re-enable code that checks for options immediatly.
|
11 years ago |
actions.cc
|
271c36f1a3
Update error (heading toward better task errors).
|
11 years ago |
actions.hpp
|
cf078858a0
Fix final bits to the client interface.
|
12 years ago |
add.cc
|
5ac05c431a
Gcc 8+ and 11 fixes (#350)
|
2 years ago |
add.hpp
|
e7cd4d8f56
More updates to remove impl()
|
11 years ago |
aggregator.cc
|
fb60497c4d
Fix remaining usages of config.h
|
12 years ago |
aggregator.hpp
|
da65696c4d
Encapsulate the arguments for aggregate functions.
|
13 years ago |
allocator.cc
|
fd6b3045e8
Slight switch in call semantics.
|
11 years ago |
allocator.hpp
|
2294b1095a
MErge of 1.0 tree.
|
11 years ago |
argument.cc
|
fb60497c4d
Fix remaining usages of config.h
|
12 years ago |
assert.hpp
|
3a1979b3d4
Fix for abort being called without abort.
|
11 years ago |
backtrace.cc
|
4418d1059d
Update gearman_connection_create()
|
11 years ago |
backtrace.hpp
|
31f70f3b7e
Update safety logic around packet in function.
|
12 years ago |
byteorder.cc
|
fb05e80af2
Fix building on MacOS
|
7 years ago |
byteorder.h
|
fb05e80af2
Fix building on MacOS
|
7 years ago |
check.cc
|
581f757f59
Fixing basic CodeQL alerts (#384)
|
11 months ago |
check.h
|
412b7e3fe0
OSX build fixes.
|
11 years ago |
client.cc
|
f1504398b7
Issue #63: libgearman patch to support SSL connections in Gearman PHP library
|
5 years ago |
client.h
|
6fb3cd7aaf
More client work.
|
11 years ago |
client.hpp
|
2833e6725f
Commit current work.
|
11 years ago |
command.cc
|
fb05e80af2
Fix building on MacOS
|
7 years ago |
command.gperf
|
944c188dbe
Remove impl() usage from Job.
|
11 years ago |
command.h
|
fb05e80af2
Fix building on MacOS
|
7 years ago |
common.h
|
fb05e80af2
Fix building on MacOS
|
7 years ago |
connection.cc
|
c00b20761d
Removed more calls to ERR_peek_last_error()
|
5 years ago |
connection.hpp
|
a114671794
delete gearman_connection_st& operator=(const gearman_connection_st&)
|
6 years ago |
do.cc
|
5d5cf65276
Fix typos found by Debian lintian
|
8 years ago |
do.hpp
|
8af4130e81
Merge in namespace support.
|
13 years ago |
error.cc
|
bc26bd132b
Clarify how failure works for errno on write/read
|
11 years ago |
error.hpp
|
d4b8fb0c65
Require errno be passed for perror
|
11 years ago |
error_code.cc
|
fb05e80af2
Fix building on MacOS
|
7 years ago |
error_code.gperf
|
bde4dc55a5
Fix the error return on commands from server to display the right error.
|
11 years ago |
error_code.h
|
bee64190de
Cleanup of error codes from server (first pass).
|
11 years ago |
execute.cc
|
1750815a2e
Re-enable code that checks for options immediatly.
|
11 years ago |
function.cc
|
fb60497c4d
Fix remaining usages of config.h
|
12 years ago |
gearman.cc
|
fb60497c4d
Fix remaining usages of config.h
|
12 years ago |
gearman.h
|
f6a7f6a6f3
Merge in version of interface for libgearman
|
13 years ago |
include.am
|
fb05e80af2
Fix building on MacOS
|
7 years ago |
is.hpp
|
f56036ea63
Updating to shell worker interface.
|
12 years ago |
job.cc
|
fb05e80af2
Fix building on MacOS
|
7 years ago |
job.h
|
944c188dbe
Remove impl() usage from Job.
|
11 years ago |
job.hpp
|
75cdccdc78
Added gearmnan_job_use_client()
|
11 years ago |
kill.cc
|
02c25419de
Fix for poll sizeof().
|
11 years ago |
log.cc
|
5b695e6904
Added tests for checking that the server was using retry. Added new API call to determine if a client has active tasks.
|
11 years ago |
log.hpp
|
2614c40dff
Fork check.
|
11 years ago |
magic.h
|
392da7c247
Fix rename issue.
|
11 years ago |
ostream.hpp
|
bde4dc55a5
Fix the error return on commands from server to display the right error.
|
11 years ago |
packet.cc
|
0d3ca53179
Trivial misspelling fix in libgearman/packet.cc
|
2 years ago |
packet.hpp
|
986734d136
Update submit protocol.
|
11 years ago |
parse.cc
|
fb60497c4d
Fix remaining usages of config.h
|
12 years ago |
pipe.cc
|
33abbbee98
Extend hostfile for close(), add a native means to test for valgrind,...
|
11 years ago |
pipe.h
|
d89d683226
Straighten up the headers, fix some cases where we had a few things out of order.
|
12 years ago |
result.cc
|
d22902c839
Fix more warnings.
|
11 years ago |
result.hpp
|
6046d2bcaa
Update and split out C interface from vector.
|
11 years ago |
run.cc
|
6841bf1b37
Fix strncpy() warning in libgearman/run.cc when compiling with gcc 8
|
5 years ago |
run.hpp
|
b1541f4b29
Update to shell around task.
|
12 years ago |
server_options.cc
|
0c934fff73
Issue #246: Support gcc 4.8.5/CentOS 7
|
5 years ago |
server_options.hpp
|
8bf18441a6
delete gearman_server_options_st& operator=(const gearman_server_options_st&)
|
6 years ago |
ssl.h
|
106b14078b
Change CyaSSL to wolfSSL
|
7 years ago |
status.cc
|
fb60497c4d
Fix remaining usages of config.h
|
12 years ago |
status.hpp
|
d6c5c49fc1
Update on status structure.
|
12 years ago |
strcommand.h
|
0e5b92b0a3
More cleanup from ssl testing.
|
11 years ago |
strerror.cc
|
88f56cbe2c
Complete fix for WORK_EXCEPTION.
|
11 years ago |
string.cc
|
fb60497c4d
Fix remaining usages of config.h
|
12 years ago |
string.hpp
|
9e90e7858d
Add API call for cloning a new worker for use from a Job.
|
13 years ago |
task.cc
|
ab5cedf4a6
Remove requirement around tracking init in Task. Also! Found and fixed incredibly rare bug which would cause ABRT during a free of gearman_task_st (this might have only been observable via hostile).
|
11 years ago |
task.hpp
|
703de271c6
Update interface for client to be given to task.
|
11 years ago |
task_attr.cc
|
61a71ebf93
Check for impl during task loop.
|
11 years ago |
task_attr.h
|
5aa4cde97e
Update docs for setting worker identifier.
|
12 years ago |
unique.cc
|
e7aa2faa8f
Adding support for deriving the unique value based on the data that is supplied by the client.
|
12 years ago |
unique.hpp
|
986734d136
Update submit protocol.
|
11 years ago |
universal.cc
|
f1504398b7
Issue #63: libgearman patch to support SSL connections in Gearman PHP library
|
5 years ago |
universal.hpp
|
f1504398b7
Issue #63: libgearman patch to support SSL connections in Gearman PHP library
|
5 years ago |
uuid.cc
|
afa73ba0ee
First pass through having workers be able to identify on connection.
|
11 years ago |
uuid.hpp
|
afa73ba0ee
First pass through having workers be able to identify on connection.
|
11 years ago |
vector.cc
|
70aa578525
Fix gcc diag
|
11 years ago |
vector.h
|
6046d2bcaa
Update and split out C interface from vector.
|
11 years ago |
vector.hpp
|
c5078fd1f7
gearman_vector_st refactoring
|
6 years ago |
worker.cc
|
2dd6671dd6
Add comment: '/* fall-thru */' to needed places for preventing fall through error in GCC7 and above
|
5 years ago |
worker.hpp
|
5ddf48998a
Restructure code so that a worker copies functions when cloned.
|
11 years ago |