]> git.sur5r.net Git - bacula/bacula/history - bacula/src/stored/dvd.c
Fix #1624 about segfault in dvd driver when calling rewind(NULL)
[bacula/bacula] / bacula / src / stored / dvd.c
2010-08-30 Eric BollengierFix #1624 about segfault in dvd driver when calling...
2010-07-25 Kern SibbaldChange license from GPLv2 to AGPLv3
2010-02-21 Kern SibbaldFix three-pool regress bug
2008-07-30 Kern Sibbaldkes Raise some restore debug levels.
2008-07-14 Kern Sibbaldkes Change Bacula trademark owner from John Walker...
2008-04-09 Kern Sibbaldkes Correct error string numbers in dird/catreq.c
2008-04-02 Kern Sibbaldkes Modify run_program() and run_program_full_output...
2007-11-04 Kern Sibbaldkes Cleanup of code in SD that sets the LastWritten...
2007-06-07 Kern SibbaldConvert to pure GPL v2 license.
2007-05-06 Kern Sibbaldkes Start implementing bstrerror() in place of strerror().
2007-02-18 Kern Sibbaldkes Make DEVICE fd private. Its new name is m_fd,...
2006-11-21 Kern SibbaldUpdate copyright
2006-11-21 Robert NelsonReplace explicit checks for "/" with calls to IsPathSep...
2006-10-02 Kern Sibbaldkes Apply dvd find volume patch from Richard Mortimer.
2006-09-23 Kern SibbaldSet debug level in dvd.c messages
2006-09-16 Kern Sibbaldkes Correct a test in block.c that prevented restore...
2006-09-15 Kern Sibbaldkes Put attach_dcr_to_dev in a subroutine.
2006-09-14 Kern Sibbaldkes Put removing zero sized spool part file in subrout...
2006-09-14 Kern Sibbaldkes Rework a lot of subroutines in dev.c to take dcr...
2006-09-14 Kern Sibbaldkes Create lseek() method for DEVICE that takes dcr...
2006-09-11 Kern Sibbaldkes Modify disk changer to simulate some of the error...
2006-09-10 Kern SibbaldApply patch from Richard Mortimer to ensure that the...
2006-09-08 Kern Sibbaldkes Make two separate Win32 menu links for starting...
2006-09-07 Kern Sibbaldkes Add a new close_part() class in the SD to save...
2006-09-02 Kern Sibbaldkes When doing a label, pass the VolBytes back to...
2006-09-01 Kern SibbaldFinal changes
2006-09-01 Kern Sibbaldes Apply new dvd-handler patch from Richard Mortimer.
2006-08-31 Kern Sibbaldkes Make find with no args in tree restore return...
2006-08-30 Kern Sibbaldkes Apply dvd-handler patch from Richard Mortimer.
2006-08-27 Kern Sibbaldkes Rework many features of DVD writing and reading...
2006-08-26 Kern Sibbaldkes Add host:port to connect failure messages to FD...
2006-08-15 Kern Sibbaldkes If doing a mount, look for a slot, and if specifie...
2006-02-20 Kern Sibbald20Feb06
2006-02-06 Kern Sibbald- Implement first cut of Migration.
2006-01-30 Kern Sibbald- Continue implementing migration.
2005-10-26 Nicolas BoichatUpdate VolParts when writing the last part (no more...
2005-10-18 Nicolas Boichatdvd.c:dvd_write_part: Increase timeout when writing...
2005-10-17 Nicolas BoichatFix bug when recycling DVD devices (append flag was...
2005-10-16 Nicolas Boichatscripts/dvd-handler: "zero" brand-new DVD+/-RW to fix...
2005-10-16 Nicolas BoichatFix compilation error.
2005-10-15 Nicolas BoichatDon't write empty part. (Fix 4GB crossing bug reported...
2005-10-14 Nicolas BoichatUse part_size and not max_part_size when setting write...
2005-10-14 Kern SibbaldUpdate num_parts only when writing to DVD.
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-10 Kern Sibbald- Mark DVD volume in error if part cannot be written.
2005-08-10 Nicolas BoichatMark translatable strings in all source files.
2005-07-27 Nicolas BoichatUpdate/bugfixes in DVD-writing. (@kern, please also...
2005-07-25 Nicolas BoichatVarious DVD fixes.
2005-07-25 Nicolas BoichatFix lseek_dev
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-08 Kern Sibbald- Correct typo in Copyright
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 SibbaldCreate mode set method add debug output for DVD
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-04-22 Kern Sibbald- Landon Fuller committed his TLS patch.
2005-04-07 Nicolas Boichat - Fix "unknown device type" problem with DVD devices.
2005-04-01 Kern Sibbald- Convert more atoi to str_to_int64() for DB.
2005-02-25 Kern Sibbald24Feb05
2005-02-22 Kern Sibbald- Add some changes submitted by a user for HP client...