]> git.sur5r.net Git - bacula/bacula/history - bacula/src/stored
kes Apply patch supplied in bug #656 to pass priority field
[bacula/bacula] / bacula / src / stored /
2005-10-14 Nicolas Boichatdvd.c:do_mount_dev: When checking if the DVD is mounted...
2005-10-13 Kern Sibbald- Use a bigger buffer 32K as suggested by Arno in bpipe.c.
2005-10-13 Kern Sibbald- Modify DVD code so that it keeps a state flag that...
2005-10-12 Kern Sibbald- In block.c call dvd_write_part() to write last part...
2005-10-11 Kern Sibbald- Add extra debug to Update media error for VolFiles...
2005-10-10 Kern Sibbald- Mark DVD volume in error if part cannot be written.
2005-10-06 Kern Sibbald- Add VolumePurged method to Python JobEvents class...
2005-09-28 Kern Sibbald- Integrate libwrap patch from Szechuan Death. They...
2005-09-24 Kern Sibbald- Fix mode change open in btape.c
2005-09-19 Kern Sibbald- Fix handling of temp file in mtx_changer.in, reported as
2005-09-18 Kern Sibbald- Apply Landon's patch for the TLS ANS1 API change.
2005-09-17 Kern SibbaldMake new_volume walk through all Vols looking for dev
2005-09-16 Kern Sibbald- Add code to reservation VOLRES subroutines to try...
2005-09-09 Kern SibbaldApply updates
2005-09-09 Kern Sibbald07Sep05
2005-08-31 Kern Sibbald- Final tweaks to build Win32.
2005-08-28 Kern SibbaldApply Landon's patch for TLS default values.
2005-08-25 Kern SibbaldFinal changes
2005-08-24 Kern Sibbald- Ensure that the drive is closed before calling the
2005-08-24 Kern SibbaldAdd drive name to reserved Volume list printout in SD.
2005-08-23 Kern Sibbald- Fix bug in acquire.c that incorrectly reported volume
2005-08-22 Landon FullerFix my errors in specifying the configuration defaults:
2005-08-22 Kern Sibbald- Landon's fix for NLS detection
2005-08-20 Landon FullerInclude the appropriate libintl linker flags. Tested...
2005-08-18 Kern SibbaldTurn off debug code
2005-08-18 Kern Sibbald- Implement unloading a volume in a different drive...
2005-08-18 Kern Sibbald- Implement search for exact Volume in reservation...
2005-08-18 Kern SibbaldAdd more reserve debug
2005-08-17 Kern SibbaldStart coding better reservation algorithm
2005-08-17 Kern Sibbald- Create unload_autochanger() subroutine, and unload
2005-08-16 Kern Sibbald- Fix bug that missed drive=nn specification.
2005-08-13 Kern Sibbald- Add drive specification to mount, unmount, release...
2005-08-10 Nicolas BoichatMark translatable strings in all source files.
2005-08-04 Kern Sibbald- Make reservation system single threaded during the
2005-08-03 Kern Sibbald- Modify open() for tape so nonblocking really works.
2005-08-03 Kern Sibbald- Require 5 arguments to mtx-changer except list and...
2005-08-02 Kern Sibbald02Aug05
2005-07-30 Nicolas BoichatDisable DVD checks (last part removed...).
2005-07-30 Kern SibbaldMisc updates
2005-07-29 Nicolas BoichatDVD sanity check : check if the last part was removed...
2005-07-29 Nicolas BoichatRemove zero-sized parts from spool file when closing...
2005-07-29 Kern Sibbald29Jul05
2005-07-28 Nicolas BoichatFix when we cannot mount the DVD, but no part has yet...
2005-07-28 Kern Sibbald28Jul05
2005-07-27 Nicolas BoichatUpdate/bugfixes in DVD-writing. (@kern, please also...
2005-07-27 Nicolas BoichatOther modifications outside DVD functions. (@kern pleas...
2005-07-27 Nicolas BoichatMinor modifications outside DVD functions.
2005-07-25 Nicolas BoichatVarious DVD fixes.
2005-07-25 Nicolas BoichatFix lseek_dev
2005-07-25 Nicolas BoichatChange debug level for BSR match_findex fails.
2005-07-25 Kern Sibbald- Turn off old service helper code in Win32.
2005-07-24 Nicolas BoichatFixes concerning DVD-writing.
2005-07-22 Kern Sibbald- Add check for df path for dvd_freespace
2005-07-18 Kern Sibbald- Make all files in working directory have .xxx at...
2005-07-17 Kern Sibbald- Fix name space pollution by OpenSSL 0.9.8 reported by
2005-07-13 Kern SibbaldI finally found and squashed the elusive SD crash.
2005-07-11 Kern Sibbald- Lots of documentation.
2005-07-08 Kern Sibbald- Correct a NULL pointer reference in the mount command.
2005-07-08 Kern Sibbald- Correct typo in Copyright
2005-07-07 Kern Sibbald- Remove temp file created in mtx-changer script.
2005-07-06 Kern Sibbald- Modify mtx-changer.in script to return slot:barcode for
2005-07-05 Kern Sibbald- Add code to ensure that reserved but unused volumes
2005-07-04 Kern Sibbald04Jul05
2005-07-03 Kern Sibbald- Tweak dvd-writepart script to prevent door from openi...
2005-06-29 Kern Sibbald- Detect device mounted for DVD and suppress be sure to
2005-06-29 Kern Sibbald- Attempt to fix DVD writing by eliminating a number...
2005-06-26 Kern Sibbald- Add set_mode method in DEVICE.
2005-06-26 Kern SibbaldCreate mode set method add debug output for DVD
2005-06-22 Kern Sibbald- Add Version, ConfigDir, and WorkingDir as Python...
2005-06-21 Kern SibbaldSplit open() code for DVD into separate subroutine...
2005-06-21 Kern SibbaldMark DVD volume in error if not opened
2005-06-21 Kern SibbaldPrint error message in job report of DVD open fails
2005-06-21 Kern Sibbald- Add debug error printout when open() fails.
2005-06-20 Kern Sibbald- Fix bug where Storage daemon gets confused about...
2005-06-18 Kern Sibbald- DVD writing/reading seems to be mostly working.
2005-06-16 Kern Sibbald- Add Date, Job, level to updates to .bsr file in
2005-06-14 Kern Sibbald- Fix the same state variable problem in open_next_part().
2005-06-13 Kern Sibbald- Add more debug code and clarify debug code for DVDs.
2005-06-13 Kern Sibbald- Make default mandir /usr/share/man
2005-06-11 Kern SibbaldCorrect some reservation problems in SD when no devices
2005-06-10 Kern Sibbald- Start removing #ifdef HAVE_TLS by sneaky tricks.
2005-06-05 Kern SibbaldAdd stored/reserve.c
2005-06-04 Kern Sibbald- Fix compile problems on Win32
2005-06-04 Kern Sibbald- Implement attribute caching to put Signature into...
2005-06-04 Kern SibbaldMinor changes
2005-06-01 Kern Sibbald- Add more documentation to mtx-changer.in
2005-05-30 Kern Sibbald- Fix bextract.c compile problem
2005-05-29 Kern Sibbald- Remove old code in jcr.c
2005-05-27 Kern SibbaldImplement Maximum Job Spool Size (actually DCR based)
2005-05-26 Kern Sibbald- Make JCR a class and implement inc_use_count() and
2005-05-25 Kern Sibbald- Put Dmsg() on inside if() to avoid calling subroutine.
2005-05-20 Kern SibbaldUnify the reserve_device() for a single device into...
2005-05-18 Kern Sibbald- Modify wait during use_device to happen only after...
2005-05-16 Kern SibbaldAdd more debug to SD for Autochangers + status output.
2005-05-15 Kern Sibbald- Set reconnect flag in MySQL packet to 1 to ensure...
2005-05-10 Kern Sibbald- Add cancel() to Dir Python scripting.
2005-05-09 Kern Sibbald- Correct bug in parse_config error handling.
2005-05-09 Kern Sibbald- Fix bug in changing tape pools after first backup...
2005-05-06 Kern Sibbald- Move test for MaxStartDelay as suggested by Peter.
2005-05-03 Kern SibbaldMake a few tls ifdef tweaks
next