aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/main
Commit message (Expand)AuthorAgeFilesLines
* Handle 0-length byte buffers in micro and nano protobufsAndre Eisenbach2015-05-042-0/+4
* Throw OutOfSpaceException instead of IllegalArgumentException.Charles Munger2015-04-211-1/+10
* Inline unknownFieldData{Equals,HashCode} to generated code.Brian Duff2015-03-202-33/+11
* Merge commit '7304898f86cd6b2e525772e9cda4ba686b7d3fd2' into HEADBill Yi2015-02-191-0/+13
|\
| * am 46fe64be: DO NOT MERGE Overloading createMessageTyped to accept a tag as a...Kweku Adams2015-02-111-0/+13
| |\
| | * DO NOT MERGE Overloading createMessageTyped to accept a tag as an integer.Kweku Adams2015-02-101-0/+13
| | * DO NOT MERGE Fix bug with large extension field numbers.Brian Duff2015-02-101-8/+14
* | | Add reset() and position() to CodedOutputByteBufferNano.Shai Barack2015-02-171-0/+17
|/ /
* | Exclude cachedSize when printing fields.Brian Duff2015-01-221-0/+4
* | Upgrade protobuf library to v2.6.1.Jeff Davidson2015-01-2048-58/+77
* | Update protobuf library from 2.3 to 2.6.Jeff Davidson2015-01-1540-1906/+12331
* | Add clone() method support for nano.Brian Duff2015-01-096-2/+94
* | Fix comments.Brian Duff2015-01-071-2/+2
* | Optimize measurement and serialization of nano protos.Charles Munger2015-01-071-28/+214
* | Merge "Fix bug with large extension field numbers."Brian Duff2015-01-061-8/+14
|\ \
| * | Fix bug with large extension field numbers.Brian Duff2014-10-031-8/+14
* | | Added an API method in FieldData to allow access to the UnknownField dataBehrooz Khorashadi2014-11-051-0/+17
|/ /
* | Make the tag field public.Brian Duff2014-09-021-1/+1
* | Add MessageNano.messageNanoEquals().Brian Duff2014-09-021-0/+26
* | Fixed octal printing of bytearraysLinus Tufvesson2014-08-291-1/+1
* | Revert "Fixed octal printing of bytearrays"Max Cai2014-08-281-1/+1
* | Fixed octal printing of bytearraysLinus Tufvesson2014-08-281-1/+1
* | Merge "Fix how getRepeatedFieldArrayLength works"Max Cai2014-08-051-5/+1
|\ \
| * | Fix how getRepeatedFieldArrayLength worksMax Cai2014-07-031-5/+1
* | | Add a hasExtension method to ExtendableMessageNano.Juan Silveira2014-07-171-0/+12
| |/ |/|
* | Fix access around unknownFieldData.Max Cai2014-07-151-0/+25
* | Keep pointers to extension values.Juan Silveira2014-07-145-250/+776
|/
* Fix NPE when clearing an extension in nano protosJan-Willem Maarse2014-05-011-1/+1
* Don't reset cachedSize to 0 in getSerializedSizeDave Hawkey2014-04-102-6/+14
* Revert "Don't reset cachedSize to 0 in getSerializedSize"Wink Saville2014-03-212-15/+7
* Don't reset cachedSize to 0 in getSerializedSizeDave Hawkey2014-03-212-7/+15
* Extension overhaul.Max Cai2014-01-105-344/+702
* Fix MessageNanoPrinter for accessorsAndrew Flynn2013-12-122-23/+65
* Avoid class initializers to help ProGuard.Max Cai2013-12-102-18/+29
* Merge "Update MessageNano#toString() to return mostly valid TextFormat."Max Cai2013-11-152-18/+59
|\
| * Update MessageNano#toString() to return mostly valid TextFormat.Nicholas Seckar2013-11-152-18/+59
* | Minimize method count for nanoproto.Tom Chao2013-11-112-2/+84
|/
* Implement hashCode() and equals() behind a generator option.Brian Duff2013-10-252-4/+236
* Protect against null repeated fields.Brian Duff2013-10-141-1/+1
* Fix roundtrip failure with groups when unknown fields are enabled.Nicholas Seckar2013-10-041-2/+7
* Make it possible to use MessageNano.mergeFrom without casting.Brian Duff2013-07-081-3/+3
* Nano support for extensions and unknown fields.Brian Duff2013-06-245-3/+402
* Add toString() method to MessageNano.Andrew Flynn2013-06-042-0/+187
* Nano protobufs.Ulas Kirazci2013-04-016-0/+2006
* When computing Group and Message size use getSerializedSize.Wink Saville2012-06-111-2/+2
* Fix bug in skipRawBytes if request is larger than buffer.Wink Saville2011-06-202-2/+2
* Changed speed optimization for strings.Wink Saville2010-06-072-102/+32
* Add support for Java micro protobuf's to protobuf-2.3.0.Wink Saville2010-05-297-0/+2410
* Add protobuf 2.3.0 sourcesWink Saville2010-05-2925-2585/+402
* Add support for Java micro protobuf's to protobuf-2.2.0a.Wink Saville2010-05-287-0/+2410