summaryrefslogtreecommitdiff
path: root/kazoo
Commit message (Expand)AuthorAgeFilesLines
* chore: 2.8.0 release and changelog (backport missed 2.7.0)2.8.0release/2.8Stephen2020-07-111-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
* 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-215-15/+169
* chore: 2.6.0 release and changelog2.6.0Stephen2018-11-141-1/+1
* fix(core): ensure timeout argument is positive (#534)Chris Donati2018-11-092-1/+84
* 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-083-16/+60
* 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
* feat(core): add SASL DIGEST-MD5 supportStephen2018-10-065-9/+152
* fix(core): change KazooRetry to uniformly jitter over the whole backoff inter...Andreas Guðmundsson2018-09-262-10/+3
* feat(core): Added SSL support (#513)Stephen SORRIAUX2018-09-253-23/+98
* fix(recipe): Delete lock node in queue recipe if entry already consumedKhaled Basbous2018-09-251-2/+11
* chore: 2.5.0 release and changelog2.5.0release/2.5Ben Bangert2018-06-011-1/+1
* fix(core): Fix gevent 1.3b1+ timeout importCarson Ip2018-05-111-2/+2
* fix(core): Correctly fire multiple callbacksPatrick White2018-03-262-3/+19
* Update states.pyWei-Ming Yang2018-03-241-3/+3
* feat(recipe): allow non ephemeral lockingRaghu Udiyar2018-03-232-4/+28
* fix(recipe): conn hangs when TreeCache refreshingJiangge Zhang2018-03-231-3/+3
* fix(recipe): Unexpected exceptions break TreeCacheJiangge Zhang2018-03-232-14/+30
* perf(recipe): Give TreeCache standalone queueJiangge Zhang2018-03-231-1/+16
* refactor: Unify queue factory in various handlersJiangge Zhang2018-03-232-7/+9
* fix (recipe): Don't set creation watch on lock predecessor nodePatrick White2018-03-151-5/+8
* fix: Pass watch as keyword arg instead of positional arg (#495)arushiagg2018-02-261-3/+4