summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Pop and contains also don't need to use the lockJoshua Harlow2014-08-301-4/+2
* Avoid requiring the lock on attempts to pop the root pathJoshua Harlow2014-08-301-3/+3
* Separate the path gathering from watch creationJoshua Harlow2014-08-301-9/+10
* Just use the clients property which already locks itselfJoshua Harlow2014-08-301-3/+1
* Reading from a dictionary doesn't need a lockJoshua Harlow2014-08-301-2/+1
* Use the same parent iterkeys method to be consistentJoshua Harlow2014-08-301-1/+2
* Mark disconnected before performing other activitiesJoshua Harlow2014-08-301-1/+1
* Keep the trailing slash only for sequenced createsJoshua Harlow2014-08-303-3/+8
* Use a constant to define what root isJoshua Harlow2014-08-301-4/+6
* Use a generator to ensure we get a unused sequence pathJoshua Harlow2014-08-302-7/+33
* Release 0.1.3Joshua Harlow2014-08-261-1/+1
* Fix path postfix lost during normalizationJoshua Harlow2014-08-262-4/+16
* Merge pull request #9 from svisser/patch-1Joshua Harlow2014-08-251-1/+4
|\
| * Ensure file handle is closed using with statementSimeon Visser2014-08-231-1/+4
* | Remove useless helper functionJoshua Harlow2014-08-241-5/+1
* | Release 0.1.2Joshua Harlow2014-08-231-1/+1
* | Add the 3.4 classifierJoshua Harlow2014-08-231-0/+1
* | Release 0.1.1Joshua Harlow2014-08-231-1/+1
* | Move the partial client below the fake client codeJoshua Harlow2014-08-231-107/+109
* | Add a counter multi-client validation testJoshua Harlow2014-08-221-0/+23
* | Use retries and include the common client helpersJoshua Harlow2014-08-221-4/+31
* | Correctly set data when a version is passedJoshua Harlow2014-08-221-0/+3
* | Move _generate_async from client to utilsJoshua Harlow2014-08-222-23/+26
|/
* Bump for 0.1 and include storage attached clientsJoshua Harlow2014-08-223-1/+19
* More work to make multi-clients work correctlyJoshua Harlow2014-08-185-74/+123
* Start to make multi-client storage possibleJoshua Harlow2014-08-173-5/+61
* Test against byte string valuesJoshua Harlow2014-07-291-3/+3
* Fix byte string valueJoshua Harlow2014-07-291-2/+2
* Bump for 0.0.28Joshua Harlow2014-07-291-1/+1
* Merge pull request #7 from jimbobhickville/masterJoshua Harlow2014-07-293-8/+31
|\
| * normalize paths to include a leading slashGreg Hill2014-07-293-8/+31
|/
* Bump for 0.0.27Joshua Harlow2014-07-201-1/+1
* Provide a __call__ for the new delayed operationJoshua Harlow2014-07-201-2/+5
* Use a delayed operation object in the fake transactionJoshua Harlow2014-07-201-6/+17
* Add test for concurrent restartJoshua Harlow2014-07-192-0/+23
* Have restart act as one block (not two)Joshua Harlow2014-07-191-2/+3
* Ensure closed in tearDownJoshua Harlow2014-07-191-0/+4
* Bump for 0.0.26Joshua Harlow2014-07-191-1/+1
* Determine the sequence when lockedJoshua Harlow2014-07-181-3/+2
* Remove unused variableJoshua Harlow2014-07-181-1/+0
* Return the number of items purged on purge returnJoshua Harlow2014-07-181-1/+2
* Only purge if the session id has a valueJoshua Harlow2014-07-181-0/+2
* Add tests for client session_id being populatedJoshua Harlow2014-07-181-0/+6
* Watches can be set before client is started nowJoshua Harlow2014-07-181-2/+2
* Add ephemeral_owner supportJoshua Harlow2014-07-183-30/+90
* Make storage lock argument mandatoryJoshua Harlow2014-07-182-4/+2
* Partial client is for internal use only (denote this)Joshua Harlow2014-07-181-2/+2
* Bump for 0.0.25Joshua Harlow2014-07-171-1/+1
* Add travis 3.4 buildsJoshua Harlow2014-07-171-0/+1
* Fix binary encoding requirementJoshua Harlow2014-07-171-2/+4