]> git.sur5r.net Git - bacula/bacula/history - bacula/src/lib
Remove some old C int code and use bool
[bacula/bacula] / bacula / src / lib /
2017-10-29 Kern SibbaldRemove some old C int code and use bool
2017-10-28 Kern SibbaldRemove unused lib/lz4.c.orig file
2017-10-26 Kern SibbaldBackport Enterprise code
2017-09-06 Alain Spineuxcore: bwlimit measure bandwidth
2017-09-06 Alain Spineuxcore: bwlimit handle backlog and allow burst
2017-09-06 Alain Spineuxdon't use add_event() when flag "l" is not set
2017-09-03 Kern SibbaldUpgrade to latest lz4.c to fix bug #2310 bus error...
2017-08-28 Eric BollengierFix #2925 Do not try to stop non backup jobs (virtualfu...
2017-08-03 Kern SibbaldFix bug #2301 Solaris Available space incorrectly repor...
2017-07-12 Eric BollengierFix compilation for Debian Stretch with GCC 6.3
2017-07-10 Kern SibbaldRemove two incorrect trailing commas in bsock.h
2017-07-10 Kern SibbaldFix bug #2293 bad big endian detection in lz4.c
2017-06-29 Kern SibbaldFix error in FreeBSD during maxtime-test
2017-06-26 Kern SibbaldEnsure we have a DIR connection in dequeue_messages
2017-06-21 Gary R. SchmidtFix pragma pack to allow lz4.c work on Solaris and...
2017-06-21 Kern SibbaldTweak save a copy of the original lz4.c
2017-06-19 Kern SibbaldA more correct fix for lz4.c on Solaris 10
2017-06-18 Kern SibbaldRemove use of #pragma pack in lib/lz4.c for Solaris 10
2017-06-07 Kern SibbaldRemove vestiges of crc32_bad -- fixes Solaris build
2017-06-07 Kern SibbaldAdd missing semi-colon in bsys.c
2017-05-29 Kern SibbaldFix some problems noted by clang
2017-05-28 Kern SibbaldTweak bsock error message
2017-05-28 Kern SibbaldAttempt to fix deadlock in FreeBSD maxtime-test
2017-05-25 Eric BollengierFix #2803 about error message during restore session... Release-7.9.0
2017-05-25 Eric BollengierFix compilation issue with FreeBSD
2017-05-22 Kern SibbaldFix typos pointed out in bug #2264
2017-05-22 Kern SibbaldBig backport from Enterprise
2017-03-15 Kern SibbaldImprove mem pool garbage collection
2017-03-15 Kern SibbaldFix EPROTO on OpenBSD
2017-03-10 Kern SibbaldAttempt to fix IPV6 not configured
2017-02-14 Kern SibbaldFix getnameinfo() for FreeBSD fixes bug #2083
2016-09-30 Kern SibbaldFix junk in print of resource[rindex] + tweak the messages
2016-09-21 Kern SibbaldFix status alignment output reported by Wanderlei Huttel
2016-09-20 Eric BollengierHandle NULL pointers in smartdump() and asciidump()
2016-09-20 Eric BollengierFix #2085 About director segfault in cram-md5 function
2016-09-20 Eric BollengierFix compilation without SMARTALLOC
2016-07-20 Kern SibbaldAdd explicit LL to big integers to appease older compilers
2016-07-18 Kern SibbaldAllow multiple mailcommand+operatorcommand in Messages...
2016-07-17 Kern SibbaldFail when multipl mailcommand and other strings are...
2016-07-17 Kern SibbaldAdd support for terabytes in sizes. Submitted by Wander...
2016-07-15 Eric BollengierFix optimization error with GCC 6.1
2016-07-15 Eric BollengierFix compilation warnings with GCC 6.1
2016-05-31 Eric BollengierModify the alist object to be reused after a destroy()
2016-05-31 Kern SibbaldTweak smartalloc casting + prototypes
2016-05-31 Kern SibbaldTweak bsock msglen of zero loop
2016-01-14 Kern SibbaldPut back missing line in copyright
2016-01-11 Kern SibbaldMore debug info when aborting
2016-01-10 Kern SibbaldChange copyright as per agreement with FSFE
2016-01-06 Eric BollengierFix #1548 about Solaris SIGBUS with accurate mode backup
2015-12-20 Kern SibbaldTweak align comment
2015-11-21 Eric BollengierFix segfault in open_bpipe() when the program is empty
2015-10-15 Kern SibbaldFix bug #2083 -- Fix sockaddr_to_ascii for FreeBSD
2015-08-13 Kern SibbaldPut back missing close_msg(NULL) to flush daemon messag...
2015-08-13 Kern SibbaldBackport from Bacula Enterprise
2015-05-27 Eric BollengierForce use of newer TLS protocols
2015-05-24 Kern SibbaldChange license on src/lib/crc32.c as agreed with the...
2014-12-05 Kern SibbaldMake global my_name hold 127 chars
2014-11-30 Kern SibbaldAdd copyright to Makefiles
2014-11-28 Kern SibbaldRevert previous copyright accidentally changed
2014-08-07 Martin SimmonsFix bug #2089 compiler warning
2014-08-06 Kern SibbaldTweak fix compiler complaint
2014-07-26 Kern SibbaldJim Raney's TLS patch
2014-07-23 Eric BollengierEnsure b_sterror() is using the correct size of input...
2014-07-12 Kern SibbaldRemove bad cherry-pick
2014-07-12 Kern SibbaldRemove bad cherry-pick
2014-07-12 Kern SibbaldSet pthread id in jcr at beginning so the job can be...
2014-07-12 Kern SibbaldTweak comment spelling
2014-07-12 Kern SibbaldTweak bsock error messages
2014-07-12 Eric BollengierFix compilation of bsock.c when TLS is not available
2014-07-12 Kern SibbaldFix bug #2074 crashes when no conf file present
2014-06-03 Kern SibbaldBetter error handling for cancel command
2014-05-19 Kern SibbaldImprove sellist code
2014-05-11 Kern SibbaldTighten error condition handling in sellist
2014-04-11 Eric BollengierFix #2047 about bthread_cond_wait_p not declared
2014-04-09 Kern SibbaldFix Bacula bug #2046 -- sellist limited to 10000
2014-04-02 Kern SibbaldFix improper string in parser
2014-03-31 Kern SibbaldRemove more vestiges of Python
2014-03-31 Kern SibbaldMake IPv6 handling more robust
2014-03-27 Marcin HabaFix for too small length of config token
2014-03-27 Kern SibbaldBackport from BEE
2013-04-20 Kern SibbaldRefactor lock_volumes so most lock a vol rather than...
2013-04-20 Kern SibbaldBackport new lock calls + debug for SD
2013-04-20 Kern SibbaldPull src/lib changes from master
2013-04-20 Kern SibbaldAdd jobid to Pmsg output
2013-04-20 Kern SibbaldAllow conf file quoted strings to be used in a list
2013-04-20 Kern SibbaldMake bfgets handle very long lines
2013-04-20 Marco van WieringenFinal fix of bug #1943
2013-04-20 Marco van WieringenFix bug #1948 MailOnSuccess get executed on error.
2013-04-20 Marco van WieringenFix bug #1943 no message storage on closed database...
2013-04-20 Eric BollengierFix messages segfault
2013-04-20 Eric BollengierFix #4996 about MaxRunTime canceling the job too early
2013-04-20 Kern SibbaldFix race condition in close_msg that causes seg fault
2013-04-20 Marco van WieringenImplement feature request #1939
2013-04-20 Kern SibbaldFix double unlink
2013-04-20 Kern SibbaldMore tests for freeing NULL pointers
2013-04-20 Marco van WieringenFix bug #1932 director crash.
2013-04-20 Kern SibbaldSimplify safer delete code using a single regex
2013-04-20 Kern SibbaldRewrite cleanup_old_files() and add safe_unlink() to...
2013-04-20 Kern Sibbaldbackport code from master
2013-04-20 Marco van WieringenAdd extra test for unsupported Protocol Families.
next