]> git.sur5r.net Git - bacula/bacula/shortlog
bacula/bacula
2011-02-05 Marco van WieringenSmall change to exporting functions not found in includ...
2011-02-05 Marco van WieringenFixed some compile errors in IRIX and TRU64 xattr code...
2011-02-04 Marco van WieringenTweak remove last reference to __SQL_C which is not...
2011-02-04 Kern SibbaldImprove bat stability by checking if page valid
2011-02-04 Marco van WieringenMerge branch 'Branch-5.1' of git@bsgit:bacula into...
2011-02-04 Eric BollengierFix segfault with print_memory_pool_stats()
2011-02-04 Marco van WieringenDrop last SQL_INC leftovers. Due to backend abstraction...
2011-02-03 Kern SibbaldRemove reference to @SQL_INC@ in tools Makefile.in
2011-02-03 Kern SibbaldPull in lib.h from master so new htable code compiles
2011-02-03 Kern SibbaldTweak date + version
2011-02-03 Kern SibbaldTweak .gitignores
2011-02-03 Eric BollengierUse C99 __VA_ARGS__ instead of GCC extention ##__VA_ARGS__
2011-02-03 Eric BollengierAdapt bvfs for SQLite3
2011-02-03 Kern SibbaldAdapt htable code to 64 bit keys
2011-02-03 Eric BollengierRename db_list_ctx.cat() to db_list_ctx.add()
2011-02-03 Eric BollengierFix bvfs for mysql
2011-02-03 Eric BollengierAdd simple way to add string elements to db_list_ctx
2011-02-03 Kern SibbaldTweak rebuild configure
2011-02-03 Kern SibbaldAdd code to trim heap after big mallocs
2011-02-03 Eric BollengierClose cursor in big sql query
2011-02-01 Kern SibbaldFix bad character in cats/sql_cmds.c
2011-02-01 Marco van WieringenRemoved old queries from sql_cmds.[ch] which are no...
2011-02-01 Marco van WieringenFix possible core-dump as seen in regression testing
2011-02-01 Eric Bollengierregress: tweak timing in prune-copy-test
2011-01-28 Eric BollengierTweak ident some queries
2011-01-28 Eric BollengierEnsure that we always close the transaction in db_big_s...
2011-01-28 Eric BollengierImplement db_big_sql_query() that uses cursor on Postgr...
2011-01-28 Eric BollengierDetect mount/junction points and ignore junctions in...
2011-01-26 Kern SibbaldTweak rebuild configure
2011-01-26 Kern SibbaldUpdate version and date
2011-01-26 Kern SibbaldTweak regress .conf file
2011-01-25 Marco van WieringenAdded set_db_type function to set global debug symbol...
2011-01-25 Marco van WieringenFix typo
2011-01-25 Marco van WieringenDrop removed catalog function prototype.
2011-01-25 Marco van WieringenFix logic inversion.
2011-01-25 Eric Bollengierupdate configure
2011-01-25 Eric BollengierAdd more ingres code
2011-01-25 Eric BollengierAdapt bbatch and cats_test tool to new cats
2011-01-25 Marco van WieringenBackport changes for Windows compiling
2011-01-25 Marco van WieringenBackport one more patch into master from class based...
2011-01-25 Marco van WieringenBackport of class based catalog backends into Branch...
2011-01-25 Kern SibbaldTweak add beefsteak files
2011-01-25 Eric BollengierTweak Makefile for cats_test
2011-01-25 Eric BollengierFix #1684 Use --with-db-password option in grant_bacula...
2011-01-24 Kern SibbaldTweak up build concurrency
2011-01-24 Kern SibbaldTweak update date and version
2011-01-24 Kern SibbaldTweak bacula-ctl scripts for valgrind
2011-01-24 Kern SibbaldTweak tree.c debugging
2011-01-24 Kern SibbaldFree unused pool memory after restore
2011-01-24 Kern SibbaldAdd pool memory debug output
2011-01-24 Kern SibbaldFix build of Windows bat -- Qt depends on libgcc_s_dw2...
2011-01-24 Kern SibbaldFix typo in buffer sizes off by factor of 10
2011-01-23 Eric BollengierChange accurate CurFile allocation size
2011-01-23 Eric BollengierTweak accurate code to avoid useless memcpy()
2011-01-23 Eric Bollengierregress: tweak speed-test
2011-01-23 Eric BollengierAdd more tests on cats_test
2011-01-23 Eric BollengierAdd cats_test unit tests
2011-01-23 Eric BollengierTweak TODO
2011-01-23 Kern SibbaldFix typo in maxtime-test
2011-01-23 Eric Bollengierregress: fix maxtime-test
2011-01-23 Eric BollengierFix #1685 about JobBytes counter when using Accurate...
2011-01-23 Eric Bollengierregress: test script with spaces
2011-01-12 Kern SibbaldIgnore replace=xx for directories. Corrects (not total...
2011-01-12 Kern SibbaldAdd restore replace=never test ticket 2317
2011-01-12 Kern SibbaldAdd replace=xxx on restore command line
2011-01-10 Eric BollengierAdd restore_job= option to restore command
2011-01-10 Kern SibbaldTweak Windows tray monitor build
2011-01-10 Kern SibbaldTweak qt-console .pro.in files
2011-01-10 Eric BollengierTweak date format in tray monitor
2011-01-10 Eric BollengierAdd windows tray monitor to bat make-win32 script
2011-01-10 Eric BollengierAdapt traymonitor qmake project file for win32
2011-01-10 Eric BollengierAdd cross-win32 target to qmake template
2011-01-10 Eric BollengierAdd new QT traymonitor
2011-01-10 Eric BollengierAdd qt traymonitor files to configure.in
2011-01-10 Eric BollengierAdd transparent icon with tape
2011-01-05 Martin SimmonsFix #1661 about verify differences with VERIFY_VOLUME_T...
2011-01-03 Eric Bollengiertweak year in copyright model
2011-01-02 Kern SibbaldRemove tray-monitor from Win32 build
2011-01-02 Kern SibbaldFix some double Win32 #ifdefs
2011-01-02 Kern SibbaldFix missing HAVE_LITTLE_ENDIAN for Win32 build
2010-12-30 Eric BollengierAdd helpers to add drives in VSS snapshot from plugins
2010-12-30 Martin SimmonsMake new crc32.c work on FreeBSD
2010-12-30 Martin SimmonsFixes some problems in update_sqlite3_tables.in
2010-12-30 Eric BollengierHandle all FD version in check_bacula
2010-12-30 Eric BollengierFix compilation warning in check_bacula
2010-12-30 Eric BollengierMake new bat progress view compatible with previous FD
2010-12-30 Eric BollengierKeep the same keywords as in previous version
2010-12-30 Eric BollengierModify Job view to follow backup progress in real-time
2010-12-30 Eric BollengierUpdate ".status client running" output for new Bat...
2010-12-28 Kern SibbaldEnsure that Job duration is not negative
2010-12-28 Kern SibbaldAdd Slot to Media View table
2010-12-20 Eric Bollengierregress: fix maxbw-test with new MaximumBandwidthPerJob...
2010-12-20 Marco van WieringenFix compiler warning.
2010-12-20 Marco van WieringenFix typo
2010-12-19 Kern SibbaldSet proper status of autochanger slots with 0 on startu...
2010-12-17 Eric Bollengierregress: Add test having fileset without md5
2010-12-17 Eric Bollengierregress: Add get_traces and truncate_traces to regress...
2010-12-17 Eric Bollengierregress: avoid dash for setup_win32 script
2010-12-17 Kern SibbaldAdd indentation in lsmark command output
2010-12-17 Eric Bollengierregress: fix prune-base-job-test on slow systems
next