summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Print the message that we failed to send to the syslog, to make some debuggin...Chris Wilson2015-12-14
* Really fix file locking on WindowsChris Wilson2015-12-14
* Merge branch 'appveyor' of github.com:boxbackup/boxbackup into appveyorChris Wilson2015-12-14
|\
| * Fix Windows file locking to work with MSVCChris Wilson2015-12-14
| * Add CTest configurations to CMake. Make some tests work on Windows/MSVC.Chris Wilson2015-12-13
| * Move reusable code out of bin directories.Chris Wilson2015-12-13
| * Add some little string functions to Utils.cpp.Chris Wilson2015-12-13
| * Remove the duplicate copy constructor that MSVC warns about.Chris Wilson2015-12-13
| * Define TEST_EXECUTABLE to allow it to have different names on MSVC/CMake.Chris Wilson2015-12-13
* | Add some little string functions to Utils.cpp.Chris Wilson2015-12-12
* | Merge branch 'appveyor' of github.com:boxbackup/boxbackup into appveyorChris Wilson2015-12-12
|\ \
| * | Define TEST_EXECUTABLE to allow it to have different names on MSVC/CMake.Chris Wilson2015-12-12
| * | Add a getpid() emulation for test/bbackupd on MSVCChris Wilson2015-12-12
| |/
* | Merge branch 'appveyor' of github.com:boxbackup/boxbackup into appveyorChris Wilson2015-12-10
|\|
| * Fix another use of a non-standard BSD variable.Chris Wilson2015-12-09
| * Merge Arnaud Grandville's Windows fixes.Chris Wilson2015-12-09
| |\
| | * add specific define to allow the use of std::min and sd::max from windowsAG2015-10-26
| | * min & max are not from std namespaceAG2015-10-26
| | * Merge branch 'master' into fix_arm_struct_packingChris Wilson2015-09-21
| | |\
| | | * Merge branch 'master' into fix_exception_message_corruptionChris Wilson2015-09-21
| | | |\
| | | * | Really fix makeexception.pl.in this timeChris Wilson2015-09-02
| | | * | Fix exception message corruption.Chris Wilson2015-08-31
| | * | | Merge branch 'master' into fix_arm_struct_packingChris Wilson2015-09-21
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Remove all timing dependency from test_ssl_keepalives().Chris Wilson2015-09-20
| | | |/
| | * | Add a test for reading and writing BackupStoreDirectory binary data.Chris Wilson2015-09-20
| | * | Comments and whitespace fixesChris Wilson2015-09-19
| | * | Add support for uint16 types to ArchiveChris Wilson2015-09-19
| | |/
| * | Remove #defines of POSIX functions deprecated by Microsoft.Chris Wilson2015-12-09
| * | Remove unused headers not present on Windows. Add missing header.Chris Wilson2015-12-09
| * | Remove non-standard BSD u_int* types.Chris Wilson2015-12-08
| |/
* / Remove the duplicate copy constructor that MSVC warns about.Chris Wilson2015-12-02
|/
* Add logging to S3Client about connection reuseChris Wilson2015-08-29
* Set network timeout in S3Client.Chris Wilson2015-08-29
* Improve exception messages in HTTPRequest as wellChris Wilson2015-08-29
* Fix warnings when compiling with MinGW64 headers.Chris Wilson2015-08-29
* Disable HTTP keepalive for now because we don't support it properlyChris Wilson2015-08-29
* Increase S3Simulator HTTP timeout to aid debuggingChris Wilson2015-08-29
* Improve exception messages when reading an HTTPResponseChris Wilson2015-08-29
* Fix check for existing BackupStoreInfo file on S3 storesChris Wilson2015-08-29
* Whitespace, import order and comment fixesChris Wilson2015-08-29
* Allow verifying a BackupStoreFile without closing underlying streamChris Wilson2015-08-29
* Add missing header include.Chris Wilson2015-08-23
* Reset NamedLock file descriptor immediately after closing.Chris Wilson2015-08-15
* Whitespace, layout and comment cleanups.Chris Wilson2015-08-15
* Add configurable timeouts and HEAD request support to S3 client.Chris Wilson2015-08-15
* Improve exception handling on backup store side.Chris Wilson2015-08-15
* Fix memory leak tracking of calloc() allocationsChris Wilson2015-08-08
* Add a BackupStoreFile encoding streaming verifierChris Wilson2015-08-07
* Allow moving a CollectInBufferStream's contents to another oneChris Wilson2015-08-07
* Allow releasing a MemoryBlockGuardChris Wilson2015-08-07