summaryrefslogtreecommitdiff
path: root/bin/bbackupquery/BackupQueries.cpp
Commit message (Expand)AuthorAge
* bbackupquery readline improvements, thanks to Paolo Tosco:Chris Wilson2012-05-26
* Change BackupQueries List() to use C++ streams for output.Chris Wilson2012-04-28
* Combine client and server protocols to make way for an offline/local protocol.Chris Wilson2011-08-27
* Ensure external text strings are declared as const, to fix compile errorChris Wilson2011-03-26
* Hopefully fix crash on unknown commands when readline is not supportedChris Wilson2011-03-01
* 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
* 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
* 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
* 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
* Fix Windows compile errors.Chris Wilson2010-07-06
* Initial support for command and local file completion with readline.Chris Wilson2010-06-06
* First attempt at tab completion for readline/libedit in bbackupquery, Chris Wilson2010-02-25
* 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
* Move the test for excluded dirs inside the emu_lstat failure, as Chris Wilson2010-02-21
* 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
* 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
* Add -m option to bbackupquery usage command for machine-readable output.Chris Wilson2008-10-16
* Allow undelete command to work on files as well as directories.Chris Wilson2008-09-13
* 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
* 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
* 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
* Improve logging with macros that consistently output strerror(errno) andChris Wilson2008-03-28
* 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
* 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