]> git.sur5r.net Git - bacula/bacula/history - bacula/src/filed
- Add a kludge to detect bad date/times, which cause a seg fault in
[bacula/bacula] / bacula / src / filed /
2004-10-13 Kern Sibbald- Add a kludge to detect bad date/times, which cause...
2004-10-04 Kern Sibbald- Fix backspace to first character in conio.c
2004-09-24 Kern Sibbald- Modify the depend section of each Makefile.in to...
2004-09-23 Kern SibbaldUpdate the update scripts in updatedb
2004-09-21 Kern Sibbald- Correct segfault in message.c with debug=200 (new...
2004-09-05 Kern Sibbald- Send all queued messages in SD and FD prior to closin...
2004-08-26 Nicolas BoichatUse POOLMEM and get_memory instead of alloca in src...
2004-08-24 Kern Sibbald- Applied a patch from Peter Eriksson that removes...
2004-08-22 Nicolas Boichat- Add default Console resource in src/dird/bacula-dir...
2004-08-19 Nicolas Boichat- Add .status [current|last] command to filed and stored
2004-08-17 Kern SibbaldFix conio.h problem on Solaris
2004-08-12 Meno Abels!!! I didn't run the regression tests.!!!
2004-08-06 Kern SibbaldA few changes for Win32
2004-08-05 Kern SibbaldFix new FileSet exclusion
2004-08-03 Kern SibbaldMerge Meno's IPv6-1 code
2004-07-28 Kern SibbaldUpdate/enhance copyright/license + add .backups for...
2004-07-27 Kern SibbaldFirst cut berrno unified Unix/Win32 errno handling
2004-07-24 Kern SibbaldRestore JobIds in right order + Tru64 porting
2004-07-21 Kern SibbaldRescue updates + misc
2004-07-16 Kern SibbaldMore DCR changes
2004-07-07 Kern SibbaldUse dcr more in SD + int to bool conversions
2004-07-04 Kern SibbaldAdd more DCRs
2004-07-01 Kern SibbaldAdd regex to FileSet + fix ACL crash + gnome1 Makefile...
2004-06-27 Kern SibbaldAdd heap stats to Dir and SD -- eliminate #ifdefs
2004-06-27 Kern SibbaldMore minor Win32 fixes
2004-06-27 Kern SibbaldCorrect tool tip length problem
2004-06-27 Kern SibbaldWin32 fixes + resources array fix
2004-06-22 Kern SibbaldFix reload algorithm + reload orphaned buffer + term_wa...
2004-06-21 Kern SibbaldPut resources on a pointer
2004-06-21 Kern SibbaldSort Scheduled Jobs list
2004-06-15 Kern SibbaldAdd extern C to callback functions
2004-06-15 Kern SibbaldAdd Peter Eriksson's const code + turn bsscanf code
2004-06-12 Kern SibbaldFix ACL code
2004-06-12 Kern SibbaldACL changes
2004-06-12 Kern SibbaldApply Time Oberfoell's ACL patch
2004-06-12 Kern SibbaldMisc see kes-1.34
2004-06-09 Kern SibbaldFinal changes
2004-06-07 Kern SibbaldFix Win32 status
2004-05-30 Kern SibbaldApply csh's open_bpipe error return fix.
2004-04-30 Kern SibbaldMore FileSet changes
2004-04-30 Kern SibbaldStart FileSet filtering
2004-04-30 Kern SibbaldAdd Exclude to new FileSet
2004-04-29 Kern SibbaldImplement new style filesets
2004-04-28 Kern SibbaldRemove old comments
2004-04-24 Nicolas Boichatadded WSACleanup(), corrected WSA_Init() (removed ...
2004-04-19 Nicolas BoichatAdded compatibility for MinGW.
2004-04-19 Nicolas BoichatMakefile for mingw.
2004-04-18 Kern SibbaldJobq.c race bug fixed + minor updates
2004-04-03 Kern SibbaldUpdate doc
2004-04-02 Kern SibbaldFix btape autochanger handling
2004-04-01 Kern SibbaldLots of cleanups + Christopher Hull's patches
2004-03-29 Kern SibbaldImplement Qmsg() + conio linking
2004-03-19 Kern SibbaldEliminate zombie job in SD
2004-03-11 Kern SibbaldFix postgresql port again + update win32 version and...
2004-03-10 Kern SibbaldIntegrate Phil's Makefile patch
2004-03-09 Kern SibbaldMore data spooling updates
2004-03-04 Kern SibbaldUpdate configure to set x on logrotate
2004-03-03 Kern SibbaldImprove debug output scheduler+jobq+tracing
2004-03-02 Kern Sibbaldmisc minor updates
2004-02-29 Kern SibbaldTweak Makefiles + add logrotate to autostart install...
2004-02-27 Kern SibbaldJob end push resource resturcturing
2004-02-26 Kern Sibbaldmtimeonly and keepatime in Include + first cut disk...
2004-02-24 Kern SibbaldWork on state file. Add popup if Abort on Windows....
2004-02-23 Kern SibbaldMisc
2004-02-23 Kern SibbaldUpdate projects + attempt to fix state file on Win32
2004-02-23 Kern SibbaldFix Win32 status.c
2004-02-23 Kern SibbaldMore fixes to reporting jobs run
2004-02-23 Kern SibbaldFix reporting jobs from state file + misc
2004-02-22 Kern SibbaldImplement state file and save/restore last_jobs list
2004-02-21 Kern SibbaldFix result return in compat readdir_r
2004-02-21 Kern SibbaldStart SIGHUP coding + misc
2004-02-18 Kern SibbaldAdd const for Solaris' C++ compiler
2004-02-10 Kern SibbaldApply win32 fixes + add tapetest.c
2004-01-27 Kern SibbaldFix run pool problem + remove bad ASSERTs
2004-01-26 Kern SibbaldAdd bsock timers to authentication
2004-01-17 Kern SibbaldAdd maximum network buffer size directive
2004-01-16 Kern SibbaldAdd IP address to BSOCK + authentication sets console...
2004-01-13 Kern SibbaldMake mark run *MUCH* faster in restore tree + update...
2004-01-12 Kern SibbaldFix win32 directory permission restore problems
2004-01-02 Dan LangilleWrite PID, then drop privileges
2003-12-31 Kern SibbaldFix Win32 FD crash
2003-12-26 Kern SibbaldDefine foreach_res() + work on jobdefs + bstrftime_nc
2003-12-24 Kern SibbaldSee kes-1.33; restore fixes, cleanups, must update...
2003-12-23 Kern SibbaldNic's watchdog code + cleanup jcr locking/use_count
2003-12-17 Kern SibbaldUpdate from week away
2003-11-28 Kern SibbaldImplement saving last 10 jobs run
2003-11-18 Kern SibbaldUpdate to cygwin 1.5.5+add slots=1,3... code
2003-11-10 Kern Sibbaldmake bconsole and bstmp
2003-11-09 Kern SibbaldSee kes-1.33 09Nov03 for details; fix multiple slots...
2003-11-07 Kern SibbaldFix: clock diff, Dan's patch, Nic's patch, segfault
2003-11-03 Kern Sibbald1.32d status dir fix
2003-10-29 Kern SibbaldFinal changes
2003-10-22 Kern SibbaldPrint block errors once + add RunAfterFailedJob + impro...
2003-10-19 Kern SibbaldChange media pool+first cut Verify disk to catalog...
2003-10-17 Kern SibbaldCommit final code for 1.32b + Verify Job (name) + chang...
2003-10-07 Kern SibbaldRemove -lnsl from tpc wrappers link unless needed
2003-10-06 Kern SibbaldFix bad bsr generation, make restore forward space...
2003-09-29 Kern SibbaldFreeBSD fixes; manual updates
2003-09-20 Kern SibbaldAdd full lenght time modifiers + require resource names...
2003-09-17 Kern SibbaldFix automatic tape labeling
next