aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/main/java/com/google/protobuf/nano/MessageNanoPrinter.java
Commit message (Expand)AuthorAgeFilesLines
* Exclude cachedSize when printing fields.Brian Duff2015-01-221-0/+4
* Fixed octal printing of bytearraysLinus Tufvesson2014-08-291-1/+1
* Revert "Fixed octal printing of bytearrays"Max Cai2014-08-281-1/+1
* Fixed octal printing of bytearraysLinus Tufvesson2014-08-281-1/+1
* Fix MessageNanoPrinter for accessorsAndrew Flynn2013-12-121-22/+63
* Avoid class initializers to help ProGuard.Max Cai2013-12-101-18/+17
* Update MessageNano#toString() to return mostly valid TextFormat.Nicholas Seckar2013-11-151-17/+55
* Protect against null repeated fields.Brian Duff2013-10-141-1/+1
* Add toString() method to MessageNano.Andrew Flynn2013-06-041-0/+179