summaryrefslogtreecommitdiff
path: root/javanano/src/main/java/com/google/protobuf/nano
AgeCommit message (Expand)Author
2018-11-04Revert "Merge tag 'v3.0.1-javalite'"android-wear-8.0.0_r2Colin Cross
2016-07-03Fix spelling in strings and commentsOtto Kekäläinen
2016-01-06Update version number and fix javadoc errors.Feng Xiao
2015-05-11Speed up little endian int/long writes.Jeff Davidson
2015-05-04Handle 0-length byte buffers in micro and nano protobufsAndre Eisenbach
2015-04-28Throw OutOfSpaceException instead of IllegalArgumentException.Charles Munger
2015-04-28Inline unknownFieldData{Equals,HashCode} to generated code.Brian Duff
2015-04-28Add reset() and position() to CodedOutputByteBufferNano.Shai Barack
2015-04-28DO NOT MERGE Overloading createMessageTyped to accept a tag as an integer.Kweku Adams
2015-04-28Exclude cachedSize when printing fields.Brian Duff
2015-04-28Add clone() method support for nano.Brian Duff
2015-04-28Fix comments.Brian Duff
2015-04-28Optimize measurement and serialization of nano protos.Charles Munger
2015-04-28Fix bug with large extension field numbers.Brian Duff
2015-04-02Clean up importsTamir Duberstein
2015-04-02DRY: Use `Charset` statics to eliminate exceptionsTamir Duberstein
2015-02-19Support maps in NanoPrinter.Jisi Liu
2015-02-19Use EMPTY_BYTES in WireFormatNanoJisi Liu
2015-02-17Mark factory setter API as private for alpha release.Jisi Liu
2015-02-07Get the map factory per mergeFrom() call for JavaNano.Jisi Liu
2015-02-06implement hashCode() for JavaNano maps.Jisi Liu
2015-02-06Implement Equals for nano.Jisi Liu
2015-02-05Rename empty bytes in JavaNano.Jisi Liu
2015-02-05Rename readData() to readPrimitiveField() in JavaNano.Jisi Liu
2015-02-05Fix the behavior when merging conflicting keys, the new value alwaysJisi Liu
2015-02-04Moving internal code to InternalNano and rename MapUtil to MapFactories.Jisi Liu
2015-02-03parsing and serialzation for maps in JavaNano.Jisi Liu
2015-02-02Parsing for Maps in JavaNanoJisi Liu
2015-02-02Add readData(int) to read primitive value.Jisi Liu
2015-02-02MOVE TYPE_XXX constants to InternalNano.Jisi Liu
2014-11-26Replace links in nano proto code.Feng Xiao
2014-11-19Prepare nano proto code to be merged into protobuf repository.Feng Xiao