]>
git.sur5r.net Git - bacula/bacula/log
Kern Sibbald [Sat, 5 Feb 2011 12:22:21 +0000 (13:22 +0100)]
Rebuild configure
Kern Sibbald [Sat, 5 Feb 2011 12:18:53 +0000 (13:18 +0100)]
Remove old scripts no longer used
Kern Sibbald [Sat, 5 Feb 2011 11:57:15 +0000 (12:57 +0100)]
Add patch from bug #1574 for Scientific Linux spec
Kern Sibbald [Sat, 5 Feb 2011 11:28:46 +0000 (12:28 +0100)]
Apply patches from bug #1672 to clean up configuration
Eric Bollengier [Sat, 5 Feb 2011 11:01:07 +0000 (12:01 +0100)]
Tweak select_media_dbr()
Eric Bollengier [Sat, 5 Feb 2011 09:55:45 +0000 (10:55 +0100)]
Check if volume name is valid in select_media_dbr()
Marco van Wieringen [Sat, 5 Feb 2011 00:07:47 +0000 (01:07 +0100)]
Small change to exporting functions not found in include files
on some platforms. Wrap it as one extern "C" block just like its
done on most platforms in the proper include files.
Marco van Wieringen [Sat, 5 Feb 2011 00:05:36 +0000 (01:05 +0100)]
Fixed some compile errors in IRIX and TRU64 xattr code which is kind of
hard to test without a proper platform. Compiled it now using some
tricks on an other platform defining it is the given platform and
fix the compile errors that way using a fake header file.
Marco van Wieringen [Fri, 4 Feb 2011 20:53:57 +0000 (21:53 +0100)]
Tweak remove last reference to __SQL_C which is not needed anymore.
Kern Sibbald [Fri, 4 Feb 2011 15:20:15 +0000 (16:20 +0100)]
Improve bat stability by checking if page valid
Eric Bollengier [Fri, 4 Feb 2011 08:50:13 +0000 (09:50 +0100)]
Fix segfault with print_memory_pool_stats()
Marco van Wieringen [Fri, 4 Feb 2011 08:46:51 +0000 (09:46 +0100)]
Drop last SQL_INC leftovers. Due to backend abstraction there is no
need to include backend specific include files anywhere then in
the backend driver which use now per backend specific include
directives. SQL_INC is not set by configure anymore and should
not be used anymore.
Kern Sibbald [Thu, 3 Feb 2011 21:10:01 +0000 (22:10 +0100)]
Remove reference to @SQL_INC@ in tools Makefile.in
Kern Sibbald [Thu, 3 Feb 2011 16:42:30 +0000 (17:42 +0100)]
Pull in lib.h from master so new htable code compiles
Kern Sibbald [Thu, 3 Feb 2011 16:39:27 +0000 (17:39 +0100)]
Tweak date + version
Kern Sibbald [Thu, 3 Feb 2011 16:37:12 +0000 (17:37 +0100)]
Tweak .gitignores
Eric Bollengier [Thu, 3 Feb 2011 14:11:04 +0000 (15:11 +0100)]
Use C99 __VA_ARGS__ instead of GCC extention ##__VA_ARGS__
Eric Bollengier [Thu, 3 Feb 2011 13:38:06 +0000 (14:38 +0100)]
Adapt bvfs for SQLite3
Kern Sibbald [Thu, 3 Feb 2011 12:45:51 +0000 (13:45 +0100)]
Adapt htable code to 64 bit keys
Eric Bollengier [Thu, 3 Feb 2011 12:00:59 +0000 (13:00 +0100)]
Rename db_list_ctx.cat() to db_list_ctx.add()
Eric Bollengier [Thu, 3 Feb 2011 12:00:37 +0000 (13:00 +0100)]
Fix bvfs for mysql
Eric Bollengier [Tue, 1 Feb 2011 13:54:51 +0000 (14:54 +0100)]
Add simple way to add string elements to db_list_ctx
Kern Sibbald [Thu, 3 Feb 2011 11:05:24 +0000 (12:05 +0100)]
Tweak rebuild configure
Kern Sibbald [Thu, 3 Feb 2011 10:44:35 +0000 (11:44 +0100)]
Add code to trim heap after big mallocs
Eric Bollengier [Tue, 1 Feb 2011 12:39:40 +0000 (13:39 +0100)]
Close cursor in big sql query
Kern Sibbald [Sun, 30 Jan 2011 16:08:49 +0000 (17:08 +0100)]
Fix bad character in cats/sql_cmds.c
Marco van Wieringen [Mon, 31 Jan 2011 20:56:16 +0000 (21:56 +0100)]
Removed old queries from sql_cmds.[ch] which are no longer referenced
and thus polluting the namespace for no obvious reason.
Marco van Wieringen [Mon, 31 Jan 2011 12:35:18 +0000 (13:35 +0100)]
Fix possible core-dump as seen in regression testing
Thread 2 (Thread
1132489024 (LWP 21031)):
lockmgr.c:939
Dereference jcr->db after release of jcr will lead to disaster.
Eric Bollengier [Tue, 1 Feb 2011 10:43:00 +0000 (11:43 +0100)]
regress: tweak timing in prune-copy-test
Eric Bollengier [Fri, 28 Jan 2011 14:52:36 +0000 (15:52 +0100)]
Tweak ident some queries
Eric Bollengier [Fri, 28 Jan 2011 14:00:46 +0000 (15:00 +0100)]
Ensure that we always close the transaction in db_big_sql_query()
Eric Bollengier [Fri, 28 Jan 2011 13:41:55 +0000 (14:41 +0100)]
Implement db_big_sql_query() that uses cursor on PostgreSQL and limit memory usage in db_list_xxx
By default on PostgreSQL, db_sql_query() stores the query results in
memory, it can take lots of resources when dealing with job output,
accurate or restore. This new mode uses cursors and fetches results
100 by 100.
db_list_xxx functions doesn't store the entire query result anymore.
Commands like "list joblog" or "list files" are now stable in memory
usage. (for MySQL and PostgreSQL)
Eric Bollengier [Fri, 28 Jan 2011 09:50:31 +0000 (10:50 +0100)]
Detect mount/junction points and ignore junctions in Windows
Kern Sibbald [Wed, 26 Jan 2011 21:41:22 +0000 (22:41 +0100)]
Tweak rebuild configure
Kern Sibbald [Wed, 26 Jan 2011 21:40:53 +0000 (22:40 +0100)]
Update version and date
Kern Sibbald [Wed, 26 Jan 2011 21:40:02 +0000 (22:40 +0100)]
Tweak regress .conf file
Marco van Wieringen [Tue, 25 Jan 2011 20:24:38 +0000 (21:24 +0100)]
Added set_db_type function to set global debug symbol removed when
doing class based catalog backends. Coding is a bit different
as we need get_db_type which needs a bdb class so we have to
set it as part of the loop over all catalogs. This way we may
set the global variable a couple of times but the code frees
the global variable if needed so other then being somewhat overkill
no harm is done.
Marco van Wieringen [Tue, 25 Jan 2011 18:27:08 +0000 (19:27 +0100)]
Fix typo
Marco van Wieringen [Tue, 25 Jan 2011 18:17:18 +0000 (19:17 +0100)]
Drop removed catalog function prototype.
Marco van Wieringen [Tue, 25 Jan 2011 18:12:32 +0000 (19:12 +0100)]
Fix logic inversion.
Eric Bollengier [Tue, 25 Jan 2011 15:23:43 +0000 (16:23 +0100)]
update configure
Eric Bollengier [Tue, 25 Jan 2011 15:21:35 +0000 (16:21 +0100)]
Add more ingres code
Eric Bollengier [Tue, 25 Jan 2011 14:19:16 +0000 (15:19 +0100)]
Adapt bbatch and cats_test tool to new cats
Marco van Wieringen [Tue, 18 Jan 2011 13:46:29 +0000 (14:46 +0100)]
Backport changes for Windows compiling
Marco van Wieringen [Tue, 18 Jan 2011 13:25:32 +0000 (14:25 +0100)]
Backport one more patch into master from class based catalog backend code.
Marco van Wieringen [Tue, 18 Jan 2011 13:10:14 +0000 (14:10 +0100)]
Backport of class based catalog backends into Branch-5.1.
Kern Sibbald [Tue, 25 Jan 2011 11:13:27 +0000 (12:13 +0100)]
Tweak add beefsteak files
Eric Bollengier [Tue, 25 Jan 2011 08:46:08 +0000 (09:46 +0100)]
Tweak Makefile for cats_test
Eric Bollengier [Tue, 25 Jan 2011 08:34:23 +0000 (09:34 +0100)]
Fix #1684 Use --with-db-password option in grant_bacula_privileges scripts
Kern Sibbald [Mon, 24 Jan 2011 19:48:06 +0000 (20:48 +0100)]
Tweak up build concurrency
Kern Sibbald [Mon, 24 Jan 2011 19:31:35 +0000 (20:31 +0100)]
Tweak update date and version
Kern Sibbald [Sat, 22 Jan 2011 17:00:06 +0000 (18:00 +0100)]
Tweak bacula-ctl scripts for valgrind
Kern Sibbald [Sat, 22 Jan 2011 19:29:56 +0000 (20:29 +0100)]
Tweak tree.c debugging
Kern Sibbald [Sun, 23 Jan 2011 11:01:49 +0000 (12:01 +0100)]
Free unused pool memory after restore
Kern Sibbald [Sun, 23 Jan 2011 11:02:04 +0000 (12:02 +0100)]
Add pool memory debug output
Kern Sibbald [Thu, 13 Jan 2011 19:14:32 +0000 (20:14 +0100)]
Fix build of Windows bat -- Qt depends on libgcc_s_dw2-1.dll
Kern Sibbald [Mon, 24 Jan 2011 16:53:40 +0000 (17:53 +0100)]
Fix typo in buffer sizes off by factor of 10
Eric Bollengier [Sun, 23 Jan 2011 16:23:13 +0000 (17:23 +0100)]
Change accurate CurFile allocation size
The given length counts already the 3 \0
Eric Bollengier [Sun, 23 Jan 2011 16:01:33 +0000 (17:01 +0100)]
Tweak accurate code to avoid useless memcpy()
Eric Bollengier [Sat, 22 Jan 2011 15:02:28 +0000 (16:02 +0100)]
regress: tweak speed-test
Eric Bollengier [Wed, 19 Jan 2011 18:16:23 +0000 (19:16 +0100)]
Add more tests on cats_test
Eric Bollengier [Wed, 19 Jan 2011 17:25:10 +0000 (18:25 +0100)]
Add cats_test unit tests
Eric Bollengier [Wed, 19 Jan 2011 17:24:42 +0000 (18:24 +0100)]
Tweak TODO
Kern Sibbald [Tue, 18 Jan 2011 17:05:59 +0000 (18:05 +0100)]
Fix typo in maxtime-test
Eric Bollengier [Tue, 18 Jan 2011 16:24:48 +0000 (17:24 +0100)]
regress: fix maxtime-test
Eric Bollengier [Sat, 15 Jan 2011 14:21:35 +0000 (15:21 +0100)]
Fix #1685 about JobBytes counter when using Accurate/BaseJobs with checksum
Eric Bollengier [Tue, 11 Jan 2011 14:32:41 +0000 (15:32 +0100)]
regress: test script with spaces
Kern Sibbald [Wed, 12 Jan 2011 17:49:37 +0000 (18:49 +0100)]
Ignore replace=xx for directories. Corrects (not total solution) ticket 2317 and bug #1444
Kern Sibbald [Wed, 12 Jan 2011 14:14:08 +0000 (15:14 +0100)]
Add restore replace=never test ticket 2317
Kern Sibbald [Wed, 12 Jan 2011 14:13:16 +0000 (15:13 +0100)]
Add replace=xxx on restore command line
Eric Bollengier [Mon, 10 Jan 2011 15:24:58 +0000 (16:24 +0100)]
Add restore_job= option to restore command
Kern Sibbald [Sat, 8 Jan 2011 18:37:15 +0000 (19:37 +0100)]
Tweak Windows tray monitor build
Kern Sibbald [Fri, 7 Jan 2011 20:42:39 +0000 (21:42 +0100)]
Tweak qt-console .pro.in files
Eric Bollengier [Fri, 7 Jan 2011 17:40:35 +0000 (18:40 +0100)]
Tweak date format in tray monitor
Eric Bollengier [Thu, 6 Jan 2011 17:39:56 +0000 (18:39 +0100)]
Add windows tray monitor to bat make-win32 script
Eric Bollengier [Thu, 6 Jan 2011 17:36:33 +0000 (18:36 +0100)]
Adapt traymonitor qmake project file for win32
Eric Bollengier [Thu, 6 Jan 2011 17:33:55 +0000 (18:33 +0100)]
Add cross-win32 target to qmake template
Eric Bollengier [Thu, 6 Jan 2011 15:54:34 +0000 (16:54 +0100)]
Add new QT traymonitor
Eric Bollengier [Thu, 6 Jan 2011 15:40:53 +0000 (16:40 +0100)]
Add qt traymonitor files to configure.in
Eric Bollengier [Thu, 6 Jan 2011 15:39:40 +0000 (16:39 +0100)]
Add transparent icon with tape
Martin Simmons [Wed, 5 Jan 2011 09:19:22 +0000 (10:19 +0100)]
Fix #1661 about verify differences with VERIFY_VOLUME_TO_CATALOG
In L_VERIFY_VOLUME_TO_CATALOG, it needs to check every FileIndex to ensure
that the catalog is in the same order as the volume. That also correctly
handles duplicate names, which have different values for FileIndex.
This bug was introduced when fixing #1524
Eric Bollengier [Mon, 3 Jan 2011 18:05:33 +0000 (19:05 +0100)]
tweak year in copyright model
Kern Sibbald [Sun, 2 Jan 2011 10:13:51 +0000 (11:13 +0100)]
Remove tray-monitor from Win32 build
Kern Sibbald [Sun, 2 Jan 2011 10:13:34 +0000 (11:13 +0100)]
Fix some double Win32 #ifdefs
Kern Sibbald [Sun, 2 Jan 2011 10:12:59 +0000 (11:12 +0100)]
Fix missing HAVE_LITTLE_ENDIAN for Win32 build
Eric Bollengier [Thu, 30 Dec 2010 17:46:46 +0000 (18:46 +0100)]
Add helpers to add drives in VSS snapshot from plugins
Martin Simmons [Thu, 30 Dec 2010 17:37:44 +0000 (18:37 +0100)]
Make new crc32.c work on FreeBSD
This patch is needed to make bcrc32 work on systems which don't define
__LITTLE_ENDIAN, like FreeBSD.
Martin Simmons [Thu, 30 Dec 2010 17:35:04 +0000 (18:35 +0100)]
Fixes some problems in update_sqlite3_tables.in
1) The variable should be DBVERSION.
2) Undo a typo in the database name argument.
3) Put END on its own line to make it work on FreeBSD (non bash?).
Eric Bollengier [Wed, 29 Dec 2010 08:41:34 +0000 (09:41 +0100)]
Handle all FD version in check_bacula
Eric Bollengier [Wed, 29 Dec 2010 08:41:09 +0000 (09:41 +0100)]
Fix compilation warning in check_bacula
Eric Bollengier [Tue, 21 Dec 2010 12:07:38 +0000 (13:07 +0100)]
Make new bat progress view compatible with previous FD
Eric Bollengier [Tue, 21 Dec 2010 12:06:20 +0000 (13:06 +0100)]
Keep the same keywords as in previous version
Eric Bollengier [Mon, 20 Dec 2010 20:57:07 +0000 (21:57 +0100)]
Modify Job view to follow backup progress in real-time
Eric Bollengier [Mon, 20 Dec 2010 20:55:40 +0000 (21:55 +0100)]
Update ".status client running" output for new Bat screen
Kern Sibbald [Sat, 25 Dec 2010 12:56:58 +0000 (13:56 +0100)]
Ensure that Job duration is not negative
Kern Sibbald [Sat, 25 Dec 2010 12:41:01 +0000 (13:41 +0100)]
Add Slot to Media View table
Marco van Wieringen [Mon, 20 Dec 2010 08:21:38 +0000 (09:21 +0100)]
Fix compiler warning.
Marco van Wieringen [Mon, 20 Dec 2010 08:16:19 +0000 (09:16 +0100)]
Fix typo
Kern Sibbald [Sun, 19 Dec 2010 08:36:30 +0000 (09:36 +0100)]
Set proper status of autochanger slots with 0 on startup -- no volume rather than unknown
Eric Bollengier [Mon, 13 Dec 2010 14:17:41 +0000 (15:17 +0100)]
regress: Add test having fileset without md5