summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge "ipc: Fix acquire lock loop logic"0.7Jenkins2014-10-061-2/+2
|\
| * ipc: Fix acquire lock loop logicMehdi Abaakouk2014-10-061-2/+2
* | Split up the requirements for py2.x and py3.xJoshua Harlow2014-10-062-0/+20
|/
* Make lock blocking with no time out by default0.6Julien Danjou2014-10-034-39/+44
* Merge "coordination: remove destroy() from the lock protocol"0.5Jenkins2014-10-033-53/+30
|\
| * coordination: remove destroy() from the lock protocolJulien Danjou2014-10-033-53/+30
* | Merge "IPC: fix a potential race condition at init"Jenkins2014-10-031-6/+16
|\ \ | |/
| * IPC: fix a potential race condition at initJulien Danjou2014-10-021-6/+16
* | Merge "Switch to oslo.utils"Jenkins2014-10-037-668/+3
|\ \ | |/ |/|
| * Switch to oslo.utilsJulien Danjou2014-10-027-668/+3
* | Fix IPC driver on OS XJulien Danjou2014-10-021-0/+4
|/
* Blacklist retrying 1.3.0Monty Taylor2014-09-301-1/+1
* Merge "Use futures to make parts of the memcached driver async"Jenkins2014-09-242-20/+42
|\
| * Use futures to make parts of the memcached driver asyncJoshua Harlow2014-09-192-20/+42
* | Merge "Have examples run in the py27 environment and make them work"Jenkins2014-09-207-15/+46
|\ \ | |/ |/|
| * Have examples run in the py27 environment and make them workJoshua Harlow2014-09-197-15/+46
* | Standardize the async result subclasses0.4Joshua Harlow2014-09-182-13/+12
|/
* Merge "Fix the comment which was borrowed from the IPC driver"Jenkins2014-09-181-1/+1
|\
| * Fix the comment which was borrowed from the IPC driverJoshua Harlow2014-09-181-1/+1
* | Be more tolerant of unicode exceptionsJoshua Harlow2014-09-183-8/+35
|/
* Merge "Standardize on the same lock acquire method definition"Jenkins2014-09-183-7/+18
|\
| * Standardize on the same lock acquire method definitionJoshua Harlow2014-09-173-7/+18
* | Standardize on hiding the lock implementationJoshua Harlow2014-09-171-8/+8
|/
* On lock removal validate that they key was actually deletedJoshua Harlow2014-09-171-2/+5
* Merge "Use a thread safe deque instead of a queue"Jenkins2014-09-171-8/+5
|\
| * Use a thread safe deque instead of a queueJoshua Harlow2014-09-161-8/+5
* | Merge "Add doc8 to the py27 test running"Jenkins2014-09-172-3/+12
|\ \
| * | Add doc8 to the py27 test runningJoshua Harlow2014-09-162-3/+12
* | | Merge "Change inline docs about class fake storage variable"Jenkins2014-09-171-1/+5
|\ \ \
| * | | Change inline docs about class fake storage variableJoshua Harlow2014-09-161-1/+5
| | |/ | |/|
* | | Merge "LOG a warning if the heartbeat can not be validated"Jenkins2014-09-171-2/+10
|\ \ \
| * | | LOG a warning if the heartbeat can not be validatedJoshua Harlow2014-09-161-2/+10
| |/ /
* | | Use the more reliable sysv_ipc instead of posix_ipc+lockutilsJoshua Harlow2014-09-1616-2171/+101
|/ /
* | Merge "Let zake act as a in-memory fully functional driver"Jenkins2014-09-164-35/+10
|\ \
| * | Let zake act as a in-memory fully functional driverJoshua Harlow2014-09-154-35/+10
| |/
* | Only start zookeeper/memcached when not already runningJoshua Harlow2014-09-151-5/+18
|/
* Switch to a custom NotImplemented errorJulien Danjou2014-09-126-26/+50
* Ensure lock list isn't mutated while iteratingJoshua Harlow2014-09-101-1/+1
* Merge "Move Zake driver code to separated Python module"Jenkins2014-09-103-44/+63
|\
| * Move Zake driver code to separated Python moduleDina Belova2014-09-053-44/+63
* | Work toward Python 3.4 support and testingJeremy Stanley2014-09-031-1/+1
|/
* Unlock the kazoo versionJoshua Harlow2014-08-281-1/+1
* Bump up zake to be using the newer 0.1 or greaterJoshua Harlow2014-08-261-1/+1
* Merge "memcached: switch leader election implementation to a lock"Jenkins2014-08-261-19/+16
|\
| * memcached: switch leader election implementation to a lockJulien Danjou2014-08-211-19/+16
* | Fix zake driver with latest releaseJulien Danjou2014-08-261-2/+2
|/
* Add the generation of the documentation in tox.iniYassine Lamgarchal2014-08-201-0/+3
* Add coverage reportYassine Lamgarchal2014-08-193-3/+8
* Switch to URL for loading backends0.3Julien Danjou2014-08-0711-108/+80
* Import network_utils from OsloJulien Danjou2014-08-072-0/+164