]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - wire-format.lisp
Don't kluge *asdf-verbose* on asdf3.
[cl-protobufs.git] / wire-format.lisp
2014-06-11 Alejandro R SedeñoMerge branch 'full-tests-missing-paren'
2014-05-12 Alejandro R SedeñoMerge branch 'extentions-no-required-fields'
2013-06-10 Scott McKayMerge branch 'master' of ssh://common-lisp.net/var...
2013-06-03 Alejandro R SedeñoMerge branch 'int32-serialization'
2013-05-29 Alejandro R Sedeñowire-format: Rework SERIALIZE-PACKED
2013-05-29 Alejandro R Sedeñowire-format: More type declaration and LOGBITP usage
2013-05-29 Alejandro R Sedeñowire-format: More type declarations
2013-05-29 Alejandro R Sedeñowire-format: Start using LOGBITP and ILOGBITP
2013-05-29 Alejandro R Sedeñowire-format: BABEL:STRING-TO-OCTETS gives us a SIMPLE-ARRAY
2013-05-29 Alejandro R Sedeñowire-format: An ENCODE-INT that doesn't cons
2013-05-29 Alejandro R Sedeñowire-format: A more efficient VARINT-LENGTH
2013-05-29 Alejandro R Sedeñowire-format: Drop unnecessary clamping for callers...
2013-05-29 Alejandro R Sedeñowire-format: Generated ENCODE-UINT methods now clamp...
2013-05-29 Alejandro R Sedeñowire-format: Eliminate LENGTH32, LENGTH64, DECODE-INT32...
2013-05-29 Alejandro R Sedeñowire-format: Start using ENCODE-INT and DECODE-INT
2013-05-29 Alejandro R Sedeñowire-format: Introduce ENCODE-INT and DECODE-INT
2013-05-29 Alejandro R Sedeñowire-format: Replace LENGTH32 and LENGTH64 with VARINT...
2013-05-29 Alejandro R Sedeñowire-format: Introduce VARINT-LENGTH to replace LENGTH3...
2013-05-27 Alejandro R SedeñoMerge branch 'refactor-define-proto'
2013-04-06 Scott McKaySignal 'serialization-error' if there are any hard...
2013-01-03 Alejandro R SedeñoGenerate integer encoders and decoders with thought...
2012-11-07 Alejandro R Sedeñofix a typo
2012-09-18 Scott McKaySpeed up unoptimized serialization
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-06-01 Scott McKayFrigging SBCL
2012-06-01 Scott McKayMake it a bit easier to debug (de)serialization
2012-05-25 Scott McKayFix a few more things discovered by the tests:
2012-05-23 Scott McKayAdd 'vector-of' type, at Shaun Morris's request. This...
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-16 Scott McKayTie up a few loose ends with 'unittests.proto'; there...
2012-05-11 Scott McKayNow that I've started importing the Google tests for...
2012-05-10 Scott McKayFix some problems reported by Shaun Morris:
2012-05-09 Scott McKayAdd a few more Python-like API functions for extension...
2012-05-08 Scott McKayYikes, the optimizer for 'deserialize-packed' had a...
2012-05-07 Scott McKayDarn, forgot to save a buffer. Sorry for the build errors.
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-05-02 Scott McKayTighten up the tights in the optimized (de)serializatio...
2012-05-02 Scott McKaySpeed up string (de)serialization a bit
2012-04-25 Scott McKayFix some things that break the SBCL build
2012-04-23 Scott McKayDon't generate compiler warnings for optimized serializ...
2012-04-19 Scott McKayWow, deserializing extended messages is a bit trickier...
2012-04-02 Scott McKayStraighten out API: 'class' vs. 'type' vs. 'alias'
2012-04-01 Scott McKaySome cleanups to enable some more cleanups :-)
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-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 McKayBetter support for upgradability warnings
2012-03-14 Scott McKaySupport floating point in the wire protocol
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 McKayBreak Protobufs support out into its own module with Quux.