summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* travis: test all branchesc-lib-legacyHanno Schlichting2012-08-311-4/+0
* Update CHANGES for impending release.0.3Ben Bangert2012-08-231-1/+6
* Make debug logging of session handler more robust for unknown states/types.Ben Bangert2012-08-231-9/+9
* Remove debugging code, lower timeouts.Ben Bangert2012-08-231-2/+2
* update to latest zc-zookeeper-staticHanno Schlichting2012-08-231-1/+1
* add a simple run counter to `run_failure.py`Hanno Schlichting2012-08-221-0/+3
* Remove sys.exit that should've been in rollback.Ben Bangert2012-08-211-1/+0
* Back out sub process spawning which doesn't solve the C binding issue.Ben Bangert2012-08-211-34/+5
* Try and locate proper pythonBen Bangert2012-08-211-1/+6
* Use appropriate python for CI.Ben Bangert2012-08-211-7/+14
* Spin up session killer in a separate process.Ben Bangert2012-08-211-5/+24
* Fix test to fail better.Ben Bangert2012-08-211-0/+4
* More logging info about connection changes.Ben Bangert2012-08-211-0/+3
* Add more robust reconnect code so that reconnects after session loss use retr...Ben Bangert2012-08-211-2/+46
* Remove zookeeper server ordering here.Ben Bangert2012-08-211-1/+0
* Use new return system to de-register.Ben Bangert2012-08-211-2/+1
* Allow a state listener to indicate it should be de-registered by returning True.Ben Bangert2012-08-211-1/+3
* Ensure deterministic order once.Ben Bangert2012-08-211-0/+3
* Make expire_session a blocking call that doesn't return until it sees a sessi...Ben Bangert2012-08-211-0/+13
* add a test helper to run tests until we get a failureHanno Schlichting2012-08-211-0/+23
* Update versions to reflect that this is newer.Ben Bangert2012-08-202-3/+3
* Update change log to reflect rlock_object addition.Ben Bangert2012-08-201-0/+5
* - Fixed possible bug with using a threading.Condition in the set partitioner.Ben Bangert2012-08-205-1/+16
* Apply Bob's patch as it actually works, add test case to verify exception rai...Ben Bangert2012-08-195-3/+23
* Wrap class level objects with static method so they can be used properly.Ben Bangert2012-08-193-2/+4
* claim production readiness in classifiersHanno Schlichting2012-08-171-1/+1
* Not necessary to use the dispatch as the session callback is already in the r...Ben Bangert2012-08-141-7/+4
* Avoid starting the reconnect inside the Zookeeper session thread.Ben Bangert2012-08-141-1/+8
* Wait longer for session expiration.Ben Bangert2012-08-142-2/+2
* Update change log to reflect part of bug fix for session id re-use.Ben Bangert2012-08-141-0/+8
* Stop using a provided client id if the session it was tied to has expired.Ben Bangert2012-08-141-0/+1
* Fix test for start_async.Ben Bangert2012-08-141-1/+1
* Use start_asyncBen Bangert2012-08-141-1/+1
* Avoid recreating dict every line process call.0.2Ben Bangert2012-08-121-7/+9
* Prep for 0.2 release.Ben Bangert2012-08-122-3/+3
* Avoid unnecessary repeat connections.Ben Bangert2012-08-121-5/+9
* Update CHANGES to reflect issue 16 resolution.Ben Bangert2012-08-091-0/+3
* Fix test for pipe writing.Ben Bangert2012-08-091-1/+3
* Make the pipe once, alter it as appropriate.Ben Bangert2012-08-091-16/+13
* Clean up klog as gevent 0.13 also has wait_read for pipes.Ben Bangert2012-08-092-47/+19
* Fashion a logging handler appropriate based on the handler used for KazooClient.Ben Bangert2012-08-092-47/+143
* Cache the real thread this time.Ben Bangert2012-08-091-1/+2
* Update change log with recent changes.Ben Bangert2012-08-071-0/+4
* Fix similar session listener blocking in ChildrenWatch.Ben Bangert2012-08-071-1/+1
* Spawn _get_data from session listener to avoid blocking session events.Ben Bangert2012-08-072-3/+27
* Better handling of the gevent.sleep func with static method rather than anoth...Ben Bangert2012-08-071-4/+1
* sleep_func for SequentialGeventHandler was not set on the class appropriately...Ben Bangert2012-08-072-1/+7
* don't install `libev-dev` on travis, gevent 1.x includes a copy inside itHanno Schlichting2012-08-071-3/+0
* use our own zookeeper build on travis (3.3.6 vs. 3.3.3 system package)Hanno Schlichting2012-08-071-2/+1
* don't build zkpython as part of `make zookeeper`Hanno Schlichting2012-08-071-5/+0