aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* 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-152-4/+29
* | Keep pointers to extension values.Juan Silveira2014-07-147-253/+917
|/
* Fix NPE when clearing an extension in nano protosJan-Willem Maarse2014-05-012-1/+15
* Support generation of Parcelable nano messages.Jeff Davidson2014-04-251-1/+10
* 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-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-162-19/+141
* | Allow whitespace in nano codegen options.Max Cai2014-01-141-7/+6
* | 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-182-0/+73
* 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 missing README parts for enum_style and in-repo usageMax Cai2013-10-101-3/+51
* Add reftypes field generator option.Brian Duff2013-10-072-19/+114
* Fix roundtrip failure with groups when unknown fields are enabled.Nicholas Seckar2013-10-042-2/+24
* Implement enum_style=java option.Max Cai2013-09-252-4/+26
* Accessor style for optional fields.Max Cai2013-09-232-7/+188
* Merge "Fix outer classname for javamicro/javanano."Wink Saville2013-08-072-88/+287
|\
| * Fix outer classname for javamicro/javanano.Max Cai2013-08-052-88/+287
* | 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-292-0/+104
|/
* Merge "Add test for passing in proto params."Ulas Kirazci2013-07-261-1/+2
|\
| * Add test for passing in proto params.Ulas Kirazci2013-07-251-1/+2
* | Per-file java_multiple_files flag.Max Cai2013-07-251-0/+16
|/
* Allow NaN/+inf/-inf defaults in micro/nano.Chris Smith2013-07-231-0/+26
* Merge "Add contribution instructions for nano."Ulas Kirazci2013-07-191-0/+18
|\
| * Add contribution instructions for nano.Ulas Kirazci2013-07-191-0/+18
* | 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