]> git.sur5r.net Git - bacula/bacula/history - bacula/src/dird
Merge branch 'master' into basejobv3
[bacula/bacula] / bacula / src / dird /
2009-08-04 Eric BollengierMerge branch 'master' into basejobv3
2009-08-03 Eric Bollengieradd list basefiles command
2009-08-03 Eric Bollengierwork on stats, fix bug with batch connection
2009-08-03 Eric Bollengiercleanup
2009-08-03 Eric Bollengiertweak output
2009-08-03 Eric Bollengierdisplay a message with basejobids
2009-08-03 Eric Bollengierreplace free&NULL by free_and_null
2009-08-03 Eric Bollengiercleanup
2009-08-03 Eric Bollengierfix
2009-08-03 Eric Bollengierdisplay base jobs during restore
2009-08-03 Eric Bollengierpurge basefiles at the same time than files
2009-08-03 Eric Bollengiertweak comments
2009-08-03 Eric Bollengiermake regression ok
2009-08-03 Eric Bollengieruse batch connection
2009-08-03 Eric Bollengiertweak debug
2009-08-03 Eric Bollengierfix update_job_end
2009-08-03 Eric Bollengierupdate HasBase in catalog
2009-08-03 Eric Bollengierseems to work:!!!
2009-08-03 Eric Bollengierupdate
2009-08-03 Eric Bollengierinit base file
2009-08-03 Eric Bollengiercompile
2009-08-03 Eric Bollengiermake sql part
2009-08-03 Eric Bollengiertake ideas from previous try
2009-07-30 Eric BollengierAllow restore from multiple storage
2009-07-30 Kern SibbaldModify enable/disable commands to show only appropriate...
2009-07-29 Kern SibbaldAdd ACL check for client in estimate command
2009-07-22 Kern SibbaldApply idea of part of Graham's tidy-bsr-source.patch...
2009-07-16 Eric BollengierReplace info_msg by send_msg in status_slots for bat
2009-07-15 Kern SibbaldTweak bacula-dir.conf default save
2009-07-15 Eric Bollengierebl fix technotes
2009-07-14 Kern SibbaldChange default save dir to sbindir in bacula-dir.conf
2009-07-14 Eric Bollengierebl Should fix #1323
2009-07-14 Eric Bollengierebl Implement project 2, about new restore menu
2009-07-14 Kern SibbaldSend bootstrap directly from DIR to SD
2009-07-02 Eric Bollengierebl Update help page with accurate=yes/no
2009-07-02 Eric Bollengierebl Add estimate accurate=yes/no
2009-07-02 Eric BollengierMake estimate command accurate compatible. Should fix...
2009-07-02 Kern SibbaldAnother fix for bug #1311 to get the correct last_full_time
2009-07-01 Kern SibbaldFix bug #1317 Allow duplicate jobs = no does not work
2009-07-01 Kern SibbaldEliminate double job report when do_xxx_init() returns...
2009-07-01 Kern SibbaldAdd debug code to MaxDiffInterval
2009-06-29 Kern SibbaldChange bacula-dir.conf default job name from Client1...
2009-06-27 Kern SibbaldFix Win32 build -- turn off lockmgr and remove lockmgr...
2009-06-23 Eric Bollengierebl Add '*' when volume is online when displaying...
2009-06-21 Kern SibbaldRe-fix bug #1311 if MaxDiffInterval exceeded ensure...
2009-06-18 Kern SibbaldBack out previous maxdiff patch, which is broken
2009-06-18 Kern SibbaldFix bug #1311 if MaxDiffInterval exceeded ensure job...
2009-06-17 Kern SibbaldFix bug #1307 AllowHigherDuplicates=no prevents automat...
2009-06-05 Kern SibbaldImprove error messages when a migration sql query...
2009-05-26 Eric Bollengierebl Apply Steve Polyack patch to add DirSourceAddress...
2009-05-23 Kern SibbaldCreate Client record in database at startup -- makes...
2009-05-23 Kern SibbaldRework printed message when files are purged on restore
2009-05-23 Kern SibbaldTweak PurgedFiles check on restore
2009-05-23 Kern SibbaldWhen doing a tree selection restore, look at the Purged...
2009-05-21 Kern SibbaldAdd Catalog = all to the default Messages resource
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
next