summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add support for OpenSSL 1.1 and replace deprecated function callsChris Wilson2018-01-01
* Replace RAND_pseudo_bytes with RAND_bytesChris Wilson2018-01-01
* Fix -Wundefined-bool-conversion compile failure of master branchChris Wilson2017-10-16
* Fix build on ARM64 with unsigned charChris Wilson2017-06-26
* Increase precision of timing on Windows.Chris Wilson2017-06-22
* Reduce precision of common timer testChris Wilson2017-06-22
* Fix intercept of SYS_open on platforms that only have SYS_openat (e.g. arm64)Chris Wilson2017-06-22
* Hopefully fix test/raidfile on Solaris.Chris Wilson2017-06-18
* Normalize all the line endingsChris Wilson2017-05-15
* Remove unused #includes.Chris Wilson2016-09-19
* Simplify AddEventSource usage, avoid strdup().Chris Wilson2016-09-11
* Fix infinite loop in RateLimitingStream::Write().Chris Wilson2016-09-11
* Throw exception with message, instead of logging then throwing.Chris Wilson2016-09-11
* Remove unused member variable.Chris Wilson2016-09-11
* Fix Unix compilation using CMake.Chris Wilson2016-09-09
* Update platform feature detection to work with CMake.Chris Wilson2016-09-03
* Fix case of filenames of "text" files used to generate protocols and docs.Chris Wilson2016-08-28
* Check that DoHousekeeping() actually returns true.Chris Wilson2015-12-27
* Whitespace cleanup.Chris Wilson2015-12-27
* Fix deletion of test fixture directories with unicode names on Windows.Chris Wilson2015-12-25
* Fix deletion of fixtures between tests in test/backupstore.Chris Wilson2015-12-25
* Improve handing of error messages that Windows won't decode for some reason.Chris Wilson2015-12-24
* Properly initialise pBytesTransferred before WaitForOverlappedOperation returns.Chris Wilson2015-12-24
* Replace mpGetLine pointer with a std::auto_ptr.Chris Wilson2015-12-24
* Catch exceptions during destruction of BackupStoreRefCountDatabase as well.Chris Wilson2015-12-24
* We need to include IOStreamGetLine.h on Unix as well as on Windows.Chris Wilson2015-12-24
* Throw an exception if we try to openlog() without closelog() first on Windows.Chris Wilson2015-12-24
* Improve error message when we fail to register our custom Event Source on Win...Chris Wilson2015-12-24
* Remove duplicate error number from Windows log messages.Chris Wilson2015-12-24
* Catch exceptions during destruction of BackupStoreCheck as well.Chris Wilson2015-12-24
* Add a version of KillServer that takes a pid_file, and reads the PID from it.Chris Wilson2015-12-24
* Don't use close() to close a Winsock socket.Chris Wilson2015-12-22
* Catch and log exceptions in the HousekeepStoreAccount destructor.Chris Wilson2015-12-22
* Use rd instead of rmdir command, to try to work properly in appveyor.Chris Wilson2015-12-20
* Move reusable files from bin/bbstored to lib/bbstored.Chris Wilson2015-12-20
* Reinstate bbackupquery Makefile.extra, removed by 403e7e2.Chris Wilson2015-12-20
* Fix account deletion on Windows.Chris Wilson2015-12-17
* Remove getpid() that should never have been addedChris Wilson2015-12-14
* 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