summaryrefslogtreecommitdiff
path: root/kazoo/protocol/connection.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* feat(core): improve SASL interface (#546)Charles-Henri de Boysson2019-02-121-96/+128
* 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-061-8/+74
* feat(core): Added SSL support (#513)Stephen SORRIAUX2018-09-251-9/+26
* style: pep8 importsjeffwidman-pep8-importsJeff Widman2017-07-231-3/+3
* fix(core): revert PR #305 SetWatches which caused RuntimeErrorfeat/revert-pr-305Ben Bangert2017-06-121-22/+0
* feat: pep8 all the thingsfeat/issue-445Ben Bangert2017-06-011-3/+6
* 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 #305 from rgs1/support-setwatchesBen Bangert2017-05-311-0/+21
|\ \
| * | Support SetWatches and watch restorationRaul Gutierrez S2015-04-061-0/+21
* | | 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
| |/ |/|
* | 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
* 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-111-19/+23
* 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 #168 from harlowja/ok-closeBen Bangert2014-03-031-2/+4
|\
| * Only close if not NoneJoshua Harlow2014-01-311-2/+4
* | Logging levels have been reduced.Jim Fulton2014-01-291-15/+22
|/
* Return an async_result from add_auth_asyncRaul Gutierrez S2014-01-031-13/+10
* Merge pull request #129 from mgius/client_set_hostsBen Bangert2013-09-271-11/+8
|\
| * remove convoluted use of itertoolsMark Gius2013-09-261-11/+8
* | - Issue #119: Handler timeout takes the max of the random interval orBen Bangert2013-09-261-1/+3
* | minor style tweaks, add changelog entry for #118Hanno Schlichting2013-09-251-2/+2
* | fix the socket timeout, _session_timeout is msMike Lundy2013-09-051-1/+1
|/
* Add IPv6 support to kazooDan Kruchinin2013-08-151-10/+9
* Cleaner pipe closing.Ben Bangert2013-07-281-4/+4
* Better watcher implementation with built-in types.Ben Bangert2013-07-281-4/+2
* Simplify rw pinger.Ben Bangert2013-07-281-25/+28
* Use more compatible iterator advance.Ben Bangert2013-07-281-1/+1
* use identity check instead of equivalence for marker objectHanno Schlichting2013-07-231-2/+2