]> git.sur5r.net Git - bacula/bacula/history - bacula/src/dird
ebl Turn on db_get_file_list() single SQL because the failure
[bacula/bacula] / bacula / src / dird /
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...
2008-10-13 Eric Bollengierebl Pemit to mark version as Beta in some ouputs
2008-10-11 Kern Sibbaldkes Add plugin types in jcr.h to reduce need to cast.
2008-10-10 Kern SibbaldMove generation of bsr file for Virtual Backup to run...
2008-10-08 Eric Bollengierebl Add a new custom Id variable that is printed in...
2008-10-08 Kern SibbaldFix migration SQL not to migrate a job that has not...
2008-10-08 Kern SibbaldSort JobIds returned from db_accurate_get_jobids()...
2008-10-08 Eric Bollengierebl Fix possible bug in cancel_job() with job that...
2008-10-05 Kern Sibbaldkes Integrate patch from Kjetil Torgrim Homme <kjetilh...
2008-10-05 Kern SibbaldEliminate bad C code from configure.in
2008-10-04 Eric Bollengierebl Remove missing Loaded information from status...
2008-09-30 Kern Sibbaldkes Apply Marco van Wieringen's set of patches, cleans...
2008-09-25 Eric Bollengierebl Add -B option to dbcheck to get catalog information
2008-09-25 Kern SibbaldRemove some old reader/writer code
2008-09-25 Kern Sibbaldkes Make first cut attempt to correct SQL that compute...
2008-09-24 Kern SibbaldFix typo
2008-09-24 Kern SibbaldThis code should fix the race condition that leads...
2008-09-22 Eric Bollengierebl Use a dedicate DB link to compute and send the...
2008-09-16 Kern SibbaldTweaks to htable code to improved debugging and make...
2008-09-14 Kern SibbaldUpdate technotes and kernstodo
2008-09-13 Kern Sibbaldkes Remove Encryption and Accurate lines in vbackup...
2008-09-13 Kern Sibbaldkes Add host name to items printed during dump.
2008-09-11 Kern Sibbaldkes Set the default FD timeout to 3 minutes (previousl...
2008-09-10 Kern SibbaldAlways print Verify hash differences. Rename variable...
2008-09-10 Kern SibbaldFix MaxDiffInterval code as well.
2008-09-10 Kern SibbaldCorrect tests for MaxFullInterval as reported by
2008-09-09 Eric Bollengierebl Change the new statistic implementation. Remove...
2008-09-08 Kern SibbaldFirst cut SD plugin + minor plugin changes
2008-09-08 Kern SibbaldTweaks + svn ignores
2008-09-03 Kern Sibbaldkes Add Slot if it is non-zero to writing bsr file...
2008-08-31 Eric Bollengierebl Tweak status slots storage output command
2008-08-31 Eric Bollengierebl tweak autochanger content output
next