]> git.sur5r.net Git - bacula/bacula/history - bacula/src/cats/sqlite.c
Drop have_insert_id in mdb as its always true for all backends.
[bacula/bacula] / bacula / src / cats / sqlite.c
2010-04-09 Marco van WieringenDrop have_insert_id in mdb as its always true for all...
2010-02-14 Eric BollengierAdd check for sqlite3_threadsafe() in configure
2010-02-01 Kern SibbaldBackup patch that should not be in Branch-5.0
2010-02-01 Kern SibbaldFree db_list when not used
2010-01-30 Kern SibbaldFix seg fault in SQlite driver
2009-12-21 Eric BollengierM_ABORT Bacula If batch insert is turned on when we...
2009-12-06 Kern SibbaldAttempt to fix SQLite seg fault when listing fields
2009-09-07 Eric BollengierMerge branch 'master' into basejobv3
2009-09-02 Eric Bollengierfix variable name
2009-09-02 Eric BollengierMerge branch 'master' of ssh://ricozz@bacula.git.source...
2009-09-02 Eric Bollengierfix variable name
2009-09-02 Eric BollengierMerge branch 'master' into basejobv3
2009-09-01 Kern SibbaldMerge with Source Forge
2009-09-01 Kern SibbaldAttempt to fix SQLite3 seg fault in list routines
2009-08-24 Eric BollengierMerge branch 'master' into basejobv3
2009-08-24 Kern SibbaldRemove unnecessary subroutine import definition
2009-07-24 Kern SibbaldAttempt to fix SQLite seg fault problem
2008-08-28 Eric Bollengierebl Modify catalog scripts to have an easier packaging...
2008-07-14 Kern Sibbaldkes Change Bacula trademark owner from John Walker...
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-27 Kern Sibbaldkes Fix FD->SD authorization failure, which was due...
2007-09-26 Kern Sibbaldkes Setup SQLite busy handler before doing queries.
2007-09-26 Kern SibbaldAdd retry for SQLite opening db if it fails.
2007-09-23 Kern SibbaldTurn off some code when batch insert not enabled.
2007-09-12 Dan LangilleModify db_escape_string() to take both jcr and db.
2007-06-07 Kern SibbaldConvert to pure GPL v2 license.
2007-06-03 Kern Sibbaldkes Implement --with-batch-insert in configure and...
2007-05-13 Kern SibbaldEliminate important memory loss in SQLite
2007-05-13 Kern SibbaldFixed the batch insert MySQL thread specific data that...
2007-05-10 Kern Sibbaldkes Implement heap size display in status for all...
2007-04-02 Eric Bollengierebl rename esc_name2 with esc_path
2007-03-27 Eric Bollengierebl Add a busy handler to use multi db connection...
2007-03-18 Kern Sibbaldkes Move the checking of the database in initializion...
2007-02-10 Kern Sibbaldkes Apply Eric's scratch patch that moves a purged...
2007-01-26 Kern SibbaldFix open of SQLite3 db where user does not have write...
2006-12-01 Robert NelsonFix path issues.
2006-11-27 Kern Sibbaldkes More copyright changes.
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