]> git.sur5r.net Git - bacula/bacula/history - bacula/src/lib/jcr.c
Big backport from Enterprise
[bacula/bacula] / bacula / src / lib / jcr.c
2017-05-22 Kern SibbaldBig backport from Enterprise
2016-01-10 Kern SibbaldChange copyright as per agreement with FSFE
2015-08-13 Kern SibbaldPut back missing close_msg(NULL) to flush daemon messag...
2015-08-13 Kern SibbaldBackport from Bacula Enterprise
2014-07-12 Kern SibbaldSet pthread id in jcr at beginning so the job can be...
2014-03-27 Kern SibbaldBackport from BEE
2013-04-20 Eric BollengierFix #4996 about MaxRunTime canceling the job too early
2013-04-20 Kern SibbaldPull compiler warning cleanup code + other from master
2013-04-20 Eric BollengierImplement RestoreObject for sqlite + cleanups
2013-04-20 Kern SibbaldUse jcr->setJobStatus() in favor of set_jcr_job_status...
2013-04-20 Kern SibbaldFirst cut restart Jobs
2013-04-20 Kern SibbaldAdd code to trim heap after big mallocs
2010-08-02 Kern SibbaldSwitch from GPLv2 to AGPLv3
2010-08-02 Kern SibbaldAttempt to fix duplicate job kill seg fault
2010-08-02 Eric BollengierReplace pthread_kill by my_thread_send_signal() in...
2010-08-02 Kern SibbaldAdd more debug code for bactrace
2010-08-02 Eric Bollengiertweak debug
2010-08-02 Eric BollengierFix cancel crash bug #1551
2010-08-02 Eric BollengierFix bscan segfault with new comment field
2010-08-02 Kern SibbaldFix compiler warning
2010-08-02 Kern SibbaldAdd jobs running to status of daemons
2010-08-02 Kern SibbaldBetter cancel + fix Allow Dups code
2009-12-05 Kern SibbaldChange old get_Jobxxx to getJobxxx
2009-11-05 Eric BollengierMerge branch 'master' into basejobv3
2009-11-02 Eric BollengierMerge branch 'master' into basejobv3
2009-11-02 Kern SibbaldAdd -m option to DIR,FD,SD to dump kaboom output
2009-10-23 Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-10-23 Kern SibbaldFix Qmsg race condition reported by Eric
2009-10-17 Eric BollengierMerge remote branch 'sf/master' into purge
2009-10-16 Eric BollengierMerge branch 'master' into basejobv3
2009-10-15 Marco van WieringenMerge branch 'master' into mvw/xattr-overhaul
2009-10-15 Eric BollengierMerge branch 'master' of ssh://ricozz@bacula.git.source...
2009-10-15 Kern SibbaldFix bug #1391 Job status improperly set due to subtle...
2009-10-13 Kern SibbaldFix stupid error
2009-10-11 Kern SibbaldAdd comment
2009-08-14 Eric BollengierMerge branch 'master' into basejobv3
2009-08-13 Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-08-13 Kern SibbaldMake SD lock tracing work again. Has not worked for...
2009-08-11 Eric BollengierMerge branch 'master' into bat_slot
2009-08-09 Kern SibbaldFix screw up with setting JobLevel and JobType
2009-08-08 Kern SibbaldStart adding Incomplete Job status
2009-08-06 Eric BollengierMerge branch 'master' into basejobv3
2009-08-06 Eric BollengierAdd the rest of files for new Bvfs
2009-07-22 Kern SibbaldModify setJobStatus so cancel has same priority as...
2009-06-12 Kern SibbaldRemove non-portable code referencing pthread_t
2009-05-19 Kern SibbaldDuring jcr destruction hold jcr_chaing lock only for...
2009-03-06 Kern Sibbaldkes Fix the Win32 build.
2008-12-02 Eric Bollengierebl Apply 2.4.3-prune-deadlock.patch that fixes a...
2008-11-25 Kern SibbaldMore changes to ensure that during thread switches...
2008-11-25 Kern SibbaldEnsure that consoles attach jcr to thread, and that...
2008-11-22 Kern SibbaldRemove all time_t from arguments in favor of utime_t...
2008-11-11 Eric Bollengierebl Add Plugin debug after a fatal signal.
2008-11-10 Eric Bollengierebl Update after fatal signal debugging
2008-11-10 Eric Bollengierebl Fix maxwaittime to fit documentation, this time...
2008-11-07 Kern SibbaldApply win32-fixes patch from Riccardo that makes the...
2008-11-06 Eric Bollengierebl update new "bactrace" option to dump information...
2008-11-06 Eric Bollengierebl Add code to get more information after a violent...
2008-10-28 Kern Sibbaldkes Fix bug #1046 VolumeToCatalog incorrectly reports...
2008-09-30 Kern Sibbaldkes Apply Marco van Wieringen's set of patches, cleans...
2008-09-29 Kern Sibbaldkes Create plugin instance only when FD job starts.
2008-09-25 Kern Sibbaldkes Improve plugin debug. Create plugin test.
2008-09-24 Kern SibbaldThis code should fix the race condition that leads...
2008-07-30 Kern Sibbaldkes Raise some restore debug levels.
2008-07-17 Kern SibbaldMove setting JobLevel and JobType into a method, which...
2008-07-14 Kern Sibbaldkes Change Bacula trademark owner from John Walker...
2008-07-04 Kern Sibbaldkes Add some SD debug code.
2008-06-27 Kern Sibbaldkes Generally clean up the manual tape loading code...
2008-05-24 Kern SibbaldApply Allan Black's status dir job count patch.
2008-05-11 Kern SibbaldAdd debug times, reduce size of two-pool-changer test
2008-05-01 Kern Sibbaldkes Fix strippath so that it does not get a buffer...
2008-05-01 Eric Bollengierebl Add MaxRunSchedTime option that specifies the...
2008-02-24 Kern SibbaldImplement first cut of Copy Job
2008-02-08 Kern Sibbaldkes Apply patch from Peter Much <pmc@citylink.dinoex...
2007-09-30 Kern Sibbaldkes Save jcr in thread specific data (tsd) for each...
2007-09-27 Kern Sibbaldkes Fix FD->SD authorization failure, which was due...
2007-09-27 Kern SibbaldPut jcr.c on dbglvl
2007-09-23 Kern Sibbaldkes Rework the reservation system to take into account...
2007-09-20 Kern SibbaldUpdate technotes
2007-09-05 Kern Sibbaldkes Remove idcache.c
2007-07-22 Kern SibbaldCorrect RunScript to terminate job in FD on failure.
2007-06-23 Kern Sibbaldkes Remove some duplicated code in tls.c
2007-06-07 Kern SibbaldConvert to pure GPL v2 license.
2007-06-07 Kern Sibbaldkes Fix sscanf problems reported by Peter Buschman...
2007-05-20 Kern SibbaldMove more bnet functions into the BSOCK class.
2007-05-20 Kern Sibbaldkes Fix tray-monitor by not requiring a timer interval...
2007-04-24 Eric Bollengierebl cleanup File relocation to use RegexWhere instead of
2007-04-22 Eric Bollengierebl Commit file relocation
2007-04-11 Kern Sibbald11Apr07
2007-02-07 Kern SibbaldRemove unwanted execute bit
2006-11-21 Kern SibbaldUpdate copyrights
2006-08-03 Kern Sibbaldkes Attempt to fix problems with the msg_queue crashin...
2006-04-20 Kern Sibbald- Fix scheduler to handle time skew (eg daylight savings).
2006-04-19 Kern Sibbald- Apply patch from Christopher Hull
2006-03-21 Thorsten Engelsmall bugfix (init mutex before using it in inc_use_cou...
2006-03-14 Kern Sibbald- Add more jcr methods and make mutex and use_count...
2006-02-06 Kern Sibbald- Implement first cut of Migration.
2006-01-15 Kern Sibbald15Jan06
2006-01-07 Kern Sibbald07Jan06
2005-12-07 Kern Sibbald- Remove warning message about multiple saves of hardli...
2005-12-03 Kern Sibbald03Dec05
next