aboutsummaryrefslogtreecommitdiff
path: root/java/src/main/java/com/google/protobuf/TextFormat.java
Commit message (Expand)AuthorAgeFilesLines
* Restructuring protobuf to multiple modulesnmittler2016-01-131-2065/+0
* Down-integrate from internal code base.Feng Xiao2015-12-111-1/+53
* Down-integrate from google internal.Jisi Liu2015-10-051-0/+15
* Fix javadoc errors.Feng Xiao2015-08-271-6/+6
* down-integrate internal changesBo Yang2015-05-211-2/+2
* Down integrate from Google internal branch for C++ and Java.Jisi Liu2015-02-281-56/+63
* Make Java TextFormat.printToUnicodeString() escape newlines.Feng Xiao2014-11-251-1/+2
* Merge branch 'typofixes-vlajos-20141108' of https://github.com/vlajos/protobu...Feng Xiao2014-11-111-4/+4
|\
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-4/+4
* | Down-integrate from internal code base.Feng Xiao2014-11-101-4/+10
|/
* Replace links to code.google.com/protobuf with developers.google.com/protocol...Feng Xiao2014-10-011-1/+1
* 1, Remove unkown field support in jave TextFormatjieluo@google.com2014-07-251-15/+0
* add printUnicode methods in TextFormatjieluo@google.com2014-07-181-0/+20
* down integrate to svnjieluo@google.com2014-07-181-186/+606
* Down-integrate from internal branchxiaofeng@google.com2012-09-221-19/+102
* Submit recent changes from internal branch. See CHANGES.txt for more details.liujisi@google.com2010-11-021-175/+313
* Fix some Java warnings. Patch from Evan Jones.kenton@google.com2010-01-211-2/+1
* Address comments from various code reviews.kenton@google.com2010-01-071-1/+7
* In Java's TextFormat, correcty concatenate adjacent string literals, as C++ d...kenton@google.com2009-12-231-5/+15
* Massive roll-up of changes. See CHANGES.txt.kenton@google.com2009-12-181-1/+1
* Submit recent changes from internal branch, including "lite mode" forkenton@google.com2009-07-291-132/+164
* Push out changes from internal codebase.kenton@google.com2009-01-221-5/+7
* Integrate changes from internal Google-internal branch.kenton@google.com2008-09-241-11/+24
* Sync code with Google-internal branch. Changes:temporal2008-07-231-3/+37
* Initial checkin.temporal2008-07-101-0/+1242