index
:
protobuf
master
Protocol Buffers – Google’s data interchange format
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
java
Commit message (
Expand
)
Author
Age
*
Tweak doc comments.
kenton@google.com
2010-01-08
*
Address comments from various code reviews.
kenton@google.com
2010-01-07
*
In Java's TextFormat, correcty concatenate adjacent string literals, as C++ d...
kenton@google.com
2009-12-23
*
Make extension identifiers final. This improves security when untrusted code...
kenton@google.com
2009-12-22
*
getExtension() on an empty repeated field should return an empty list, not a ...
kenton@google.com
2009-12-22
*
Clarify that pushLimit() does not limit the number of bytes CodedInputStream ...
kenton@google.com
2009-12-22
*
Set version to 2.3.0-pre.
kenton@google.com
2009-12-18
*
Massive roll-up of changes. See CHANGES.txt.
kenton@google.com
2009-12-18
*
Fix Issue 136: the memoized serialized size for packed fields may not
jasonh+personal@google.com
2009-12-01
*
CodedInputStream.getTotalBytesRead(); patch from Michael Kucharski.
kenton@google.com
2009-11-12
*
Optimize Java serialization of small messages to streams. Patch from Evan Jo...
kenton@google.com
2009-11-02
*
Set version number to 2.2.1 in trunk.
kenton@google.com
2009-08-13
*
Remove more of the stuff that was supposed to be removed in r190.
kenton@google.com
2009-08-08
*
doc comment tweaks
kenton@google.com
2009-08-08
*
Remove semi-broken Java thread-local builder freelist 'optimization'. Maybe ...
kenton@google.com
2009-08-07
*
Gigantic descriptors shouldn't overflow the Java string literal size limit.
kenton@google.com
2009-08-07
*
Update version number to 2.2.0-pre.
kenton@google.com
2009-08-06
*
OCD
kenton@google.com
2009-08-05
*
add lite profile docs in the README
gk5885
2009-08-04
*
Ensure that only the lite tests are run, even if all tests have been compiled
gk5885
2009-08-04
*
This fixes some issues with the lite profile for the java build in which the ...
gk5885
2009-08-04
*
Update the pom to support the 'lite' profile.
gk5885
2009-08-04
*
Remove @Override annotations that cause compiler errors on Java 1.5.
temporal
2009-08-01
*
Submit recent changes from internal branch, including "lite mode" for
kenton@google.com
2009-07-29
*
Down-integrate some code from an internal branch. (More to come.)
kenton@google.com
2009-07-24
*
Update version number in trunk.
kenton@google.com
2009-05-13
*
Integrate recent changes from Google-internal code tree. See CHANGES.txt
kenton@google.com
2009-04-25
*
Generate field number constants. Patch from Michael Poole.
kenton@google.com
2009-04-18
*
Submit files missing from previous submit.
kenton@google.com
2009-02-10
*
Push out changes from internal codebase.
kenton@google.com
2009-01-22
*
Update trunk version to 2.0.4-SNAPSHOT.
kenton@google.com
2008-12-05
*
Integrate changes from internal code.
kenton@google.com
2008-11-21
*
Update version number to 2.0.3-SNAPSHOT.
kenton@google.com
2008-10-16
*
Integrate changes from internal Google-internal branch.
kenton@google.com
2008-09-24
*
Work around absence of hash_map.
kenton@google.com
2008-09-19
*
2.0.1 release.
temporal
2008-08-27
*
Sync code with Google-internal branch. Changes:
temporal
2008-07-23
*
misc. stuff:
temporal
2008-07-21
*
Initial checkin.
temporal
2008-07-10