summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Catch trying to send a zero-length stream, which will cause an assertion fail...Chris Wilson2012-01-22
* Rename the BackupStoreDirectory::AddEntry's AttributesModTime parameter to At...Chris Wilson2012-01-22
* Allow constructing a BackupClientFileAttributes from a struct EMU_STAT.Chris Wilson2012-01-22
* Improve logging of socket errors (create, bind, accept, and poll)Chris Wilson2012-01-22
* Log messages on failure to read, write, stat, seek and close files, with the ...Chris Wilson2012-01-22
* Remove unnecessary GetNativeErrorMessage(), add BOX_LOG_SOCKET_ERROR macro.Chris Wilson2012-01-22
* File modification time helper functions don't need to modify their arguments,...Chris Wilson2012-01-22
* Allow getting the message out of a BoxException.Chris Wilson2012-01-22
* Allow log level "everything" to log exceptions even if suppressed.Chris Wilson2012-01-22
* Log disabling of exception logging to help understand test output.Chris Wilson2012-01-22
* Split option processing out of Daemon::Main() to ease use of Daemon class in ...Chris Wilson2012-01-22
* Add remote host and port to post-login login message, requested by Pete Jalajas.Chris Wilson2011-12-13
* Log the account name with connections, disconnections and statistics, request...Chris Wilson2011-12-12
* Fix regex case issues on Windows (\S converted to \s for example). Ensure thatChris Wilson2011-12-03
* Test that invalid directory entries (pointers to nonexistent objects) are rem...Chris Wilson2011-11-01
* Use a macro to verify block count adjustments to reduce duplicate code.Chris Wilson2011-11-01
* Fix spelling error in AddUnattachedObject method name.Chris Wilson2011-11-01
* Allow getting the number of errors found by a store checker object.Chris Wilson2011-11-01
* Remove debugging code.Chris Wilson2011-11-01
* Fix double </array> in bbstored plist.Chris Wilson2011-10-31
* Improve error message on bbackupd command socket bind failure, thanks to Chri...Chris Wilson2011-10-31
* Delete any incomplete ID map database that we find, so that we can startChris Wilson2011-10-25
* Fix logging of real (non-VSS) paths in UploadFile*.Chris Wilson2011-10-25
* Avoid recompiling everything on MSVC when BoxVersion.h changes.Chris Wilson2011-10-25
* Add debug logging for conversion from VSS to real path.Chris Wilson2011-10-24
* Adjust for platforms where sizeof(long) < sizeof(void *), apparentlyChris Wilson2011-10-23
* Patch to support building on MinGW, thanks to Paolo ToscoChris Wilson2011-10-17
* Make libbackupstore depend on common, so common can generate BoxVersion.h firstChris Wilson2011-10-11
* Convert VSS path to original path for log messages in UpdateItems, toChris Wilson2011-10-11
* Switch back from custom build step to pre-build event, as the custom step jus...Chris Wilson2011-10-11
* Fix excludions on VSS paths by converting back to original namespace beforeChris Wilson2011-10-11
* Fix illegal use of Logging::Add and Logging::Remove while iterating over loggersChris Wilson2011-10-11
* Copy a standard configuration to BoxConfig.h for MSVC users.Chris Wilson2011-10-11
* Don't die if BoxVersion.h doesn't exist yet.Chris Wilson2011-10-11
* Log fatal exceptions in main helper using BOX_FATAL instead of printf, toChris Wilson2011-10-09
* Search for libraries in the path where Cygwin installs MinGW zlib as wellChris Wilson2011-10-09
* Check for libz.dll.a installed in new location before configuring forChris Wilson2011-10-09
* Split Win32 defines out of emu.h to enable Boxi to include them beforeChris Wilson2011-10-09
* Pass the correct LDFLAGS to Box Backup, to use mingw zlib instead of cygwin,Chris Wilson2011-10-09
* Extra white space.Chris Wilson2011-10-09
* Recent Cygwin versions of MinGW now define O_BINARY as well, also inChris Wilson2011-10-08
* Recent Cygwin versions of MinGW now define O_BINARY as well, also inChris Wilson2011-10-08
* Only advertise -E option if readline support is built in.Chris Wilson2011-10-08
* Silence warnings from new MinGW headers that expect __MINGW_FEATURES__Chris Wilson2011-10-08
* Rephrase -rdynamic message.Chris Wilson2011-10-07
* Add libgcc.dll to dependencies, required by newer cygwin gcc.Chris Wilson2011-10-05
* Skip -rdynamic on cygwin as well as Solaris.Chris Wilson2011-10-05
* Update for new names and locations of MinGW and zlib DLLs.Chris Wilson2011-10-05
* Update to latest released versions of dependencies.Chris Wilson2011-10-05
* Flush stream after restore fails, thanks to Sune Molgaard for reporting.Chris Wilson2011-09-29