summaryrefslogtreecommitdiff
path: root/kazoo/protocol
Commit message (Expand)AuthorAgeFilesLines
* Fix possible endless wait in stop() after AUTH_FAILED error (#688)Azat Khuzhin2023-02-071-1/+1
* refactor: remove string interpolation in favour of exception chainingAlex Ungurianu2022-11-161-7/+7
* refactor: Replace usage of six for their py3 implementationsAlex Ungurianu2022-11-162-26/+6
* chore: bump pyflake, fix new warningsCharles-Henri de Boysson2022-10-171-2/+2
* style: reformat all code with blackCharles-Henri de Boysson2022-10-174-193/+295
* feat(core): make DNS resolution error retriable (#631)krishna2021-01-201-1/+1
* fix(core): do not allow responses to choke request and ping processingDamien Diederen2020-12-131-10/+21
* fix(core): handle SSL_WANT_READ/WRITE errors (#619)James E. Blair2020-06-271-2/+17
* fix(core): '"is" with a literal' syntax errors (#609)Reid D McKenzie2020-05-181-2/+2
* feat(core): Add create2 supportCharles-Henri de Boysson2020-02-181-0/+21
* feat(core): improve SASL interface (#546)Charles-Henri de Boysson2019-02-122-96/+129
* fix(core): reduce timeout for the first Connect() request (#540)Florian Margaine2018-11-271-1/+1
* fix(core): get_children with include_data=True uses GetChildren2 types (#514)Jean-Marc Saffroy2018-10-081-1/+2
* 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-062-8/+87
* feat(core): Added SSL support (#513)Stephen SORRIAUX2018-09-251-9/+26
* Update states.pyWei-Ming Yang2018-03-241-3/+3
* style: pep8 importsjeffwidman-pep8-importsJeff Widman2017-07-232-4/+5
* fix(core): revert PR #305 SetWatches which caused RuntimeErrorfeat/revert-pr-305Ben Bangert2017-06-122-45/+0
* feat: pep8 all the thingsfeat/issue-445Ben Bangert2017-06-013-5/+9
* Merge pull request #400 from tonyseek/hotfix/xid-mismatchBen Bangert2017-05-311-1/+3
|\
| * Fix the client.add_auth hangs by xids mismatch.Jiangge Zhang2016-07-291-1/+3
* | Merge pull request #391 from michielbaird/watcher_changesBen Bangert2017-05-311-0/+6
|\ \
| * | Ensure watches are notified when connection state is lostMichiel Johan Baird2016-04-201-0/+6
| |/
* | Merge pull request #349 from harlowja/use-more-sixBen Bangert2017-05-311-6/+3
|\ \
| * | Remove code not needed when six is useableJoshua Harlow2015-07-231-6/+3
| |/
* | Merge pull request #305 from rgs1/support-setwatchesBen Bangert2017-05-312-0/+44
|\ \
| * | Support SetWatches and watch restorationRaul Gutierrez S2015-04-062-0/+44
* | | fix xid out of rangeluofeilong2016-08-231-1/+1
* | | Add a warning if a host does not resolveTodd Palino2016-04-231-1/+2
* | | Don't use a generator for _expand_client_hoststpalino2015-12-141-3/+1
* | | Missing colontpalino2015-12-141-1/+1
* | | Cannot allow gaierror to be raised inside _connect_looptpalino2015-12-141-3/+13
* | | Missing set of parens on append to host_portstpalino2015-12-141-1/+1
* | | Fully resolve and randomize the client host list at connect timeTodd Palino2015-12-141-1/+13
| |/ |/|
* | Add support for reconfig cluster membership operation (issue #234)Raul Gutierrez S2015-06-021-0/+19
* | Re-set the ping_outstanding event before connectingStephen Shirley2015-04-091-0/+1
|/
* Fix a bunch of flake8 reported issuesJoshua Harlow2015-02-131-2/+2
* Add an eventlet based handlerJoshua Harlow2015-02-121-6/+8
* use gevent.socket in socketpairHiroaki KAWAI2014-12-301-2/+1
* Creating a sequential znode under / fails (issue #261)Raul Gutierrez S2014-12-181-1/+1
* Catch interrupted signals (in select) in the threading handler. In addition, ...Thomas Jackson2014-09-251-19/+20
* Removed all references to pipes and turned into sockets to enable Windows sup...Ewan Kirk2014-09-021-15/+15
* Windows compatability fixEwan Kirk2014-08-171-8/+8
* Make flake8 happyHanno Schlichting2014-08-112-20/+25
* Fixed timeout for ConnectionHandler._invoke()Devaev Maxim2014-07-011-2/+2
* Inform the client instance of the returned protocol versionRaul Gutierrez S2014-03-251-0/+1
* connection: Set closed state when zk_loop stopsJyrki Pulliainen2014-03-041-1/+1
* Merge pull request #165 from rgs1/test-null-data-as-the-java-impl-doesBen Bangert2014-03-031-2/+2
|\