summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* 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
* 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
* Improve error message on bbackupd command socket bind failure, thanks to Chri...Chris Wilson2011-10-31
* Avoid recompiling everything on MSVC when BoxVersion.h changes.Chris Wilson2011-10-25
* Adjust for platforms where sizeof(long) < sizeof(void *), apparentlyChris Wilson2011-10-23
* Fix illegal use of Logging::Add and Logging::Remove while iterating over loggersChris Wilson2011-10-11
* Log fatal exceptions in main helper using BOX_FATAL instead of printf, toChris Wilson2011-10-09
* Split Win32 defines out of emu.h to enable Boxi to include them beforeChris 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
* Silence warnings from new MinGW headers that expect __MINGW_FEATURES__Chris Wilson2011-10-08
* Flush stream after restore fails, thanks to Sune Molgaard for reporting.Chris Wilson2011-09-29
* Use "more standard" Windows API functions FindFirstFileW and FindNextFileWChris Wilson2011-08-28
* Fix potential conflict between WINVERs in Timers.Chris Wilson2011-08-28
* Output the names of protocol files being written.Chris Wilson2011-08-28
* Add missing include of backup protocol.Chris Wilson2011-08-28
* Finish renaming auto-generated classes to fix compilation errors.Chris Wilson2011-08-28
* Log failure to convert log string to console encoding on Windows.Chris Wilson2011-08-27
* Combine client and server protocols to make way for an offline/local protocol.Chris Wilson2011-08-27
* Hopefully fix off-by-4 read of old-style BackupStoreInfo header, thanks to Su...Chris Wilson2011-06-30
* Fix type aliasing that's strictly speaking incompatible and may actually be s...Chris Wilson2011-06-22
* Improve error logging for store info and refcount database errors.Chris Wilson2011-06-16
* Fix line endings.Chris Wilson2011-05-24
* Move remaining parts of BackupStoreFile into lib/backupstore, and fix moduleChris Wilson2011-05-24
* Blind fix for displaying error message as well as code when emu unicode conve...Chris Wilson2011-05-24
* Another virtual destructor, this time for IOStreamGetLine.Chris Wilson2011-05-04
* Add virtual destructors to GetLine and FdGetLine to silence warnings.Chris Wilson2011-05-04
* Add a method to BackupStoreFilenameClear to get the clear filename only ifChris Wilson2011-04-26
* Major refactoring to make lib/backupclient depend on lib/backupstore ratherChris Wilson2011-04-26
* Log the name of the extended attribute that could not be read.Chris Wilson2011-04-23
* Allow stream formatting in "line" parameter of TEST_LINE macro.Chris Wilson2011-04-23
* Move S3Simulator into its own class, like S3Client, for reuse elsewhere.Chris Wilson2011-04-22
* Add an exception code and a protocol error code for modifying aChris Wilson2011-04-22
* Refactor GetLines to share common code, fix whitespace removal at end of line.Chris Wilson2011-04-22
* Link lib/server with qdbm and include the QDBM version in the daemon banner.Chris Wilson2011-04-22
* Use the reference count database name constant rather than hard-coding it.Chris Wilson2011-04-20
* Include <process.h> to get a definition for getpid() from the Windows CRT,Chris Wilson2011-04-20
* Remove getpid() emulation now that it's included in the SDK, which causesChris Wilson2011-04-20
* Support paths starting with \\?\, to fix support for backing up VSSChris Wilson2011-04-14