]> git.sur5r.net Git - bacula/bacula/history - bacula/src/lib
Use RestoreObject type in Catalog
[bacula/bacula] / bacula / src / lib /
2013-04-20 Eric BollengierAdd helper for ini files
2013-04-20 Eric Bollengiertweak copyright
2013-04-20 Kern SibbaldEnhance sellist to allow rescanning the list
2013-04-20 Kern SibbaldFix lib/sellist.c
2013-04-20 Kern SibbaldPull compiler warning cleanup code + other from master
2013-04-20 Kern SibbaldRemove double include of sellist.h
2013-04-20 Kern SibbaldTweak alist.h
2013-04-20 Kern SibbaldFirst cut selection list
2013-04-20 Eric BollengierFix compilation warning on FreeBSD
2013-04-20 Kern SibbaldGet new lib/plugins.h
2013-04-20 Kern SibbaldFix compiler warning in message.c
2013-04-20 Eric BollengierSplit messages line by line before sending it to syslog...
2013-04-20 Eric BollengierFix #3308 where a SMTP problem can block the director
2013-04-20 Marco van WieringenFlush mntent cache on exit.
2013-04-20 Marco van WieringenChange locking scheme of the mountpoint cache.
2013-04-20 Marco van WieringenMove the shortcut logic up so its a real shortcut again.
2013-04-20 Marco van WieringenEnhance mountcache with rescan option after interval.
2013-04-20 Martin SimmonsMove Zdeflate and Zinflate to seperate file.
2013-04-20 Marco van WieringenFix bug #1771 BAT crashes.
2013-04-20 Kern SibbaldProhibit multiple Jobs from writing state file at same...
2013-04-20 Marco van WieringenFix typo
2013-04-20 Kern SibbaldFix to Windows socket error detection -- should fix...
2013-04-20 Kern SibbaldFix Win32 build after new debug patch in smartall.c
2013-04-20 Kern SibbaldEnhance smartalloc abort
2013-04-20 Marco van WieringenFix bug #1764 plugin_list shadows global variable of...
2013-04-20 Ben WaltonUpdate auth troubleshooting URL to use MANUAL_AUTH_URL...
2013-04-20 Eric BollengierFix #1741 about possible problems with fnmatch
2013-04-20 Eric BollengierChange intmax_t to int64_t to fix #1664
2013-04-20 Eric BollengierFix compilation with gcc 4.6.1
2013-04-20 Eric BollengierAdd mutex priority check for changer mutex
2013-04-20 Eric BollengierChange JobFiles display from %f to %F in RunScript...
2013-04-20 Eric BollengierImplement RestoreObject for sqlite + cleanups
2013-04-20 Eric BollengierFix the lockmgr test tool
2013-04-20 Marco van WieringenRemove class member shadowing.
2013-04-20 Marco van WieringenRemove class member shadowing.
2013-04-20 Kern SibbaldChange all sm_checks into Dsm_check for performance...
2013-04-20 Marco van WieringenTweak layout.
2013-04-20 Marco van WieringenSome more code sniplets of no need to call thr_setconcu...
2013-04-20 Marco van WieringenUse B_ISSPACE in scan.c and reformat comments a bit.
2013-04-20 Kern SibbaldAdd extra Bacula plugin variables
2013-04-20 Eric BollengierUse system malloc in strack_trace() instead of smartalloc
2013-04-20 Kern SibbaldFix bug #1700 no timestamp with -dt on Windows
2013-04-20 Kern SibbaldUse jcr->setJobStatus() in favor of set_jcr_job_status...
2013-04-20 Eric BollengierAdd stack_trace() function to print current thread...
2013-04-20 Kern SibbaldMake restart2-test work
2013-04-20 Eric BollengierFix #1696 about an error when displaying "Base" level...
2013-04-20 Kern SibbaldFirst cut restart Jobs
2013-04-20 Marco van WieringenB_DB is a class now not a struct lets fix the include...
2013-04-20 Eric BollengierAvoid extra strlen() in is_name_valid()
2013-04-20 Kern SibbaldAdd negative numbers to bsscanf
2013-04-20 Kern SibbaldApply get_basename to printed filenames to reduce unnec...
2013-04-20 Kern SibbaldPull src/lib/Makefile.in from master
2013-04-20 Marco van WieringenImplement mntent_cache on top of the new htable code...
2013-04-20 Marco van WieringenAdded support to htable for giving a hint on the number...
2013-04-20 Kern SibbaldApply patches from bug #1672 to clean up configuration
2013-04-20 Eric BollengierFix segfault with print_memory_pool_stats()
2013-04-20 Marco van WieringenDrop last SQL_INC leftovers. Due to backend abstraction...
2013-04-20 Kern SibbaldPull in lib.h from master so new htable code compiles
2013-04-20 Kern SibbaldAdapt htable code to 64 bit keys
2013-04-20 Kern SibbaldAdd code to trim heap after big mallocs
2013-04-20 Marco van WieringenAdded set_db_type function to set global debug symbol...
2013-04-20 Marco van WieringenDrop removed catalog function prototype.
2013-04-20 Marco van WieringenBackport of class based catalog backends into Branch...
2013-04-20 Kern SibbaldTweak tree.c debugging
2013-04-20 Kern SibbaldAdd pool memory debug output
2013-04-20 Kern SibbaldFix typo in buffer sizes off by factor of 10
2013-04-20 Martin SimmonsMake new crc32.c work on FreeBSD
2013-04-20 Eric BollengierFix #define when using --disable-smartalloc
2013-04-20 Eric BollengierTrack unbalanced start/end plugin stream
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...
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
next