]> git.sur5r.net Git - bacula/bacula/history - bacula/src/cats/sqlite.c
Replace explicit checks for "/" with calls to IsPathSeparator, strchr with first_path...
[bacula/bacula] / bacula / src / cats / sqlite.c
2006-08-05 Robert NelsonMove the definition of catalog_db[] into cats. Change...
2006-08-05 Robert NelsonA better fix for the WIN32_VSS bug that Kern discovered.
2006-06-30 Kern Sibbald- I removed a size_t from the jcr.h definition.
2006-04-19 Kern Sibbald- Apply patch from Christopher Hull
2005-05-07 Kern SibbaldMore work on cached attributes + sig
2005-01-29 Kern SibbaldVacation work -- see tech log
2004-12-21 Kern SibbaldApply Preben 'Peppe' Guldberg <peppe@wielders.org>
2004-09-22 Kern Sibbald- Turn on transactions for SQLite and PostgreSQL if
2004-09-19 Kern SibbaldMassive SD calling sequence reorganization
2004-08-17 Kern SibbaldFix conio.h problem on Solaris
2004-07-01 Kern SibbaldAdd regex to FileSet + fix ACL crash + gnome1 Makefile...
2004-06-15 Kern SibbaldAdd Peter Eriksson's const code + turn bsscanf code
2004-03-09 Kern SibbaldMore data spooling updates
2004-01-13 Kern SibbaldMake mark run *MUCH* faster in restore tree + update...
2004-01-03 Kern SibbaldFix seg fault due to premature db close in mysql
2003-12-20 Kern SibbaldSQL updates + Vol read/write times
2003-09-04 Kern SibbaldImplement restore files
2003-05-30 Kern SibbaldSee kes-1.31 for details
2003-05-22 Kern Sibbaldchange all void *jcr into JCR *jcr
2003-04-03 Kern SibbaldFix NumVols in Pools, implement full listing of DB...
2003-02-26 Kern SibbaldAdd address and socket for MySQL
2003-01-17 Kern SibbaldAdd jcr to DB arguments
2003-01-13 Kern SibbaldFix escape_string buffer overflows
2003-01-04 Kern SibbaldFix more strncpys
2003-01-01 Kern SibbaldAdd Raw file save/restore
2002-08-25 Kern SibbaldFirst cut new SD lock + restore buffer bug fix
2002-08-23 Kern SibbaldAdd jcr to BSOCK and BDB SpoolAttr NoAttributs finish...
2002-08-01 Kern SibbaldFirst cut of restore
2002-07-07 Kern SibbaldFirst cut 1.23 -- kes07Jul02
2002-05-22 Kern SibbaldFix verify
2002-05-21 Kern SibbaldImplement Auto Prune and Auto Recycle
2002-05-19 Kern SibbaldFirst cut AutoPrune
2002-05-04 Kern SibbaldRetention period updates
2002-04-23 Kern SibbaldInitial revision