aboutsummaryrefslogtreecommitdiff
path: root/javanano/src/main/java/com/google/protobuf/nano/InternalNano.java
Commit message (Expand)AuthorAgeFilesLines
* Initialize python-wheel branchBo Yang2018-01-231-547/+0
* Class is final but declares protected fieldwujingchao2016-11-141-2/+2
* Add clone() method support for nano.Brian Duff2015-04-281-0/+8
* Clean up importsTamir Duberstein2015-04-021-2/+1
* DRY: Use `Charset` statics to eliminate exceptionsTamir Duberstein2015-04-021-22/+7
* Use EMPTY_BYTES in WireFormatNanoJisi Liu2015-02-191-2/+1
* Get the map factory per mergeFrom() call for JavaNano.Jisi Liu2015-02-071-1/+4
* implement hashCode() for JavaNano maps.Jisi Liu2015-02-061-0/+19
* Implement Equals for nano.Jisi Liu2015-02-061-0/+40
* Rename empty bytes in JavaNano.Jisi Liu2015-02-051-3/+3
* Rename readData() to readPrimitiveField() in JavaNano.Jisi Liu2015-02-051-2/+2
* Fix the behavior when merging conflicting keys, the new value alwaysJisi Liu2015-02-051-33/+7
* Moving internal code to InternalNano and rename MapUtil to MapFactories.Jisi Liu2015-02-041-0/+167
* MOVE TYPE_XXX constants to InternalNano.Jisi Liu2015-02-021-0/+20
* Replace links in nano proto code.Feng Xiao2014-11-261-1/+1
* Prepare nano proto code to be merged into protobuf repository.Feng Xiao2014-11-191-0/+333