aboutsummaryrefslogtreecommitdiff
path: root/javanano/src/main
Commit message (Expand)AuthorAgeFilesLines
* Class is final but declares protected fieldwujingchao2016-11-141-2/+2
* Fix message for InvalidProtocolBufferExceptionMsp2016-11-041-1/+1
* Fix spelling in strings and commentsOtto Kekäläinen2016-07-031-1/+1
* Update version number and fix javadoc errors.Feng Xiao2016-01-061-2/+2
* Speed up little endian int/long writes.Jeff Davidson2015-05-111-12/+10
* Handle 0-length byte buffers in micro and nano protobufsAndre Eisenbach2015-05-041-0/+2
* Throw OutOfSpaceException instead of IllegalArgumentException.Charles Munger2015-04-281-1/+10
* Inline unknownFieldData{Equals,HashCode} to generated code.Brian Duff2015-04-282-33/+11
* Add reset() and position() to CodedOutputByteBufferNano.Shai Barack2015-04-281-0/+17
* DO NOT MERGE Overloading createMessageTyped to accept a tag as an integer.Kweku Adams2015-04-282-13/+13
* Exclude cachedSize when printing fields.Brian Duff2015-04-281-0/+4
* Add clone() method support for nano.Brian Duff2015-04-286-2/+94
* Fix comments.Brian Duff2015-04-281-2/+2
* Optimize measurement and serialization of nano protos.Charles Munger2015-04-281-23/+215
* Fix bug with large extension field numbers.Brian Duff2015-04-282-8/+27
* Clean up importsTamir Duberstein2015-04-022-3/+1
* DRY: Use `Charset` statics to eliminate exceptionsTamir Duberstein2015-04-023-32/+13
* Support maps in NanoPrinter.Jisi Liu2015-02-191-0/+14
* Use EMPTY_BYTES in WireFormatNanoJisi Liu2015-02-191-2/+1
* Mark factory setter API as private for alpha release.Jisi Liu2015-02-171-1/+5
* Get the map factory per mergeFrom() call for JavaNano.Jisi Liu2015-02-071-1/+4
* implement hashCode() for JavaNano maps.Jisi Liu2015-02-061-0/+19
* Implement Equals for nano.Jisi Liu2015-02-061-0/+40
* Rename empty bytes in JavaNano.Jisi Liu2015-02-051-3/+3
* Rename readData() to readPrimitiveField() in JavaNano.Jisi Liu2015-02-053-4/+4
* Fix the behavior when merging conflicting keys, the new value alwaysJisi Liu2015-02-051-33/+7
* Moving internal code to InternalNano and rename MapUtil to MapFactories.Jisi Liu2015-02-043-234/+230
* parsing and serialzation for maps in JavaNano.Jisi Liu2015-02-032-28/+289
* Parsing for Maps in JavaNanoJisi Liu2015-02-021-0/+97
* Add readData(int) to read primitive value.Jisi Liu2015-02-021-0/+40
* MOVE TYPE_XXX constants to InternalNano.Jisi Liu2015-02-022-54/+39
* Replace links in nano proto code.Feng Xiao2014-11-2612-12/+12
* Prepare nano proto code to be merged into protobuf repository.Feng Xiao2014-11-1912-0/+3973