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
Commit message (
Expand
)
Author
Age
*
Add distributionManagement explicitly to prevent maven from using
Bo Yang
2015-05-29
*
Update version number to 3.0.0-alpha-4
Bo Yang
2015-05-29
*
Update version number to 3.0.0-alpha-3
teboring
2015-05-23
*
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
*
Generate @IntDef annotations for nanoproto enums.
Jeff Davidson
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
*
converted javanano README to markdown. Corrected Makefile
jesse
2015-03-17
*
Merge pull request #231 from google/alpha-2-fix
Chris Fallin
2015-03-05
|
\
|
*
Add maven release profile for JavaNano.
Jisi Liu
2015-03-05
*
|
Bump the version number to 3.0.0-alpha-3-pre
Jisi Liu
2015-03-02
|
/
*
Update version number to 3.0.0-alpha-2
Jisi Liu
2015-02-21
*
Add changelog for 3.0.0-alpha2 release.
Jisi Liu
2015-02-20
*
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
*
Merge the javanano map test into the main test target.
Jisi Liu
2015-02-09
*
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
[next]