summaryrefslogtreecommitdiff
path: root/gear
Commit message (Expand)AuthorAgeFilesLines
* Create SSL context using PROTOCOL_TLS, fallback to highest supported versionGuillaume Chauvel2021-03-301-2/+40
* Merge "wakeConnections: Randomize connections before scanning them"Zuul2021-03-101-1/+8
|\
| * wakeConnections: Randomize connections before scanning themAhmon Dancy2021-03-101-1/+8
* | Merge "Move handleDisconnect into BaseClientServer"Zuul2021-03-101-11/+11
|\ \
| * | Move handleDisconnect into BaseClientServerTobias Henkel2020-03-241-11/+11
* | | Merge "Modify connection timeout process"Zuul2021-03-101-9/+12
|\ \ \ | |_|/ |/| |
| * | Modify connection timeout processshangxdy2018-01-261-9/+12
* | | Bump crypto requirement to accomodate security standardsFabien Boucher2020-07-211-2/+2
| |/ |/|
* | Revert "Add BSD/Darwin support."0.15.1Tobias Henkel2020-02-173-90/+27
* | Ignore keepalive on unsupported platformsTobias Henkel2020-01-161-2/+8
* | Add BSD/Darwin support.Tobias Henkel2019-10-153-27/+90
* | Merge "Add support for server name indication"0.14.0Zuul2019-06-171-11/+11
|\ \
| * | Add support for server name indicationTobias Henkel2019-05-041-11/+11
* | | Merge "add missing str to bytes conversion for Python3"Zuul2019-05-061-1/+1
|\ \ \ | |/ / |/| |
| * | add missing str to bytes conversion for Python3Benoit Bayszczak2018-08-011-1/+1
* | | Merge "Prefer ipv6 for listen addrs if available"0.13.0Zuul2019-01-281-3/+8
|\ \ \
| * | | Prefer ipv6 for listen addrs if availableClark Boylan2018-10-191-3/+8
| |/ /
* | | Add support for keepalive to clientTobias Henkel2018-09-041-3/+28
|/ /
* | Add --listen-address flag to geard0.12.0Paul Belanger2018-04-161-0/+4
* | Automatically send GRAB_JOB after CAN_DOJames E. Blair2018-02-022-0/+36
* | Make workers admin command py3 safe0.11.1James E. Blair2018-02-011-2/+3
|/
* server: make stats more efficient0.11.0James E. Blair2017-10-301-26/+15
* Merge "Add a send lock to the base Connection class"0.10.1Jenkins2017-10-091-11/+13
|\
| * Add a send lock to the base Connection classJames E. Blair2017-09-301-11/+13
* | Server: support background jobs0.10.0James E. Blair2017-09-132-9/+42
|/
* Fix exception setter0.9.1James E. Blair2017-05-181-1/+1
* Merge "Replace assertEquals with assertEqual"0.9.0Jenkins2017-05-171-10/+10
|\
| * Replace assertEquals with assertEqualLuong Anh Tuan2016-11-221-10/+10
* | Provide TextJob and TextWorker for convenienceClint Byrum2017-05-152-105/+389
* | Make Job.name assume utf-8.Clint Byrum2016-11-162-5/+50
|/
* Re-enable flake8Monty Taylor2016-11-085-18/+19
* Merge "Allow setting a timeout for Client.waitForServer()"0.7.0Jenkins2016-07-212-1/+20
|\
| * Allow setting a timeout for Client.waitForServer()Sam Thursfield2016-04-122-1/+20
* | Merge "Handle SIGINT correctly in Client.waitForServer()"Jenkins2016-07-211-1/+1
|\ \ | |/
| * Handle SIGINT correctly in Client.waitForServer()Sam Thursfield2015-05-191-1/+1
* | Add test for AdminRequest.isCompleteJames E. Blair2016-07-181-0/+29
* | Parse admin requests 2880 times fasterJames E. Blair2016-07-171-7/+12
* | Geard: Handle connections closed while sendingJames E. Blair2016-07-151-22/+26
* | Support TCP keepalives in geardSagi Shnaidman2016-07-122-2/+33
* | Do not encode the type (b) in the job name0.6.2Morgan Fainberg2016-06-081-1/+1
* | Merge "Switch to six for configparser"Jenkins2016-06-021-1/+3
|\ \
| * | Switch to six for configparserPaul Belanger2016-06-021-1/+3
* | | Merge "Add a test for worker termination"Jenkins2016-06-022-1/+17
|\ \ \ | |/ / |/| |
| * | Add a test for worker terminationJames E. Blair2015-12-032-1/+17
* | | Merge "Remove shebang as the script is managed by an entry_point"Jenkins2016-06-021-6/+0
|\ \ \
| * | | Remove shebang as the script is managed by an entry_pointFabien Boucher2016-02-161-6/+0
| | |/ | |/|
* | | Do not change object size when iteratingMorgan Fainberg2016-05-291-2/+10
* | | Guard against double shutdown in client0.5.9Gregory Haynes2016-01-262-5/+14
| |/ |/|
* | Do not raise RetryIOError on blocked write0.5.8James E. Blair2015-06-181-2/+2
|/
* Fix regression in wakeConnections0.5.7James E. Blair2015-05-071-1/+2