aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
Commit message (Expand)AuthorAgeFilesLines
* 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-153-6/+31
* | Keep pointers to extension values.Juan Silveira2014-07-146-250/+913
|/
* Fix NPE when clearing an extension in nano protosJan-Willem Maarse2014-05-012-1/+15
* Support generation of Parcelable nano messages.Jeff Davidson2014-04-255-0/+345
* Don't reset cachedSize to 0 in getSerializedSizeDave Hawkey2014-04-103-6/+26
* Revert "Don't reset cachedSize to 0 in getSerializedSize"Wink Saville2014-03-213-30/+7
* Don't reset cachedSize to 0 in getSerializedSizeDave Hawkey2014-03-213-7/+30
* Merge "Extension overhaul."Max Cai2014-02-176-407/+866
|\
| * Extension overhaul.Max Cai2014-01-106-407/+866
* | 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-161-0/+122
* | 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-091-16/+44
* Align with main: two ways of parsing repeated packable fields.Max Cai2013-11-181-0/+72
* Merge "Update MessageNano#toString() to return mostly valid TextFormat."Max Cai2013-11-153-40/+84
|\
| * Update MessageNano#toString() to return mostly valid TextFormat.Nicholas Seckar2013-11-153-40/+84
* | Minimize method count for nanoproto.Tom Chao2013-11-112-2/+84
|/
* Allow for ref-type arrays containing null elements.Aurash Mahbod2013-11-051-2/+31
* Implement hashCode() and equals() behind a generator option.Brian Duff2013-10-253-4/+455
* Feature request: set() and clear() accessors return thisMax Cai2013-10-161-0/+6
* Fix repeated field merging semantics.Max Cai2013-10-151-4/+97
* Protect against null repeated fields.Brian Duff2013-10-142-3/+53
* Add reftypes field generator option.Brian Duff2013-10-071-0/+62
* Fix roundtrip failure with groups when unknown fields are enabled.Nicholas Seckar2013-10-042-2/+24
* Implement enum_style=java option.Max Cai2013-09-251-0/+13
* Accessor style for optional fields.Max Cai2013-09-231-1/+149
* Merge "Fix outer classname for javamicro/javanano."Wink Saville2013-08-072-5/+86
|\
| * Fix outer classname for javamicro/javanano.Max Cai2013-08-052-5/+86
* | Merge "Fixed packed repeated serialization."Ulas Kirazci2013-07-311-0/+19
|\ \ | |/ |/|
| * Fixed packed repeated serialization.Ulas Kirazci2013-07-311-0/+19
* | Add an option to inspect "has" state upon parse.Ulas Kirazci2013-07-291-0/+88
|/
* Per-file java_multiple_files flag.Max Cai2013-07-252-2/+35
* Allow NaN/+inf/-inf defaults in micro/nano.Chris Smith2013-07-232-0/+38
* Update nano to serialize java keywords properly.Tom Chao2013-07-191-0/+6
* Make it possible to use MessageNano.mergeFrom without casting.Brian Duff2013-07-082-3/+12
* Nano support for extensions and unknown fields.Brian Duff2013-06-246-4/+497
* Add toString() method to MessageNano.Andrew Flynn2013-06-043-0/+241
* Nano protobufs.Ulas Kirazci2013-04-017-0/+4110
* 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-204-2/+95
* Remove vestigial references to StringUtf8Micro.Wink Saville2010-10-061-1/+0
* Changed speed optimization for strings.Wink Saville2010-06-073-934/+32
* Add support for Java micro protobuf's to protobuf-2.3.0.Wink Saville2010-05-299-0/+5380
* Add protobuf 2.3.0 sourcesWink Saville2010-05-2936-5563/+767