Joshua Boniface
|
99d723dd8b
|
Lint: F821 undefined name 'count'
|
2020-11-07 13:39:51 -05:00 |
Joshua Boniface
|
6cf7f178a6
|
Lint: F821 undefined name 'time'
|
2020-11-07 13:38:54 -05:00 |
Joshua Boniface
|
5da314902f
|
Lint: F841 local variable '<variable>' is assigned to but never used
|
2020-11-06 21:13:13 -05:00 |
Joshua Boniface
|
d9e7b7ec15
|
Lint: F401 <library> imported but unused
|
2020-11-06 19:22:49 -05:00 |
Joshua Boniface
|
42c5f84ba7
|
Do multiple lock attempts
|
2020-10-21 11:21:37 -04:00 |
Joshua Boniface
|
3839040092
|
Add exclusive lock function
|
2020-10-21 10:46:41 -04:00 |
Joshua Boniface
|
72f47f216a
|
Revert "Add locking in common zkhander"
This reverts commit 53c0d2b4f6 .
This resulted in a massive performance hit and some inconsistent
behaviour. Revert for now an re-investigate later.
|
2020-10-21 03:49:13 -04:00 |
Joshua Boniface
|
53c0d2b4f6
|
Add locking in common zkhander
Ensures that every changed made here is locked, thus preventing
duplicate updates, etc.
|
2020-10-21 03:17:18 -04:00 |
Joshua Boniface
|
44efd66f2c
|
Fix error renaming keys
This function was not implemented and thus failed; implements it.
|
2020-03-30 21:38:18 -04:00 |
Joshua Boniface
|
4505b239eb
|
Rename API and common Debian packages
Closes #79
|
2020-02-08 18:50:38 -05:00 |