]> git.sur5r.net Git - bacula/bacula/history - bacula/src/lib/lockmgr.h
Change copyright as per agreement with FSFE
[bacula/bacula] / bacula / src / lib / lockmgr.h
2016-01-10 Kern SibbaldChange copyright as per agreement with FSFE
2015-08-13 Kern SibbaldBackport from Bacula Enterprise
2014-04-11 Eric BollengierFix #2047 about bthread_cond_wait_p not declared
2014-03-27 Kern SibbaldBackport from BEE
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 Eric BollengierPermits to use lock manager with file/line from outside
2010-08-02 Kern SibbaldAdd comments about lock priority
2009-12-10 Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-12-10 Eric BollengierFix compilation problem with lockmgr
2009-12-09 Eric BollengierFix compilation pb
2009-12-09 Eric BollengierAdd info in dump about lock priority
2009-12-09 Eric BollengierCleanup
2009-12-09 Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-12-09 Kern SibbaldFix #defines when lock manager turned off
2009-12-09 Eric BollengierAdd USE_LOCKMGR_PRIORITY switch to enable new priority...
2009-12-09 Eric BollengierAdd Macro BTHREAD_MUTEX_PRIORITY(p) and lib/mutex_list...
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-08-24 Eric BollengierMerge branch 'master' into basejobv3
2009-08-14 Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-08-14 Eric Bollengierfix compilation problem reported by Dan
2009-08-14 Eric BollengierMerge branch 'master' into basejobv3
2009-08-13 Eric Bollengierupdate lock manager to get better traces
2008-12-09 Eric Bollengierebl Add a new lock manager that can detect deadlock...