Ed Sabol
|
d2c0bbb4a3
Removed calls to ERR_peek_last_error()
|
5 years ago |
Ed Sabol
|
f3d525e82b
Untabify some stray tabs
|
5 years ago |
Ed Sabol
|
f1504398b7
Issue #63: libgearman patch to support SSL connections in Gearman PHP library
|
5 years ago |
Ed Sabol
|
19fc0fcdec
Fixed bug in SSL error logging (Issue #235)
|
5 years ago |
Tuukka Pasanen
|
7744c980a6
OpenSSL fall through warnings with GCC 8 should be fixed
|
6 years ago |
Tuukka Pasanen
|
2dd6671dd6
Add comment: '/* fall-thru */' to needed places for preventing fall through error in GCC7 and above
|
6 years ago |
Ed Sabol
|
ab24bb0f03
Fix '-Wimplicit-fallthrough' compilation issue with gcc 7/8 when SSL is enabled
|
6 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 |
Clint Byrum
|
106b14078b
Change CyaSSL to wolfSSL
|
7 years ago |
Brian Aker
|
b95ad5cf84
Update SSL code.
|
11 years ago |
Brian Aker
|
190626a1eb
SSL error update
|
11 years ago |
Brian Aker
|
4cf83c7b79
Further update ssl-errors
|
11 years ago |
Brian Aker
|
258bafe09b
Further refine errors from SSL
|
11 years ago |
Brian Aker
|
b17fa2c6d8
Additional SSL cleanup.
|
11 years ago |
David Shrewsbury
|
de3c2ed9a0
Fix warning message to actually include errno
|
11 years ago |
Brian Aker
|
68d9a43365
Additional SSL cleanup (possibly memory leak fixed for _ssl not free'd).
|
11 years ago |
Continuous Integration
|
48dd88ad75
Merge lp:~brianaker/gearmand/pipe2-regression Build: jenkins-Gearmand-783
|
11 years ago |
Brian Aker
|
8ad0f11f73
Add warning with perror interface. Fix regression in systems that lack pipe2().
|
11 years ago |
Brian Aker
|
31416c36ed
Fix warnings from clang for cyassl work
|
11 years ago |
Brian Aker
|
0e5b92b0a3
More cleanup from ssl testing.
|
11 years ago |
Brian Aker
|
acd3c8ba18
Fix usage of host/port.
|
11 years ago |
Brian Aker
|
9f8cb0698b
First patch to have remove protocol work.
|
11 years ago |
Brian Aker
|
1d851a6c40
Just in case..
|
11 years ago |
Brian Aker
|
59d05af09e
Partials from ssl
|
11 years ago |
Brian Aker
|
981906f5cc
Update the SSL support (testing works in a smoother manner).
|
11 years ago |
Brian Aker
|
e8dcdfd4c3
Fix valgrind error, switch to reference usage.
|
11 years ago |
Brian Aker
|
416f41fb2f
Update support for SSL (add basic documentation).
|
11 years ago |
Brian Aker
|
7a3852d824
SSL now works :)
|
11 years ago |
Brian Aker
|
7d87a464f2
Merge in ssl
|
11 years ago |
Brian Aker
|
70aa578525
Fix gcc diag
|
11 years ago |
Brian Aker
|
d22902c839
Fix more warnings.
|
11 years ago |
Brian Aker
|
5981b1d319
Update SSL trunk.
|
11 years ago |
Brian Aker
|
392da7c247
Fix rename issue.
|
11 years ago |
Brian Aker
|
15b1a4a717
Fix rename and improve on how error codes are returned.
|
11 years ago |
Brian Aker
|
928a3659f0
Great renaming.
|
11 years ago |
Brian Aker
|
e9421d0429
Update from 1.0
|
12 years ago |
Brian Aker
|
64b06a65db
Simple refactor of function to method.
|
12 years ago |
Brian Aker
|
e17fe749b6
Merge performance trye
|
12 years ago |
Brian Aker
|
b596123386
Performance improvement from Etsy. Additionally I fixed the bug that would sometimes cause a crash in the sqlite test.
|
12 years ago |
Brian Aker
|
4c796a4266
Style/etc cleanup in server.
|
12 years ago |
Brian Aker
|
9aa051833e
Clarify use of malloc()/realloc() and comment on it.
|
12 years ago |
Brian Aker
|
fce702d338
Update error messages, and add more logic for failed conditions.
|
12 years ago |
Brian Aker
|
f402f4ecfd
REmove more of original split.
|
12 years ago |
Brian Aker
|
35ac21f8e6
Cleanup tests.
|
12 years ago |
Brian Aker
|
4631d8c107
Improve on error return.
|
12 years ago |
Brian Aker
|
3a628ed99d
Add np pthread_join with timeout.
|
12 years ago |
Brian Aker
|
2ab50fe1be
Allow for a longer return if port is in use when server starts up.
|
12 years ago |
Brian Aker
|
c0bca418e0
Performance and general cleanup of SQLite driver
|
12 years ago |
Brian Aker
|
5f69995772
Fix breakage on OSX.
|
12 years ago |