index
:
delta/python-packages/kazoo.git
133-testing-cluster-ports
462-virtualenv-continued
add-license-to-wheel
c-lib-legacy
correct-supported-versions-in-readme
enable-dependabot-for-github-actions
feat/add-github-templates
feat/github-actions
feat/issue-445
feat/python-3.11
feat/python-37
feat/python-38-tests
feat/revert-pr-305
feat/windows-testing
feature/single-zk-thread-refactor
fix-gevent-requirement
fix/github-action-trigger
jeffwidman-drop-old-gevent
jeffwidman-finish-removing-old-pythons
jeffwidman-fix-contributing-docs
jeffwidman-pep8-imports
jeffwidman-remove-easy-install
master
pure-python
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/2.9
remove-broken-downloads-badge
github.com: python-zk/kazoo.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kazoo
/
protocol
/
connection.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat(core): make DNS resolution error retriable (#631)
krishna
2021-01-20
1
-1
/
+1
*
fix(core): do not allow responses to choke request and ping processing
Damien Diederen
2020-12-13
1
-10
/
+21
*
fix(core): handle SSL_WANT_READ/WRITE errors (#619)
James E. Blair
2020-06-27
1
-2
/
+17
*
feat(core): improve SASL interface (#546)
Charles-Henri de Boysson
2019-02-12
1
-96
/
+128
*
fix(core): reduce timeout for the first Connect() request (#540)
Florian Margaine
2018-11-27
1
-1
/
+1
*
fix(core): get_children with include_data=True uses GetChildren2 types (#514)
Jean-Marc Saffroy
2018-10-08
1
-1
/
+2
*
fix(core): allow authentification in RO and RW modes
Stephen
2018-10-08
1
-48
/
+56
*
fix(core): Use a copy of auth data when reconnecting (#509)
arushiagg
2018-10-06
1
-2
/
+8
*
feat(core): add SASL DIGEST-MD5 support
Stephen
2018-10-06
1
-8
/
+74
*
feat(core): Added SSL support (#513)
Stephen SORRIAUX
2018-09-25
1
-9
/
+26
*
style: pep8 imports
jeffwidman-pep8-imports
Jeff Widman
2017-07-23
1
-3
/
+3
*
fix(core): revert PR #305 SetWatches which caused RuntimeError
feat/revert-pr-305
Ben Bangert
2017-06-12
1
-22
/
+0
*
feat: pep8 all the things
feat/issue-445
Ben Bangert
2017-06-01
1
-3
/
+6
*
Merge pull request #400 from tonyseek/hotfix/xid-mismatch
Ben Bangert
2017-05-31
1
-1
/
+3
|
\
|
*
Fix the client.add_auth hangs by xids mismatch.
Jiangge Zhang
2016-07-29
1
-1
/
+3
*
|
Merge pull request #305 from rgs1/support-setwatches
Ben Bangert
2017-05-31
1
-0
/
+21
|
\
\
|
*
|
Support SetWatches and watch restoration
Raul Gutierrez S
2015-04-06
1
-0
/
+21
*
|
|
fix xid out of range
luofeilong
2016-08-23
1
-1
/
+1
*
|
|
Add a warning if a host does not resolve
Todd Palino
2016-04-23
1
-1
/
+2
*
|
|
Don't use a generator for _expand_client_hosts
tpalino
2015-12-14
1
-3
/
+1
*
|
|
Missing colon
tpalino
2015-12-14
1
-1
/
+1
*
|
|
Cannot allow gaierror to be raised inside _connect_loop
tpalino
2015-12-14
1
-3
/
+13
*
|
|
Missing set of parens on append to host_ports
tpalino
2015-12-14
1
-1
/
+1
*
|
|
Fully resolve and randomize the client host list at connect time
Todd Palino
2015-12-14
1
-1
/
+13
|
|
/
|
/
|
*
|
Re-set the ping_outstanding event before connecting
Stephen Shirley
2015-04-09
1
-0
/
+1
|
/
*
Fix a bunch of flake8 reported issues
Joshua Harlow
2015-02-13
1
-2
/
+2
*
Add an eventlet based handler
Joshua Harlow
2015-02-12
1
-6
/
+8
*
use gevent.socket in socketpair
Hiroaki KAWAI
2014-12-30
1
-2
/
+1
*
Catch interrupted signals (in select) in the threading handler. In addition, ...
Thomas Jackson
2014-09-25
1
-19
/
+20
*
Removed all references to pipes and turned into sockets to enable Windows sup...
Ewan Kirk
2014-09-02
1
-15
/
+15
*
Windows compatability fix
Ewan Kirk
2014-08-17
1
-8
/
+8
*
Make flake8 happy
Hanno Schlichting
2014-08-11
1
-19
/
+23
*
Fixed timeout for ConnectionHandler._invoke()
Devaev Maxim
2014-07-01
1
-2
/
+2
*
Inform the client instance of the returned protocol version
Raul Gutierrez S
2014-03-25
1
-0
/
+1
*
connection: Set closed state when zk_loop stops
Jyrki Pulliainen
2014-03-04
1
-1
/
+1
*
Merge pull request #168 from harlowja/ok-close
Ben Bangert
2014-03-03
1
-2
/
+4
|
\
|
*
Only close if not None
Joshua Harlow
2014-01-31
1
-2
/
+4
*
|
Logging levels have been reduced.
Jim Fulton
2014-01-29
1
-15
/
+22
|
/
*
Return an async_result from add_auth_async
Raul Gutierrez S
2014-01-03
1
-13
/
+10
*
Merge pull request #129 from mgius/client_set_hosts
Ben Bangert
2013-09-27
1
-11
/
+8
|
\
|
*
remove convoluted use of itertools
Mark Gius
2013-09-26
1
-11
/
+8
*
|
- Issue #119: Handler timeout takes the max of the random interval or
Ben Bangert
2013-09-26
1
-1
/
+3
*
|
minor style tweaks, add changelog entry for #118
Hanno Schlichting
2013-09-25
1
-2
/
+2
*
|
fix the socket timeout, _session_timeout is ms
Mike Lundy
2013-09-05
1
-1
/
+1
|
/
*
Add IPv6 support to kazoo
Dan Kruchinin
2013-08-15
1
-10
/
+9
*
Cleaner pipe closing.
Ben Bangert
2013-07-28
1
-4
/
+4
*
Better watcher implementation with built-in types.
Ben Bangert
2013-07-28
1
-4
/
+2
*
Simplify rw pinger.
Ben Bangert
2013-07-28
1
-25
/
+28
*
Use more compatible iterator advance.
Ben Bangert
2013-07-28
1
-1
/
+1
*
use identity check instead of equivalence for marker object
Hanno Schlichting
2013-07-23
1
-2
/
+2
[next]