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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix possible endless wait in stop() after AUTH_FAILED error (#688)
Azat Khuzhin
2023-02-07
1
-1
/
+1
*
refactor: remove string interpolation in favour of exception chaining
Alex Ungurianu
2022-11-16
1
-7
/
+7
*
refactor: Replace usage of six for their py3 implementations
Alex Ungurianu
2022-11-16
2
-26
/
+6
*
chore: bump pyflake, fix new warnings
Charles-Henri de Boysson
2022-10-17
1
-2
/
+2
*
style: reformat all code with black
Charles-Henri de Boysson
2022-10-17
4
-193
/
+295
*
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
*
fix(core): '"is" with a literal' syntax errors (#609)
Reid D McKenzie
2020-05-18
1
-2
/
+2
*
feat(core): Add create2 support
Charles-Henri de Boysson
2020-02-18
1
-0
/
+21
*
feat(core): improve SASL interface (#546)
Charles-Henri de Boysson
2019-02-12
2
-96
/
+129
*
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
2
-8
/
+87
*
feat(core): Added SSL support (#513)
Stephen SORRIAUX
2018-09-25
1
-9
/
+26
*
Update states.py
Wei-Ming Yang
2018-03-24
1
-3
/
+3
*
style: pep8 imports
jeffwidman-pep8-imports
Jeff Widman
2017-07-23
2
-4
/
+5
*
fix(core): revert PR #305 SetWatches which caused RuntimeError
feat/revert-pr-305
Ben Bangert
2017-06-12
2
-45
/
+0
*
feat: pep8 all the things
feat/issue-445
Ben Bangert
2017-06-01
3
-5
/
+9
*
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 #391 from michielbaird/watcher_changes
Ben Bangert
2017-05-31
1
-0
/
+6
|
\
\
|
*
|
Ensure watches are notified when connection state is lost
Michiel Johan Baird
2016-04-20
1
-0
/
+6
|
|
/
*
|
Merge pull request #349 from harlowja/use-more-six
Ben Bangert
2017-05-31
1
-6
/
+3
|
\
\
|
*
|
Remove code not needed when six is useable
Joshua Harlow
2015-07-23
1
-6
/
+3
|
|
/
*
|
Merge pull request #305 from rgs1/support-setwatches
Ben Bangert
2017-05-31
2
-0
/
+44
|
\
\
|
*
|
Support SetWatches and watch restoration
Raul Gutierrez S
2015-04-06
2
-0
/
+44
*
|
|
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
|
|
/
|
/
|
*
|
Add support for reconfig cluster membership operation (issue #234)
Raul Gutierrez S
2015-06-02
1
-0
/
+19
*
|
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
*
Creating a sequential znode under / fails (issue #261)
Raul Gutierrez S
2014-12-18
1
-1
/
+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
2
-20
/
+25
*
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 #165 from rgs1/test-null-data-as-the-java-impl-does
Ben Bangert
2014-03-03
1
-2
/
+2
|
\
[next]