]> git.sur5r.net Git - bacula/bacula/history - bacula/src/cats/mysql.c
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / bacula / src / cats / mysql.c
2017-07-20 Kern SibbaldFix bug #2294 Bacula does not build with MariaDB 10.2
2017-05-22 Ana Emilia Machado... Add SSL connections to database (PostgreSQL) open code
2017-05-22 Kern SibbaldBig backport from Enterprise
2016-09-12 Kern SibbaldAttempt to fix bug #2237
2016-01-13 Kern SibbaldTweak fix MySQL build
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 Marco van WieringenFix compiler warning.
2013-04-20 Marco van WieringenTry to use multi-row insert statements for mysql.
2013-04-20 Eric BollengierEnsure that bvfs SQL link is not shared
2013-04-20 Kern SibbaldPull compiler warning cleanup code + other from master
2013-04-20 Oliver FalkFix Mysql 5.5.18 symbol lookup
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 Marco van WieringenFix typo
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 Eric BollengierMySQL compilation fix
2010-08-02 Eric BollengierFix RestoreObject for PostgreSQL
2010-08-02 Eric BollengierCheck if sql backend is thread-safe
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 WieringenFix some typos and some forgotten things. Now the code...
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 SibbaldFree db_list when not used
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-04-16 Kern SibbaldAdd additional mysql connection debug code
2008-11-07 Eric Bollengierebl Fix mysql compilation problem with debug lock...
2008-07-14 Kern Sibbaldkes Change Bacula trademark owner from John Walker...
2008-01-06 Eric Bollengierebl Fixes #1034 which cause mysql to hang the connecti...
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-24 Eric Bollengierebl Cleanup batch code
2007-09-23 Kern SibbaldTurn off some code when batch insert not enabled.
2007-09-13 Kern Sibbaldkes Cancel storage daemon in all cases where FD report...
2007-09-12 Dan LangilleModify db_escape_string() to take both jcr and db.
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-22 Kern Sibbaldkes Fix Verify InitCatalog mysql_escape_string() trash...
2007-05-15 Kern Sibbaldkes Rework bsmtp date editing for Win32.
2007-05-13 Kern SibbaldFixed the batch insert MySQL thread specific data that...
2007-05-11 Kern Sibbaldkes Fix non-ssl build so that it works (add JCR *jcr...
2007-05-10 Kern Sibbaldkes Implement heap size display in status for all...
2007-05-09 Kern SibbaldUpdate ReleaseNotes
2007-04-25 Kern SibbaldFix important bug in db_sql_query() in mysql.c apparent...
2007-04-02 Eric Bollengierebl rename esc_name2 with esc_path
2007-04-01 Kern Sibbaldkes Modify job report to include director name and...
2007-03-24 Kern Sibbaldkes Write new subroutine is_volume_purged() that expli...
2007-03-23 Eric Bollengierebl remove IGNORE keyword from batch mode
2007-02-22 Kern Sibbaldkes Begin implementing new comm signals for API.
2007-02-10 Kern Sibbaldkes Apply Eric's scratch patch that moves a purged...
2006-12-08 Robert NelsonRename cats_pgsql to cats_postgresql and cats_sqlite...
2006-11-27 Kern Sibbaldkes More copyright changes.
2006-08-05 Robert NelsonMove the definition of catalog_db[] into cats. Change...
2006-07-27 Robert NelsonComplete port to Windows
2006-04-19 Kern Sibbald- Apply patch from Christopher Hull
2006-04-08 Kern Sibbald- Tweak license to include Microsoft restrictions.
2006-03-08 Kern Sibbald- Rename mac.c migrate.c
2006-02-06 Kern Sibbald- Implement first cut of Migration.
2005-05-15 Kern Sibbald- Set reconnect flag in MySQL packet to 1 to ensure...
2005-05-07 Kern SibbaldMore work on cached attributes + sig
2004-12-21 Kern SibbaldApply Preben 'Peppe' Guldberg <peppe@wielders.org>
2004-10-07 Kern Sibbald- Update doc
2004-09-19 Kern SibbaldMassive SD calling sequence reorganization
2004-08-17 Kern SibbaldFix conio.h problem on Solaris
2004-07-04 Kern SibbaldMisc cleanups
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-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-10-17 Kern SibbaldCommit final code for 1.32b + Verify Job (name) + chang...
2003-09-04 Kern SibbaldImplement restore files
2003-08-20 Kern SibbaldFix segfault in mysql.c with no password
2003-07-31 Kern SibbaldDoc fixes from Bob Collins + add CLIENT_FOUND_ROWS...
2003-05-30 Kern SibbaldSee kes-1.31 for details
2003-05-22 Kern Sibbaldchange all void *jcr into JCR *jcr
2003-05-17 Kern SibbaldUse rentrant mysql lib, eliminate race in sql_list...
2003-04-03 Kern SibbaldFix NumVols in Pools, implement full listing of DB...
2003-04-03 Kern SibbaldFix new bug in newvol
2003-02-26 Kern SibbaldAdd address and socket for MySQL
2003-01-17 Kern SibbaldAdd jcr to DB arguments
2003-01-15 Kern SibbaldAdd VolFiles - use mysql_escape...
2003-01-13 Kern SibbaldFix escape_string buffer overflows
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-07 Kern SibbaldFix console race, base64 -- kes07Aug02
2002-08-01 Kern SibbaldFirst cut of restore
2002-07-22 Kern SibbaldMySQL 4.0 fixes -- kes22Jul02
next