summaryrefslogtreecommitdiff
path: root/lib/server
Commit message (Expand)AuthorAge
* Add support for OpenSSL 1.1 and replace deprecated function callsChris Wilson2018-01-01
* Update platform feature detection to work with CMake.Chris Wilson2016-09-03
* Properly initialise pBytesTransferred before WaitForOverlappedOperation returns.Chris Wilson2015-12-24
* We need to include IOStreamGetLine.h on Unix as well as on Windows.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
* Remove non-standard BSD u_int* types.Chris Wilson2015-12-08
* Handle generic exceptions by returning an Error message with correct Type.Chris Wilson2015-08-06
* Fix return types for integer function to be integersChris Wilson2015-08-06
* Shorten minimum sleep while waiting for test daemons to dieChris Wilson2015-08-06
* Fix ServerStream logging too many messages when waiting for a child to die.Chris Wilson2015-07-31
* Refactor to allow sharing code for starting and stopping daemons in tests.Chris Wilson2015-07-31
* Refactor to allow non-bbstored store configurations.Chris Wilson2015-06-28
* Add command-line help to test executables.Chris Wilson2015-06-10
* Define BOX_SOCKET_ERROR_MESSAGE, replace more BOX_LOG_SOCKET_ERROR calls with...Chris Wilson2015-04-15
* Use THROW_EXCEPTION_MESSAGE macro to save a message in exceptions.Chris Wilson2015-04-15
* Whitespace and semicolon-after-macro fixes.Chris Wilson2015-04-06
* Fix overlapped I/O in WinNamedPipeStream.Chris Wilson2014-12-28
* Whitespace and comment fixes.Chris Wilson2014-12-28
* Improve debugging of named pipe operations and bbackupctl pipe interaction.Chris Wilson2014-12-28
* Add missing timeouts on command socket writes.Chris Wilson2014-12-28
* Add comment about reason for code duplication.Chris Wilson2014-12-26
* Add support for timeouts on named pipe writes, using overlapped I/O.Chris Wilson2014-12-26
* Fix warning about HAVE_RANDOM_DEVICE not being defined.Chris Wilson2014-12-26
* Replace sprintf() with snprintf(), fixes compile warnings on OpenBSD.Chris Wilson2014-12-22
* Fix compile error on OpenBSD due to invalid forward declarations of classes.Chris Wilson2014-12-22
* Allow writing a std::string to any SocketStream.Chris Wilson2014-12-21
* Improve comment explaining SocketStream::PollTimeout function.Chris Wilson2014-12-21
* Add a note about units of arguments to PollTimeout function().Chris Wilson2014-12-15
* Fix stupid typo on struct member names.Chris Wilson2014-12-06
* Add support for getsockopt(SO_PEERCRED) on OpenBSD 5.2.Chris Wilson2014-12-06
* Generate configure script in qdbm directory.Chris Wilson2014-12-01
* Fix exception in bbackupd when no LogFile is configured.Chris Wilson2014-11-23
* Fix compile errors on Windows, thanks to Kai Liebenau for the patch.Chris Wilson2014-11-16
* Add option to truncate log file at start of every backup.Chris Wilson2014-11-16
* Refactor handling of exceptions in protocol server command executors.Chris Wilson2014-10-31
* optlen could become bigger than sizeof(info) in future and that's OKChris Wilson2014-09-18
* Add check for trying to ReceiveStream when no stream availableChris Wilson2014-09-18
* Update comment to match current method nameChris Wilson2014-09-18
* Whitespace fixesChris Wilson2014-09-18
* Improve exception message if a Daemon is used without being configured firstChris Wilson2014-09-18
* Catch exceptions while executing store commands, and return an error message.Chris Wilson2014-09-04
* Changed many uses of BackupProtocolClient to BackupProtocolCallable.Chris Wilson2014-09-04
* Simplify code with macros, update comments and fix whitespace.Chris Wilson2014-09-04
* Fix poll timeout calculation for infinite timeouts.Chris Wilson2014-08-15
* Whitespace fixes.Chris Wilson2014-08-15
* Add missing timeouts for network operations.Chris Wilson2014-08-15
* Fix deadlock waiting for read or write on closed connection.Chris Wilson2014-08-15
* Remove ServerException.h and the exception code aliases that it defines.Chris Wilson2014-08-15
* Whitespace, wrapping, comments and dead code cleanups.Chris Wilson2014-08-15