]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - cl-protobufs.rst
Don't kluge *asdf-verbose* on asdf3.
[cl-protobufs.git] / cl-protobufs.rst
2013-02-27 Alejandro R SedeñoMerge branch 'asdf3'
2013-02-27 Alejandro R SedeñoMerge branch 'split-package-rpc'
2013-02-26 Alejandro R SedeñoUpdate documentation
2012-09-12 Scott McKayForgot the updated documentation
2012-09-10 Scott McKayAdd a more readable syntax for enum and field indices
2012-09-04 Scott McKayAdd stub support for streaming RPC APIs.
2012-08-31 Scott McKayAdd type aliases to CL-Protobufs
2012-08-28 Scott McKayEnums and enum values need to have proper qualified...
2012-08-27 Scott McKayLose the 'response' argument from the RPC stubs, it...
2012-06-27 Scott McKayUpdate the documentation
2012-06-11 Scott McKayWhile implementing the Fortuneteller stubby server...
2012-06-04 Scott McKayA few tweaks
2012-05-30 Scott McKayMore support for Stubby and use in Google3 in general:
2012-05-23 Scott McKayAdd 'vector-of' type, at Shaun Morris's request. This...
2012-05-18 Scott McKayUpdate the documentation a bit more
2012-05-16 Scott McKayAt Sergey's request, make some of the names better:
2012-05-15 Scott McKayAdd some support for testing: 'protobufs-equal'
2012-05-09 Scott McKayAdd a few more Python-like API functions for extension...
2012-05-08 Scott McKayImplement 'proto:clear' for Shaun Morris, since he...
2012-05-08 Scott McKayFix some corner initialization corner cases.
2012-05-07 Scott McKayImprove the documentation
2012-05-07 Scott McKayImplement (de)serialization for the Protobufs 'group...
2012-05-04 Scott McKayTweak the Proto code generator so that we can attempt
2012-04-30 Scott McKayFix a few places where the Lisp macros didn't generate...
2012-04-24 Scott McKayFix a spelling error
2012-04-23 Scott McKayTweak the CLOS->Proto generation to work a bit more nicely
2012-04-20 Scott McKayImprove the CL-Protobufs documentation
2012-04-19 Scott McKay(de)serialization (from)to files
2012-04-19 Scott McKayIt's 'extend', not 'extends'
2012-04-18 Scott McKayFully implement 'extends'
2012-04-16 Scott McKayCheckpoint the implementation of 'define-extends'
2012-04-13 Scott McKayImprove the documentation a bit
2012-04-12 Scott McKayUse Stubby terminology in the implementation: 'RPC...
2012-04-12 Scott McKayBetter support Lisp packages; start implementing extensions
2012-04-11 Scott McKayUpdate the documentation
2012-04-10 Scott McKayAdd some user documentation