summaryrefslogtreecommitdiff
path: root/lib/server
Commit message (Expand)AuthorAge
...
* 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
* Fix typo.Chris Wilson2012-06-07
* Defend against exceptions during logging, e.g. CipherException if filename de...Chris Wilson2012-04-28
* Move LogError out of server/SSLLib so we can use it in Crypto.Chris Wilson2012-04-28
* Hopefully fix TcpNice setsockopt/struct tcp_info compile errors on Windows.Chris Wilson2012-03-16
* Initialise the EWMA rate average to 0, and comment on variables in log message.Chris Wilson2012-02-12
* Add experimental "TCP Nice" mode, disabled by default.Chris Wilson2012-02-12
* Store more details in protocol exceptions to help with debugging.Chris Wilson2012-02-02
* Catch trying to send a zero-length stream, which will cause an assertion fail...Chris Wilson2012-01-22
* Improve logging of socket errors (create, bind, accept, and poll)Chris Wilson2012-01-22
* Split option processing out of Daemon::Main() to ease use of Daemon class in ...Chris Wilson2012-01-22
* Add remote host and port to post-login login message, requested by Pete Jalajas.Chris Wilson2011-12-13
* Improve error message on bbackupd command socket bind failure, thanks to Chri...Chris Wilson2011-10-31
* Avoid recompiling everything on MSVC when BoxVersion.h changes.Chris Wilson2011-10-25
* Output the names of protocol files being written.Chris Wilson2011-08-28
* Finish renaming auto-generated classes to fix compilation errors.Chris Wilson2011-08-28
* Combine client and server protocols to make way for an offline/local protocol.Chris Wilson2011-08-27
* Link lib/server with qdbm and include the QDBM version in the daemon banner.Chris Wilson2011-04-22
* Include <process.h> to get a definition for getpid() from the Windows CRT,Chris Wilson2011-04-20
* Pass a C++ string instead of a char pointer for efficiency.Chris Wilson2011-03-27
* Finish enabling the file logging option for daemons.Chris Wilson2010-11-17
* Add log file logging to all daemons.Chris Wilson2010-11-17
* Fix compile on Debian Squeeze with libbsd-dev and libedit-dev installed,Chris Wilson2010-09-13
* Log the invalid log level.Chris Wilson2010-08-31
* It's not an error to be interrupted by a signal while waiting for an Chris Wilson2010-08-27
* Replace BOX_FILE_BBACKUPD_DEFAULT_CONFIG with Chris Wilson2010-06-06
* Run Perl scripts quietly during make.Chris Wilson2010-01-24
* Revert the quotes part of [2588] as it breaks the unit tests.Chris Wilson2010-01-24
* Add debugging for child processes terminating normally or abnormally,Chris Wilson2009-11-24