aboutsummaryrefslogtreecommitdiffstats
path: root/java
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-212-1/+28
* Generate a CREATOR for each Parcelable message.Jeff Davidson2015-04-033-36/+23
* 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
* | | Merge "Generate @IntDef annotations for nanoproto enums."Jeff Davidson2015-02-191-1/+23
|\ \ \
| * | | Generate @IntDef annotations for nanoproto enums.Jeff Davidson2015-02-191-1/+23
| |/ /
* | | 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-20102-118/+180
* | Update protobuf library from 2.3 to 2.6.Jeff Davidson2015-01-1594-2105/+21108
* | Merge "When no clear() is generated, still initialize fields."Brian Duff2015-01-092-0/+12
|\ \
| * | When no clear() is generated, still initialize fields.Brian Duff2015-01-092-0/+12
* | | Add clone() method support for nano.Brian Duff2015-01-098-5/+117
* | | Fix comments.Brian Duff2015-01-071-2/+2
|/ /
* | Optimize measurement and serialization of nano protos.Charles Munger2015-01-072-28/+250
* | 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-022-0/+29
* | 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-172-2/+69
| |/ |/|
* | Fix access around unknownFieldData.Max Cai2014-07-154-7/+32
* | Keep pointers to extension values.Juan Silveira2014-07-148-256/+920
|/
* Fix NPE when clearing an extension in nano protosJan-Willem Maarse2014-05-012-1/+15
* Support generation of Parcelable nano messages.Jeff Davidson2014-04-256-1/+355
* Adds --ignore_service nano proto compiler flagJie Dai2014-04-231-0/+8
* Don't reset cachedSize to 0 in getSerializedSizeDave Hawkey2014-04-104-6/+35
* Revert "Don't reset cachedSize to 0 in getSerializedSize"Wink Saville2014-03-214-39/+7
* Don't reset cachedSize to 0 in getSerializedSizeDave Hawkey2014-03-214-7/+39
* Merge "Extension overhaul."Max Cai2014-02-177-407/+884
|\
| * Extension overhaul.Max Cai2014-01-107-407/+884
* | Fix repeated packed field merging code for non-packed data.Max Cai2014-01-161-8/+12
* | Add validation when parsing enum fields.Max Cai2014-01-163-19/+151
* | Allow whitespace in nano codegen options.Max Cai2014-01-142-8/+11
* | Correctness: floating point equality using bits instead of ==.Max Cai2014-01-101-10/+121
* | Don't serialize required fields whose 'has' flags are unset.Max Cai2014-01-101-1/+6
|/
* Fix MessageNanoPrinter for accessorsAndrew Flynn2013-12-123-25/+102
* Avoid class initializers to help ProGuard.Max Cai2013-12-102-18/+29
* Nano: don't generate accessor methods for nested methodsAndrew Flynn2013-12-092-19/+47
* Align with main: two ways of parsing repeated packable fields.Max Cai2013-11-183-0/+74
* Merge "Update MessageNano#toString() to return mostly valid TextFormat."Max Cai2013-11-153-40/+84
|\