summaryrefslogtreecommitdiff
path: root/gear
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge "Move running check in getJob"0.5.6Jenkins2015-03-261-7/+8
|\
| * Move running check in getJobJames E. Blair2015-02-271-7/+8
* | Resolve python3 test failuresClint Byrum2015-03-114-13/+13
* | Add SSL functional testJames E. Blair2015-03-111-11/+79
* | Merge "Fix race between stopWaitingForJobs() and getJob()"Jenkins2015-02-271-1/+18
|\ \ | |/
| * Fix race between stopWaitingForJobs() and getJob()Jan Kundrát2014-11-281-1/+18
* | Merge "Fix SSL non-blocking IO support"Jenkins2015-02-232-30/+35
|\ \
| * | Fix SSL non-blocking IO supportJames E. Blair2014-12-232-30/+35
* | | Merge "Support binding to a specified host name or address"Jenkins2015-01-201-2/+4
|\ \ \ | |/ / |/| |
| * | Support binding to a specified host name or addressJan Kundrát2014-11-201-2/+4
| |/
* | Add simple functional testJames E. Blair2014-12-231-0/+62
* | Read more bytes per readPacket iterationClark Boylan2014-12-191-45/+86
* | Add admin readPacket unit testsJames E. Blair2014-12-181-0/+60
* | Add unit test for readPacket (client mode)James E. Blair2014-12-182-11/+69
* | Add readPacket unit testJames E. Blair2014-12-183-0/+109
* | Fix reading headers of large packetsJames E. Blair2014-12-181-2/+2
* | Merge "Fix accounting bug when peeking for job"Jenkins2014-12-181-2/+2
|\ \
| * | Fix accounting bug when peeking for jobJames E. Blair2014-12-171-2/+2
| |/
* | Only wake relevant connectionsJames E. Blair2014-12-171-5/+12
* | Use non-blocking IO in serverJames E. Blair2014-12-051-25/+277
|/