summaryrefslogtreecommitdiff
path: root/javanano
AgeCommit message (Expand)Author
2016-07-03Fix spelling in strings and commentsOtto Kekäläinen
2016-05-10Update version numbers for other languagesJisi Liu
2016-01-06Update version number and fix javadoc errors.Feng Xiao
2015-08-26Update version number.Feng Xiao
2015-08-04Merge branch 'master' of https://github.com/zsurocking/protobufXiao Hang
2015-07-29Generate a package name suffix ".nano" for nano messagesXiao Hang
2015-06-06Merge pull request #361 from brianduff/sync_aospFeng Xiao
2015-05-29Add distributionManagement explicitly to prevent maven from usingBo Yang
2015-05-29Update version number to 3.0.0-alpha-4Bo Yang
2015-05-23Update version number to 3.0.0-alpha-3teboring
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-28Generate @IntDef annotations for nanoproto enums.Jeff Davidson
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-28When no clear() is generated, still initialize fields.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-03-17converted javanano README to markdown. Corrected Makefilejesse
2015-03-05Merge pull request #231 from google/alpha-2-fixChris Fallin
2015-03-05Add maven release profile for JavaNano.Jisi Liu
2015-03-02Bump the version number to 3.0.0-alpha-3-preJisi Liu
2015-02-21Update version number to 3.0.0-alpha-2Jisi Liu
2015-02-20Add changelog for 3.0.0-alpha2 release.Jisi Liu
2015-02-19Add test for debug string for oneofJisi Liu
2015-02-19Fix review comments.Jisi Liu
2015-02-19Add tests for oneofs.Jisi Liu
2015-02-19partial oneof tests.Jisi Liu
2015-02-19Add tests for oneof equals and hash.Jisi Liu
2015-02-19Uncomment string/bytes fields in oneof nano.Jisi Liu
2015-02-19Oneof message level elements (consts, case getter/clear) and messsage type fi...Jisi Liu
2015-02-19Initial check in for primitive oneof fields.Jisi Liu
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-09Merge the javanano map test into the main test target.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-05Add tests merging empty entries in JavaNano mapJisi Liu
2015-02-05Fix the behavior when merging conflicting keys, the new value alwaysJisi Liu