summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupClientDirectoryRecord.cpp
Commit message (Expand)AuthorAge
* Treat corrupt filenames (not decryptable) as not existing, so thatChris Wilson2012-04-15
* Improve logging when decrypting a filename fails during UpdateItems().Chris Wilson2012-04-11
* Add experimental "TCP Nice" mode, disabled by default.Chris Wilson2012-02-12
* Add missing space in log message for readability.Chris Wilson2012-02-02
* Fix logging of real (non-VSS) paths in UploadFile*.Chris Wilson2011-10-25
* Add debug logging for conversion from VSS to real path.Chris Wilson2011-10-24
* Convert VSS path to original path for log messages in UpdateItems, toChris Wilson2011-10-11
* Fix excludions on VSS paths by converting back to original namespace beforeChris Wilson2011-10-11
* Use "more standard" Windows API functions FindFirstFileW and FindNextFileWChris Wilson2011-08-28
* Combine client and server protocols to make way for an offline/local protocol.Chris Wilson2011-08-27
* Log the number of files uploaded and directories created, as requested by Ach...Chris Wilson2011-08-27
* Correct formatting of log message (missing bracket).Chris Wilson2011-08-27
* Warn users if a file with multiple hard links is encountered during backup.Chris Wilson2011-07-29
* There is no S_FIFO on Windows, fixes MSVC compile.Chris Wilson2011-03-26
* Rate limit file uploads using the configured MaxUploadRate, if any.Chris Wilson2011-01-12
* Workaround for apparent btrfs bug, where symlinks appear to be on aChris Wilson2011-01-09
* Log the device and inode numbers of directories and their entries whileChris Wilson2010-11-17
* Log the total number of bytes uploaded to the server for each file.Chris Wilson2010-11-17
* Don't back up sockets and pipes, thanks to Mick Kappenburg for spotting Chris Wilson2010-05-20
* Notify about uploading changed attributes for files as well as Chris Wilson2010-02-24
* Add notification about uploading new file attributes.Chris Wilson2010-02-24
* Add missing space before file age in not uploading log message.Chris Wilson2009-11-26
* Ignore stat() errors on excluded directories.Chris Wilson2009-06-22
* Change type of BackupStoreFilename not to derive from std::string, soChris Wilson2009-03-29
* Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 toChris Wilson2009-03-21
* Catch exceptions from BackupClientFileAttributes::ReadAttributesChris Wilson2008-12-05
* Fix missing parentheses on stored file ID messages.Chris Wilson2008-12-01
* Reformat comments for readability.Chris Wilson2008-10-03
* Log creation of directory records and warn on conflicting records.Chris Wilson2008-10-03
* Add file logging support (LogFile and LogFileLevel config options).Chris Wilson2008-09-26
* Make upload decision messages (logged with LogAllFileAccess) clearerChris Wilson2008-09-26
* Propagate BackupStoreException::SignalReceived up to BackupDaemon to Chris Wilson2008-08-21
* More use of new interfaces, compile fix for [2245].Chris Wilson2008-08-21
* Pass a RunStatusProvider and a ReadLoggingStream::Logger from Chris Wilson2008-08-21
* Reformat comments for readability.Chris Wilson2008-08-10
* Don't warn about ignoring sockets and FIFOs during backup, thanks toChris Wilson2008-07-03
* Track and log file deletions by name.Chris Wilson2008-05-28
* Improve LogAllFileAccess logging by making the simple case (file notChris Wilson2008-04-09
* Undo mangling by tailorChris Wilson2008-04-04
* TailorizationChris Wilson2008-04-04
* Replace all remaining use of TRACEx() macros with logging framework.Chris Wilson2008-03-29
* Don't warn about mount points which are excluded, thanks to Matt Brown forChris Wilson2008-01-20
* Fix comments. (merges [1812])Chris Wilson2007-09-07
* Use ProgressNotifier to report upload exceptions (merges last part of [1342])Chris Wilson2007-09-01
* Log more detailed errors when the server returns an error while uploadingChris Wilson2007-09-01
* Notify about full file uploads. (refs #3)Chris Wilson2007-04-28
* Trace reasons for uploading (or not) each fileChris Wilson2007-03-22
* Moved MakeFullPath into its own library file so that we can share itChris Wilson2007-01-17
* Allow suppressing warnings about unsupported file types by excluding thoseChris Wilson2007-01-16
* Cosmetic whitespace fix (refs #3)Chris Wilson2007-01-16