summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAge
* 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
* Allow setting the verbosity level of bbstoreaccounts.Chris Wilson2010-08-31
* Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB Chris Wilson2010-08-28
* Allow setting the account name using bbstoreaccounts.Chris Wilson2010-08-27
* Adjust numbers of files and blocks in current files during backup store Chris Wilson2010-08-27
* Report changes to object and block counts that are made by housekeeping.Chris Wilson2010-08-27
* Fix Windows compile errors.Chris Wilson2010-07-06
* Compile fix for [2697].Chris Wilson2010-06-06
* Initial support for command and local file completion with readline.Chris Wilson2010-06-06
* Add support for account numbers greater than 0x7fffffff without wrapping.Chris Wilson2010-06-06
* Compile fix for [2694].Chris Wilson2010-06-06
* Replace BOX_FILE_BBACKUPD_DEFAULT_CONFIG with Chris Wilson2010-06-06
* Don't back up sockets and pipes, thanks to Mick Kappenburg for spotting Chris Wilson2010-05-20
* Build the reference counts for a directory before we start deleting Chris Wilson2010-02-28
* Log keeping referenced files and deleting unreferenced ones on the Chris Wilson2010-02-28
* Detect whether rl_completion_matches or completion_matches is declared Chris Wilson2010-02-26
* First attempt at tab completion for readline/libedit in bbackupquery, Chris Wilson2010-02-25
* Updated bbackupquery help to list some undocumented options.Chris Wilson2010-02-24
* Add option to display attribute modification times from additional Chris Wilson2010-02-24
* Add method to get updated modification time of Chris Wilson2010-02-24
* 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
* Undo compile breakage due to bad paste.Chris Wilson2010-02-24
* Remove all references to bdb databases, use QDBM instead.Chris Wilson2010-02-22
* Move the test for excluded dirs inside the emu_lstat failure, as Chris Wilson2010-02-21
* Remove the obsolete win32 InstallShield installer script.Chris Wilson2010-02-15
* Log more detailed info about backup comparison failures, for debugging.Chris Wilson2010-02-10
* Comment why excluded directories are excluded before statting them.Chris Wilson2010-01-31
* Don't try to stat excluded directories, reported by Ben BennettChris Wilson2010-01-31
* Run Perl scripts quietly during make.Chris Wilson2010-01-24