]> git.sur5r.net Git - bacula/bacula/history - bacula/src/stored/reserve.c
10Jun08
[bacula/bacula] / bacula / src / stored / reserve.c
2007-06-11 Kern Sibbald10Jun08
2007-06-09 Kern Sibbaldkes Unable to reproduce bug 872. However added additio...
2007-06-07 Kern SibbaldConvert to pure GPL v2 license.
2007-06-02 Kern SibbaldFix Bacula PostgreSQL buffer overruns.
2007-06-01 Kern Sibbaldkes Implement algorithm to handle only one appendable...
2007-06-01 Kern SibbaldFix bad debug statement
2007-06-01 Kern Sibbaldkes Fix PostgreSQL seg fault.
2007-05-29 Kern Sibbaldkes Tweak reservations algorithm to permit a few more...
2007-05-24 Kern SibbaldCorrect comment
2007-05-24 Kern SibbaldAdd more debug code in reservations
2007-05-06 Kern Sibbaldkes Start implementing bstrerror() in place of strerror().
2007-04-21 Kern SibbaldExtend idea of Prefer Mounted Volumes to mean a volume...
2007-04-21 Kern SibbaldPrint waiting to reserve a device every 5 mins.
2007-04-21 Kern Sibbaldkes Don't call close_part in label.c if tape and relabel.
2007-04-14 Kern Sibbaldkes Simplify locking in the reservations system.
2007-04-12 Kern Sibbaldkes Locking debug level tweaks in SD.
2007-04-11 Kern Sibbald11Apr07
2007-04-04 Kern SibbaldAnother tweak for bug 801
2007-04-04 Kern Sibbaldkes Implement new code for freeing in use volumes...
2007-04-01 Kern SibbaldMore reserve debug code
2007-03-18 Kern Sibbaldkes Move the checking of the database in initializion...
2006-12-16 Kern Sibbaldkes Implement cleaner orphan buffer dumping with buf...
2006-11-21 Kern SibbaldUpdate copyright
2006-11-12 Kern Sibbaldkes Change error message 'illegal' to 'invalid' -...
2006-09-13 Kern Sibbaldkes Apply Richard Mortimer's patches for printing...
2006-08-30 Kern Sibbaldkes Apply dvd-handler patch from Richard Mortimer.
2006-07-27 Robert NelsonComplete port to Windows
2006-04-18 Kern Sibbald- Remove the -f option from the chown in Makefile.in...
2006-03-24 Kern Sibbald24Mar06
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-15 Kern Sibbald15Jan06
2006-01-05 Kern Sibbald- Start implementing Verify list output.
2005-12-22 Kern Sibbald- Simplify code in askdir.c that waits for creating...
2005-12-20 Kern Sibbald- Pull in latest reservation system changes from 1.38
2005-12-17 Kern Sibbald- Fix seg fault if user labels a drive directory bug...
2005-12-05 Kern Sibbald- Get next volume from Scratch pool before creating...
2005-12-05 Kern Sibbald- Remove argument from create_bacula_database for SQLit...
2005-12-04 Kern Sibbald- Landon merged his data encription changes into the...
2005-12-03 Kern Sibbald03Dec05
2005-11-12 Kern Sibbald- Implement autochanger drives protocol so that Dir...
2005-10-27 Kern Sibbald- Return HARDEOF status from bnet_recv() if bsock NULL...
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-08-31 Kern Sibbald- Final tweaks to build Win32.
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-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-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- Require 5 arguments to mtx-changer except list and...
2005-08-02 Kern Sibbald02Aug05
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-22 Kern Sibbald- Add Version, ConfigDir, and WorkingDir as Python...
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- 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