summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore(ci): Replace Travis with Github Actionsfeat/github-actionsStephen Sorriaux2021-08-0511-38/+143
* Merge pull request #635 from timgates42/bugfix_typo_untilCharles-Henri de Boysson2021-01-241-1/+1
|\
| * 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-212-1/+66
* fix(core): handle SSL_WANT_READ/WRITE errors (#619)James E. Blair2020-06-271-2/+17
* Merge pull request #617 from ceache/feat/build_coverageCharles-Henri de Boysson2020-06-243-14/+22
|\
| * Merge branch 'master' into feat/build_coverageCharles-Henri de Boysson2020-06-241-1/+1
| |\ | |/ |/|
* | Merge pull request #616 from ceache/feat/build_refreshCharles-Henri de Boysson2020-06-243-49/+17
|\ \
| * \ Merge branch 'master' into feat/build_refreshCharles-Henri de Boysson2020-06-241-1/+1
| |\ \ | |/ / |/| |
* | | perf(core): Use chain.from_iterable in threading.py (#614)Ram Rachum2020-06-211-1/+1
| | * chore(tests): Add coverage report on codecov.ioCharles-Henri de Boysson2020-06-213-14/+22
| |/
| * chore(core): Update matrix: add pypy3, drop py27Charles-Henri de Boysson2020-06-213-49/+17
|/
* feat(tests): add Python 3.8 and remove Python 3.6 from the testing suite (#611)Stephen SORRIAUX2020-05-201-9/+9
* fix(core): '"is" with a literal' syntax errors (#609)Reid D McKenzie2020-05-181-2/+2
* feat(chore): using Github templates for issues and PRs (#610)Stephen SORRIAUX2020-05-113-0/+56
* Merge pull request #599 from pmazzini/lockCharles-Henri de Boysson2020-04-294-109/+209
|\
| * feat(test): Disable problematic hound-flake8-black integration.Charles-Henri de Boysson2020-04-282-0/+3
| * 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
|/
* Merge pull request #604 from ceache/fix/syncCharles-Henri de Boysson2020-04-152-9/+26
|\
| * fix(core): sync() return should be unchrootedCharles-Henri de Boysson2020-04-152-9/+26
|/
* Merge pull request #598 from ceache/feat/pytestCharles-Henri de Boysson2020-04-1435-1042/+1153
|\
| * feat(test): Move to pytestCharles-Henri de Boysson2020-04-1435-1042/+1153
|/
* fix(core): allow requests to be queued in CONNECTING state (#374) (#588)Damien Diederen2020-03-093-9/+127
* fix(tests): Disable JAAS isInitiator for ServerCharles-Henri de Boysson2020-02-235-55/+56
* fix(tests): deactivate TCP port that was enabled by default.Stephen Sorriaux2020-02-231-0/+2
* fix(tests): capitalize the default_domain valueStephen Sorriaux2020-02-231-1/+1
* fix(tests): weaker crypto when configuring KerberosStephen Sorriaux2020-02-231-0/+2
* fix(tests): prefix with toxinidir variable with a / to ensure path to ensure-...Stephen2020-02-231-1/+1
* feat(core): run SASL Kerberos tests as part of buildCharles-Henri de Boysson2020-02-2311-175/+431
* Merge pull request #586 from ceache/feat/create2Charles-Henri de Boysson2020-02-183-13/+78
|\
| * 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-096-40/+42
* 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-1211-132/+280
* fix(ci): deploying only for 1 jobStephen2019-01-291-2/+2
* chore: 2.6.1 release and changelogStephen2019-01-292-1/+18
* 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