summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* If the connection is intentionally closed, don't retry.Ben Bangert2012-08-301-1/+3
* Make a closed session subclass expired session for C/Java lib consistency, bu...Ben Bangert2012-08-302-10/+12
* no longer document handlers.util.thread as a public APIHanno Schlichting2012-08-302-12/+0
* docs: spelling, fewer references to ZK OS threadHanno Schlichting2012-08-304-8/+8
* docs: code locations updates and adjust text referring to the C bindingsHanno Schlichting2012-08-304-37/+23
* Fix client test.Ben Bangert2012-08-301-2/+2
* docs: more inline linksHanno Schlichting2012-08-301-4/+7
* docs: correctly link to `ZnodeStat` classHanno Schlichting2012-08-302-6/+9
* add verbose exception docs to client API'sHanno Schlichting2012-08-301-10/+70
* list all exceptions - mark the uncommon ones as private for nowHanno Schlichting2012-08-301-0/+52
* wrap ling lines and correct sphinx syntaxHanno Schlichting2012-08-301-5/+6
* correct textual docs for KazooClient.existsHanno Schlichting2012-08-301-1/+1
* Add api/exceptions doc and test proper linkage from client docsHanno Schlichting2012-08-303-2/+17
* Add new api/protocol/states doc and move docs from api/clientHanno Schlichting2012-08-303-16/+23
* remove sub-heading from method doc string. sphinx doesn't allow themHanno Schlichting2012-08-301-3/+0
* Trigger the child watch for node deletion.Ben Bangert2012-08-291-2/+4
* Clean up message sending a little.Ben Bangert2012-08-291-2/+1
* Ensure that a bad auth packet results in failing out.Ben Bangert2012-08-291-0/+9
* Be consistent with Java/C lib, throw session expired when closed.Ben Bangert2012-08-291-1/+1
* Fetch a value for a slightly faster session expiration.Ben Bangert2012-08-291-0/+1
* Don't do full listener state transitions when going from closed -> connecting.Ben Bangert2012-08-293-4/+11
* Remove unnecessary tests, fixup remaining tests.Ben Bangert2012-08-291-151/+21
* Fix callback imports.Ben Bangert2012-08-292-2/+2
* In the C lib, exists returns None, not False, match that behavior.Ben Bangert2012-08-291-1/+1
* Dump the watchers individually so that watch exceptions don't halt the rest.Ben Bangert2012-08-291-3/+3
* Fixup the path for watchers so it doesn't have the chroot on it to match C li...Ben Bangert2012-08-291-3/+8
* Capture the right retry errors.Ben Bangert2012-08-291-15/+5
* Wait longer for session expiration, it'll happen….Ben Bangert2012-08-291-3/+3
* Remove unneeded exception class testing.Ben Bangert2012-08-291-31/+0
* Do thorough type testing to ensure we don't try to serialize bad data later w...Ben Bangert2012-08-291-0/+60
* Be more robust for watch exceptions so we don't die.Ben Bangert2012-08-292-2/+14
* Read perms off the ACL object properlyBen Bangert2012-08-291-2/+2
* Import objects from the right place for tests.Ben Bangert2012-08-291-3/+4
* Java and C libs return an empty string when the buffer is blank, not a None.Ben Bangert2012-08-291-1/+1
* Register a watcher properly.Ben Bangert2012-08-291-4/+4
* Enable sending default auth, document default auth setting.Ben Bangert2012-08-292-7/+10
* More robust socket handling.Ben Bangert2012-08-291-14/+21
* Add working add_auth command.Ben Bangert2012-08-293-22/+24
* Don't set an exception without an async_object.Ben Bangert2012-08-291-0/+2
* Cleanup import statements.Ben Bangert2012-08-292-34/+45
* Return an appropriate ACL object.Ben Bangert2012-08-291-1/+1
* Doc cleanupsBen Bangert2012-08-291-3/+9
* integrate friendlier API docs curtesy of Alan D. Cabrera's pookeeper projectHanno Schlichting2012-08-291-7/+88
* Add working set_acls/get_acls methods.Ben Bangert2012-08-292-25/+148
* Add working delete method.Ben Bangert2012-08-291-6/+5
* Prettier permission printing for ACL's.Ben Bangert2012-08-291-1/+24
* Some test updates.Ben Bangert2012-08-293-6/+6
* Update docs for error.Ben Bangert2012-08-291-1/+1
* Need the code for these.Ben Bangert2012-08-291-0/+1
* Add working set data method.Ben Bangert2012-08-292-4/+18