summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupClientDirectoryRecord.cpp
Commit message (Expand)AuthorAge
* Move reusable code out of bin directories.Chris Wilson2015-12-13
* Switch inode database to storing values using Archive.Chris Wilson2015-06-10
* Suppress multiple links warnings for now.Chris Wilson2015-02-01
* Don't add files to lists until we're sure that we'll back them up.Chris Wilson2014-12-24
* Whitespace and wrapping fixesChris Wilson2014-12-24
* Allow excluding files of unknown type using either ExcludeFile or ExcludeDir.Chris Wilson2014-12-24
* Fix compile error on Windows caused by refactoring out SyncDirectoryEntry.Chris Wilson2014-12-24
* Refactor SyncDirectory to reduce indentation and method length.Chris Wilson2014-12-10
* Fix class member initialisation order to silence warnings.Chris Wilson2014-12-10
* Reformat long lines for readability, fix whitespace errors.Chris Wilson2014-12-10
* Log a consistent error message about every read failure, for debugging.Chris Wilson2014-12-10
* Whitespace and comment formatting fixes.Chris Wilson2014-12-10
* Add the new object ID to NotifyFileUploaded messages.Chris Wilson2014-09-04
* Add EstimatedBytesToUpload to NotifyFileUploadingPatch.Chris Wilson2014-09-04
* Changed many uses of BackupProtocolClient to BackupProtocolCallable.Chris Wilson2014-09-04
* Simplify code with macros, update comments and fix whitespace.Chris Wilson2014-09-04
* Fix deadlock waiting for read or write on closed connection.Chris Wilson2014-08-15
* Use std::auto_ptrs instead of bare pointers for exclude lists.Chris Wilson2014-08-15
* Move code for creating/renaming remote dir to match local dir into own method.Chris Wilson2014-08-15
* Rename rFilename argument to BackupClientDirectoryRecord::UploadFile, add rem...Chris Wilson2014-08-15
* Whitespace, wrapping, comments and dead code cleanups.Chris Wilson2014-08-15
* Trailing whitespace fixes.Chris Wilson2014-08-15
* Fix crash uploading empty attributes when directory disappears during scan.Chris Wilson2014-04-26
* Call RunBackgroundTask while scanning directories as well.Chris Wilson2014-04-17
* Fix warnings about member variables being initialised in a different order.Chris Wilson2014-04-17
* Poll command socket regularly during file uploads.Chris Wilson2014-04-09
* Simplify exception handling by using std::auto_ptr.Chris Wilson2014-02-27
* Pass std::auto_ptr objects to Protocol for upload.Chris Wilson2013-08-22
* 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