]> git.sur5r.net Git - bacula/bacula/history - bacula/src/dird/jobq.c
Restore win32 dir from Branch-5.2 and update it
[bacula/bacula] / bacula / src / dird / jobq.c
2018-04-17 Kern SibbaldRestore win32 dir from Branch-5.2 and update it
2017-05-22 Kern SibbaldBig backport from Enterprise
2016-01-14 Thomas LohmanImplement MaxVirtualFullInterval
2015-12-16 Kern SibbaldPartial modification of copyrights as per agreement...
2015-08-13 Kern SibbaldBackport from Bacula Enterprise
2014-07-26 Kern SibbaldFix seg fault in jobq.c
2014-05-03 Kern SibbaldReschedule on error caused EndTime to be incorrect...
2014-03-27 Kern SibbaldBackport from BEE
2013-04-20 Kern SibbaldAdd MaximumConcurrentReadJobs directive to Storage...
2013-04-20 Kern SibbaldRemove broken code
2013-04-20 Kern SibbaldBetter fix for bug #1603 restart of Virtual Full
2013-04-20 Kern SibbaldFix bug #1603 restart of Virtual Full becomes a Full
2013-04-20 Kern SibbaldRename incomplete to rerunning for clarity
2013-04-20 Kern SibbaldUse jcr->setJobStatus() in favor of set_jcr_job_status...
2013-04-20 Kern Sibbaldreplace set_Jobxxx by setJobxxx
2013-04-20 Kern SibbaldRework Incomplete job intereaction with Base and Accurate
2013-04-20 Kern SibbaldRestart incomplete jobs only if type Backup
2013-04-20 Kern SibbaldPut resched Incomplete Job on directive default=on
2013-04-20 Kern SibbaldFirst cut restart Jobs
2010-08-02 Kern SibbaldSwitch from GPLv2 to AGPLv3
2010-08-02 Kern SibbaldAttempt to fix duplicate job kill seg fault
2010-08-02 Kern SibbaldFix bug #1582 Restore from multiple storage daemons...
2010-08-02 Eric BollengierFix cancel crash bug #1551
2009-12-05 Kern SibbaldChange old get_Jobxxx to getJobxxx
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 SibbaldTweak debug and add cancel message
2009-09-18 Eric BollengierMerge branch 'master' into basejobv3
2009-09-17 Kern Sibbaldmore job-restart code
2009-05-20 James HarperFix race in director job start which was allowing the...
2008-12-09 Eric Bollengierebl Add a new lock manager that can detect deadlock...
2008-11-25 Kern SibbaldMore changes to ensure that during thread switches...
2008-10-25 Kern SibbaldRemove jobq.c constraint that read and write SD must be
2008-10-05 Kern Sibbaldkes Integrate patch from Kjetil Torgrim Homme <kjetilh...
2008-07-17 Kern SibbaldMove setting JobLevel and JobType into a method, which...
2008-07-17 Kern SibbaldFix verify jobs to work again
2008-07-14 Kern Sibbaldkes Change Bacula trademark owner from John Walker...
2008-06-21 Kern Sibbaldkes Apply duplicate job tests to restarted jobs.
2008-06-17 Eric Bollengierebl tweak debug message
2008-06-17 Eric Bollengierebl fix segfault with debug > 200
2008-04-16 Kern Sibbaldkes Experiment with allowing multiple read jobs.
2008-03-09 Kern Sibbaldkes Attempt to correct problems with restores with...
2008-03-09 Kern Sibbaldkes Pass jcr to tls routines so debug messages can...
2007-12-10 Kern SibbaldCorrect a problem where the maximum concurrent storage...
2007-09-30 Kern Sibbaldkes Save jcr in thread specific data (tsd) for each...
2007-06-07 Kern SibbaldConvert to pure GPL v2 license.
2007-05-06 Kern Sibbaldkes Start implementing bstrerror() in place of strerror().
2007-03-02 Kern Sibbald02Mar07
2007-02-07 Kern SibbaldRemove unwanted execute bit
2007-02-02 Kern Sibbaldkes Fix memory leak with storage ids in cats/sql_get.c
2007-01-25 Kern Sibbaldkes Change 'Device not configured to autolabel' from...
2007-01-12 Kern SibbaldUpdate copyrights + Do not release source pointers...
2006-11-24 Kern Sibbaldkes Separate read/write source strings to keep track...
2006-11-21 Kern SibbaldUpdate copyright
2006-11-21 Kern SibbaldStart applying new FSFE copyright.
2006-11-12 Kern Sibbaldkes Change error message 'illegal' to 'invalid' -...
2006-07-08 Kern SibbaldTurn off debug code in jobq.c
2006-07-08 Kern Sibbald ======================= Warning ================...
2006-06-26 Kern Sibbald- Add complete text of GPL to LICENSE.
2006-05-26 Kern Sibbald26May06
2006-04-19 Kern Sibbald- Apply patch from Christopher Hull
2006-03-14 Kern Sibbald- Add more jcr methods and make mutex and use_count...
2006-02-14 Kern Sibbald- Add disk-changer to scripts directory + configure...
2005-08-10 Nicolas BoichatMark translatable strings in all source files.
2005-07-26 Kern Sibbald- Modify mtx-changer to wait a maximum of 300 seconds.
2005-05-26 Kern Sibbald- Make JCR a class and implement inc_use_count() and
2005-04-01 Kern Sibbald- Convert more atoi to str_to_int64() for DB.
2005-03-22 Kern SibbaldApply reschedule patch to 1.37 code.
2005-03-01 Kern Sibbald- Implement setting DIR Storage device to Autochanger
2005-02-19 Kern Sibbald- Add back JobId index for MySQL as default -- speeds up
2005-02-15 Kern Sibbald- Fix Media LabelDate and FirstWritten to be correctly...
2005-01-29 Kern SibbaldVacation work -- see tech log
2004-12-21 Kern SibbaldApply Preben 'Peppe' Guldberg <peppe@wielders.org>
2004-12-18 Kern Sibbald- Fix bug 207. jcr use count off by one when manually
2004-12-03 Kern Sibbald- Add user supplied patch to add inet_aton() of old...
2004-09-24 Kern Sibbald- Modify the depend section of each Makefile.in to...
2004-09-01 Kern Sibbald- Add index file to JobId field of File records for...
2004-08-17 Kern SibbaldFix conio.h problem on Solaris
2004-08-12 Kern SibbaldMisc -- see techlog
2004-07-16 Kern SibbaldPool + label cleanups from bug reports
2004-06-15 Kern SibbaldAdd extern C to callback functions
2004-06-01 Kern SibbaldMake restore jobs wait for exclusive use of Storage...
2004-04-19 Kern SibbaldUpdate Console conf code + update copyrights in dird
2004-04-19 Kern SibbaldFix topo in mutex_lock jobq.c + add debug code
2004-04-18 Kern SibbaldJobq.c race bug fixed + minor updates
2004-03-09 Kern SibbaldMore data spooling updates
2004-03-04 Kern SibbaldUpdate configure to set x on logrotate
2004-03-03 Kern SibbaldImprove debug output scheduler+jobq+tracing
2004-02-03 Kern SibbaldFix setip crash + missing unlocks()+cleanups
2003-12-24 Kern SibbaldSee kes-1.33; restore fixes, cleanups, must update...
2003-12-23 Kern SibbaldNic's watchdog code + cleanup jcr locking/use_count
2003-09-29 Kern SibbaldFreeBSD fixes; manual updates
2003-08-24 Kern SibbaldDrop old semaphore and workq code
2003-07-28 Kern SibbaldFix SIGTSTP loop in Console, complete hash code
2003-07-21 Kern SibbaldFix reschedule after error deadlock
2003-07-21 Kern SibbaldFix rescheduling on error for new job queue code
2003-07-21 Kern SibbaldFix scheduled times + add Priority to run start prompt
2003-07-20 Kern SibbaldFix priority scheduling bugs
next