]> asedeno.scripts.mit.edu Git - cl-protobufs.git/shortlog
cl-protobufs.git
2012-04-03 Scott McKayMake it (almost) possible to compile/load Protobufs...
2012-04-02 Scott McKayD'oh, forgot to initialize nullable and sequence slots...
2012-04-02 Scott McKayHaving straightened out aliases, we can now speed up...
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-04-02 Scott McKay'serialize-object' and 'object-size' should take a...
2012-04-01 Scott McKaySome cleanups to enable some more cleanups :-)
2012-03-31 Scott McKayMisplaced 'when' prevented serialization of PNRs from...
2012-03-30 Alejandro Sedeñotweak proto-pkgdcl.lisp to fix bogus exports unit test
2012-03-30 Alejandro Sedeñofix bugs introduced in last commit
2012-03-30 Scott McKayFix problems found while debugging 'read-air-reservatio...
2012-03-29 Scott McKayType-checking was killing us while deserializing length...
2012-03-29 Scott McKayCommit changes merged from trunk
2012-03-29 Scott McKayMore optimizations of (de)serialization at the wire...
2012-03-27 Scott McKayTweak serialization performance a bit more; add optimiz...
2012-03-26 Scott McKayAdd optimizations for (de)serialization
2012-03-23 Scott McKayGet 3x performance improvement out of (de)serialization...
2012-03-22 Scott McKayNFC -- indentation
2012-03-22 Scott McKaySlightly better handling of defaults
2012-03-21 Scott McKayFix a problem in which 'define-message' could define...
2012-03-21 Scott McKayFully implement class/type "override" so that 'proto...
2012-03-20 Scott McKayFix some things noticed by Igor:
2012-03-19 Scott McKayRemove one of the examples now that I'm making it work
2012-03-19 Scott McKayTweak a few things for the XML->Protobufs work
2012-03-16 Scott McKayMake the CLOS -> Protobufs transformer do a better...
2012-03-16 Scott McKayNeed to encode/decode both signed and unsigned fixed...
2012-03-15 Scott McKayAfter confirming my suspicions with Robert Brown,
2012-03-15 Scott McKayExtend the 'define-proto' macrology so it can be used to
2012-03-15 Scott McKayTweak the syntax of RPCs within services a bit.
2012-03-15 Scott McKayBetter support for upgradability warnings
2012-03-14 Scott McKayFix a minor bug in service/rpc declarations.
2012-03-14 Scott McKayAdd ASDF support for .proto modules.
2012-03-14 Scott McKaySupport floating point in the wire protocol
2012-03-13 Scott McKayIt's an error to assign field numbers between 19000...
2012-03-13 Scott McKayFix a bug in the options printers.
2012-03-13 Scott McKayUniform handling of options and documentation
2012-03-12 Scott McKayImplement the .proto file parser.
2012-03-09 Scott McKaySimplify some things to make development using Protobuf...
2012-03-09 Scott McKaySupport extensions
2012-03-08 Scott McKayModel options as first-class object, this so we can get the
2012-03-07 Scott McKayFix a dumb typo
2012-03-07 Scott McKayMake the Lisp schema printer do a much better job
2012-03-07 Scott McKayMake the defining macros leave more meta-data for Lisp...
2012-03-06 Scott McKayMake the textual printer handle empty fields and nested...
2012-03-06 Scott McKayImplement Protobufs text format, for simpler debugging
2012-03-06 Scott McKayReorder a few things for readability.
2012-03-06 Scott McKayAdd :conc-name so we can generate better Lisp code.
2012-03-06 Scott McKaySupport syntax, options and imports
2012-03-06 Scott McKayBreak Protobufs support out into its own module with Quux.