]> git.sur5r.net Git - bacula/bacula/history - bacula/src/stored/stored.c
I finally found and squashed the elusive SD crash.
[bacula/bacula] / bacula / src / stored / stored.c
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 typo in Copyright
2005-06-29 Kern Sibbald- Attempt to fix DVD writing by eliminating a number...
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 Sibbald- Fix compile problems on Win32
2005-06-01 Kern Sibbald- Add more documentation to mtx-changer.in
2005-05-26 Kern Sibbald- Make JCR a class and implement inc_use_count() and
2005-05-15 Kern Sibbald- Set reconnect flag in MySQL packet to 1 to ensure...
2005-05-09 Kern Sibbald- Fix bug in changing tape pools after first backup...
2005-05-03 Kern SibbaldMake a few tls ifdef tweaks
2005-04-30 Kern Sibbald- Remove a few HAVE_TLS #ifdefs
2005-04-22 Landon Fuller- Integrated TLS network encryption
2005-04-19 Kern Sibbald- Fix new Python code to work for Director.
2005-04-17 Kern Sibbald- First cut of new Python implementation.
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-14 Kern Sibbald- Fix ANSI labels to put EOF1 and EOF2 after each file...
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-26 Kern Sibbald- Clean up drive reservation system. Add more sanity...
2005-02-19 Kern Sibbald- Add back JobId index for MySQL as default -- speeds up
2005-01-29 Kern SibbaldVacation work -- see tech log
2004-12-21 Kern SibbaldApply Preben 'Peppe' Guldberg <peppe@wielders.org>
2004-10-18 Kern Sibbald- Fix crash on exit with -t option in FD on 2.6 kernels --
2004-09-27 Kern Sibbald- Correct buffer length passed to inet_ntop() in addres...
2004-09-19 Kern SibbaldMassive SD calling sequence reorganization
2004-08-12 Meno Abels!!! I didn't run the regression tests.!!!
2004-08-03 Kern SibbaldMerge Meno's IPv6-1 code
2004-07-28 Kern SibbaldUpdate/enhance copyright/license + add .backups for...
2004-07-08 Kern SibbaldMore DCR implementation + debug code for zeroed block...
2004-06-19 Kern SibbaldFirst cut SIGHUM + misc
2004-06-15 Kern SibbaldAdd extern C to callback functions
2004-04-18 Kern SibbaldJobq.c race bug fixed + minor updates
2004-04-01 Kern SibbaldLots of cleanups + Christopher Hull's patches
2004-03-30 Kern SibbaldAdd -p option to SD => forge on + fix Makefile for...
2004-03-19 Kern SibbaldEliminate zombie job in SD
2004-03-07 Kern SibbaldImplement first cut DCR in SD
2004-02-25 Kern SibbaldImplement kb,mb,and gb modifiers + add Makefile to...
2004-02-22 Kern SibbaldImplement state file and save/restore last_jobs list
2004-02-16 Kern Sibbaldbtape test and fill improvements + first cut Qmsg
2004-01-13 Kern SibbaldMake mark run *MUCH* faster in restore tree + update...
2004-01-02 Dan LangilleWrite PID, then drop privileges
2003-12-23 Kern SibbaldNic's watchdog code + cleanup jcr locking/use_count
2003-11-28 Kern SibbaldImplement saving last 10 jobs run
2003-11-15 Kern SibbaldFix Vol info update + add Drive and InChanger to Media rec
2003-05-22 Kern Sibbaldlib/bmisc.c -> bsys.c cleanup error status a bit +...
2003-05-11 Kern SibbaldMinor cleanups
2003-05-05 Kern SibbaldAdd Dir heartbeat in FD
2003-04-21 Kern SibbaldImplement bmicrosleep and run when
2003-04-17 Kern SibbaldImplement AutomaticMount
2003-03-31 Kern SibbaldAdd verbose, Uname info, better Device error msg
2003-02-23 Kern SibbaldFix Darwin prototype add -u and -g options
2003-02-11 Kern SibbaldFix DATE problem and minor compile stuff
2003-01-18 Kern SibbaldPhase 1 -- FIFO storage device
2002-12-29 Kern SibbaldFix FreeBSD mutex problem in stored.c
2002-12-28 Kern SibbaldUpdate doc, default working directory bscan
2002-12-02 Kern SibbaldSee kes02Dec02
2002-10-23 Kern SibbaldFirst cut 1.27 see kes23Oct02
2002-09-25 Kern SibbaldServer address binding + bscan updates -- see kes25Sep02
2002-08-20 Kern SibbaldCleanup Dmsg() levels + clarify error msg
2002-07-18 Kern SibbaldAdd MaximumOpenWait -- kes18Jul02
2002-07-07 Kern SibbaldFirst cut 1.23 -- kes07Jul02
2002-06-25 Kern SibbaldBasic Restore bootstrap implemented -- kes25Jun02
2002-05-19 Kern SibbaldFirst cut AutoPrune
2002-05-18 Kern Sibbald1.20 update -- kes18May02
2002-05-09 Kern SibbaldWork on message resources
2002-04-23 Kern SibbaldInitial revision