summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix(tests): change pattern for slf4j-log4j libfeat/python-37Stephen Sorriaux2019-10-081-1/+1
* feat(tests): since ZOOKEEPER-3156 it is now required to be authed to access ACLsStephen Sorriaux2019-10-081-2/+8
* feat(CI): zookeeper 3.5.5 archive has not the same name patternStephen Sorriaux2019-10-083-13/+19
* feat(CI): testing against zk 3.4.14 instead of 3.4.13Stephen Sorriaux2019-10-081-10/+10
* feat(CI): testing against 3.5.5 instead of 3.5.4-beta and deploying new versi...Stephen Sorriaux2019-10-081-10/+10
* feat(CI): switching to xenial distrib to make python 3.7 availableStephen Sorriaux2019-10-081-0/+1
* fix(ci): Add support for python 3.7msanglikar2019-10-083-1/+14
* 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
* feat(core): add SASL DIGEST-MD5 supportStephen2018-10-067-9/+154
* feat(tests): update Zookeeper version from 3.4.10 to 3.4.13Stephen2018-10-051-7/+7
* 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
* Merge pull request #507 from python-zk/release/2.5Ben Bangert2018-06-013-2/+47
|\
| * chore: 2.5.0 release and changelog2.5.0release/2.5Ben Bangert2018-06-013-2/+47
|/
* 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