source: box/trunk @ 3083

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3083   7 days chris Fix compile error, thanks to James and Buildbot :)
(edit) @3082   7 days chris Force all options to be present to BackupClientRestore?(), to fix …
(edit) @3081   7 days chris If a location was not present (on disk) when bbackupd started, don't …
(edit) @3080   7 days chris Log which account we're housekeeping, to help debug housekeeping …
(edit) @3079   7 days chris Make box_time_t signed so that we can subtract them without getting silly …
(edit) @3078   7 days chris Store more details in protocol exceptions to help with debugging.
(edit) @3077   7 days chris Set console log level as well as global level in tests.
(edit) @3076   7 days chris Add missing space in log message for readability.
(edit) @3075   8 days chris Disable automatic backups in the temploc configuration, and enable the …
(edit) @3074   3 weeks chris Allow overriding Logging::Guard to dump stack backtraces as well.
(edit) @3073   3 weeks chris Log exceptions with backtrace even if suppressed when log level is …
(edit) @3072   3 weeks chris Add missing typedef to allow use of ReturnCode? enum.
(edit) @3071   3 weeks chris Allow getting the object ID out from a BackupClientDirectoryRecord?.
(edit) @3070   3 weeks chris Print the message of the exception that caused a test to fail.
(edit) @3069   3 weeks chris Catch trying to send a zero-length stream, which will cause an assertion …
(edit) @3068   3 weeks chris Rename the BackupStoreDirectory::AddEntry?'s AttributesModTime? parameter to …
(edit) @3067   3 weeks chris Allow constructing a BackupClientFileAttributes? from a struct EMU_STAT.
(edit) @3066   3 weeks chris Improve logging of socket errors (create, bind, accept, and poll)
(edit) @3065   3 weeks chris Log messages on failure to read, write, stat, seek and close files, with …
(edit) @3064   3 weeks chris Remove unnecessary GetNativeErrorMessage?(), add BOX_LOG_SOCKET_ERROR …
(edit) @3063   3 weeks chris File modification time helper functions don't need to modify their …
(edit) @3062   3 weeks chris Allow getting the message out of a BoxException?.
(edit) @3061   3 weeks chris Allow log level "everything" to log exceptions even if suppressed.
(edit) @3060   3 weeks chris Log disabling of exception logging to help understand test output. Allow …
(edit) @3059   3 weeks chris Split option processing out of Daemon::Main() to ease use of Daemon class …
(edit) @3049   2 months chris Add remote host and port to post-login login message, requested by Pete …
(edit) @3048   2 months 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) @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) @3032   4 months chris Delete any incomplete ID map database that we find, so that we can start …
(edit) @3031   4 months chris Fix logging of real (non-VSS) paths in UploadFile?*.
(edit) @3030   4 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) @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) @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   5 months chris Ignore some auto-generated files.
(edit) @3000   5 months chris Don't regenerate zipped manpages unless needed.
(edit) @2999   5 months chris Move Box Backup's custom tests into own file, to share with Boxi.
(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) @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   6 months chris Fix generation of client and server protocols (now merged).
(edit) @2986   6 months chris Fix incorrect "conversion failed" message when logging NULL VSS parameter. …
(edit) @2985   6 months chris Finish renaming auto-generated classes to fix compilation errors.
(edit) @2984   6 months chris Log failure to convert log string to console encoding on Windows.
(edit) @2983   6 months chris Combine client and server protocols to make way for an offline/local …
(edit) @2982   6 months chris Log net traffic (in-out) in bbstored, as requested by Pete Jalajas.
(edit) @2981   6 months chris Log the number of files uploaded and directories created, as requested by …
(edit) @2980   6 months chris Correct formatting of log message (missing bracket).
(edit) @2979   6 months jamesog Include qdbm/ in distribution manifest.
(edit) @2978   6 months chris Update locations of auto-generated files after recent reorganisation.
(edit) @2977   6 months chris Warn users if a file with multiple hard links is encountered during …
(edit) @2976   7 months chris Reinstate the -f option to avoid failure if the files don't exist.
(edit) @2975   7 months chris Hopefully fix off-by-4 read of old-style BackupStoreInfo? header, thanks to …
(edit) @2974   7 months chris make make clean remove all auto-generated files, and not use force where …
(edit) @2973   8 months chris Fix test/bbackupd build for new object locations.
(edit) @2972   8 months chris Fix type aliasing that's strictly speaking incompatible and may actually …
(edit) @2969   8 months chris test/backupstorepatch needs BackupClientCryptoKeys?.h which is in …
(edit) @2968   8 months chris Improve error logging for store info and refcount database errors.
(edit) @2965   9 months chris Fix line endings.
(edit) @2964   9 months chris Fix MSVC 2010 project for new file locations. Separate libbackupclient …
(edit) @2963   9 months chris Move remaining parts of BackupStoreFile? into lib/backupstore, and fix …
(edit) @2962   9 months chris Blind fix for displaying error message as well as code when emu unicode …
(edit) @2961   9 months chris Another virtual destructor, this time for IOStreamGetLine.
(edit) @2960   9 months chris Add virtual destructors to GetLine? and FdGetLine? to silence warnings.
(edit) @2956   9 months jamesog Define PACKAGE_TARNAME variable in autoconf, change doc install location …
(edit) @2955   9 months jamesog Use /usr/ucb/install on Solaris as /usr/sbin/install has some odd …
Note: See TracRevisionLog for help on using the revision log.