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