]> git.sur5r.net Git - bacula/bacula/history - bacula/src/stored/dev.c
Backport from Bacula Enterprise
[bacula/bacula] / bacula / src / stored / dev.c
2006-10-02 Robert NelsonFix bug # 676 - File Restoration to win32 client fails
2006-10-02 Kern Sibbaldkes Apply dvd find volume patch from Richard Mortimer.
2006-09-28 Kern Sibbaldkes Print the Volume purged message only for real...
2006-09-26 Kern Sibbaldkes Add back code to open tape device nonblocking...
2006-09-25 Kern Sibbaldkes Apply the recycle patch from Richard Mortimer.
2006-09-23 Kern Sibbaldkes All code added back. Fixed block.c read/write...
2006-09-16 Kern Sibbaldkes Correct a test in block.c that prevented restore...
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-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-06 Kern Sibbaldkes Manual updates.
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-08-07 Kern Sibbaldkes Fix bug #462 incorrect error message printed when...
2006-07-31 Kern Sibbaldkes Make a first cut at a ReleaseNotes and ChangeLog...
2006-07-27 Robert NelsonComplete port to Windows
2006-07-09 Kern Sibbald Modify read_record and friends to properly deal with...
2006-06-30 Robert NelsonMerge in all the low-risk changes from the Windows...
2006-06-26 Kern SibbaldFix dvd rewind
2006-06-24 Kern Sibbald- Turn on new bsnprintf() code.
2006-06-14 Kern Sibbald- Remove xpg4 lib from FreeBSD build as it is no longer...
2006-04-09 Kern Sibbald Make weof() and clrerror() methods of class DEVICE.
2006-03-14 Kern Sibbald- Add more jcr methods and make mutex and use_count...
2006-02-20 Kern Sibbald20Feb06
2006-02-14 Kern Sibbald- Add disk-changer to scripts directory + configure...
2006-02-06 Kern Sibbald- Implement first cut of Migration.
2006-01-30 Kern Sibbald- Continue implementing migration.
2005-12-22 Kern Sibbald- Simplify code in askdir.c that waits for creating...
2005-12-21 Kern SibbaldRemove new bnet_sig
2005-12-17 Kern Sibbald- Fix seg fault if user labels a drive directory bug...
2005-12-05 Kern Sibbald- Remove argument from create_bacula_database for SQLit...
2005-11-14 Kern SibbaldApply SunOS patch for ACLs submitted by David Duchscher.
2005-10-17 Nicolas BoichatFix bug when recycling DVD devices (append flag was...
2005-10-11 Kern Sibbald- Add extra debug to Update media error for VolFiles...
2005-09-24 Kern Sibbald- Fix mode change open in btape.c
2005-08-24 Kern Sibbald- Ensure that the drive is closed before calling the
2005-08-16 Kern Sibbald- Fix bug that missed drive=nn specification.
2005-08-10 Nicolas BoichatMark translatable strings in all source files.
2005-08-03 Kern Sibbald- Modify open() for tape so nonblocking really works.
2005-07-29 Nicolas BoichatRemove zero-sized parts from spool file when closing...
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-25 Nicolas BoichatVarious DVD fixes.
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 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-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-21 Kern SibbaldSplit open() code for DVD into separate subroutine...
2005-06-21 Kern Sibbald- Add debug error printout when open() fails.
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-10 Kern Sibbald- Start removing #ifdef HAVE_TLS by sneaky tricks.
2005-05-25 Kern Sibbald- Put Dmsg() on inside if() to avoid calling subroutine.
2005-05-18 Kern Sibbald- Modify wait during use_device to happen only after...
2005-04-26 Kern Sibbald- Make SD re-open a device with the right permissions if
2005-04-17 Kern Sibbald- First cut of new Python implementation.
2005-04-11 Kern Sibbald Make fsr_dev() a method dev->fsr()
2005-04-11 Kern Sibbald- Remove Created new FileSet message as it always comes...
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-03-26 Kern Sibbald- Comment out Multiple Connections in the document.
2005-03-18 Kern Sibbald- Fix more print_name()s for printing device name.
2005-03-17 Kern Sibbald- Detect if fseeko exists with autoconf. If so, use it
2005-03-14 Kern Sibbald- Fix ANSI labels to put EOF1 and EOF2 after each file...
2005-03-12 Kern Sibbald- Implement IBM labels
2005-03-09 Kern Sibbald- Edit Resource-name (physical-name) for the device...
2005-03-09 Kern SibbaldMove supported Autochangers to new chapter
2005-03-06 Kern Sibbald06Mar05
2005-03-02 Kern Sibbald- Make Director loop over alternative Devices specified...
2005-03-01 Kern Sibbald- Implement setting DIR Storage device to Autochanger
2005-02-22 Kern Sibbald- Add some changes submitted by a user for HP client...
2005-02-19 Kern Sibbald- Add back JobId index for MySQL as default -- speeds up
2005-02-15 Kern Sibbald- Fix Media LabelDate and FirstWritten to be correctly...
2005-02-09 Kern Sibbald- Modified ANSI label code to preserve any ANSI label
2005-02-04 Kern SibbaldOK, ANSI labels seem to be working now
2005-02-02 Kern SibbaldAdd more use of dev methods
2005-02-02 Kern SibbaldAdd more info in dev error msg + codes
2005-01-29 Kern SibbaldVacation work -- see tech log
next