]> git.sur5r.net Git - bacula/bacula/history - bacula/src/lib
Revert to 5.0 size computation in accurate elements, may fix #1821
[bacula/bacula] / bacula / src / lib /
2012-01-11 Marco van WieringenMove ini.c to libbaccfg from libbac
2012-01-11 Kern SibbaldTweak fix indent
2012-01-08 Kern SibbaldFix const char compiler warning
2012-01-07 Kern SibbaldAvoid conflict with PAGE_SIZE define
2012-01-04 Eric BollengierTweak copyrights again
2012-01-04 Eric BollengierTry to fix openssl problem with signal
2012-01-04 Eric Bollengiertweak debug
2012-01-04 Eric BollengierAdd BSOCK::set_killable()
2012-01-04 Eric BollengierAdd helper for ini files
2012-01-04 Eric Bollengiertweak copyright
2012-01-02 Kern SibbaldEnhance sellist to allow rescanning the list
2012-01-02 Kern SibbaldFix lib/sellist.c
2012-01-02 Kern SibbaldPull compiler warning cleanup code + other from master
2012-01-01 Kern SibbaldRemove double include of sellist.h
2012-01-01 Kern SibbaldTweak alist.h
2012-01-01 Kern SibbaldFirst cut selection list
2011-12-03 Eric BollengierFix compilation warning on FreeBSD
2011-11-23 Kern SibbaldGet new lib/plugins.h
2011-11-22 Kern SibbaldFix compiler warning in message.c
2011-11-17 Eric BollengierSplit messages line by line before sending it to syslog...
2011-11-16 Eric BollengierFix #3308 where a SMTP problem can block the director
2011-11-15 Marco van WieringenFlush mntent cache on exit.
2011-11-12 Marco van WieringenChange locking scheme of the mountpoint cache.
2011-11-12 Marco van WieringenMove the shortcut logic up so its a real shortcut again.
2011-11-12 Marco van WieringenEnhance mountcache with rescan option after interval.
2011-11-09 Martin SimmonsMove Zdeflate and Zinflate to seperate file.
2011-10-28 Marco van WieringenFix bug #1771 BAT crashes.
2011-10-25 Kern SibbaldProhibit multiple Jobs from writing state file at same...
2011-10-24 Marco van WieringenFix typo
2011-10-23 Kern SibbaldFix to Windows socket error detection -- should fix...
2011-10-16 Kern SibbaldFix Win32 build after new debug patch in smartall.c
2011-10-11 Kern SibbaldEnhance smartalloc abort
2011-09-23 Marco van WieringenFix bug #1764 plugin_list shadows global variable of...
2011-09-19 Ben WaltonUpdate auth troubleshooting URL to use MANUAL_AUTH_URL...
2011-07-08 Eric BollengierFix #1741 about possible problems with fnmatch
2011-07-07 Eric BollengierChange intmax_t to int64_t to fix #1664
2011-07-07 Eric BollengierFix compilation with gcc 4.6.1
2011-07-06 Eric BollengierAdd mutex priority check for changer mutex
2011-07-05 Eric BollengierChange JobFiles display from %f to %F in RunScript...
2011-06-14 Eric BollengierImplement RestoreObject for sqlite + cleanups
2011-06-05 Eric BollengierFix the lockmgr test tool
2011-06-04 Marco van WieringenRemove class member shadowing.
2011-06-04 Marco van WieringenRemove class member shadowing.
2011-04-21 Kern SibbaldChange all sm_checks into Dsm_check for performance...
2011-04-11 Marco van WieringenTweak layout.
2011-04-11 Marco van WieringenSome more code sniplets of no need to call thr_setconcu...
2011-04-11 Marco van WieringenUse B_ISSPACE in scan.c and reformat comments a bit.
2011-03-01 Kern SibbaldAdd extra Bacula plugin variables
2011-02-24 Eric BollengierUse system malloc in strack_trace() instead of smartalloc
2011-02-23 Kern SibbaldFix bug #1700 no timestamp with -dt on Windows
2011-02-23 Kern SibbaldUse jcr->setJobStatus() in favor of set_jcr_job_status...
2011-02-21 Eric BollengierAdd stack_trace() function to print current thread...
2011-02-19 Kern SibbaldMake restart2-test work
2011-02-18 Eric BollengierFix #1696 about an error when displaying "Base" level...
2011-02-10 Kern SibbaldFirst cut restart Jobs
2011-02-07 Marco van WieringenB_DB is a class now not a struct lets fix the include...
2011-02-07 Eric BollengierAvoid extra strlen() in is_name_valid()
2011-02-07 Kern SibbaldAdd negative numbers to bsscanf
2011-02-07 Kern SibbaldApply get_basename to printed filenames to reduce unnec...
2011-02-05 Kern SibbaldPull src/lib/Makefile.in from master
2011-02-05 Marco van WieringenImplement mntent_cache on top of the new htable code...
2011-02-05 Marco van WieringenAdded support to htable for giving a hint on the number...
2011-02-05 Kern SibbaldApply patches from bug #1672 to clean up configuration
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 SibbaldPull in lib.h from master so new htable code compiles
2011-02-03 Kern SibbaldAdapt htable code to 64 bit keys
2011-02-03 Kern SibbaldAdd code to trim heap after big mallocs
2011-01-25 Marco van WieringenAdded set_db_type function to set global debug symbol...
2011-01-25 Marco van WieringenDrop removed catalog function prototype.
2011-01-25 Marco van WieringenBackport of class based catalog backends into Branch...
2011-01-24 Kern SibbaldTweak tree.c debugging
2011-01-24 Kern SibbaldAdd pool memory debug output
2011-01-24 Kern SibbaldFix typo in buffer sizes off by factor of 10
2010-12-30 Martin SimmonsMake new crc32.c work on FreeBSD
2010-12-17 Eric BollengierFix #define when using --disable-smartalloc
2010-12-17 Eric BollengierTrack unbalanced start/end plugin stream
2010-12-01 Eric BollengierFix casting in bwlimit
2010-12-01 Kern SibbaldMake double to int64_t conversion explicit to avoid...
2010-11-25 Eric BollengierAdd function to limit the bandwidth of a BSOCK
2010-11-25 Eric BollengierAdd store_speed() in configuration parser
2010-11-25 Kern SibbaldUse new FO_xxx bits in backup/restore and plugins
2010-11-25 Eric Bollengierrename plugin->len to plugin->file_len
2010-11-25 Eric BollengierHandle all kind of plugins when computing plugin name...
2010-11-25 Eric BollengierEnsure that two plugins starting with the same name...
2010-11-25 Eric BollengierAdd delta_seq to restore tree code
2010-11-12 Kern SibbaldAdd debug info to smartall.c for buffer overrun
2010-11-12 Kern SibbaldCall plugin bEventEndxxxJob even if Job canceled
2010-11-11 Kern SibbaldSet daemon name and host name to zero
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...
next