aboutsummaryrefslogtreecommitdiff
path: root/java/src/test/java/com/google
Commit message (Expand)AuthorAgeFilesLines
* Restructuring protobuf to multiple modulesnmittler2016-01-1373-26454/+0
* Down-integrate from internal code base.Feng Xiao2015-12-1115-34/+774
* Down-integrate from google internal.Jisi Liu2015-10-054-70/+140
* Down-integrate from internal code base.Feng Xiao2015-08-232-0/+134
* Down-integrate from google3.Feng Xiao2015-08-2217-50/+291
* Merge pull request #413 from TeBoring/masterPaul Yang2015-05-2116-24/+4699
|\
| * down-integrate internal changesBo Yang2015-05-2116-24/+4699
* | Include well-known types in Java runtime.Feng Xiao2015-05-211-0/+65
|/
* Clean up importsTamir Duberstein2015-04-023-20/+15
* Move `UTF_8` to `Internal`Tamir Duberstein2015-04-029-20/+20
* Skip 3-byte test in CITamir Duberstein2015-04-021-2/+5
* DRY: Use `Charset` statics to eliminate exceptionsTamir Duberstein2015-04-0210-23/+20
* perf: String#getBytes(Charset) vs getBytes(String)Viktor Szathmáry2015-04-024-0/+76
* WhitespaceTamir Duberstein2015-04-027-22/+22
* Down integrate from Google internal branch for C++ and Java.Jisi Liu2015-02-2812-5/+247
* Propogate onChange() event when getFooBuilder() is on an oneof messageJisi Liu2015-02-231-1/+13
* Fix Java maps reflection to call onChange to populate changes to parentJisi Liu2015-02-231-66/+105
* Down-integrate from internal code base.Feng Xiao2014-12-091-0/+7
* Remove usage of features not supported in Java 1.6.Feng Xiao2014-12-031-3/+2
* Merge pull request #102 from fizbin/bytestring_serializableFeng Xiao2014-11-273-0/+53
|\
| * Add tests for other ByteString subclassesDaniel Martin2014-11-272-0/+37
| * Make ByteStrings serializable with java serialization.Daniel Martin2014-11-251-0/+16
* | Make Java TextFormat.printToUnicodeString() escape newlines.Feng Xiao2014-11-251-5/+13
|/
* Down-integrate from internal code base.Feng Xiao2014-11-201-0/+13
* Down-integrate from internal code base (C++ maps support).Feng Xiao2014-11-143-0/+24
* Down-integrate from internal code base.Feng Xiao2014-11-1033-52/+2784
* Merge pull request #38 from xfxyjwf/fix17Feng Xiao2014-10-031-0/+16
|\
| * Fix a bug that causes DynamicMessage.setField() to not work for repeatedFeng Xiao2014-10-011-0/+16
* | Fix descriptor validation logic for packed enum fields.Feng Xiao2014-10-011-0/+27
|/
* Replace links to code.google.com/protobuf with developers.google.com/protocol...Feng Xiao2014-10-0152-52/+52
* 1, Remove unkown field support in jave TextFormatjieluo@google.com2014-07-251-103/+0
* down integrate to svnjieluo@google.com2014-07-1833-45/+3078
* Down-integrate from internal branchxiaofeng@google.com2012-09-2221-68/+3327
* Close resources properly for java tests and examples.liujisi@google.com2011-06-072-6/+15
* Allow String to be used as message names.liujisi@google.com2011-05-041-0/+20
* Make protobuf java JDK 1.5 compatible.liujisi@google.com2011-04-283-3/+45
* Use fully qualified java.lang.Object in protoc java code.liujisi@google.com2011-04-081-1/+5
* Fix issue 256: compute the correct size for negative enum values, which need ...jasonh@google.com2011-02-181-0/+15
* Escape C++ Trigraphs.liujisi@google.com2010-12-211-0/+1
* Submit recent changes from internal branch. See CHANGES.txt for more details.liujisi@google.com2010-11-0225-86/+2375
* Roll back revision 313. A similar but far more exensive change was made in o...kenton@google.com2010-09-171-24/+0
* Optimize Java string serialization. Patch from Evan Jones.kenton@google.com2010-02-011-0/+24
* More Java warning tweaks from Evan Jones.kenton@google.com2010-01-281-0/+1
* Fix some Java warnings. Patch from Evan Jones.kenton@google.com2010-01-214-10/+6
* In Java's TextFormat, correcty concatenate adjacent string literals, as C++ d...kenton@google.com2009-12-231-2/+8
* getExtension() on an empty repeated field should return an empty list, not a ...kenton@google.com2009-12-222-1/+31
* Massive roll-up of changes. See CHANGES.txt.kenton@google.com2009-12-188-5/+297
* Fix Issue 136: the memoized serialized size for packed fields may notjasonh+personal@google.com2009-12-011-0/+22
* CodedInputStream.getTotalBytesRead(); patch from Michael Kucharski.kenton@google.com2009-11-121-0/+7
* Gigantic descriptors shouldn't overflow the Java string literal size limit.kenton@google.com2009-08-071-0/+8