]> git.sur5r.net Git - bacula/bacula/history - bacula/src/stored
Tweak version date
[bacula/bacula] / bacula / src / stored /
2013-04-20 Kern SibbaldAdd wait on bad connection for security
2013-04-20 Kern SibbaldFix 32/64 bit problems in SD sscanf commands
2013-04-20 Kern SibbaldFix 32/64 bit problems in scanning commands in SD
2013-04-20 Kern SibbaldTweak more debug in SD mount command
2013-04-20 Eric BollengierFix bad memset() reported by clang
2013-04-20 Eric Bollengiertweak copyright
2013-04-20 Kern SibbaldPull compiler warning cleanup code + other from master
2013-04-20 Kern SibbaldFix bug #3322 don't poll when operator is labeling...
2013-04-20 Marco van WieringenFix typo
2013-04-20 Kern SibbaldFix lost dcr point -- memory loss in Copy/Migration...
2013-04-20 Kern SibbaldRemove unused variable
2013-04-20 Eric Bollengierfix small memory leak with plugin directory on SD
2013-04-20 Kern SibbaldFix compile problems with stored/status.c
2013-04-20 Kern SibbaldPull files from Master
2013-04-20 Martin Simmonsdefine DB_LIBS in stored Makefile.in
2013-04-20 Kern SibbaldFree jcr in btape before other pointers
2013-04-20 Kern SibbaldFirst attempt to fix vtape-autoselect-test bug
2013-04-20 Kern SibbaldAdd more info to tape error msgs
2013-04-20 Marco van WieringenFix bug #1764 plugin_list shadows global variable of...
2013-04-20 Ben WaltonUpdate auth troubleshooting URL to use MANUAL_AUTH_URL...
2013-04-20 Eric BollengierAdd missing stream in bscan, fix #1749
2013-04-20 Eric BollengierAdd mutex priority check for changer mutex
2013-04-20 Eric BollengierFix deadlock with autochanger
2013-04-20 Laurent PapierFix brestore compilation from previous patch
2013-04-20 Laurent PapierAdd LZO compression support in bacula-fd.
2013-04-20 Kern SibbaldEliminate some old bnet code
2013-04-20 Kern SibbaldRemove broken code
2013-04-20 Kern SibbaldAdd stat packet size to encode/decode_ routines to...
2013-04-20 Kern SibbaldChange all sm_checks into Dsm_check for performance...
2013-04-20 Eric BollengierFix couple of g++ warnings
2013-04-20 Kern SibbaldFix uninitialized stack variable in bextract
2013-04-20 Eric Bollengiertweak debug
2013-04-20 Craig MiskellFix for duplicate jobmedia records bug #1666
2013-04-20 Kern SibbaldFix bug #1703 unable to bextract compressed files
2013-04-20 Kern SibbaldFix bug #1389 MaxUseDuration uses job start instead...
2013-04-20 Kern SibbaldFix bug #1608 btape test failure when block size too big
2013-04-20 Kern SibbaldFix lock race conditions in bug #1675
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 SibbaldFix seg fault during cancel in SD
2013-04-20 Kern SibbaldMake restart2-test work
2013-04-20 Eric BollengierFix #1695 about bacula-sd crash in detach_dcr_from_dev()
2013-04-20 Kern SibbaldFirst cut restart Jobs
2013-04-20 Eric BollengierFix chgrp on bacula-x.conf
2013-04-20 Kern SibbaldImplement chgrp on bacula-x.conf if user configs a...
2013-04-20 Marco van WieringenDrop last SQL_INC leftovers. Due to backend abstraction...
2013-04-20 Marco van WieringenBackport of class based catalog backends into Branch...
2013-04-20 Kern SibbaldSet proper status of autochanger slots with 0 on startu...
2013-04-20 Kern SibbaldTry to bug where we stop reading before the plugin...
2013-04-20 Marco van WieringenAdded support for NFSv4 ACLs added to FreeBSD 8.1.
2013-04-20 Kern SibbaldPrint plugin end records in bls
2013-04-20 Kern SibbaldImproved error message when drive busy
2010-11-25 Kern SibbaldPrepare for adding high bits to Stream
2010-11-25 Kern SibbaldUse new FO_xxx bits in backup/restore and plugins
2010-11-12 Eric BollengierFix compilation warning about void* to int cast
2010-10-13 Eric BollengierTweak btape makefile
2010-10-06 Marco van WieringenAdded support for TRU64 Extended Attributes interface.
2010-10-06 Eric BollengierRemove SQL lib dependency from btape
2010-09-30 Marco van WieringenAdd missing new stream definitions.
2010-09-30 Marco van WieringenAdded xattr interface found in AIX 6.x and higher which...
2010-09-20 Marco van WieringenWhen moving zlib into its seperate ZLIBS variable forgo...
2010-09-20 Kern SibbaldSuppress superfluous warning messages if SD polling
2010-09-18 Kern SibbaldQuote device name in SD and implement releasing message
2010-09-07 Kern SibbaldSend back updated jobs status from FD
2010-09-07 Kern SibbaldAttempt to eliminate waiting on Storage message during...
2010-09-02 Eric BollengierMake third argument of DEVICE::d_ioctl optionnal to...
2010-09-02 Eric BollengierUse SMARTALLOC+memset instead of overload new/delete...
2010-09-02 Marco van WieringenFix typo so things compile on systems without vtape...
2010-08-30 Eric BollengierFix #1624 about segfault in dvd driver when calling...
2010-08-10 Eric BollengierModify DEVICE class to use subclass for each driver...
2010-08-02 Kern SibbaldRevert to old block.c to fix recycling
2010-08-02 Kern SibbaldSwitch from GPLv2 to AGPLv3
2010-08-02 Kern SibbaldTweak correct typo pointed out by Arno
2010-08-02 Kern SibbaldMake SD automatically fix the Volume size in the Catalo...
2010-08-02 Kern SibbaldUp maximum block size to 20M
2010-08-02 Kern SibbaldFix SD crash due to mismatched lock/unlock in error...
2010-08-02 Kern SibbaldTweak remove old debug code
2010-08-02 Kern SibbaldFix bug #1577 During migration: ERROR in block.c:950...
2010-08-02 Kern SibbaldFix crash from unequal volume_lock/unlock calls
2010-08-02 Kern SibbaldTweak: remove old code
2010-08-02 Kern SibbaldFix crash from rw_lock/unlock miss match
2010-08-02 Kern SibbaldAdd first cut Volume names to disk-changer
2010-08-02 Kern SibbaldPatch from Martin to avoid error when single tape used
2010-08-02 Kern SibbaldProbable fix for SD crash bug #1553
2010-08-02 Kern SibbaldRemove bad debug line
2010-08-02 Kern SibbaldAdd extra lock debug code but turned off
2010-08-02 Kern SibbaldFix for bug #1560 bcopy cannot find Volume
2010-08-02 Eric BollengierFix #1558 about bscan that doesn't update PurgedFiles...
2010-08-02 Kern SibbaldRemove pool zap code that breaks 2drive-concurrent...
2010-08-02 Eric BollengierFix cancel crash bug #1551
2010-08-02 Kern SibbaldCorrect Pool display in SD status. Fixes bug #1541
2010-08-02 Eric BollengierRewind on close to fix #1549
2010-08-02 Kern SibbaldConvert restore object to use STREAM_RESTORE_OBJECT...
2010-08-02 Kern SibbaldGet binary objects working
2010-08-02 Kern SibbaldStart RESTORE_OBJECT code
2010-08-02 Eric BollengierAdd lock position info to volume manager
2010-08-02 Kern SibbaldRework SD mount.c locking again
2010-08-02 Kern SibbaldReplace ASSERT in block.c with fail Job
next