summaryrefslogtreecommitdiff
path: root/kazoo/protocol/serialization.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: Replace usage of six for their py3 implementationsAlex Ungurianu2022-11-161-3/+1
* style: reformat all code with blackCharles-Henri de Boysson2022-10-171-57/+89
* 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-121-0/+1
* feat(core): add SASL DIGEST-MD5 supportStephen2018-10-061-0/+13
* style: pep8 importsjeffwidman-pep8-importsJeff Widman2017-07-231-1/+2
* fix(core): revert PR #305 SetWatches which caused RuntimeErrorfeat/revert-pr-305Ben Bangert2017-06-121-23/+0
* feat: pep8 all the thingsfeat/issue-445Ben Bangert2017-06-011-1/+2
* 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-311-0/+23
|\ \ | |/ |/|
| * Support SetWatches and watch restorationRaul Gutierrez S2015-04-061-0/+23
* | Add support for reconfig cluster membership operation (issue #234)Raul Gutierrez S2015-06-021-0/+19
|/
* Don't treat null (or None) data as ""Raul Gutierrez S2014-01-241-2/+2
* make Close and Ping print the same as the restMike Lundy2013-06-051-2/+6
* Fix slots vs. class variable conflictHanno Schlichting2012-09-211-2/+0
* replace invalid unicode type with aliased basestringHanno Schlichting2012-09-211-1/+6
* further fixes to acl byte/str confusionHanno Schlichting2012-09-211-1/+1
* some more unicode/bytes and iterator fixesHanno Schlichting2012-09-201-3/+3
* Add transactions and some tests for them.Ben Bangert2012-09-071-7/+80
* Add read-only mode with background r/w server scanning.Ben Bangert2012-09-061-1/+9
* Documentation consistency.Ben Bangert2012-09-061-1/+0
* PEP8 gardening.Ben Bangert2012-09-051-2/+2
* Add new ZK 3.4 get_children option to include the node stat as well as the ch...Ben Bangert2012-09-041-1/+25
* test client.get_children failure casesHanno Schlichting2012-09-041-1/+1
* trying to test for nodes with empty acls, but you cannot actually create thoseHanno Schlichting2012-09-041-1/+1
* coverage tests for client.set_acls, actually uncovering a bugHanno Schlichting2012-09-041-2/+2
* Add sync command and sync command test.Ben Bangert2012-08-311-0/+11
* Retain node names as UTF-8 on the way back out.Ben Bangert2012-08-311-1/+1
* Returning byte array wrapper isn't needed.Ben Bangert2012-08-311-2/+2
* Java and C libs return an empty string when the buffer is blank, not a None.Ben Bangert2012-08-291-1/+1
* Add working add_auth command.Ben Bangert2012-08-291-10/+12
* Add working set_acls/get_acls methods.Ben Bangert2012-08-291-25/+88
* Add working set data method.Ben Bangert2012-08-291-0/+15
* Add working get method.Ben Bangert2012-08-291-0/+16
* Add working ensure_path, exists, get_children calls.Ben Bangert2012-08-281-1/+75
* Better ReplyHeader encapsulation.Ben Bangert2012-08-281-8/+8
* Most of the main refactor complete, basic connection and ping handling workin...Ben Bangert2012-08-281-17/+56
* Missing part of refactorBen Bangert2012-08-271-7/+14
* Major refactor in progress, unsafe at the moment.Ben Bangert2012-08-271-0/+58