summaryrefslogtreecommitdiff
path: root/lib/server/makeprotocol.pl.in
Commit message (Expand)AuthorAge
* Handle generic exceptions by returning an Error message with correct Type.Chris Wilson2015-08-06
* Fix compile error on OpenBSD due to invalid forward declarations of classes.Chris Wilson2014-12-22
* Refactor handling of exceptions in protocol server command executors.Chris Wilson2014-10-31
* Add check for trying to ReceiveStream when no stream availableChris Wilson2014-09-18
* Whitespace fixesChris 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
* Remove ServerException.h and the exception code aliases that it defines.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
* 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
* 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
* 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
* Defend against exceptions during logging, e.g. CipherException if filename de...Chris Wilson2012-04-28
* Store more details in protocol exceptions to help with debugging.Chris Wilson2012-02-02
* 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
* Use the same ostringstream formatting for protocol logging to fileChris Wilson2008-10-29
* Add a GetMessage() method to Protocol objects to return a stringified Chris Wilson2008-05-28
* Use logging framework for streaming messages.Chris Wilson2008-01-31
* Make ExtendedLogging use the logging framework so that we can viewChris Wilson2007-12-04
* Add missing newlines to protocol logging to a file (refs #9)Chris Wilson2006-11-26
* Use BoxPlatform to see if we are building on Windows (refs #3)Chris Wilson2006-10-14
* (refs #3)Chris Wilson2006-08-31
* Revert to trunkChris Wilson2006-08-31
* * mergeChris Wilson2006-07-27
* This is part 2 of a patch from James O'Gorman.Martin Ebourne2006-03-04