aboutsummaryrefslogtreecommitdiffhomepage
path: root/javanano/src/main/java/com/google
Commit message (Expand)AuthorAge
* Class is final but declares protected fieldGravatar wujingchao2016-11-14
* Fix message for InvalidProtocolBufferExceptionGravatar Msp2016-11-04
* Fix spelling in strings and commentsGravatar Otto Kekäläinen2016-07-03
* Update version number and fix javadoc errors.Gravatar Feng Xiao2016-01-06
* Speed up little endian int/long writes.Gravatar Jeff Davidson2015-05-11
* Handle 0-length byte buffers in micro and nano protobufsGravatar Andre Eisenbach2015-05-04
* Throw OutOfSpaceException instead of IllegalArgumentException.Gravatar Charles Munger2015-04-28
* Inline unknownFieldData{Equals,HashCode} to generated code.Gravatar Brian Duff2015-04-28
* Add reset() and position() to CodedOutputByteBufferNano.Gravatar Shai Barack2015-04-28
* DO NOT MERGE Overloading createMessageTyped to accept a tag as an integer.Gravatar Kweku Adams2015-04-28
* Exclude cachedSize when printing fields.Gravatar Brian Duff2015-04-28
* Add clone() method support for nano.Gravatar Brian Duff2015-04-28
* Fix comments.Gravatar Brian Duff2015-04-28
* Optimize measurement and serialization of nano protos.Gravatar Charles Munger2015-04-28
* Fix bug with large extension field numbers.Gravatar Brian Duff2015-04-28
* Clean up importsGravatar Tamir Duberstein2015-04-02
* DRY: Use `Charset` statics to eliminate exceptionsGravatar Tamir Duberstein2015-04-02
* Support maps in NanoPrinter.Gravatar Jisi Liu2015-02-19
* Use EMPTY_BYTES in WireFormatNanoGravatar Jisi Liu2015-02-19
* Mark factory setter API as private for alpha release.Gravatar Jisi Liu2015-02-17
* Get the map factory per mergeFrom() call for JavaNano.Gravatar Jisi Liu2015-02-07
* implement hashCode() for JavaNano maps.Gravatar Jisi Liu2015-02-06
* Implement Equals for nano.Gravatar Jisi Liu2015-02-06
* Rename empty bytes in JavaNano.Gravatar Jisi Liu2015-02-05
* Rename readData() to readPrimitiveField() in JavaNano.Gravatar Jisi Liu2015-02-05
* Fix the behavior when merging conflicting keys, the new value alwaysGravatar Jisi Liu2015-02-05
* Moving internal code to InternalNano and rename MapUtil to MapFactories.Gravatar Jisi Liu2015-02-04
* parsing and serialzation for maps in JavaNano.Gravatar Jisi Liu2015-02-03
* Parsing for Maps in JavaNanoGravatar Jisi Liu2015-02-02
* Add readData(int) to read primitive value.Gravatar Jisi Liu2015-02-02
* MOVE TYPE_XXX constants to InternalNano.Gravatar Jisi Liu2015-02-02
* Replace links in nano proto code.Gravatar Feng Xiao2014-11-26
* Prepare nano proto code to be merged into protobuf repository.Gravatar Feng Xiao2014-11-19