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
/
main
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
*
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
*
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
*
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
*
Fix the behavior when merging conflicting keys, the new value always
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
*
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