]> git.sur5r.net Git - bacula/bacula/history - bacula/src/filed
Eliminate complier warning
[bacula/bacula] / bacula / src / filed /
2013-04-20 Kern SibbaldEliminate complier warning
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 Marco van WieringenOn restore we don't have a full FF_PKT so we lstat...
2013-04-20 Marco van WieringenTweak comments.
2013-04-20 Marco van WieringenTweak comments.
2013-04-20 Marco van WieringenAdd XATTR flags for backup and restore.
2013-04-20 Marco van WieringenAdd additional ACL flags for restore.
2013-04-20 Marco van WieringenLower some messages from level M_ERROR to M_WARNING.
2013-04-20 Marco van WieringenThe world is cruel, you cannot trust manpages.
2013-04-20 Marco van WieringenChange error checking from os specific to generic.
2013-04-20 Marco van WieringenAs it seems Linux doesn't comply to its own manpages.
2013-04-20 Marco van WieringenLower acl and xattr message from M_ERROR to M_WARNING
2013-04-20 Marco van WieringenTweak lookup of the attr namespace after making sure...
2013-04-20 Eric BollengierChange intmax_t to int64_t to fix #1664
2013-04-20 Laurent PapierAdd LZO compression support in bacula-fd.
2013-04-20 Eric BollengierAdd extra check for pInfo size when loading plugin
2013-04-20 Eric BollengierImplement RestoreObject for sqlite + cleanups
2013-04-20 Eric BollengierFix debug code
2013-04-20 Kern SibbaldMake delta_seq same size as in other places
2013-04-20 Marco van WieringenDrop AFS detection.
2013-04-20 Marco van WieringenFix typo
2013-04-20 Marco van WieringenCleanup code path for acl and count number of acl entri...
2013-04-20 Marco van WieringenFirst attempt at fixing bug #1735 where acls on OSX...
2013-04-20 Kern SibbaldAdd stat packet size to encode/decode_ routines to...
2013-04-20 Kern SibbaldChange all sm_checks into Dsm_check for performance...
2013-04-20 Eric BollengierFix couple of g++ warnings
2013-04-20 Eric BollengierFix #1612 about checksum for hardlinks
2013-04-20 Kern SibbaldGet full Windows Version display string
2013-04-20 Kern SibbaldAdd extra Bacula plugin variables
2013-04-20 Kern SibbaldRename incomplete to rerunning for clarity
2013-04-20 Kern SibbaldUse jcr->setJobStatus() in favor of set_jcr_job_status...
2013-04-20 Kern Sibbaldreplace set_Jobxxx by setJobxxx
2013-04-20 Kern SibbaldTweak accurate_finish
2013-04-20 Kern SibbaldTweak Incomplete jobs in accurate_finish
2013-04-20 Kern SibbaldAdd more debug to restart regress scripts
2013-04-20 Kern SibbaldTweak restart incomplete jobs
2013-04-20 Kern SibbaldMake hangup single shot
2013-04-20 Kern SibbaldFirst cut restart Jobs
2013-04-20 Eric BollengierFix chgrp on bacula-x.conf
2013-04-20 Kern SibbaldImplement chgrp on bacula-x.conf if user configs a...
2013-04-20 Marco van WieringenFixed some compile errors in IRIX and TRU64 xattr code...
2013-04-20 Marco van WieringenDrop last SQL_INC leftovers. Due to backend abstraction...
2013-04-20 Eric BollengierDetect mount/junction points and ignore junctions in...
2013-04-20 Eric BollengierChange accurate CurFile allocation size
2013-04-20 Eric BollengierTweak accurate code to avoid useless memcpy()
2013-04-20 Eric BollengierFix #1685 about JobBytes counter when using Accurate...
2013-04-20 Eric BollengierKeep the same keywords as in previous version
2013-04-20 Eric BollengierUpdate ".status client running" output for new Bat...
2013-04-20 Marco van WieringenFix compiler warning.
2013-04-20 Marco van WieringenFix typo
2013-04-20 Eric BollengierTrack unbalanced start/end plugin stream
2013-04-20 Kern SibbaldFix end plugin stream index
2013-04-20 Eric Bollengiertweak debug level in fd_plugin
2013-04-20 Marco van WieringenAdd missing switch values although the code works this...
2013-04-20 Marco van WieringenAdded support for NFSv4 ACLs added to FreeBSD 8.1.
2013-04-20 Marco van WieringenAdded additional extended attributes used under FreeBSD...
2013-04-20 Eric BollengierAdd delta_seq available for plugin restore
2010-11-25 Kern SibbaldUse new FO_xxx bits in backup/restore and plugins
2010-11-25 Eric BollengierRename bEventVssSnapshotLetters to bEventPrepareSnapshot
2010-11-25 Eric Bollengierrename plugin->len to plugin->file_len
2010-11-25 Eric BollengierTweak new event documentation
2010-11-25 Eric BollengierAllow plugins to add drives to vss snapshot
2010-11-25 Eric BollengierTweak how we select a plugin for an event
2010-11-25 Eric BollengierTweak debug
2010-11-25 Eric BollengierEnsure that two plugins starting with the same name...
2010-11-25 Eric BollengierEnsure that two plugins starting with the same name...
2010-11-25 Eric BollengierUpdate bfile.offset when with plugin offset
2010-11-25 Eric BollengierTweak delta_seq on restore_pkt
2010-11-25 Eric BollengierPass Delta Sequence to save_pkt and restore_pkt
2010-11-25 Kern SibbaldClear delta sequence when not using in plugin
2010-11-25 Kern SibbaldRemove spaces, try to stop FD faster on cancel
2010-11-25 Kern SibbaldImplement incrementation of delta_seq (I think)
2010-11-25 Kern SibbaldFirst cut Delta code in FD
2010-11-18 Eric BollengierAdd delta sequence to batch mode, accurate query and...
2010-11-12 Kern SibbaldCleanup dlists in VSSClient class at end of each job
2010-11-12 Kern SibbaldMake VSS snapshot failures fatal
2010-11-12 Kern SibbaldAdd bEventVssBeforeCloseRestore per James
2010-11-12 Kern SibbaldCall plugin bEventEndxxxJob even if Job canceled
2010-11-12 Eric BollengierTweak compilation warning
2010-11-12 Kern SibbaldFix Windows build to know about exepath
2010-11-12 Eric BollengierTweak comments
2010-11-12 Eric BollengierAllow some plugin variables to be available during...
2010-11-12 Eric BollengierAdd bVarExePath to let plugins know about exepath
2010-11-12 Marco van WieringenTweak comments to describe what OSes are supported...
2010-11-05 Eric BollengierPermit to get Where/RegexWhere from Plugin and give...
2010-11-05 Eric BollengierAllow Plugin command without argument
2010-11-03 Eric BollengierStop restore if job is canceled
2010-10-06 Marco van WieringenOnly allocate the alist for holding the xattr when...
2010-10-06 Marco van WieringenTweak debug messages.
2010-10-06 Marco van WieringenReverted the change of TRU64 to OSF1 for the OS detecti...
2010-10-06 Marco van WieringenFix new IRIX xattr code. Be a bit smarter when freeing...
2010-10-06 Marco van WieringenFix some trivial errors and implemented the restore...
2010-10-06 Marco van WieringenAdded first try at supporting IRIX extended attributes.
2010-10-06 Marco van WieringenTweak some extra debugging.
2010-10-06 Marco van WieringenTweak TRU64 xattr code.
2010-10-06 Marco van WieringenTweak retry count handling
2010-10-06 Marco van WieringenAdded support for TRU64 Extended Attributes interface.
2010-09-30 Marco van WieringenFix typo.
2010-09-30 Marco van WieringenAdd missing new stream definitions.
next