summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Fix double path separator in new store info filename which causes unlink()Chris Wilson2011-04-08
* Add VSS: prefix to VSS log messages.Chris Wilson2011-04-06
* Make ConvertFromWideString available to other modules.Chris Wilson2011-03-28
* Fix double path separator in account info filename, prevents its deletionChris Wilson2011-03-27
* Improve RaidFile error logging.Chris Wilson2011-03-27
* Add some macros for Windows specific error logging.Chris Wilson2011-03-27
* Fix another off-by-one error.Chris Wilson2011-03-27
* Add inline definition of ftruncate to fix MSVC compile.Chris Wilson2011-03-27
* Detect whether we have sys/file.h and don't include it if not, fixes MSVC com...Chris Wilson2011-03-27
* Work around lack of unistd.h on MSVC.Chris Wilson2011-03-27
* Pass a C++ string instead of a char pointer for efficiency.Chris Wilson2011-03-27
* Fix off-by-one causing incomplete normalisation of relative paths.Chris Wilson2011-03-27
* Fix off-by-one errors caught by MSVC.Chris Wilson2011-03-27
* Fix off-by-one error in path translation.Chris Wilson2011-03-26
* Avoid conflicting declarations of O_BINARY on MSVC compiles.Chris Wilson2011-03-26
* Define WINVER and _WIN32_WINNT to Windows 2000 to avoid importing WSAPollChris Wilson2011-03-26
* Hopefully fix divide by zero error on rate limiting stream.Chris Wilson2011-02-26
* Debugging for Sune Molgaard's issue with non-existent files beingChris Wilson2011-02-23
* Move TemporaryDirectory.h into Utils.h and Utils.cpp to avoid duplicateChris Wilson2011-01-21