index
:
external_protobuf.git
replicant-6.0
protobuf
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle 0-length byte buffers in micro and nano protobufs
Andre Eisenbach
2015-05-04
2
-0
/
+4
*
Throw OutOfSpaceException instead of IllegalArgumentException.
Charles Munger
2015-04-21
2
-1
/
+28
*
Generate a CREATOR for each Parcelable message.
Jeff Davidson
2015-04-03
3
-36
/
+23
*
Inline unknownFieldData{Equals,HashCode} to generated code.
Brian Duff
2015-03-20
2
-33
/
+11
*
Merge commit '7304898f86cd6b2e525772e9cda4ba686b7d3fd2' into HEAD
Bill Yi
2015-02-19
1
-0
/
+13
|
\
|
*
am 46fe64be: DO NOT MERGE Overloading createMessageTyped to accept a tag as a...
Kweku Adams
2015-02-11
1
-0
/
+13
|
|
\
|
|
*
DO NOT MERGE Overloading createMessageTyped to accept a tag as an integer.
Kweku Adams
2015-02-10
1
-0
/
+13
|
|
*
DO NOT MERGE Fix bug with large extension field numbers.
Brian Duff
2015-02-10
1
-8
/
+14
*
|
|
Add reset() and position() to CodedOutputByteBufferNano.
Shai Barack
2015-02-17
1
-0
/
+17
|
/
/
*
|
Exclude cachedSize when printing fields.
Brian Duff
2015-01-22
1
-0
/
+4
*
|
Upgrade protobuf library to v2.6.1.
Jeff Davidson
2015-01-20
100
-110
/
+172
*
|
Update protobuf library from 2.3 to 2.6.
Jeff Davidson
2015-01-15
92
-2096
/
+21061
*
|
Merge "When no clear() is generated, still initialize fields."
Brian Duff
2015-01-09
1
-0
/
+6
|
\
\
|
*
|
When no clear() is generated, still initialize fields.
Brian Duff
2015-01-09
1
-0
/
+6
*
|
|
Add clone() method support for nano.
Brian Duff
2015-01-09
7
-2
/
+114
*
|
|
Fix comments.
Brian Duff
2015-01-07
1
-2
/
+2
|
/
/
*
|
Optimize measurement and serialization of nano protos.
Charles Munger
2015-01-07
2
-28
/
+250
*
|
Merge "Fix bug with large extension field numbers."
Brian Duff
2015-01-06
1
-8
/
+14
|
\
\
|
*
|
Fix bug with large extension field numbers.
Brian Duff
2014-10-03
1
-8
/
+14
*
|
|
Added an API method in FieldData to allow access to the UnknownField data
Behrooz Khorashadi
2014-11-05
1
-0
/
+17
|
/
/
*
|
Make the tag field public.
Brian Duff
2014-09-02
1
-1
/
+1
*
|
Add MessageNano.messageNanoEquals().
Brian Duff
2014-09-02
2
-0
/
+29
*
|
Fixed octal printing of bytearrays
Linus Tufvesson
2014-08-29
1
-1
/
+1
*
|
Revert "Fixed octal printing of bytearrays"
Max Cai
2014-08-28
1
-1
/
+1
*
|
Fixed octal printing of bytearrays
Linus Tufvesson
2014-08-28
1
-1
/
+1
*
|
Merge "Fix how getRepeatedFieldArrayLength works"
Max Cai
2014-08-05
1
-5
/
+1
|
\
\
|
*
|
Fix how getRepeatedFieldArrayLength works
Max Cai
2014-07-03
1
-5
/
+1
*
|
|
Add a hasExtension method to ExtendableMessageNano.
Juan Silveira
2014-07-17
2
-2
/
+69
|
|
/
|
/
|
*
|
Fix access around unknownFieldData.
Max Cai
2014-07-15
3
-6
/
+31
*
|
Keep pointers to extension values.
Juan Silveira
2014-07-14
6
-250
/
+913
|
/
*
Fix NPE when clearing an extension in nano protos
Jan-Willem Maarse
2014-05-01
2
-1
/
+15
*
Support generation of Parcelable nano messages.
Jeff Davidson
2014-04-25
5
-0
/
+345
*
Don't reset cachedSize to 0 in getSerializedSize
Dave Hawkey
2014-04-10
3
-6
/
+26
*
Revert "Don't reset cachedSize to 0 in getSerializedSize"
Wink Saville
2014-03-21
3
-30
/
+7
*
Don't reset cachedSize to 0 in getSerializedSize
Dave Hawkey
2014-03-21
3
-7
/
+30
*
Merge "Extension overhaul."
Max Cai
2014-02-17
6
-407
/
+866
|
\
|
*
Extension overhaul.
Max Cai
2014-01-10
6
-407
/
+866
*
|
Fix repeated packed field merging code for non-packed data.
Max Cai
2014-01-16
1
-8
/
+12
*
|
Add validation when parsing enum fields.
Max Cai
2014-01-16
1
-0
/
+122
*
|
Correctness: floating point equality using bits instead of ==.
Max Cai
2014-01-10
1
-10
/
+121
*
|
Don't serialize required fields whose 'has' flags are unset.
Max Cai
2014-01-10
1
-1
/
+6
|
/
*
Fix MessageNanoPrinter for accessors
Andrew Flynn
2013-12-12
3
-25
/
+102
*
Avoid class initializers to help ProGuard.
Max Cai
2013-12-10
2
-18
/
+29
*
Nano: don't generate accessor methods for nested methods
Andrew Flynn
2013-12-09
1
-16
/
+44
*
Align with main: two ways of parsing repeated packable fields.
Max Cai
2013-11-18
1
-0
/
+72
*
Merge "Update MessageNano#toString() to return mostly valid TextFormat."
Max Cai
2013-11-15
3
-40
/
+84
|
\
|
*
Update MessageNano#toString() to return mostly valid TextFormat.
Nicholas Seckar
2013-11-15
3
-40
/
+84
*
|
Minimize method count for nanoproto.
Tom Chao
2013-11-11
2
-2
/
+84
|
/
*
Allow for ref-type arrays containing null elements.
Aurash Mahbod
2013-11-05
1
-2
/
+31
*
Implement hashCode() and equals() behind a generator option.
Brian Duff
2013-10-25
3
-4
/
+455
[next]