summaryrefslogtreecommitdiff
path: root/kazoo
Commit message (Expand)AuthorAgeFilesLines
* Fix possible endless wait in stop() after AUTH_FAILED error (#688)Azat Khuzhin2023-02-072-1/+3
* refactor: no need to specify `mock` (#702)Jeff Widman2023-02-057-37/+35
* Cleanup SSL deprecation warnings under Python 3.10 and newer (#706)Clark Boylan2023-02-051-5/+7
* refactor: remove unecessary import guard for gevent.lockAlex Ungurianu2022-11-161-4/+1
* refactor: remove string interpolation in favour of exception chainingAlex Ungurianu2022-11-162-9/+9
* test: Don't throw when test fail while cluster is downAlex Ungurianu2022-11-161-4/+5
* refactor: remove backport of 'atexit.unregister'Alex Ungurianu2022-11-165-81/+10
* refactor: Replace usage of six for their py3 implementationsAlex Ungurianu2022-11-167-104/+54
* recipe(cache): Use protocol.paths.join instead of os.path.join (#682)Alex Ungurianu2022-11-091-4/+2
* recipe(lock): Use native Lock timeout instead of reimplementing (#676)Alex Ungurianu2022-10-291-17/+7
* chore: bump pyflake, fix new warningsCharles-Henri de Boysson2022-10-178-18/+18
* style: reformat all code with blackCharles-Henri de Boysson2022-10-1753-1339/+1904
* chore: backport changes from release/2.9 (#674)Stephen Sorriaux2022-10-161-1/+1
* chore(ci): testing with Python3.10 and ZK 3.5.10, 3.6.3, 3.7.1 (#659)Stephen Sorriaux2022-10-075-5/+64
* chore: migrate to setup.cfg (#666)Charles-Henri de Boysson2022-09-301-9/+3
* fix(recipe): fix deadlock in r/w lock recipe (#650)Simon Westphahl2022-02-072-9/+71
* fix(core): use selectors to poll connections instead of raw select in threadi...Wang2022-02-028-96/+243
* fix(recipe): fix deprecation warning from threading.EventSteffen Neubauer2021-12-024-9/+9
* chore(ci): Replace Travis with Github Actionsfeat/github-actionsStephen Sorriaux2021-08-056-30/+30
* Merge branch 'master' into bugfix_typo_untilJeff Widman2021-01-201-1/+1
|\
| * feat(core): make DNS resolution error retriable (#631)krishna2021-01-201-1/+1
* | docs: fix simple typo, untill -> untilTim Gates2020-12-311-1/+1
|/
* fix(core): do not allow responses to choke request and ping processingDamien Diederen2020-12-131-10/+21
* chore: 2.8.0 release and changelog (backport missed 2.7.0) (#624)Stephen SORRIAUX2020-07-211-1/+1
* fix(core): handle SSL_WANT_READ/WRITE errors (#619)James E. Blair2020-06-271-2/+17
* perf(core): Use chain.from_iterable in threading.py (#614)Ram Rachum2020-06-211-1/+1
* fix(core): '"is" with a literal' syntax errors (#609)Reid D McKenzie2020-05-181-2/+2
* feat(core): Use strict regex to identify lock contenders.Charles-Henri de Boysson2020-04-242-70/+93
* feat(core): Support additionaal lock contenter patternsCharles-Henri de Boysson2020-04-242-67/+125
* [lock] interoperate with go clientPablo Mazzini2020-04-242-4/+20
* fix(core): sync() return should be unchrootedCharles-Henri de Boysson2020-04-152-9/+26
* feat(test): Move to pytestCharles-Henri de Boysson2020-04-1424-1003/+1104
* fix(core): allow requests to be queued in CONNECTING state (#374) (#588)Damien Diederen2020-03-092-9/+106
* fix(tests): Disable JAAS isInitiator for ServerCharles-Henri de Boysson2020-02-233-46/+47
* feat(core): run SASL Kerberos tests as part of buildCharles-Henri de Boysson2020-02-234-164/+303
* feat(core): Add create2 supportCharles-Henri de Boysson2020-02-183-13/+78
* fix(tests): specify -Dfile.encoding=UTF-8 when starting the ZK JVMDamien Diederen2020-02-102-1/+17
* fix(core): Implement proper retry backoff logic with jitter.Charles-Henri de Boysson2020-02-071-21/+17
* fix(core): when connection fails, close the ConnectionHandler (#577) (#579)Jean-Marc Saffroy2019-11-101-0/+1
* feat(CI): Keep only Python 3.{6,7} to CI and bump ZK versions to latests (#574)Stephen SORRIAUX2019-10-092-3/+9
* feat(core): closed states instead of lost states (#573)David Bouchare2019-10-041-5/+5
* fix(recipe): crash if None in znode (#569)Kurganov2019-10-011-1/+2
* feat(utils): extend create_tcp_connection utility (#568)Paweł Szulik2019-08-061-3/+11
* feat(recipe): add support for curator SharedCount recipe (#559)BrianEaton12019-05-072-5/+48
* feat(core): improve SASL interface (#546)Charles-Henri de Boysson2019-02-125-117/+264
* chore: 2.6.1 release and changelogStephen2019-01-291-1/+1
* fix(handlers): make AsyncResult call all registered callbacks instantly if th...laura-surcel2019-01-154-16/+49
* fix(client): add missing paren (#550)Tristan de Cacqueray2019-01-131-1/+1
* fix(core): support deprecated KazooRetry argument (#545)Charles-Henri de Boysson2018-12-111-1/+10
* fix(recipe): No more memory leak when ChildrenWatch was stopped (#543)kulallwang2018-12-062-0/+36