|
|
|
@3083
|
2 days |
chris |
Fix compile error, thanks to James and Buildbot :)
|
|
|
|
@3082
|
2 days |
chris |
Force all options to be present to BackupClientRestore?(), to fix …
|
|
|
|
@3081
|
2 days |
chris |
If a location was not present (on disk) when bbackupd started, don't …
|
|
|
|
@3080
|
2 days |
chris |
Log which account we're housekeeping, to help debug housekeeping …
|
|
|
|
@3079
|
2 days |
chris |
Make box_time_t signed so that we can subtract them without getting silly …
|
|
|
|
@3078
|
2 days |
chris |
Store more details in protocol exceptions to help with debugging.
|
|
|
|
@3077
|
2 days |
chris |
Set console log level as well as global level in tests.
|
|
|
|
@3076
|
2 days |
chris |
Add missing space in log message for readability.
|
|
|
|
@3075
|
3 days |
chris |
Disable automatic backups in the temploc configuration, and enable the …
|
|
|
|
@3074
|
13 days |
chris |
Allow overriding Logging::Guard to dump stack backtraces as well.
|
|
|
|
@3073
|
13 days |
chris |
Log exceptions with backtrace even if suppressed when log level is …
|
|
|
|
@3072
|
13 days |
chris |
Add missing typedef to allow use of ReturnCode? enum.
|
|
|
|
@3071
|
13 days |
chris |
Allow getting the object ID out from a BackupClientDirectoryRecord?.
|
|
|
|
@3070
|
13 days |
chris |
Print the message of the exception that caused a test to fail.
|
|
|
|
@3069
|
13 days |
chris |
Catch trying to send a zero-length stream, which will cause an assertion …
|
|
|
|
@3068
|
13 days |
chris |
Rename the BackupStoreDirectory::AddEntry?'s AttributesModTime? parameter to …
|
|
|
|
@3067
|
13 days |
chris |
Allow constructing a BackupClientFileAttributes? from a struct EMU_STAT.
|
|
|
|
@3066
|
13 days |
chris |
Improve logging of socket errors (create, bind, accept, and poll)
|
|
|
|
@3065
|
13 days |
chris |
Log messages on failure to read, write, stat, seek and close files, with …
|
|
|
|
@3064
|
13 days |
chris |
Remove unnecessary GetNativeErrorMessage?(), add BOX_LOG_SOCKET_ERROR …
|
|
|
|
@3063
|
13 days |
chris |
File modification time helper functions don't need to modify their …
|
|
|
|
@3062
|
13 days |
chris |
Allow getting the message out of a BoxException?.
|
|
|
|
@3061
|
13 days |
chris |
Allow log level "everything" to log exceptions even if suppressed.
|
|
|
|
@3060
|
13 days |
chris |
Log disabling of exception logging to help understand test output.
Allow …
|
|
|
|
@3059
|
13 days |
chris |
Split option processing out of Daemon::Main() to ease use of Daemon class …
|
|
|
|
@3058
|
2 weeks |
invisnet |
|
|
|
|
@3057
|
2 weeks |
invisnet |
Add missing files
|
|
|
|
@3056
|
2 weeks |
invisnet |
WiX setup project
|
|
|
|
@3055
|
2 weeks |
invisnet |
Big batch of EMU changes for new Win32 lib
|
|
|
|
@3054
|
2 weeks |
invisnet |
VS project files
|
|
|
|
@3053
|
2 weeks |
invisnet |
pre-compiled headers
|
|
|
|
@3052
|
2 weeks |
invisnet |
Refactor Win32 code
|
|
|
|
@3051
|
2 weeks |
invisnet |
autogen MC files
|
|
|
|
@3050
|
2 weeks |
invisnet |
bbutil - util to import *nix keys
|
|
|
|
@3049
|
8 weeks |
chris |
Add remote host and port to post-login login message, requested by Pete …
|
|
|
|
@3048
|
8 weeks |
chris |
Log the account name with connections, disconnections and statistics, …
|
|
|
|
@3047
|
2 months |
chris |
Fix regex case issues on Windows (\S converted to \s for example). Ensure …
|
|
|
|
@3046
|
2 months |
jamesog |
Really final test?
|
|
|
|
@3045
|
2 months |
jamesog |
Hopefully final test.
|
|
|
|
@3044
|
2 months |
jamesog |
Testing post-commit hook again.
|
|
|
|
@3043
|
2 months |
jamesog |
Another forced commit to test post-commit hook
|
|
|
|
@3042
|
2 months |
invisnet |
Visual Studio 2010 project files
|
|
|
|
@3041
|
3 months |
jamesog |
Forced commit to test Subversion
|
|
|
|
@3040
|
3 months |
chris |
Test that invalid directory entries (pointers to nonexistent objects) are …
|
|
|
|
@3039
|
3 months |
chris |
Use a macro to verify block count adjustments to reduce duplicate code.
|
|
|
|
@3038
|
3 months |
chris |
Fix spelling error in AddUnattachedObject? method name.
|
|
|
|
@3037
|
3 months |
chris |
Allow getting the number of errors found by a store checker object.
|
|
|
|
@3036
|
3 months |
chris |
Remove debugging code.
|
|
|
|
@3035
|
3 months |
chris |
Fix double </array> in bbstored plist.
|
|
|
|
@3034
|
3 months |
chris |
Improve error message on bbackupd command socket bind failure, thanks to …
|
|
|
|
@3033
|
3 months |
chris |
Add another preview of Boxi.
|
|
|
|
@3032
|
3 months |
chris |
Delete any incomplete ID map database that we find, so that we can start …
|
|
|
|
@3031
|
3 months |
chris |
Fix logging of real (non-VSS) paths in UploadFile?*.
|
|
|
|
@3030
|
3 months |
chris |
Avoid recompiling everything on MSVC when BoxVersion?.h changes.
|
|
|
|
@3029
|
3 months |
chris |
Add debug logging for conversion from VSS to real path.
|
|
|
|
@3028
|
3 months |
chris |
Adjust for platforms where sizeof(long) < sizeof(void *), apparently …
|
|
|
|
@3027
|
4 months |
chris |
Patch to support building on MinGW, thanks to Paolo Tosco …
|
|
|
|
@3026
|
4 months |
chris |
Make libbackupstore depend on common, so common can generate BoxVersion?.h …
|
|
|
|
@3025
|
4 months |
chris |
Convert VSS path to original path for log messages in UpdateItems?, to
help …
|
|
|
|
@3024
|
4 months |
chris |
Switch back from custom build step to pre-build event, as the custom step …
|
|
|
|
@3023
|
4 months |
chris |
Fix excludions on VSS paths by converting back to original namespace …
|
|
|
|
@3022
|
4 months |
chris |
Remove pcre.h and config.h, they are version-sensitive and should be …
|
|
|
|
@3021
|
4 months |
chris |
Fix illegal use of Logging::Add and Logging::Remove while iterating over …
|
|
|
|
@3020
|
4 months |
chris |
Copy a standard configuration to BoxConfig?.h for MSVC users.
|
|
|
|
@3019
|
4 months |
chris |
Don't die if BoxVersion?.h doesn't exist yet.
|
|
|
|
@3018
|
4 months |
chris |
Log fatal exceptions in main helper using BOX_FATAL instead of printf, to …
|
|
|
|
@3017
|
4 months |
chris |
Search for libraries in the path where Cygwin installs MinGW zlib as well
|
|
|
|
@3016
|
4 months |
chris |
Check for libz.dll.a installed in new location before configuring for …
|
|
|
|
@3015
|
4 months |
chris |
Split Win32 defines out of emu.h to enable Boxi to include them before …
|
|
|
|
@3014
|
4 months |
chris |
Pass the correct LDFLAGS to Box Backup, to use mingw zlib instead of …
|
|
|
|
@3013
|
4 months |
chris |
Extra white space.
|
|
|
|
@3012
|
4 months |
chris |
Recent Cygwin versions of MinGW now define O_BINARY as well, also in …
|
|
|
|
@3011
|
4 months |
chris |
Recent Cygwin versions of MinGW now define O_BINARY as well, also in …
|
|
|
|
@3010
|
4 months |
chris |
Only advertise -E option if readline support is built in.
|
|
|
|
@3009
|
4 months |
chris |
Silence warnings from new MinGW headers that expect MINGW_FEATURES
to …
|
|
|
|
@3008
|
4 months |
chris |
Rephrase -rdynamic message.
|
|
|
|
@3007
|
4 months |
chris |
Add a new win32 build, to hopefully fix 2GB issues, as requested by
Tomasz …
|
|
|
|
@3006
|
4 months |
chris |
Add libgcc.dll to dependencies, required by newer cygwin gcc.
|
|
|
|
@3005
|
4 months |
chris |
Skip -rdynamic on cygwin as well as Solaris.
|
|
|
|
@3004
|
4 months |
chris |
Update for new names and locations of MinGW and zlib DLLs.
|
|
|
|
@3003
|
4 months |
chris |
Update to latest released versions of dependencies.
Don't install man …
|
|
|
|
@3002
|
4 months |
chris |
Flush stream after restore fails, thanks to Sune Molgaard for reporting.
|
|
|
|
@3001
|
4 months |
chris |
Ignore some auto-generated files.
|
|
|
|
@3000
|
4 months |
chris |
Don't regenerate zipped manpages unless needed.
|
|
|
|
@2999
|
4 months |
chris |
Move Box Backup's custom tests into own file, to share with Boxi.
|
|
|
|
@2998
|
5 months |
jamesog |
Fix typo.
|
|
|
|
@2997
|
5 months |
jamesog |
Further updates to main page to state that 0.11.1 is the latest release. …
|
|
|
|
@2996
|
5 months |
jamesog |
Update front page to reflect 0.11.1 release.
|
|
|
|
@2995
|
5 months |
chris |
Add missing include of <memory> to fix compile.
|
|
|
|
@2994
|
5 months |
chris |
Mark qdbm for no auto-generation by Boxi.
|
|
|
|
@2993
|
5 months |
chris |
Update VSS preview build to latest sources with VSS bug fixes.
Add the …
|
|
|
|
@2992
|
5 months |
chris |
Use "more standard" Windows API functions FindFirstFileW and FindNextFileW …
|
|
|
|
@2991
|
5 months |
chris |
Fix potential conflict between WINVERs in Timers.
|
|
|
|
@2990
|
5 months |
chris |
Output the names of protocol files being written.
|
|
|
|
@2989
|
5 months |
chris |
Update MSVC project for new names of protocol files.
|
|
|
|
@2988
|
5 months |
chris |
Add missing include of backup protocol.
|
|
|
|
@2987
|
5 months |
chris |
Fix generation of client and server protocols (now merged).
|
|
|
|
@2986
|
5 months |
chris |
Fix incorrect "conversion failed" message when logging NULL VSS parameter. …
|
|
|
|
@2985
|
5 months |
chris |
Finish renaming auto-generated classes to fix compilation errors.
|
|
|
|
@2984
|
5 months |
chris |
Log failure to convert log string to console encoding on Windows.
|
|
|
|