source: @ 3109

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3109   2 weeks chris Revert r3106 as it causes compile failures not seen locally.
(edit) @3108   2 weeks chris Tag housekeeping logging with the account number and name.
(edit) @3107   2 weeks chris Use the correct default config file for bbstored, thanks Pete!
(edit) @3106   3 weeks chris Move private variables out of hidden namespace to help debugging.
(edit) @3105   3 weeks chris Fix bug that caused sending a ZeroStream? to end early, breaking protocol.
(edit) @3104   3 weeks chris Make BackupStoreDaemon::RunHousekeepingIfNeeded? public to allow tests to …
(edit) @3103   3 weeks chris Change BackupQueries? List() to use C++ streams for output.
(edit) @3102   3 weeks chris Allow BackupDaemon? user to reset state for testing.
(edit) @3101   3 weeks chris Allow hiding specific exceptions to keep test output cleaner.
(edit) @3100   3 weeks chris Defend against exceptions during logging, e.g. CipherException? if filename …
(edit) @3099   3 weeks chris Cosmetic improvements in comments.
(edit) @3098   3 weeks chris Allow ciphers to identify themselves for debugging.
(edit) @3097   3 weeks chris Log errors from OpenSSL and clear the error queue to avoid bad state.
(edit) @3096   3 weeks chris Move LogError? out of server/SSLLib so we can use it in Crypto.
(edit) @3095   3 weeks chris Server module will shortly depend on crypto.
(edit) @3094   3 weeks chris Check for -lcrypto before -lssl, to ensure correct order in LIBS and …
(edit) @3093   3 weeks chris Move libdl tests before boxbackup tests in configure.ac to fix OpenSSL …
(edit) @3092   5 weeks chris Treat corrupt filenames (not decryptable) as not existing, so that the …
(edit) @3091   5 weeks chris Use C++ string instead of converting to C string and back.
(edit) @3090   6 weeks chris Fix a memory leak when TcpNice? is disabled.
(edit) @3089   6 weeks chris Improve logging when decrypting a filename fails during UpdateItems?().
(edit) @3088   2 months chris Hopefully fix TcpNice? setsockopt/struct tcp_info compile errors on …
(edit) @3087   2 months chris Really fix compile error this time.
(edit) @3086   2 months chris Add support for SyncAllowScript? to set maximum upload bandwidth …
(edit) @3085   3 months chris Initialise the EWMA rate average to 0, and comment on variables in log …
(edit) @3084   3 months chris Add experimental "TCP Nice" mode, disabled by default.
(edit) @3083   4 months chris Fix compile error, thanks to James and Buildbot :)
(edit) @3082   4 months chris Force all options to be present to BackupClientRestore?(), to fix …
(edit) @3081   4 months chris If a location was not present (on disk) when bbackupd started, don't …
(edit) @3080   4 months chris Log which account we're housekeeping, to help debug housekeeping …
(edit) @3079   4 months chris Make box_time_t signed so that we can subtract them without getting silly …
(edit) @3078   4 months chris Store more details in protocol exceptions to help with debugging.
(edit) @3077   4 months chris Set console log level as well as global level in tests.
(edit) @3076   4 months chris Add missing space in log message for readability.
(edit) @3075   4 months chris Disable automatic backups in the temploc configuration, and enable the …
(edit) @3074   4 months chris Allow overriding Logging::Guard to dump stack backtraces as well.
(edit) @3073   4 months chris Log exceptions with backtrace even if suppressed when log level is …
(edit) @3072   4 months chris Add missing typedef to allow use of ReturnCode? enum.
(edit) @3071   4 months chris Allow getting the object ID out from a BackupClientDirectoryRecord?.
(edit) @3070   4 months chris Print the message of the exception that caused a test to fail.
(edit) @3069   4 months chris Catch trying to send a zero-length stream, which will cause an assertion …
(edit) @3068   4 months chris Rename the BackupStoreDirectory::AddEntry?'s AttributesModTime? parameter to …
(edit) @3067   4 months chris Allow constructing a BackupClientFileAttributes? from a struct EMU_STAT.
(edit) @3066   4 months chris Improve logging of socket errors (create, bind, accept, and poll)
(edit) @3065   4 months chris Log messages on failure to read, write, stat, seek and close files, with …
(edit) @3064   4 months chris Remove unnecessary GetNativeErrorMessage?(), add BOX_LOG_SOCKET_ERROR …
(edit) @3063   4 months chris File modification time helper functions don't need to modify their …
(edit) @3062   4 months chris Allow getting the message out of a BoxException?.
(edit) @3061   4 months chris Allow log level "everything" to log exceptions even if suppressed.
(edit) @3060   4 months chris Log disabling of exception logging to help understand test output. Allow …
(edit) @3059   4 months chris Split option processing out of Daemon::Main() to ease use of Daemon class …
(edit) @3058   4 months invisnet
(edit) @3057   4 months invisnet Add missing files
(edit) @3056   4 months invisnet WiX setup project
(edit) @3055   4 months invisnet Big batch of EMU changes for new Win32 lib
(edit) @3054   4 months invisnet VS project files
(edit) @3053   4 months invisnet pre-compiled headers
(edit) @3052   4 months invisnet Refactor Win32 code
(edit) @3051   4 months invisnet autogen MC files
(edit) @3050   4 months invisnet bbutil - util to import *nix keys
(edit) @3049   5 months chris Add remote host and port to post-login login message, requested by Pete …
(edit) @3048   5 months chris Log the account name with connections, disconnections and statistics, …
(edit) @3047   6 months chris Fix regex case issues on Windows (\S converted to \s for example). Ensure …
(edit) @3046   6 months jamesog Really final test?
(edit) @3045   6 months jamesog Hopefully final test.
(edit) @3044   6 months jamesog Testing post-commit hook again.
(edit) @3043   6 months jamesog Another forced commit to test post-commit hook
(edit) @3042   6 months invisnet Visual Studio 2010 project files
(edit) @3041   6 months jamesog Forced commit to test Subversion
(edit) @3040   7 months chris Test that invalid directory entries (pointers to nonexistent objects) are …
(edit) @3039   7 months chris Use a macro to verify block count adjustments to reduce duplicate code.
(edit) @3038   7 months chris Fix spelling error in AddUnattachedObject? method name.
(edit) @3037   7 months chris Allow getting the number of errors found by a store checker object.
(edit) @3036   7 months chris Remove debugging code.
(edit) @3035   7 months chris Fix double </array> in bbstored plist.
(edit) @3034   7 months chris Improve error message on bbackupd command socket bind failure, thanks to …
(edit) @3033   7 months chris Add another preview of Boxi.
(edit) @3032   7 months chris Delete any incomplete ID map database that we find, so that we can start …
(edit) @3031   7 months chris Fix logging of real (non-VSS) paths in UploadFile?*.
(edit) @3030   7 months chris Avoid recompiling everything on MSVC when BoxVersion?.h changes.
(edit) @3029   7 months chris Add debug logging for conversion from VSS to real path.
(edit) @3028   7 months chris Adjust for platforms where sizeof(long) < sizeof(void *), apparently …
(edit) @3027   7 months chris Patch to support building on MinGW, thanks to Paolo Tosco …
(edit) @3026   7 months chris Make libbackupstore depend on common, so common can generate BoxVersion?.h …
(edit) @3025   7 months chris Convert VSS path to original path for log messages in UpdateItems?, to help …
(edit) @3024   7 months chris Switch back from custom build step to pre-build event, as the custom step …
(edit) @3023   7 months chris Fix excludions on VSS paths by converting back to original namespace …
(edit) @3022   7 months chris Remove pcre.h and config.h, they are version-sensitive and should be …
(edit) @3021   7 months chris Fix illegal use of Logging::Add and Logging::Remove while iterating over …
(edit) @3020   7 months chris Copy a standard configuration to BoxConfig?.h for MSVC users.
(edit) @3019   7 months chris Don't die if BoxVersion?.h doesn't exist yet.
(edit) @3018   7 months chris Log fatal exceptions in main helper using BOX_FATAL instead of printf, to …
(edit) @3017   7 months chris Search for libraries in the path where Cygwin installs MinGW zlib as well
(edit) @3016   7 months chris Check for libz.dll.a installed in new location before configuring for …
(edit) @3015   7 months chris Split Win32 defines out of emu.h to enable Boxi to include them before …
(edit) @3014   7 months chris Pass the correct LDFLAGS to Box Backup, to use mingw zlib instead of …
(edit) @3013   7 months chris Extra white space.
(edit) @3012   7 months chris Recent Cygwin versions of MinGW now define O_BINARY as well, also in …
(edit) @3011   7 months chris Recent Cygwin versions of MinGW now define O_BINARY as well, also in …
(edit) @3010   7 months chris Only advertise -E option if readline support is built in.
Note: See TracRevisionLog for help on using the revision log.