summaryrefslogtreecommitdiff
path: root/kazoo/protocol
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Don't treat null (or None) data as ""Raul Gutierrez S2014-01-241-2/+2
* | 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
* These errors imply a connection actually succeeded, so don't wait before retr...Ben Bangert2013-07-191-0/+3
* Return thread/greenlet and wait for it to close to ensure the connection rout...Ben Bangert2013-07-191-1/+9