summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat(chore): using Github templates for issues and PRsfeat/add-github-templatesStephen Sorriaux2020-05-093-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
* fix(recipe): No more memory leak when ChildrenWatch was stopped (#543)kulallwang2018-12-062-0/+36
* fix(core): reduce timeout for the first Connect() request (#540)Florian Margaine2018-11-271-1/+1
* fix(recipe): No more memory leak once TreeCache was closed (#524)Jiangge Zhang2018-11-217-15/+171
* Merge pull request #535 from python-zk/release/2.6Ben Bangert2018-11-152-1/+33
|\
| * chore: 2.6.0 release and changelog2.6.0Stephen2018-11-142-1/+33
|/
* fix(core): ensure timeout argument is positive (#534)Chris Donati2018-11-092-1/+84
* style(Makefile): add self-documenting make targets (#531)Derek2018-10-261-21/+22
* Merge pull request #532 from salbertson/patch-1Ben Bangert2018-10-231-1/+1
|\
| * Add "Reviewed by Hound" badgeScott Albertson2018-10-181-1/+1
|/
* docs: make badges link to travis and pypi (#528)Nakul Pathak2018-10-161-2/+2
* docs: specify description type for pypi to render correctlyNakul Pathak2018-10-092-2/+3
* docs: remove broken downloads badgeJeff Widman2018-10-091-2/+0
* fix(core): get_children with include_data=True uses GetChildren2 types (#514)Jean-Marc Saffroy2018-10-081-1/+2
* feat(tests): update Zookeeper 3.5.2-alpha to 3.5.4-betaStephen2018-10-084-17/+73
* docs(core): fix broken zookeeper programmers guide linkNakul Pathak2018-10-081-1/+1
* fix(core): allow authentification in RO and RW modesStephen2018-10-081-48/+56
* fix(core): Use a copy of auth data when reconnecting (#509)arushiagg2018-10-061-2/+8