source: box/trunk/bin/bbackupquery @ 3110

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3103   4 weeks chris Change BackupQueries? List() to use C++ streams for output.
(edit) @3072   4 months chris Add missing typedef to allow use of ReturnCode? enum.
(edit) @3010   8 months chris Only advertise -E option if readline support is built in.
(edit) @2983   9 months chris Combine client and server protocols to make way for an offline/local …
(edit) @2878   14 months chris Eliminate nested macros to fix compile with MSVC 2010.
(edit) @2875   14 months chris Ensure external text strings are declared as const, to fix compile error …
(edit) @2869   15 months chris Hopefully fix crash on unknown commands when readline is not supported by …
(edit) @2858   16 months chris Fix the new compile failures introduced by the previous botched readline …
(edit) @2857   16 months chris Fix compile errors using readline on win32.
(edit) @2856   16 months chris Separate the readline-specific stuff into CommandCompletion?.cpp so that …
(edit) @2852   16 months chris Fix compile failure, thanks to Achim.
(edit) @2851   16 months chris Move code for comparing file data out of line for readability. Add a new …
(edit) @2834   17 months chris Fix reported store file name and reported side of local missing files. …
(edit) @2828   17 months chris Log the path, name and size of files being restored at TRACE level for …
(edit) @2797   19 months chris Show the output of "pwd" at NOTICE level, so that it gets displayed in …
(edit) @2795   19 months chris Fix missing closing parenthesis after bbackupquery pwd outputs object ID.
(edit) @2783   20 months chris Finish support for -i option in bbackupquery (thanks to Achim for …
(edit) @2761   20 months chris Fix compile when there is no readline/editline support.
(edit) @2760   20 months chris Implement basic readline/editline completion of remote file and directory …
(edit) @2754   20 months chris Allow restoring directories with a single argument, using the remote name …
(edit) @2699   23 months chris Fix Windows compile errors.
(edit) @2698   2 years chris Compile fix for [2697].
(edit) @2697   2 years chris Initial support for command and local file completion with readline. …
(edit) @2695   2 years chris Compile fix for [2694].
(edit) @2643   2 years chris Detect whether rl_completion_matches or completion_matches is declared by …
(edit) @2641   2 years chris First attempt at tab completion for readline/libedit in bbackupquery, …
(edit) @2637   2 years chris Updated bbackupquery help to list some undocumented options.
(edit) @2636   2 years chris Add option to display attribute modification times from additional …
(edit) @2635   2 years chris Add method to get updated modification time of …
(edit) @2625   2 years chris Move the test for excluded dirs inside the emu_lstat failure, as …
(edit) @2604   2 years chris Log more detailed info about backup comparison failures, for debugging. …
(edit) @2602   2 years chris Comment why excluded directories are excluded before statting them.
(edit) @2601   2 years chris Don't try to stat excluded directories, reported by Ben Bennett …
(edit) @2598   2 years chris Run Perl scripts quietly during make.
(edit) @2493   3 years chris gcc 4.3 and 4.4 compile fixes, thanks to Reinhard Tartler and the Debian …
(edit) @2467   3 years chris Include <memory> for std::auto_ptr
(edit) @2465   3 years chris Switch to C++ include file names.
(edit) @2460   3 years chris Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 to 64 …
(edit) @2448   3 years chris Compile fix.
(edit) @2432   3 years chris Move stream comparison code out of BackupQueries::Compare to FileStream?
(edit) @2430   3 years chris Compare API for notification on starting to compare a file or directory.
(edit) @2419   3 years chris Compare interface tweaks to reduce the number of methods.
(edit) @2418   3 years chris Separate out compare parameters and notification from …
(edit) @2415   3 years chris Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as …
(edit) @2393   3 years chris Add support for using the logging framework to log (most) bbackupquery …
(edit) @2353   4 years chris Add -m option to bbackupquery usage command for machine-readable output.
(edit) @2285   4 years chris Prefix event log application name with Box Backup, and remove it from all …
(edit) @2283   4 years chris Allow undelete command to work on files as well as directories. Add …
(edit) @2263   4 years chris Make BackupQueries::CompareParams? public so that Boxi can use it.
(edit) @2261   4 years chris Report when directory modification time is later than last sync time as a …
(edit) @2260   4 years chris Use SelfFlushingStream? to ensure that protocol streams are always …
(edit) @2259   4 years chris Reformat for readability.
(edit) @2258   4 years chris Don't use private direct access to Configuration.mSubConfigurations.
(edit) @2222   4 years chris Add machine-readable output mode (with -m option) to bbstoreaccounts info.
(edit) @2184   4 years chris Add bbackupquery -W<level> option to set explicit warning level, …
(edit) @2182   4 years chris Use symbolic names instead of #defines for return codes.
(edit) @2158   4 years chris Catch server errors when listing a directory.
(edit) @2157   4 years chris Add restore -f option to force restore to continue after an error.
(edit) @2149   4 years chris Additional #includes, thanks to the T2 Project …
(edit) @2142   4 years chris Check the return code from system commands in bbackupquery, and if not …
(edit) @2127   4 years chris Undo mangling by tailor
(edit) @2124   4 years chris Tailorization Import of the upstream sources from Repository: …
(edit) @2121   4 years chris Make usage output (from bbstoreaccounts info and bbackupquery usage) …
(edit) @2116   4 years chris Allow configuration of the server port that the client will connect to …
(edit) @2115   4 years chris Improve logging with macros that consistently output strerror(errno) and …
(edit) @2104   4 years chris Disable WSACleanup() in bbackupquery as I get an abnormal program …
(edit) @2058   4 years chris Fix warnings on HPPA due to assigning static strings to non-const char *. …
(edit) @1926   5 years chris Ensure that restore failure sets the return code from bbackupquery, so …
(edit) @1911   5 years chris Fix compare output for missing local files which are on the store.
(edit) @1860   5 years chris Set the locale from the environment, so that international characters may …
(copy) @1843   5 years chris Replace trunk with chris/merge.
copied from box/chris/merge/bin/bbackupquery:
(edit) @1789   5 years chris Convert most printf() and fprintf() calls to use logging framework …
Note: See TracRevisionLog for help on using the revision log.