summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAge
* 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
* Revert the quotes part of [2588] as it breaks the unit tests.Chris Wilson2010-01-24
* Add missing space before file age in not uploading log message.Chris Wilson2009-11-26
* Add location of config file as an additional parameter to the Chris Wilson2009-11-26
* Add methods to get the number of refcounts adjusted by the last Chris Wilson2009-11-11
* Add method to get the number of refcounts adjusted by the last Chris Wilson2009-11-11
* Remove check for soft limit being less than 97% of the hard limit, asChris Wilson2009-09-17
* Make housekeeping check the object reference counts and fix them if Chris Wilson2009-06-28
* Update reference counts when files and directories are uploaded.Chris Wilson2009-06-28
* Ignore stat() errors on excluded directories.Chris Wilson2009-06-22
* Move S3Simulator into its own class, like S3Client, for reuse elsewhere.Chris Wilson2009-04-13
* Change default location for config files from /etc/box to Chris Wilson2009-04-09
* gcc 4.3 and 4.4 compile fixes, thanks to Reinhard Tartler and the DebianChris Wilson2009-04-03
* Change type of BackupStoreFilename not to derive from std::string, soChris Wilson2009-03-29
* Include <memory> for std::auto_ptrChris Wilson2009-03-24
* Switch to C++ include file names.Chris Wilson2009-03-24
* Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 toChris Wilson2009-03-21
* Wrap long lines for readability.Chris Wilson2009-03-19
* Compile fix.Chris Wilson2009-01-24
* Move stream comparison code out of BackupQueries::Compare to Chris Wilson2009-01-04
* Compare API for notification on starting to compare a file or directory.Chris Wilson2009-01-03
* Compare interface tweaks to reduce the number of methods.Chris Wilson2008-12-31
* Separate out compare parameters and notification from Chris Wilson2008-12-30
* Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as Chris Wilson2008-12-30
* Separate out daemon control interfaces into BackupDaemonInterface, for Chris Wilson2008-12-30
* Make BackupDaemon::TouchFileInWorkingDir accessible for Boxi.Chris Wilson2008-12-27
* Reformat comment.Chris Wilson2008-12-27