summaryrefslogtreecommitdiff
path: root/bin/bbackupquery
Commit message (Expand)AuthorAge
* Move reusable code out of bin directories.Chris Wilson2015-12-13
* Fix compile errors introduced by previous commit.Chris Wilson2014-11-23
* Reinstate the -o and -d options to bbackupquery list.Chris Wilson2014-09-04
* Changed many uses of BackupProtocolClient to BackupProtocolCallable.Chris Wilson2014-09-04
* Simplify code with macros, update comments and fix whitespace.Chris Wilson2014-09-04
* Add option to sort results of bbackupquery ls command.Chris Wilson2014-08-15
* Poll command socket regularly during file uploads.Chris Wilson2014-04-09
* Use shared code for logging options in bbackupctl and bbackupquery.Chris Wilson2014-04-09
* Remove NoObject reply, and adapt BackupQueries accordingly.Chris Wilson2014-04-09
* Remove the global logging level.Chris Wilson2014-04-09
* Make Protocol take control of the socket object passed in.Chris Wilson2014-03-01
* Fix memory leak in bbackupquery readline completion.Chris Wilson2014-02-27
* Print a newline when user presses Ctrl+D at bbackupquery prompt.Chris Wilson2014-02-07
* Fix bbackupquery accepting a command starting with options.Chris Wilson2014-02-07
* Show more details when bbackupquery command parsing failsChris Wilson2014-02-07
* Fix failure to list files properly when not using a console on Win32Chris Wilson2012-11-27
* bbackupquery readline improvements, thanks to Paolo Tosco:Chris Wilson2012-05-26
* Change BackupQueries List() to use C++ streams for output.Chris Wilson2012-04-28
* Add missing typedef to allow use of ReturnCode enum.Chris Wilson2012-01-22
* Only advertise -E option if readline support is built in.Chris Wilson2011-10-08
* Combine client and server protocols to make way for an offline/local protocol.Chris Wilson2011-08-27
* Eliminate nested macros to fix compile with MSVC 2010.Chris Wilson2011-03-26
* 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
* 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
* 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
* Compile fix for [2697].Chris Wilson2010-06-06
* Initial support for command and local file completion with readline.Chris Wilson2010-06-06
* Compile fix for [2694].Chris Wilson2010-06-06
* 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
* Move the test for excluded dirs inside the emu_lstat failure, as Chris Wilson2010-02-21
* 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