aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set version to 2.3.0-pre.kenton@google.com2009-12-181-1/+1
* Massive roll-up of changes. See CHANGES.txt.kenton@google.com2009-12-1822-111/+510
* 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
* Set version number to 2.2.1 in trunk.kenton@google.com2009-08-131-1/+1
* 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-073-2/+19
* Update version number to 2.2.0-pre.kenton@google.com2009-08-061-1/+1
* OCDkenton@google.com2009-08-051-3/+3
* add lite profile docs in the READMEgk58852009-08-041-1/+23
* Ensure that only the lite tests are run, even if all tests have been compiledgk58852009-08-041-0/+8
* This fixes some issues with the lite profile for the java build in which the ...gk58852009-08-041-31/+20
* Update the pom to support the 'lite' profile.gk58852009-08-041-17/+51
* 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-2931-2317/+5308
* Down-integrate some code from an internal branch. (More to come.)kenton@google.com2009-07-241-1/+0
* Update version number in trunk.kenton@google.com2009-05-131-1/+1
* 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
* Update trunk version to 2.0.4-SNAPSHOT.kenton@google.com2008-12-051-1/+1
* Integrate changes from internal code.kenton@google.com2008-11-218-10/+160
* Update version number to 2.0.3-SNAPSHOT.kenton@google.com2008-10-161-1/+1
* Integrate changes from internal Google-internal branch.kenton@google.com2008-09-2434-422/+1021
* Work around absence of hash_map.kenton@google.com2008-09-191-1/+1
* 2.0.1 release.temporal2008-08-271-8/+5
* Sync code with Google-internal branch. Changes:temporal2008-07-234-4/+94
* misc. stuff:temporal2008-07-212-4/+50
* Initial checkin.temporal2008-07-1035-0/+15330