aboutsummaryrefslogtreecommitdiff
path: root/java/src
Commit message (Expand)AuthorAgeFilesLines
* Down-integrate from internal branchxiaofeng@google.com2012-09-2254-697/+7846
* 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
* Fix incomplete comments.liujisi@google.com2011-04-281-1/+1
* Make protobuf java JDK 1.5 compatible.liujisi@google.com2011-04-288-35/+77
* 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-182-1/+16
* Escape C++ Trigraphs.liujisi@google.com2010-12-211-0/+1
* Fix issues: 200 202 211 215 237 246.liujisi@google.com2010-12-063-1/+3
* Fix issues: 166 167 172 175 181 188 192 194 195.liujisi@google.com2010-12-031-1/+3
* Submit recent changes from internal branch. See CHANGES.txt for more details.liujisi@google.com2010-11-0247-727/+6140
* Roll back revision 313. A similar but far more exensive change was made in o...kenton@google.com2010-09-172-41/+0
* Optimize Java string serialization. Patch from Evan Jones.kenton@google.com2010-02-012-0/+41
* More Java warning tweaks from Evan Jones.kenton@google.com2010-01-283-4/+6
* Fix some Java warnings. Patch from Evan Jones.kenton@google.com2010-01-219-24/+15
* Tweak doc comments.kenton@google.com2010-01-084-0/+24
* 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-233-7/+52
* Make extension identifiers final. This improves security when untrusted code...kenton@google.com2009-12-222-59/+69
* getExtension() on an empty repeated field should return an empty list, not a ...kenton@google.com2009-12-223-2/+35
* Clarify that pushLimit() does not limit the number of bytes CodedInputStream ...kenton@google.com2009-12-221-0/+8
* Massive roll-up of changes. See CHANGES.txt.kenton@google.com2009-12-1821-111/+509
* 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-122-2/+21
* Optimize Java serialization of small messages to streams. Patch from Evan Jo...kenton@google.com2009-11-022-2/+21
* Remove more of the stuff that was supposed to be removed in r190.kenton@google.com2009-08-081-19/+2
* doc comment tweakskenton@google.com2009-08-081-2/+2
* Remove semi-broken Java thread-local builder freelist 'optimization'. Maybe ...kenton@google.com2009-08-071-74/+1
* Gigantic descriptors shouldn't overflow the Java string literal size limit.kenton@google.com2009-08-072-2/+18
* Remove @Override annotations that cause compiler errors on Java 1.5.temporal2009-08-011-1/+0
* Submit recent changes from internal branch, including "lite mode" forkenton@google.com2009-07-2930-2317/+5305
* Down-integrate some code from an internal branch. (More to come.)kenton@google.com2009-07-241-1/+0
* Integrate recent changes from Google-internal code tree. See CHANGES.txtkenton@google.com2009-04-2517-24/+696
* Generate field number constants. Patch from Michael Poole.kenton@google.com2009-04-181-0/+27
* Submit files missing from previous submit.kenton@google.com2009-02-101-0/+58
* Push out changes from internal codebase.kenton@google.com2009-01-2217-754/+2008
* Integrate changes from internal code.kenton@google.com2008-11-218-10/+160
* Integrate changes from internal Google-internal branch.kenton@google.com2008-09-2433-418/+1000
* Sync code with Google-internal branch. Changes:temporal2008-07-234-4/+94
* Initial checkin.temporal2008-07-1033-0/+15177