]> git.sur5r.net Git - bacula/bacula/history - bacula/src/stored/stored.c
ebl tweak debug level
[bacula/bacula] / bacula / src / stored / stored.c
2008-04-06 Kern Sibbaldkes Correctly detect Ubuntu systems, and add ubuntu...
2008-04-02 Kern Sibbaldkes Modify run_program() and run_program_full_output...
2008-03-26 Kern Sibbaldkes Implement bsock code to permit locking. Use the...
2007-12-11 Kern SibbaldImplement a security enhancement: TLS authentication...
2007-10-19 Kern Sibbaldkes Make explicit exception to GPL in LICENSE to permi...
2007-09-28 Kern SibbaldEliminate more strerror() and replace with bstrerror().
2007-09-13 Kern Sibbaldkes Add code to help Dan debug 2drive-incremental...
2007-09-12 Dan LangilleMove term_reservations_lock lower down, because it...
2007-06-23 Kern Sibbaldkes Remove some duplicated code in tls.c
2007-06-18 Kern Sibbaldkes Add some additional locking in the cats directory...
2007-06-07 Kern SibbaldConvert to pure GPL v2 license.
2007-05-20 Kern SibbaldMove more bnet functions into the BSOCK class.
2007-05-13 Kern Sibbaldkes Fix restore before command.
2007-05-10 Kern Sibbaldkes Implement heap size display in status for all...
2007-04-14 Kern Sibbaldkes Simplify locking in the reservations system.
2007-04-04 Kern Sibbaldkes Implement new code for freeing in use volumes...
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-27 Kern Sibbaldkes More copyright changes.
2006-11-21 Kern SibbaldUpdate copyright
2006-11-21 Robert NelsonReplace explicit checks for "/" with calls to IsPathSep...
2006-10-11 Robert NelsonSend M_ERROR_TERM and M_ABORT messages to stdout on...
2006-08-01 Kern Sibbaldkes Update copyright date in program files, and for...
2006-07-27 Robert NelsonComplete port to Windows
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.
2005-12-11 Kern Sibbald- Merge changes made to 1.38.3 into HEAD
2005-12-04 Landon FullerMerge the Bacula Encryption branch to HEAD.
2005-12-03 Kern Sibbald03Dec05
2005-10-22 Kern SibbaldInsure that all the SD tools init the Autochanger
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- Require 5 arguments to mtx-changer except list and...
2005-07-22 Kern Sibbald- Add check for df path for dvd_freespace
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
next