aboutsummaryrefslogtreecommitdiffhomepage
path: root/java
Commit message (Expand)AuthorAge
* Down-integrate from internal code base (C++ maps support).Gravatar Feng Xiao2014-11-14
* Merge branch 'typofixes-vlajos-20141108' of https://github.com/vlajos/protobu...Gravatar Feng Xiao2014-11-11
|\
* | Down-integrate from internal code base.Gravatar Feng Xiao2014-11-10
| * typo fixes - https://github.com/vlajos/misspell_fixerGravatar Veres Lajos2014-11-08
|/
* Update version number to 2.6.2-pre.Gravatar Feng Xiao2014-10-21
* Update version number to 2.6.1.Gravatar Feng Xiao2014-10-20
* Update version number to 2.6.1rc1Gravatar Feng Xiao2014-10-08
* Merge pull request #38 from xfxyjwf/fix17Gravatar Feng Xiao2014-10-03
|\
| * Update verification methods' names.Gravatar Feng Xiao2014-10-02
* | Fix descriptor validation logic for packed enum fields.Gravatar Feng Xiao2014-10-01
| * Fix a bug that causes DynamicMessage.setField() to not work for repeatedGravatar Feng Xiao2014-10-01
|/
* Replace links to code.google.com/protobuf with developers.google.com/protocol...Gravatar Feng Xiao2014-10-01
* Bump version for maven-bundle-pluginGravatar Jisi Liu2014-09-04
* merge tags/2.6.0 into trunkGravatar jieluo@google.com2014-08-25
* 1, Remove unkown field support in jave TextFormatGravatar jieluo@google.com2014-07-25
* 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
* 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 abo...Gravatar liujisi@google.com2010-12-09
* 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 o...Gravatar kenton@google.com2010-09-17
* 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++ d...Gravatar kenton@google.com2009-12-23
* Make extension identifiers final. This improves security when untrusted code...Gravatar kenton@google.com2009-12-22
* getExtension() on an empty repeated field should return an empty list, not a ...Gravatar kenton@google.com2009-12-22
* Clarify that pushLimit() does not limit the number of bytes CodedInputStream ...Gravatar kenton@google.com2009-12-22
* Set version to 2.3.0-pre.Gravatar kenton@google.com2009-12-18