index
:
protobuf
master
Protocol Buffers – Google’s data interchange format
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
javanano
/
src
Commit message (
Expand
)
Author
Age
*
Class is final but declares protected field
wujingchao
2016-11-14
*
Fix message for InvalidProtocolBufferException
Msp
2016-11-04
*
Fix spelling in strings and comments
Otto Kekäläinen
2016-07-03
*
Update version number and fix javadoc errors.
Feng Xiao
2016-01-06
*
Merge branch 'master' of https://github.com/zsurocking/protobuf
Xiao Hang
2015-08-04
|
\
*
|
Generate a package name suffix ".nano" for nano messages
Xiao Hang
2015-07-29
|
/
*
Speed up little endian int/long writes.
Jeff Davidson
2015-05-11
*
Handle 0-length byte buffers in micro and nano protobufs
Andre Eisenbach
2015-05-04
*
Throw OutOfSpaceException instead of IllegalArgumentException.
Charles Munger
2015-04-28
*
Inline unknownFieldData{Equals,HashCode} to generated code.
Brian Duff
2015-04-28
*
Add reset() and position() to CodedOutputByteBufferNano.
Shai Barack
2015-04-28
*
DO NOT MERGE Overloading createMessageTyped to accept a tag as an integer.
Kweku Adams
2015-04-28
*
Exclude cachedSize when printing fields.
Brian Duff
2015-04-28
*
Add clone() method support for nano.
Brian Duff
2015-04-28
*
When no clear() is generated, still initialize fields.
Brian Duff
2015-04-28
*
Fix comments.
Brian Duff
2015-04-28
*
Optimize measurement and serialization of nano protos.
Charles Munger
2015-04-28
*
Fix bug with large extension field numbers.
Brian Duff
2015-04-28
*
Clean up imports
Tamir Duberstein
2015-04-02
*
DRY: Use `Charset` statics to eliminate exceptions
Tamir Duberstein
2015-04-02
*
Add test for debug string for oneof
Jisi Liu
2015-02-19
*
Fix review comments.
Jisi Liu
2015-02-19
*
Add tests for oneofs.
Jisi Liu
2015-02-19
*
partial oneof tests.
Jisi Liu
2015-02-19
*
Add tests for oneof equals and hash.
Jisi Liu
2015-02-19
*
Uncomment string/bytes fields in oneof nano.
Jisi Liu
2015-02-19
*
Oneof message level elements (consts, case getter/clear) and messsage type fi...
Jisi Liu
2015-02-19
*
Initial check in for primitive oneof fields.
Jisi Liu
2015-02-19
*
Support maps in NanoPrinter.
Jisi Liu
2015-02-19
*
Use EMPTY_BYTES in WireFormatNano
Jisi Liu
2015-02-19
*
Mark factory setter API as private for alpha release.
Jisi Liu
2015-02-17
*
Get the map factory per mergeFrom() call for JavaNano.
Jisi Liu
2015-02-07
*
implement hashCode() for JavaNano maps.
Jisi Liu
2015-02-06
*
Implement Equals for nano.
Jisi Liu
2015-02-06
*
Rename empty bytes in JavaNano.
Jisi Liu
2015-02-05
*
Rename readData() to readPrimitiveField() in JavaNano.
Jisi Liu
2015-02-05
*
Add tests merging empty entries in JavaNano map
Jisi Liu
2015-02-05
*
Fix the behavior when merging conflicting keys, the new value always
Jisi Liu
2015-02-05
*
Test keys and values cannot be null.
Jisi Liu
2015-02-05
*
Basic serialization/parsing test.
Jisi Liu
2015-02-05
*
Moving internal code to InternalNano and rename MapUtil to MapFactories.
Jisi Liu
2015-02-04
*
parsing and serialzation for maps in JavaNano.
Jisi Liu
2015-02-03
*
Parsing for Maps in JavaNano
Jisi Liu
2015-02-02
*
Add readData(int) to read primitive value.
Jisi Liu
2015-02-02
*
MOVE TYPE_XXX constants to InternalNano.
Jisi Liu
2015-02-02
*
Add package for map test for nano.
Jisi Liu
2015-02-02
*
Add tests for JavaNano maps.
Jisi Liu
2015-02-02
*
Replace links in nano proto code.
Feng Xiao
2014-11-26
*
Prepare nano proto code to be merged into protobuf repository.
Feng Xiao
2014-11-19