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
*
Update version number to 3.0.0-beta-4
Feng Xiao
2016-07-13
*
Fix spelling in strings and comments
Otto Kekäläinen
2016-07-03
*
Update version numbers for other languages
Jisi Liu
2016-05-10
*
Update version number and fix javadoc errors.
Feng Xiao
2016-01-06
*
Update version number.
Feng Xiao
2015-08-26
*
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
|
/
*
Merge pull request #361 from brianduff/sync_aosp
Feng Xiao
2015-06-06
|
\
*
|
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
|
*
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
*
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
[next]