]> git.sur5r.net Git - bacula/bacula/history - bacula/src/lib/lockmgr.c
Big backport from Enterprise
[bacula/bacula] / bacula / src / lib / lockmgr.c
2017-05-22 Kern SibbaldBig backport from Enterprise
2016-01-10 Kern SibbaldChange copyright as per agreement with FSFE
2015-08-13 Kern SibbaldBackport from Bacula Enterprise
2014-03-27 Kern SibbaldBackport from BEE
2013-04-20 Eric BollengierTweak copyrights again
2013-04-20 Eric Bollengiertweak copyright
2013-04-20 Eric BollengierImplement RestoreObject for sqlite + cleanups
2013-04-20 Eric BollengierFix the lockmgr test tool
2010-08-02 Kern SibbaldSwitch from GPLv2 to AGPLv3
2010-08-02 Eric BollengierFix new killsafe code
2010-08-02 Eric BollengierAdd wrapper for pthread_kill() to check if thread exist...
2010-08-02 Eric BollengierAdd lmgr_is_locked() function to test if a thread own...
2010-08-02 Kern SibbaldAdd comments about lock priority
2010-08-02 Kern SibbaldAdd debug code for FreeBSD regress failures
2009-12-10 Kern SibbaldFix and add ASSERT debug
2009-12-09 Eric BollengierFix compilation pb
2009-12-09 Eric BollengierAdd info in dump about lock priority
2009-12-09 Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-12-09 Eric BollengierAdd USE_LOCKMGR_PRIORITY switch to enable new priority...
2009-12-09 Eric BollengierMake pthread_mutex_init/destroy compatible with bthread...
2009-12-09 Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-12-08 Eric BollengierAdd init/destroy function for both p/bthread_mutex_t...
2009-12-08 Eric BollengierAdd new bthread_mutex_t object that check mutex priorit...
2009-11-05 Eric BollengierMerge branch 'master' into basejobv3
2009-11-04 Eric BollengierCheck pthread_mutex_lock return code in lockmgr
2009-11-02 Eric BollengierMerge branch 'master' into basejobv3
2009-11-01 Kern SibbaldFix lockmgr tweak typo
2009-11-01 Kern SibbaldTweak lockmgr
2009-10-25 Eric BollengierChange W/G to Wanted/Granted in lock dump
2009-10-24 Eric Bollengierforce lock manger init
2009-10-24 Eric Bollengieradd lmgr to bconsole
2009-10-23 Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-10-23 Kern SibbaldFix Qmsg race condition reported by Eric
2009-09-14 Eric BollengierMerge branch 'master' into basejobv3
2009-09-10 Kern SibbaldFix possible termination problem
2009-08-14 Eric BollengierMerge branch 'master' into basejobv3
2009-08-13 Eric Bollengierupdate lock manager to get better traces
2009-06-27 Kern SibbaldFix Win32 build -- turn off lockmgr and remove lockmgr...
2008-12-09 Eric Bollengierebl Add a new lock manager that can detect deadlock...