aboutsummaryrefslogtreecommitdiffhomepage
path: root/java
Commit message (Collapse)AuthorAge
...
* add LazyFieldLite.javaGravatar jieluo@google.com2014-07-19
|
* add printUnicode methods in TextFormatGravatar jieluo@google.com2014-07-18
|
* down integrate to svnGravatar jieluo@google.com2014-07-18
|
* Update OSGi meta data.Gravatar xiaofeng@google.com2013-03-08
|
* Update version number in trunkGravatar xiaofeng@google.com2013-02-28
|
* Update version to 2.5.0-preGravatar liujisi@google.com2012-11-30
|
* Fix Java compile issues under JDK 1.5Gravatar xiaofeng@google.com2012-11-30
|
* Fix issue 298: add OSGi configuration to pom.xml - patch from Thomas KockGravatar xiaofeng@google.com2012-10-25
|
* Down-integrate from internal branchGravatar xiaofeng@google.com2012-09-22
|
* Close resources properly for java tests and examples.Gravatar liujisi@google.com2011-06-07
|
* Allow String to be used as message names.Gravatar liujisi@google.com2011-05-04
|
* Update mainline version to 2.4.2-pre.Gravatar liujisi@google.com2011-05-03
|
* Fix incomplete comments.Gravatar liujisi@google.com2011-04-28
|
* Make protobuf java JDK 1.5 compatible.Gravatar liujisi@google.com2011-04-28
|
* Use fully qualified java.lang.Object in protoc java code.Gravatar liujisi@google.com2011-04-08
|
* Fix issue 256: compute the correct size for negative enum values, which need ↵Gravatar jasonh@google.com2011-02-18
| | | | to be sign extended.
* Update mainline version to 2.4.1-pre.Gravatar liujisi@google.com2011-02-02
|
* Add missing files into pom.xml for protobuf-lite.Gravatar liujisi@google.com2011-01-27
|
* Escape C++ Trigraphs.Gravatar liujisi@google.com2010-12-21
|
* Boost version number to 2.4.0-pre, add more test cases for text_format.py ↵Gravatar liujisi@google.com2010-12-09
| | | | about unicode field.
* Fix issues: 200 202 211 215 237 246.Gravatar liujisi@google.com2010-12-06
|
* Fix issues: 166 167 172 175 181 188 192 194 195.Gravatar liujisi@google.com2010-12-03
|
* Submit recent changes from internal branch. See CHANGES.txt for more details.Gravatar liujisi@google.com2010-11-02
|
* Roll back revision 313. A similar but far more exensive change was made in ↵Gravatar kenton@google.com2010-09-17
| | | | our internal branch, which will be integrated soon.
* Optimize Java string serialization. Patch from Evan Jones.Gravatar kenton@google.com2010-02-01
|
* More Java warning tweaks from Evan Jones.Gravatar kenton@google.com2010-01-28
|
* Fix some Java warnings. Patch from Evan Jones.Gravatar kenton@google.com2010-01-21
|
* Update version number in trunk to 2.3.1.Gravatar kenton@google.com2010-01-09
|
* Tweak doc comments.Gravatar kenton@google.com2010-01-08
|
* Address comments from various code reviews.Gravatar kenton@google.com2010-01-07
|
* In Java's TextFormat, correcty concatenate adjacent string literals, as C++ ↵Gravatar kenton@google.com2009-12-23
| | | | does. Also fix a bug in handling of single-quoted strings.
* Make extension identifiers final. This improves security when untrusted ↵Gravatar kenton@google.com2009-12-22
| | | | code is present in the same class loader. In order to get around initialization ordering issues, I simply made the constructor for extension identifiers take no arguments and deferred initialization to an internalInit() method, which generated code will always call during init.
* getExtension() on an empty repeated field should return an empty list, not a ↵Gravatar kenton@google.com2009-12-22
| | | | singular default value.
* Clarify that pushLimit() does not limit the number of bytes CodedInputStream ↵Gravatar kenton@google.com2009-12-22
| | | | will read from the underlying InputStream.
* Set version to 2.3.0-pre.Gravatar kenton@google.com2009-12-18
|
* Massive roll-up of changes. See CHANGES.txt.Gravatar kenton@google.com2009-12-18
|
* Fix Issue 136: the memoized serialized size for packed fields may notGravatar jasonh+personal@google.com2009-12-01
| | | | | | | | | | | | | be properly set. writeTo() may be invoked without a call to getSerializedSize(), so the generated serialization methods would write a length of 0 for non-empty packed fields. Just call getSerializedSize() at the beginning of writeTo(): although this means that we may compute the byte size needlessly when there are no packed fields, in practice, getSerializedSize() will already have been called - all of the writeTo() wrappers in AbstractMessageLite invoke it. Tested: new unittest case in WireFormatTest.java now passes
* CodedInputStream.getTotalBytesRead(); patch from Michael Kucharski.Gravatar kenton@google.com2009-11-12
|
* Optimize Java serialization of small messages to streams. Patch from Evan ↵Gravatar kenton@google.com2009-11-02
| | | | Jones.
* Set version number to 2.2.1 in trunk.Gravatar kenton@google.com2009-08-13
|
* Remove more of the stuff that was supposed to be removed in r190.Gravatar kenton@google.com2009-08-08
|
* doc comment tweaksGravatar kenton@google.com2009-08-08
|
* Remove semi-broken Java thread-local builder freelist 'optimization'. Maybe ↵Gravatar kenton@google.com2009-08-07
| | | | bring back later in optional form.
* Gigantic descriptors shouldn't overflow the Java string literal size limit.Gravatar kenton@google.com2009-08-07
|
* Update version number to 2.2.0-pre.Gravatar kenton@google.com2009-08-06
|
* OCDGravatar kenton@google.com2009-08-05
|
* add lite profile docs in the READMEGravatar gk58852009-08-04
|
* Ensure that only the lite tests are run, even if all tests have been compiledGravatar gk58852009-08-04
|
* This fixes some issues with the lite profile for the java build in which the ↵Gravatar gk58852009-08-04
| | | | lite jar contained the full binary.
* Update the pom to support the 'lite' profile.Gravatar gk58852009-08-04
|