summaryrefslogtreecommitdiff
path: root/bin/bbackupquery
Commit message (Expand)AuthorAge
* gcc 4.3 and 4.4 compile fixes, thanks to Reinhard Tartler and the DebianChris Wilson2009-04-03
* 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
* 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
* Add support for using the logging framework to log (most) bbackupqueryChris Wilson2008-11-30
* Add -m option to bbackupquery usage command for machine-readable output.Chris Wilson2008-10-16
* Prefix event log application name with Box Backup, and remove it fromChris Wilson2008-09-14
* Allow undelete command to work on files as well as directories.Chris Wilson2008-09-13
* Make BackupQueries::CompareParams public so that Boxi can use it.Chris Wilson2008-08-21
* Report when directory modification time is later than last sync time as Chris Wilson2008-08-21
* Use SelfFlushingStream to ensure that protocol streams are always Chris Wilson2008-08-21
* Reformat for readability.Chris Wilson2008-08-21
* Don't use private direct access to Configuration.mSubConfigurations.Chris Wilson2008-08-21
* Add machine-readable output mode (with -m option) to bbstoreaccounts info.Chris Wilson2008-08-07
* Add bbackupquery -W<level> option to set explicit warning level, Chris Wilson2008-05-28
* Use symbolic names instead of #defines for return codes.Chris Wilson2008-05-28
* Catch server errors when listing a directory.Chris Wilson2008-05-05
* Add restore -f option to force restore to continue after an error.Chris Wilson2008-05-05
* Additional #includes, thanks to the T2 ProjectChris Wilson2008-04-18
* Check the return code from system commands in bbackupquery, and if notChris Wilson2008-04-09
* Undo mangling by tailorChris Wilson2008-04-04
* TailorizationChris Wilson2008-04-04
* Make usage output (from bbstoreaccounts info and bbackupquery usage)Chris Wilson2008-04-03
* Allow configuration of the server port that the client will connect to Chris Wilson2008-03-28
* Improve logging with macros that consistently output strerror(errno) andChris Wilson2008-03-28
* Disable WSACleanup() in bbackupquery as I get an abnormal program Chris Wilson2008-03-01
* Fix warnings on HPPA due to assigning static strings to non-constChris Wilson2008-01-23
* Ensure that restore failure sets the return code from bbackupquery, soChris Wilson2007-11-06
* Fix compare output for missing local files which are on the store.Chris Wilson2007-11-04
* Set the locale from the environment, so that international charactersChris Wilson2007-09-23
* Convert most printf() and fprintf() calls to use logging frameworkChris Wilson2007-08-02
* Replace almost all calls to syslog() with logging framework. (refs #3)Chris Wilson2007-07-31
* Make Configuration take a std::string filename instead of a char array,Chris Wilson2007-07-26
* Read any remaining data from the encoded stream (such as EOF marker)Chris Wilson2007-04-29
* Report Restore_UnknownError properly during restore.Chris Wilson2007-04-29
* Return an error code on failure of lcd command.Chris Wilson2007-04-28
* Use logging framework for banner. (refs #3)Chris Wilson2007-04-28
* Improve error messages when compare throws an exception. (refs #3)Chris Wilson2007-04-28
* Improve error messages when Getting a file fails with an exception.Chris Wilson2007-04-28
* Fix accidental passing of object to printf() (refs #3)Chris Wilson2007-04-22
* Add a warning that comparing locations with a final directory separatorChris Wilson2007-04-20
* Add a quiet mode to compare command, to make test output easier to read.Chris Wilson2007-03-24
* Initialise logging framework and set sensible default verbosity levelsChris Wilson2007-03-24
* Report number of files and directories which could not be compared Chris Wilson2007-03-08