]> git.sur5r.net Git - bacula/bacula/history - bacula/src/cats/sqlite.c
Attempt to fix bug #2237
[bacula/bacula] / bacula / src / cats / sqlite.c
2016-09-12 Kern SibbaldAttempt to fix bug #2237
2016-01-10 Kern SibbaldChange copyright as per agreement with FSFE
2015-12-31 Kern SibbaldChange copyright as per agreement with FSFE
2015-12-23 Ana Emilia M. ArrudaPatch to add MySQL ssl access
2015-08-13 Kern SibbaldBackport from Bacula Enterprise
2014-03-27 Kern SibbaldBackport from BEE
2013-04-20 Marco van WieringenTweak second part of fix for #1893
2013-04-20 Marco van WieringenFix bug #1893
2013-04-20 Eric BollengierEnsure that bvfs SQL link is not shared
2013-04-20 Eric Bollengierfix warning
2013-04-20 Eric BollengierImplement RestoreObject for sqlite + cleanups
2013-04-20 Marco van WieringenFree database results on class destruction (e.g. when...
2013-04-20 Eric BollengierUpdate Catalog version and use DeltaSeq instead of...
2013-04-20 Kern SibbaldFix Sqlite driver seg fault
2013-04-20 Eric BollengierAllow using sql_fetch_field() in db_sql_query() callbac...
2013-04-20 Marco van WieringenBackport of class based catalog backends into Branch...
2010-09-20 Marco van WieringenTweak insert_autokey to use unsigned int64 instead...
2010-09-20 Marco van WieringenFix the insert_autokey_record functions to be 64bit...
2010-08-02 Kern SibbaldSwitch from GPLv2 to AGPLv3
2010-08-02 Kern SibbaldFix sqlite.c typo that fails build
2010-08-02 Eric Bollengiertweak comments
2010-08-02 Eric BollengierFix RestoreObject for PostgreSQL
2010-08-02 Marco van WieringenFix typo in sqlite
2010-08-02 Marco van WieringenRename sql_insert_id into sql_insert_autokey_record...
2010-08-02 Marco van WieringenFix stupid inverted logic
2010-08-02 Marco van WieringenMake sql_insert_id a atomic function which executes...
2010-08-02 Marco van WieringenDrop have_insert_id in mdb as its always true for all...
2010-08-02 Kern SibbaldTweak: add sqlite3 FIXME
2010-08-02 Eric BollengierAdd check for sqlite3_threadsafe() in configure
2010-08-02 Kern SibbaldFree db_list when not used
2010-08-02 Kern SibbaldFix seg fault in SQlite driver
2010-08-02 Kern SibbaldRemove old bdb files + change DQUEUE to use dlist
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