summaryrefslogtreecommitdiff
path: root/oslo_concurrency/lockutils.py
Commit message (Expand)AuthorAgeFilesLines
* Log when waiting to acquire lockGorka Eguileor2022-07-071-2/+6
* Fix RequiredOptError when missing lock_pathThiago Brito2022-03-241-1/+1
* Add support for non-blocking locks4.5.0Romain Poupin2021-06-241-10/+44
* Merge "Don't warn on lock removal if file doesn't exist"Zuul2020-06-081-3/+5
|\
| * Don't warn on lock removal if file doesn't existGorka Eguileor2020-03-181-3/+5
* | Remove six usageAndreas Jaeger2020-05-091-2/+1
|/
* Spiff up docs for *_with_prefixEric Fried2019-11-041-11/+34
* Add lock_with_prefix convenience utilityEric Fried2019-09-171-0/+23
* Merge "Add support for fair locks"3.29.0Zuul2018-11-051-6/+60
|\
| * Add support for fair locksChris Friesen2018-11-021-6/+60
* | Switch to stestrVu Cong Tuan2018-07-041-1/+1
|/
* Add debug log to indicate when external lock is takenGary Kotton2017-07-261-0/+3
* Remove log translationsloooosy2017-07-111-2/+2
* Fix wrong import example in docstringChangBo Guo(gcb)2016-05-111-2/+2
* Revert "Use tempfile.tempdir for lock_path if OSLO_LOCK_PATH is not set"Yuriy Taraday2016-02-261-4/+1
* Use tempfile.tempdir for lock_path if OSLO_LOCK_PATH is not setSean M. Collins2016-02-251-1/+4
* Add complementary remove lock with prefix functionJoshua Harlow2015-11-301-0/+28
* Use versionadded and versionchanged in docVictor Stinner2015-11-051-0/+17
* Use oslo_utils reflection to get 'f' callable nameJoshua Harlow2015-08-091-2/+5
* Use better timing mechanisms instead of time.time()Joshua Harlow2015-06-221-5/+6
* Replace locks and replace with fasteners library provides onesJoshua Harlow2015-06-061-369/+4
* Add lockutils.get_lock_path() functionDoug Hellmann2015-03-111-1/+15
* Update Oslo imports to remove namespace packageDoug Hellmann2015-01-211-1/+1
* Merge "Add a reader/writer lock"Jenkins2015-01-061-0/+172
|\
| * Add a reader/writer lockJoshua Harlow2014-12-191-0/+172
* | Don't use ConfigFilter for lockutilsIhar Hrachyshka2014-12-151-2/+1
|/
* Add a TODO for retrying pull request #20Joshua Harlow2014-11-251-0/+3
* Allow the lock delay to be providedJoshua Harlow2014-11-201-31/+107
* Allow for providing a customized semaphore containerJoshua Harlow2014-11-191-17/+53
* Move out of the oslo namespace packageDoug Hellmann2014-11-141-0/+387