]> git.sur5r.net Git - bacula/bacula/history - bacula/src/dird
Fix #1624 about segfault in dvd driver when calling rewind(NULL)
[bacula/bacula] / bacula / src / dird /
2010-08-04 Eric BollengierFix prune sql handler
2010-08-02 Eric Bollengierfix typo
2010-08-02 Kern SibbaldSwitch from GPLv2 to AGPLv3
2010-08-02 Kern SibbaldFix .dump, .die, .exit when DEVELOPER turned off
2010-08-02 Kern SibbaldAdd .dump and .exit commands for daemons
2010-08-02 Kern SibbaldFix bug #1587 if you have clients with different catalo...
2010-08-02 Eric BollengierFix pruning for migration jobs and do some optimization
2010-08-02 Eric BollengierAdapt new prune code with old db_accurate_get_jobids()
2010-08-02 Eric Bollengiertweak ua_prune
2010-08-02 Eric Bollengiertweak comments
2010-08-02 Eric Bollengierupdate prune code
2010-08-02 Eric BollengierCleanup prune code
2010-08-02 Eric BollengierMake new prune algo to work with backup
2010-08-02 Eric Bollengierstart to tweak prune algo
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 segfault on "cancel jobid=" command
2010-08-02 Kern SibbaldFix typo reported in bug #1585
2010-08-02 Kern SibbaldTweak: use C++ rather than C and use Bacula indenting...
2010-08-02 Kern SibbaldFix bug #1581 ASSERTs in src/dird/jobq.c can never...
2010-08-02 Eric BollengierFix segfault in action on purge test
2010-08-02 Kern SibbaldTweak: add comments to new action on purge code
2010-08-02 Eric BollengierAdd .dump command
2010-08-02 Eric Bollengiertweak debug level
2010-08-02 Eric BollengierFix #1567 about display of long volume names truncated...
2010-08-02 Eric BollengierFix RestoreObject for PostgreSQL
2010-08-02 Kern SibbaldRemove RestoreObjects when pruning Jobs
2010-08-02 Eric BollengierRework sql queries for update copies
2010-08-02 Marco van WieringenDon't hardcode temporary table creation as some backend...
2010-08-02 Eric BollengierFix File and Job Retention in show pool command
2010-08-02 Eric Bollengiertweak
2010-08-02 Eric BollengierFix #1559 problem when restoring pruned jobs with a...
2010-08-02 Kern SibbaldAdd compress/decompress of Object Record data
2010-08-02 Eric BollengierFix cancel crash bug #1551
2010-08-02 Kern SibbaldTweak fix copyright typo
2010-08-02 Kern SibbaldFix cancel crash reported by Stephen Thompson
2010-08-02 Eric BollengierCheck if sql backend is thread-safe
2010-08-02 Eric BollengierUse a dedicated connexion when VirtualFull computes...
2010-08-02 Kern SibbaldTweak new restore object code
2010-08-02 Kern SibbaldConvert restore object to use STREAM_RESTORE_OBJECT...
2010-08-02 Kern SibbaldCleanup restore_object packet
2010-08-02 Kern SibbaldRestore object now sent to FD
2010-08-02 Kern SibbaldTweak remove trailing space add doxygen doc marks
2010-08-02 Kern SibbaldExtract restore object and send to FD first cut
2010-08-02 Kern SibbaldCreate and put data into RestoreObject table
2010-08-02 Kern SibbaldCreate db_create_restore_object_record and code to...
2010-08-02 Kern SibbaldGet binary objects working
2010-08-02 Kern SibbaldStart RESTORE_OBJECT code
2010-08-02 Kern SibbaldChange cryptic aop name
2010-08-02 Eric BollengierFix bscan segfault with new comment field
2010-08-02 Kern SibbaldFix bug #1542 File Daemon outputs usage message to...
2010-08-02 Kern SibbaldFix SQL warning message about concurrency pointed out...
2010-08-02 Kern SibbaldAdd jobs running to status of daemons
2010-08-02 Kern SibbaldAdd Base and Copy to ua_dotcmds.c for Levels and Types...
2010-08-02 Eric BollengierUses a dedicated connection when running bvfs_update...
2010-08-02 Kern SibbaldSecond correct fix to bug #1524 verify fails after...
2010-08-02 Kern SibbaldFix bug #1524 verify fails after adding or removing...
2010-08-02 Eric BollengierDisplay AllowCompress warning message only if compressi...
2010-08-02 Kern SibbaldTweak update copyright date + sort job statuses
2010-08-02 Kern SibbaldFix seg fault in dup jobs regression test
2010-08-02 Eric Bollengierfix bvfs that displays NULL from time to time
2010-08-02 Kern SibbaldMake set_jcr_sd_job_status static
2010-08-02 Kern SibbaldMake dup jobs regress test work
2010-08-02 Marco van WieringenFix typo
2010-08-02 Kern SibbaldApply fix to previous fix of Copy problem. Fix proposed...
2010-08-02 Kern SibbaldSet default Allow Duplicate Jobs = yes
2010-08-02 Kern SibbaldBetter cancel + fix Allow Dups code
2010-08-02 Kern SibbaldFix duplicate job bug
2010-08-02 Kern SibbaldAdd code to check and prevent setting StorageId to...
2010-08-02 Kern SibbaldTweak add error checks
2010-08-02 Kern SibbaldTweak copyright dates + subroutine name
2010-08-02 Kern SibbaldTweak copyright date
2010-08-02 Kern SibbaldFirst cut at fixing AllowDuplicateJobs bugs
2010-08-02 Eric Bollengiertweak help on list command
2010-08-02 Kern SibbaldProbable fix for Copy/Migration bug #1476
2010-08-02 Eric BollengierAdd deadlock option to .die command
2010-08-02 Eric BollengierImplement new "purge volume action" command to trigg...
2010-08-02 Eric BollengierTweak ActionOnPurge code
2010-08-02 Eric BollengierDocument the empty query file
2010-08-02 Eric BollengierFix ActionOnPurge with a relabel command
2010-08-02 Kern SibbaldEnhance marking volume Used messages
2010-08-02 Eric BollengierDisabled ActionOnPurge waiting for a fix
2010-08-02 Eric BollengierTweak fix on previous patch
2010-08-02 Eric BollengierFix #1467 about ActionOnPurge with Devices having space
2010-08-02 Eric BollengierAdd comment= option to restore and run commands
2010-08-02 Martin SimmonsFix #1466 about Bogus pruning message
2010-01-21 Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2010-01-21 Eric BollengierRemove double secs in pruning output
2010-01-20 Eric BollengierTweak help command
2010-01-20 Eric BollengierTweak help show command to add disabled parameter
2010-01-20 Eric BollengierTweak bacula-dir.conf Catalog fileset to backup @db_nam...
2010-01-20 Eric BollengierUse make_catalog_backup.pl by default
2010-01-18 Kern SibbaldMerge branch 'master' of git://bacula.git.sourceforge...
2010-01-17 Eric BollengierAdd info message on how to stop the file relocation...
2010-01-11 Eric BollengierChange DB version from 11 to 12
2010-01-09 Kern SibbaldOptimize strtok usage in ua_cmds
2010-01-08 Kern SibbaldRemove old code requiring different storages for migration
2009-12-26 Marco van WieringenMerge branch 'master' into mvw/plugin-changes
2009-12-24 Kern SibbaldFix typo in Dir usage output
2009-12-13 Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
next