aboutsummaryrefslogtreecommitdiff
path: root/java/src/main
Commit message (Expand)AuthorAgeFilesLines
* Roll back revision 313. A similar but far more exensive change was made in o...kenton@google.com2010-09-171-17/+0
* Optimize Java string serialization. Patch from Evan Jones.kenton@google.com2010-02-011-0/+17
* More Java warning tweaks from Evan Jones.kenton@google.com2010-01-282-4/+5
* Fix some Java warnings. Patch from Evan Jones.kenton@google.com2010-01-215-14/+9
* 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-232-5/+44
* 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-221-1/+4
* 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-1813-106/+212
* CodedInputStream.getTotalBytesRead(); patch from Michael Kucharski.kenton@google.com2009-11-121-2/+14
* 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-071-2/+10
* 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-2923-2228/+4028
* 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-2510-10/+370
* Submit files missing from previous submit.kenton@google.com2009-02-101-0/+58
* Push out changes from internal codebase.kenton@google.com2009-01-2210-214/+653
* Integrate changes from internal code.kenton@google.com2008-11-215-7/+88
* Integrate changes from internal Google-internal branch.kenton@google.com2008-09-2420-216/+625
* Sync code with Google-internal branch. Changes:temporal2008-07-232-4/+38
* Initial checkin.temporal2008-07-1020-0/+9462