source: @ 3083

Revision Log Mode:


Legend:

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