]> git.sur5r.net Git - bacula/bacula/history - bacula/src/dird
Merge branch 'master' into basejobv3
[bacula/bacula] / bacula / src / dird /
2009-05-20 James HarperFix race in director job start which was allowing the...
2009-05-14 Kern Sibbaldkes Reduce bconsole help to fit in 80 columns
2009-05-14 Kern SibbaldAllow specification of base daemon resource name.
2009-04-30 Kern SibbaldFix purged restore prompting
2009-04-29 Kern SibbaldFix bug #1282 Setting job.Priority in python crashes...
2009-04-29 Kern SibbaldFix bug #1281 allow all on restore command line to...
2009-04-27 Eric Bollengierebl Fix bug #1274 where a migration job can be cancele...
2009-04-21 Eric Bollengierebl Tweak version string to display versionid field...
2009-04-14 Kern SibbaldFix bug #1268 Full Max Run Time cancels jobs (when...
2009-04-11 Kern SibbaldModify insertion of read Volumes in SD to be done befor...
2009-03-30 Eric Bollengierebl Fix small memory leak in fileregexp bsr code
2009-03-29 Kern SibbaldAttempt to fix bat seg faults
2009-03-28 Kern SibbaldAdd checks on the plugin version and the plugin license...
2009-03-27 Kern SibbaldApply patch from Pasi Karkkainen <pasik@iki.fi> that...
2009-03-25 Kern SibbaldDisable plugin options in ua_run.c
2009-03-21 Kern SibbaldAttempt to correct timing problems with starting bat...
2009-03-20 Kern SibbaldUpdate patches
2009-03-15 Kern SibbaldAdd more output if a user attempts to clone a job but...
2009-03-14 Kern SibbaldFix problems with bug #1247 and 64 bit time_t OSes...
2009-03-09 Kern Sibbaldkes Apply patch from bug #1224, which fixes waiting...
2009-03-07 Kern SibbaldWhen deleting a Volume by MediaId require the Id to be
2009-03-07 Kern Sibbaldkes Prepare to add JS_Warnings termination status.
2009-03-06 Kern SibbaldAdd JobErrors to returned SD values
2009-03-06 Kern Sibbaldkes Fix the Win32 build.
2009-03-05 Eric Bollengierebl tweak pointer to int convertion for win64
2009-02-25 Marco van WieringenDon't try to copy empty jobs (e.g. with jobbytes == 0)
2009-02-18 Kern SibbaldApply Eric's next-beta.patch that enables 64 bit FileId...
2009-02-18 Kern SibbaldEnsure that libtool directory always cleaned + reduce
2009-02-10 Marco van WieringenSmall fix for 2 typos introduced in one of the last...
2009-02-09 Kern Sibbaldkes Free name item in guid_to_name.c when already...
2009-01-28 Eric Bollengierebl Add new ScratchPool directive to Pool. Thanks...
2009-01-27 Eric Bollengierebl Fix small bug about RecyclePool that is not updated at
2009-01-24 Kern SibbaldModify search for .conf file so that if one is given on
2009-01-14 Dan LangilleTo prevent breakage of existing scripts, reorder the...
2009-01-12 Dan LangilleIn my previous commit, I dropped the command from the...
2009-01-12 Dan LangilleAdjust cmdstruct:
2009-01-06 Eric Bollengierebl Despool attributes directly from the director...
2008-12-30 Eric Bollengierebl Tweak debug
2008-12-23 Eric Bollengierebl Fix pooluncopiedjob option with new copy type
2008-12-23 Kern Sibbaldkes Remove rogue line of C code.
2008-12-22 Eric Bollengierebl tweak debug
2008-12-22 Eric Bollengierebl tweak debug
2008-12-21 Kern SibbaldUndo temp change
2008-12-21 Kern SibbaldTemp remove upgrade copies
2008-12-21 Kern SibbaldUse precalculated variable
2008-12-21 Eric Bollengierebl Display copies only if "copies" keyword is used
2008-12-21 Eric Bollengierebl remove sql changes for copies
2008-12-20 Eric Bollengierebl remove debug
2008-12-20 Eric Bollengierebl Work on copy jobs
2008-12-20 Kern Sibbald20Dec08
2008-12-19 Eric Bollengierebl Cleanup director VolParam struct
2008-12-18 Eric Bollengierebl Replace File:Block in BSR by Address to fix #1190
2008-12-17 Eric Bollengierebl cleanup
2008-12-15 Eric Bollengierebl Copy joblog after a Copy job
2008-12-14 Kern SibbaldImplement a crude 'list joblog' mostly for debugging.
2008-12-13 Kern Sibbaldkes Fix Migration bug #1206 sql error with NULL FileSe...
2008-12-09 Eric Bollengierebl Add a new lock manager that can detect deadlock...
2008-12-09 Eric Bollengierebl Add new Director->MaxConsoleConnections directive
2008-12-02 Eric Bollengierebl Remove extra db_lock() in get_prune_list_for_volume()
2008-11-26 Kern Sibbaldkes Apply Marco's Extended attribute support patch.
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-25 Kern SibbaldTry to eliminate possible plugin termination problems
2008-11-22 Kern SibbaldRemove all time_t from arguments in favor of utime_t...
2008-11-20 Kern Sibbaldkes Since the user has been warned, allow console...
2008-11-18 Kern Sibbaldkes Probably fix for bug #1188 where Volume is purged...
2008-11-18 Kern Sibbaldkes Implement bsr block level checking for disk files...
2008-11-18 Eric Bollengierebl Add new events
2008-11-13 Eric Bollengierebl Add writable variable to director plugin interface
2008-11-13 Eric Bollengierebl Add more variable accessible through the director...
2008-11-12 Eric Bollengierebl Initialize plugin in director
2008-11-12 Eric Bollengierebl Add plugin list to status dir command output
2008-11-12 Eric Bollengierebl add debug dump for plugins in director
2008-11-12 Eric Bollengierebl Make example plugins for dird and filed working
2008-11-12 Eric Bollengierebl Apply Riccardo's patch that fix some win32 compila...
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 debug
2008-11-10 Eric Bollengierebl Fix maxwaittime to fit documentation, this time...
2008-11-06 Kern Sibbaldkes Fix bug with job name duplication if more than...
2008-11-05 Eric Bollengierebl tweak tab/space
2008-11-05 Eric Bollengierebl Apply Bastian's patch that add spooldata=yes|no...
2008-11-02 Kern SibbaldFix orphanned jobs (deadlock) while pruning.
2008-11-02 Kern SibbaldUse jcr stored in bsock rather than searching in getmsg.c.
2008-11-01 Kern SibbaldTweak debug
2008-10-29 Kern Sibbaldkes Rework next_vol and autoprune a bit due to failure in
2008-10-28 Kern Sibbaldkes Fix bug #1046 VolumeToCatalog incorrectly reports...
2008-10-27 Eric Bollengierebl Fix #1173 where prune_volume() returns a volume...
2008-10-27 Kern SibbaldFix typo in comment
2008-10-26 Kern SibbaldEliminate pesky compiler warnings
2008-10-25 Kern SibbaldRemove jobq.c constraint that read and write SD must be
2008-10-25 Kern Sibbaldkes Ensure that job report is always printed even...
2008-10-24 Kern Sibbaldkes Fix editing of retention time difference to use...
2008-10-20 Kern SibbaldTweaks
2008-10-20 Eric Bollengierebl Rename JobStat to JobHistory
2008-10-19 Kern Sibbaldkes Add Makefile dependency when using LIBTOOL_LINK...
2008-10-14 Kern SibbaldApply patch from Marco van Wieringen <mvw@planets...
2008-10-13 Kern SibbaldChange API malloc/free entrypoint names
2008-10-13 Kern Sibbaldkes Change IncludeDir to Exclude Dir Containing.
2008-10-13 Eric Bollengierebl Add field to command list to restrict Runscript...
next