]> git.mxchange.org Git - friendica.git/history - src/Util/Lock.php
Semaphore based locking and hopefully the fix for the workerqueue
[friendica.git] / src / Util / Lock.php
2017-06-28 MichaelSemaphore based locking and hopefully the fix for the...
2017-06-18 Hypolite PetovanMerge pull request #3473 from Quix0r/rewrites/coding...
2017-06-16 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-06-16 Hypolite PetovanMerge pull request #3533 from annando/1706-worker-even...
2017-06-13 Roland HäderMerge remote-tracking branch 'upstream/develop' into...
2017-06-12 MichaelIt's faster without locks, gnarl ...
2017-06-12 MichaelAvoid locking problems in lock class
2017-06-11 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-06-09 Tobias DiekershoffMerge pull request #3534 from AndyHee/20170609-User_set...
2017-06-09 Tobias DiekershoffMerge pull request #3528 from Hypolite/task/replace...
2017-06-08 Hypolite PetovanReplace AND and OR in PHP conditions by && and ||
2017-06-07 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-06-07 Andy H3Merge pull request #1 from friendica/develop
2017-06-07 Tobias DiekershoffMerge pull request #3522 from annando/1706-lock
2017-06-07 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-06-06 MichaelBeware of camels
2017-06-06 MichaelAdded documentation and renamed function
2017-06-06 Michael VogelMerge branch 'develop' into 1706-lock
2017-06-06 MichaelOnly wait when you have a timout value at all
2017-06-05 MichaelWe found the handbrake ...
2017-06-05 MichaelLocking waits now for a shorter period. DB locking...
2017-06-04 MichaelMerge remote-tracking branch 'upstream/3.5.2rc' into...
2017-06-04 MichaelLocking seems to work great now
2017-06-04 MichaelLock now can use the memcache as well
2017-06-04 MichaelDatabase locks are now having its very own functions
2017-06-04 MichaelLocks now work - ready to be used in the wild
2017-06-04 MichaelOverhauled "lock" functionality