]> git.ipfire.org Git - thirdparty/bacula.git/shortlog
thirdparty/bacula.git
2009-08-15  Eric Bollengierfix couple of segfault in acl/xattr code
2009-08-15  Kern SibbaldEliminate git pull in config_dart
2009-08-15  Kern SibbaldMerge branch 'mvw/jcr-struct-rewrite' of git://gateway...
2009-08-15  Marco van WieringenSome small fixes to the counting and some small relayou...
2009-08-15  Marco van WieringenLets first output statistics before freeing them. Saves...
2009-08-15  Marco van WieringenFix merge conflict leftover
2009-08-15  Marco van WieringenAdd all acl and xattr related variables which are eithe...
2009-08-14  Marco van WieringenSome small fixes to the counting and some small relayou...
2009-08-14  Marco van WieringenLets first output statistics before freeing them. Saves...
2009-08-14  Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-08-14  Kern SibbaldIgnore regress time.out file
2009-08-14  Marco van WieringenFix merge conflict leftover
2009-08-14  Marco van WieringenAdd all acl and xattr related variables which are eithe...
2009-08-14  Eric Bollengierfix compilation problem reported by Dan
2009-08-14  Kern SibbaldCorrect spelling of writing -- reported by Dan
2009-08-14  Eric BollengierMerge branch 'master' into basejobv3
2009-08-14  Marco van WieringenLoose void pointer and use C++ supported declaration...
2009-08-14  Marco van WieringenMove global variables into jcr private xattr data struc...
2009-08-13  Eric Bollengierupdate lock manager to get better traces
2009-08-13  Kern SibbaldFix files wiped out by merge
2009-08-13  Kern SibbaldMissed commiting one file last time
2009-08-13  Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-08-13  Kern SibbaldMake SD lock tracing work again. Has not worked for...
2009-08-13  Eric Bollengierbat: Add a re-run button on job info page, that allows to
2009-08-13  Eric Bollengierbat: small fix on hrule
2009-08-13  Eric Bollengierbat: tweak the run window
2009-08-13  Eric Bollengierfix missing copyright
2009-08-12  Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-08-12  Kern SibbaldMake new big-virtual-changer test. Test concurrency
2009-08-12  Eric Bollengierfix offset in new lsdirs/lsfiles command
2009-08-12  Eric Bollengieradd comments and list special dirs in .lsdirs
2009-08-12  Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-08-12  Eric BollengierAdd .lsfiles, .lsdirs, .update command to interface...
2009-08-12  Kern SibbaldMore comments
2009-08-12  Kern SibbaldUpdate virtual regress comments
2009-08-12  Eric Bollengierbat: fix sql with volreadtime volwritetime
2009-08-12  Eric Bollengierbat: Put the content panel as a child of the Storage...
2009-08-11  Eric Bollengierbat: fix volreadtime/volwritetime and messages in stder...
2009-08-11  Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-08-11  Kern SibbaldChange backup-acl to acl-xattr-test and make it skip...
2009-08-11  Kern SibbaldUse tmp instead of /tmp + fix strip-test so diff works
2009-08-11  Kern SibbaldMake regexwhere use tmp rather than /tmp
2009-08-11  Kern SibbaldRemove non-portable i option on sed + create tmp dir
2009-08-11  Kern SibbaldUpdate regress .gitignore
2009-08-11  Eric Bollengierbat: update todo
2009-08-11  Eric Bollengierconnect button callback
2009-08-11  Eric Bollengierdisplay content on doubleclick only if storage and...
2009-08-11  Eric Bollengierbat: Make new autochanger content working
2009-08-11  Eric Bollengiercleanups
2009-08-11  Eric BollengierMerge branch 'master' into bat_slot
2009-08-10  Eric Bollengierupdate technotes
2009-08-10  Eric Bollengierbat: display a Warning icon when having Errors>0 and...
2009-08-10  Kern SibbaldPull Philipp Storz' bacula.spec changes for OpenSuSE...
2009-08-10  Eric Bollengiertry to make content table work!!
2009-08-10  Kern SibbaldImplement MaximumConcurrentJobs for SD devices
2009-08-10  Eric Bollengiertry to insert data on table content
2009-08-10  Eric Bollengierupdate content interface
2009-08-10  Eric Bollengiertweak the layout and add tray slot view
2009-08-09  Eric Bollengiercontinue storage content panel
2009-08-09  Kern SibbaldFix bug #1344 show pool displayed wrong variable for...
2009-08-09  Kern SibbaldFix compiler warnings in acl and xattr code
2009-08-09  Kern SibbaldFix screw up with setting JobLevel and JobType
2009-08-09  Kern SibbaldChange version
2009-08-09  Marco van WieringenFixed references to xattr_link_cache_entry to use xattr...
2009-08-09  Marco van WieringenChanges due to code review by Kern added.
2009-08-09  Marco van WieringenMove enum from protos.h to filed.h and move defines...
2009-08-09  Marco van WieringenAdded some more ENOENT supressing.
2009-08-09  Marco van WieringenSmall indent change
2009-08-09  Marco van WieringenSmall change to comments
2009-08-09  Marco van WieringenRenamed cleanup goto target into bail_out which is...
2009-08-09  Marco van WieringenAdded comment on entry points
2009-08-09  Marco van WieringenAdded missing ENOENT switch case.
2009-08-09  Marco van WieringenFix problem with counting xattr and returning a non...
2009-08-09  Marco van WieringenLoose default_stream parameter.
2009-08-09  Marco van WieringenChanged snprintf to bsnprintf
2009-08-09  Marco van WieringenUse bstrncpy instead of strncpy
2009-08-09  Marco van WieringenFixed Jmsg4 to Mmsg4
2009-08-09  Marco van WieringenFixed 2 typos.
2009-08-09  Marco van WieringenAdded support for counting xattr errors and only print...
2009-08-09  Marco van WieringenAdded support for counting acl errors and only print...
2009-08-09  Marco van WieringenSmall changes to ifdef layout.
2009-08-09  Marco van WieringenDrop unneeded target for libbacfind.a
2009-08-09  Marco van WieringenFixed typo where I moved some code into the switch...
2009-08-09  Marco van WieringenMoved the berrno as a local variable of the function...
2009-08-09  Marco van WieringenMake sure it compiles and moved the berrno as a local...
2009-08-09  Marco van WieringenMoved list of supported xattr to start of per OS implem...
2009-08-09  Marco van WieringenFixed typo
2009-08-09  Marco van WieringenImported patch from older git tree.
2009-08-09  Eric Bollengierbat: init storage content view
2009-08-08  Kern SibbaldFix cats.h date
2009-08-08  Kern SibbaldFix typo
2009-08-08  Kern SibbaldStart adding Incomplete Job status
2009-08-08  Kern SibbaldAdd working2 to .gitignore
2009-08-08  Eric Bollengierbat: display a Warning symbole when having Errors>0...
2009-08-08  Kern SibbaldAdd data end tracking an attribute spooling
2009-08-08  Kern SibbaldFix compiler warning in bvfs code
2009-08-08  Kern SibbaldMinor bsock cleanup in stored
2009-08-08  Kern SibbaldUse 64 bit ftell and fseek in send_bootstrap_file
2009-08-08  Kern SibbaldTurn of some debug code
2009-08-08  Kern SibbaldIgnore src/tools/bvfs_test
next