]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - upgradable.lisp
Update documentation
[cl-protobufs.git] / upgradable.lisp
2013-01-03 Scott McKayMerge branch 'master' of git://common-lisp.net/projects...
2012-12-09 Scott McKayMerge branch 'master' of git://common-lisp.net/projects...
2012-12-09 Scott McKayDon't send default values when serializing
2012-06-11 François-René RideauChanged license to MIT-style for publication as part...
2012-06-05 Scott McKaySBCL kindly offered suggestions for improvement:
2012-05-25 Scott McKayGet some stuff working better for Stubby purposes.
2012-05-18 Scott McKayNow that Protobufs has a test suite, it found a few...
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-04-24 Scott McKayA few improvements to upgradability checking and the...
2012-04-12 Scott McKayUse Stubby terminology in the implementation: 'RPC...
2012-04-03 Scott McKayExport a simpler, Python-like API (requested by Sean...
2012-04-02 Scott McKayMore cleaning up of the API: 'class' vs. 'type' vs. 'alias'
2012-04-02 Scott McKayStraighten out API: 'class' vs. 'type' vs. 'alias'
2012-03-15 Scott McKayBetter support for upgradability warnings
2012-03-14 Scott McKayFix a minor bug in service/rpc declarations.
2012-03-13 Scott McKayIt's an error to assign field numbers between 19000...
2012-03-13 Scott McKayUniform handling of options and documentation
2012-03-07 Scott McKayMake the defining macros leave more meta-data for Lisp...
2012-03-06 Scott McKayReorder a few things for readability.