]> git.sur5r.net Git - bacula/bacula/history - bacula/src/lib
Permit to get Where/RegexWhere from Plugin and give access to Accurate data
[bacula/bacula] / bacula / src / lib /
2010-11-05 Eric BollengierFix compilation problem on win64
2010-11-03 Kern SibbaldMake sure JobErrors is always nonzero on fatal error
2010-10-06 Marco van WieringenReverted the change of TRU64 to OSF1 for the OS detecti...
2010-10-06 Marco van WieringenAdded support for TRU64 Extended Attributes interface.
2010-10-06 Kern SibbaldFix bad copyright in new src/lib/crc32.c
2010-09-30 Eric BollengierFix pt_out() that can loose a message if the trace...
2010-09-30 Marco van WieringenAIX also supports setmntent/getmntent so use that inste...
2010-09-20 Marco van WieringenTweak BSD mntinfo handling a bit as it seems all BSD...
2010-09-20 Marco van WieringenFix getmntinfo handling on FreeBSD as it seems its...
2010-09-19 Kern SibbaldAdd comm error output when cram-md5 fails with comm...
2010-09-18 Kern SibbaldMassive bat notifier rewrite + fix seg fault + implemen...
2010-09-02 Eric BollengierUse SMARTALLOC+memset instead of overload new/delete...
2010-08-23 Eric BollengierAdd crc32sum in makefile
2010-08-23 Eric BollengierUse HAVE_LITTLE_ENDIAN in crc32 code
2010-08-23 Joakim Tjernlundcrc32 optimization
2010-08-23 Eric BollengierAdd crc32 test program
2010-08-10 Eric BollengierAdd new/delete operators with memset(0) on smartalloc
2010-08-02 Kern SibbaldSwitch from GPLv2 to AGPLv3
2010-08-02 Kern SibbaldTweak fix typo
2010-08-02 Kern SibbaldTweak sm_dump output
2010-08-02 Eric BollengierImplement %f %b to get JobFiles, JobBytes in a RunScript
2010-08-02 Kern SibbaldTweak some copyright dates
2010-08-02 Kern SibbaldTweak add sm_dump comments in debug code
2010-08-02 Kern SibbaldMore fixes for 32/64 bit problems in smartall
2010-08-02 Kern SibbaldFix 32/64 bit problem in smartalloc dump routine
2010-08-02 Kern SibbaldAdd bigger print buffer for sm_dump
2010-08-02 Kern SibbaldUse Pmsg in smartall.c rather than printf for tracing...
2010-08-02 Kern SibbaldProtect bsnprintf against NULL pointer
2010-08-02 Kern SibbaldFix for TLS bugs #1568 and #1599
2010-08-02 Kern SibbaldImprove comm line error handling for TLS, may fix bug...
2010-08-02 Eric BollengierFix new killsafe code
2010-08-02 Eric BollengierAdd wrapper for pthread_kill() to check if thread exist...
2010-08-02 Kern SibbaldAttempt to fix duplicate job kill seg fault
2010-08-02 Eric BollengierReplace pthread_kill by my_thread_send_signal() in...
2010-08-02 Eric BollengierUpdate makefiles for new libtool revision
2010-08-02 Eric BollengierFix typo in message.c
2010-08-02 Eric BollengierConvert all Jmsg on the watchdog thread to Qmsg
2010-08-02 Kern SibbaldDon't set socket buffer size unless explicite set by...
2010-08-02 Kern SibbaldAdd z (size_t) prefix to bsnprintf
2010-08-02 Eric BollengierFix #1571 and install libraries with 755 perms
2010-08-02 Kern SibbaldAdd more debug code for bactrace
2010-08-02 Kern SibbaldFix for bug #1569 deadlock/crash in Dir
2010-08-02 Marco van WieringenTweak copyright.
2010-08-02 Marco van WieringenAdded fstype rewrite code so we have a uniform way...
2010-08-02 Eric BollengierFix segfault when loading Plugins
2010-08-02 Marco van WieringenMove libz out of FDLIBS into a seperate variable as...
2010-08-02 Eric BollengierAdd lmgr_is_locked() function to test if a thread own...
2010-08-02 Kern SibbaldPut attr.c debug on dbglvl
2010-08-02 Kern SibbaldAdd beef
2010-08-02 Kern SibbaldAdd compress/decompress of Object Record data
2010-08-02 Eric Bollengiertweak debug
2010-08-02 Eric BollengierFix cancel crash bug #1551
2010-08-02 Kern SibbaldRemove closelog() in bpipe fixes bug #1536
2010-08-02 Kern SibbaldRestore object now sent to FD
2010-08-02 Kern SibbaldCreate and put data into RestoreObject table
2010-08-02 Kern SibbaldGet binary objects working
2010-08-02 Eric BollengierPermits to use lock manager with file/line from outside
2010-08-02 Kern SibbaldChange cryptic aop name
2010-08-02 Eric BollengierFix bscan segfault with new comment field
2010-08-02 Kern SibbaldFix compiler warning
2010-08-02 Kern SibbaldAdd jobs running to status of daemons
2010-08-02 Eric BollengierAdd File and Line info to rw_lock for lmgr
2010-08-02 James HarperApply James' wide char patch
2010-08-02 Eric BollengierFix #1526 about verify jobs and runscript
2010-08-02 Kern SibbaldReduce compiler warnings on Windows build
2010-08-02 Eric BollengierAdd read_vol_list mutex to lockmgr prio
2010-08-02 Kern SibbaldAnother fix for OpenSSLv1
2010-08-02 Kern SibbaldFix tls.c for OpenSSLv1
2010-08-02 Kern SibbaldFix plugin load not to stop if one plugin bad -- pointe...
2010-08-02 Kern SibbaldMore devlock work
2010-08-02 Kern SibbaldFirst cut new device lock code
2010-08-02 Kern SibbaldFix OpenSSL 1.x problem in crypto.c on Fedora 12
2010-08-02 Kern SibbaldTweak syslog call to satisfy newer compilers
2010-08-02 Kern SibbaldAdd comments about lock priority
2010-08-02 Kern SibbaldAdd debug code for FreeBSD regress failures
2010-08-02 Kern SibbaldBetter cancel + fix Allow Dups code
2010-08-02 Kern SibbaldFix bug #1501 -t does not print errors
2010-08-02 Kern SibbaldMove shared object numbers into version.h + use -releas...
2010-08-02 Kern SibbaldMake bsnprintf test program compile
2010-08-02 Kern SibbaldFix bug #1488 -- create delivery_error() subroutine...
2010-08-02 Kern SibbaldMove msg trace into subroutine
2010-08-02 Kern SibbaldPatch from checks multple CNs when using TLS
2010-08-02 Kern SibbaldFix seg fault in SQlite driver
2010-08-02 Kern SibbaldChange copyright date
2010-08-02 Marco van WieringenMake versions of shared libs inline with the software...
2010-01-19 Eric BollengierSmall cleanup on test program
2010-01-19 Eric BollengierSmall cleanup on test program
2010-01-19 Eric BollengierFix possible memory leak
2010-01-19 Kern SibbaldFix bscan bug introduced with serialization change
2010-01-18 Kern SibbaldMerge branch 'master' of git://bacula.git.sourceforge...
2010-01-18 Kern SibbaldKeep serial from overruning with bad data
2010-01-11 Kern SibbaldFix the win32 build again
2010-01-03 Eric BollengierSimplify initgroups definition for AIX
2010-01-03 Eric Bollengierinitgroups definition is ok on aix >= 5
2009-12-23 Marco van WieringenDrop the usage of macros within macros as it seems...
2009-12-10 Kern SibbaldEliminate compiler warning
2009-12-10 Kern SibbaldAttempt to fix mtio.h problem on Mac 10.6
2009-12-10 Kern SibbaldFix and add ASSERT debug
2009-12-10 Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-12-10 Eric BollengierFix compilation problem with lockmgr
next