summaryrefslogtreecommitdiff
path: root/lib/server
Commit message (Expand)AuthorAge
* 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
* Don't just eat the exception, rethrow it after logging details.Chris Wilson2014-04-25
* Add debugging code for when SendStream() fails during client command.Chris Wilson2014-04-18
* Fix compilation on Debian 7 (Wheezy) by including bsd/unistd.h.Chris Wilson2014-04-12
* Refactor logging option processing out of Daemon class.Chris Wilson2014-04-09
* Add a static GetMessage() to BackupProtocolError.Chris Wilson2014-04-09
* Whitespace, comments and log messages cleanups.Chris Wilson2014-03-02
* Always flush any incoming stream on server side.Chris Wilson2014-03-02
* Use static_cast instead of C-style casts, for C++ style and safety.Chris Wilson2014-03-02
* Fix whitespace and comments, remove redundant code in protocol generator.Chris Wilson2014-03-02
* Add convenience macro for testing commands that return errors.Chris Wilson2014-03-02
* Fix memory leak in local protocol.Chris Wilson2014-03-02
* Add information about last exchange when wrong type of object received.Chris Wilson2014-03-02
* SpellingChris Wilson2014-03-02
* Make Protocol take control of the socket object passed in.Chris Wilson2014-03-01
* Don't write #include statements for empty filenames.Chris Wilson2014-02-07
* Rename $cmd_class to $cmd_classes.Chris Wilson2014-02-07
* Add ReceiveStream to protocol callable base class.Chris Wilson2014-02-07
* Fix getopt header confusion.Chris Wilson2013-09-30
* Set process title on Windows.Chris Wilson2013-08-25
* Pass std::auto_ptr objects to Protocol for upload.Chris Wilson2013-08-22
* Add a ToString() method on protocol objects, to help with debugging them.Chris Wilson2013-08-21
* Fix missing space in log message.Chris Wilson2012-11-17