]> git.sur5r.net Git - bacula/bacula/history - bacula/src/stored/protos.h
11Apr07
[bacula/bacula] / bacula / src / stored / protos.h
2007-04-11 Kern Sibbald11Apr07
2007-03-18 Kern Sibbaldkes Move the checking of the database in initializion...
2007-01-26 Kern Sibbaldebl Implements the include JobID in spool file name...
2006-12-13 Kern Sibbaldkes Implement code that should properly set that a...
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 Sibbaldkes All code added back. Fixed block.c read/write...
2006-09-19 Kern SibbaldBack out more code
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-08-27 Kern Sibbaldkes Rework many features of DVD writing and reading...
2006-08-15 Kern Sibbaldkes If doing a mount, look for a slot, and if specifie...
2006-07-27 Robert NelsonComplete port to Windows
2006-07-09 Kern Sibbald Modify read_record and friends to properly deal with...
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-01-30 Kern Sibbald- Continue implementing migration.
2006-01-15 Kern Sibbald15Jan06
2005-10-22 Kern SibbaldInsure that all the SD tools init the Autochanger
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-08-17 Kern Sibbald- Create unload_autochanger() subroutine, and unload
2005-08-03 Kern Sibbald- Require 5 arguments to mtx-changer except list and...
2005-07-27 Nicolas BoichatOther modifications outside DVD functions. (@kern pleas...
2005-07-11 Kern Sibbald- Lots of documentation.
2005-07-08 Kern Sibbald- Correct typo in Copyright
2005-07-05 Kern Sibbald- Add code to ensure that reserved but unused volumes
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-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-10 Kern Sibbald- Start removing #ifdef HAVE_TLS by sneaky tricks.
2005-06-04 Kern SibbaldMinor changes
2005-06-01 Kern Sibbald- Add more documentation to mtx-changer.in
2005-05-18 Kern Sibbald- Modify wait during use_device to happen only after...
2005-05-09 Kern Sibbald- Correct bug in parse_config error handling.
2005-04-21 Kern Sibbald- Fix seg fault in SD when referencing Alert Command.
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-01 Kern Sibbald- Convert more atoi to str_to_int64() for DB.
2005-03-26 Kern Sibbald- Add wait.c (oops forgot previously).
2005-03-26 Kern Sibbald- Comment out Multiple Connections in the document.
2005-03-22 Kern Sibbald- Add copyright to title page of manual so it is clear.
2005-03-12 Kern Sibbald- Implement IBM labels
2005-03-10 Kern Sibbald- Add new ua_update.c file and move update_cmd there.
2005-03-09 Kern SibbaldMove supported Autochangers to new chapter
2005-03-07 Kern Sibbald- Rework some of the autochanger data so that the DIR has
2005-03-04 Kern Sibbald- Change Developers to Developer's Guide as requested...
2005-02-28 Kern Sibbald- Lock autochanger script when running.
2005-02-19 Kern Sibbald- Add back JobId index for MySQL as default -- speeds up
2005-02-09 Kern Sibbald- Modified ANSI label code to preserve any ANSI label
2005-01-29 Kern SibbaldVacation work -- see tech log
2005-01-08 Kern SibbaldIntegrate Nicolas' patch for direct DVD support.
2004-12-21 Kern SibbaldApply Preben 'Peppe' Guldberg <peppe@wielders.org>
2004-10-07 Kern Sibbald- Added Rerun Failed Levels = yes/no
2004-09-27 Kern Sibbald- Correct buffer length passed to inet_ntop() in addres...
2004-09-19 Kern SibbaldMassive SD calling sequence reorganization
2004-09-03 Kern Sibbald- Apply Mike Acar's suggestion when looking for the...
2004-09-02 Kern Sibbald- Added argument to berrno::strerror() to pass errno.
2004-08-05 Kern SibbaldFix new FileSet exclusion
2004-07-22 Kern SibbaldFix bscan walk DCRs + add some bools to dev.c
2004-07-16 Kern SibbaldMore DCR changes
2004-07-16 Kern SibbaldMore dcr updates
2004-07-08 Kern SibbaldMore DCR implementation + debug code for zeroed block...
2004-07-07 Kern SibbaldUse dcr more in SD + int to bool conversions
2004-07-04 Kern SibbaldAdd more DCRs
2004-07-04 Kern SibbaldMisc cleanups
2004-06-19 Kern SibbaldFirst cut SIGHUM + misc
2004-06-15 Kern SibbaldAdd Peter Eriksson's const code + turn bsscanf code
2004-06-10 Kern SibbaldAttr spooling stats + storage override for restore
2004-03-13 Kern SibbaldImplement selecting another Volume if busy + cleanup...
2004-03-10 Kern SibbaldImplement Device Spool directory and sizes
2004-03-08 Kern SibbaldSecond cut data spooling + fix yesterday's patch
2004-03-07 Kern SibbaldImplement first cut DCR in SD
2004-02-16 Kern Sibbaldbtape test and fill improvements + first cut Qmsg
2004-02-07 Kern SibbaldFix watchdog deadlog + restore soft link bug
2004-01-10 Kern SibbaldDoc updates + first cut Volume polling code
2003-11-15 Kern SibbaldFix Vol info update + add Drive and InChanger to Media rec
2003-10-22 Kern SibbaldPrint block errors once + add RunAfterFailedJob + impro...
2003-10-08 Kern SibbaldFixing and optimization of tape positioning for restores
2003-09-26 Kern SibbaldMisc -- see ChangeLog
2003-09-17 Kern SibbaldFix automatic tape labeling
2003-09-09 Kern SibbaldPrint warning when drive is unmounted + misc cleanups
2003-08-31 Kern SibbaldImplement repositioning code + misc
2003-08-07 Kern SibbaldDoc + read_record updates
2003-06-20 Kern SibbaldImplement block rejection during read
2003-06-18 Kern SibbaldNew var.c file + implement multiple simultaneous jobs
2003-06-06 Kern SibbaldNew query.sql, JobMedia VolIndex, add Release command
2003-06-03 Kern SibbaldFix for reused thread ids by FreeBSD + qfill command
2003-05-31 Kern SibbaldSee kes-1.31
2003-05-26 Kern SibbaldCleanup a few minor restore bugs
next