aboutsummaryrefslogtreecommitdiff
path: root/java/src/test/java/com
Commit message (Expand)AuthorAgeFilesLines
* 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
* Submit recent changes from internal branch, including "lite mode" forkenton@google.com2009-07-297-89/+1277
* Integrate recent changes from Google-internal code tree. See CHANGES.txtkenton@google.com2009-04-257-14/+326
* Generate field number constants. Patch from Michael Poole.kenton@google.com2009-04-181-0/+27
* Push out changes from internal codebase.kenton@google.com2009-01-227-540/+1355
* Integrate changes from internal code.kenton@google.com2008-11-213-3/+72
* Integrate changes from internal Google-internal branch.kenton@google.com2008-09-2413-202/+375
* Sync code with Google-internal branch. Changes:temporal2008-07-232-0/+56
* Initial checkin.temporal2008-07-1013-0/+5715