summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAge
* Only advertise -E option if readline support is built in.Chris Wilson2011-10-08
* Add missing include of <memory> to fix compile.Chris Wilson2011-08-29
* Use "more standard" Windows API functions FindFirstFileW and FindNextFileWChris Wilson2011-08-28
* Fix incorrect "conversion failed" message when logging NULL VSS parameter.Chris Wilson2011-08-28
* Combine client and server protocols to make way for an offline/local protocol.Chris Wilson2011-08-27
* Log net traffic (in-out) in bbstored, as requested by Pete Jalajas.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
* Major refactoring to make lib/backupclient depend on lib/backupstore ratherChris Wilson2011-04-26
* Remove backslashes from comment, which could mean line continuation.Chris Wilson2011-04-22
* Add a macro to simplify sending protocol errors back to client. Check forChris Wilson2011-04-22
* Add an exception code and a protocol error code for modifying aChris Wilson2011-04-22
* Remove duplicate code by caching the relative path of the backup locationChris Wilson2011-04-22
* Only initialise COM once, at bbackupd startup.Chris Wilson2011-04-14
* Actually try to back up from the VSS snapshot volume.Chris Wilson2011-04-09
* Store the snapshot ID and lookup the resulting device name, building theChris Wilson2011-04-08
* Actually create a VSS snapshot.Chris Wilson2011-04-08
* Fix string access violation.Chris Wilson2011-04-06
* Add VSS: prefix to VSS log messages.Chris Wilson2011-04-06
* First attempt to extract some data from VSS, not useful yet.Chris Wilson2011-03-28
* Fix compile of bbstoreaccounts on MSVC.Chris Wilson2011-03-27
* Fix abort if the local data directory doesn't exist.Chris Wilson2011-03-27
* Eliminate nested macros to fix compile with MSVC 2010.Chris Wilson2011-03-26
* There is no S_FIFO on Windows, fixes MSVC compile.Chris Wilson2011-03-26
* Ensure external text strings are declared as const, to fix compile errorChris Wilson2011-03-26
* Fix errors reported by default Unix notify script on backup-ok events,Chris Wilson2011-03-17
* Hopefully fix crash on unknown commands when readline is not supportedChris Wilson2011-03-01
* Fix the new compile failures introduced by the previous botched readline fix.Chris Wilson2011-01-23
* Fix compile errors using readline on win32.Chris Wilson2011-01-21
* Separate the readline-specific stuff into CommandCompletion.cpp so thatChris Wilson2011-01-21
* Fix compile failure, thanks to Achim.Chris Wilson2011-01-17
* Move code for comparing file data out of line for readability.Chris Wilson2011-01-16
* 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
* Fix incorrect generation of temporary file name for applyingChris Wilson2011-01-09
* Fix reported store file name and reported side of local missing files.Chris Wilson2011-01-08
* Log the path, name and size of files being restored at TRACE level forChris Wilson2011-01-08
* Fix date overflow in new CA certificates, make them valid until 2038,Chris Wilson2011-01-08
* 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
* Show the output of "pwd" at NOTICE level, so that it gets displayed in Chris Wilson2010-10-20
* Fix missing closing parenthesis after bbackupquery pwd outputs object Chris Wilson2010-10-20
* Revert [2710] and [2717], remove TDB and replace with QDBM again, to fix Chris Wilson2010-10-18
* Quick fix to stop deletion of redundant locations when Chris Wilson2010-10-07
* Finish support for -i option in bbackupquery (thanks to Achim for Chris Wilson2010-10-07
* Fix compile when there is no readline/editline support.Chris Wilson2010-09-29
* Implement basic readline/editline completion of remote file and directoryChris Wilson2010-09-29
* Allow restoring directories with a single argument, using the remote nameChris Wilson2010-09-22
* Implement write buffering on directories.Chris Wilson2010-09-13