aboutsummaryrefslogtreecommitdiffhomepage
path: root/java
Commit message (Collapse)AuthorAge
...
* rename python README, and fix markdown in java and python respectivelyGravatar jesse2015-03-16
|
* Rename README.txt to README.mdGravatar Jesse Frankley2015-03-16
|
* Merge pull request #225 from google/post-alpha2-integrateGravatar Jisi Liu2015-03-03
|\ | | | | Post alpha2 integrate from google internal for C++ and Java
* \ Merge "Add a release profile for Java mvn project, which includes source ↵Gravatar Jisi Liu2015-03-04
|\ \ | | | | | | | | | file, javadoc packaging and signing."
| * | Add a release profile for Java mvn project, which includes source file,Gravatar Jisi Liu2015-03-03
| | | | | | | | | | | | | | | | | | javadoc packaging and signing. Change-Id: I70632f01274b70e6f48dae5f4be15f123eb19a46
* | | Bump the version number to 3.0.0-alpha-3-preGravatar Jisi Liu2015-03-02
| | | | | | | | | | | | Change-Id: I33479e529b060e4fed532a827a386d3baecc835e
| | * Down integrate from Google internal branch for C++ and Java.Gravatar Jisi Liu2015-02-28
| |/ |/| | | | | | | | | | | | | - Maps for C++ lite - C++ Arena optimizations. - Java Lite runtime code size optimization. Change-Id: I7537a4357c1cb385d23f9e8aa7ffdfeefe079f13
* | Merge pull request #216 from cnauroth/Parser-JavaDocGravatar Jisi Liu2015-02-26
|\ \ | |/ |/| Correct JavaDoc return value documentation for Parser#parseDelimitedFrom...
* | Propogate onChange() event when getFooBuilder() is on an oneof messageGravatar Jisi Liu2015-02-23
| | | | | | | | | | | | field. Change-Id: Idb5b53da5accd24038a895aba49b684eeee95814
* | Fix Java maps reflection to call onChange to populate changes to parentGravatar Jisi Liu2015-02-23
| | | | | | | | | | | | builders. Change-Id: Ibf6ae3c0fe6bc31f74b8018c81a5af461b1c24ea
| * Correct JavaDoc return value documentation for Parser#parseDelimitedFrom.Gravatar cnauroth2015-02-23
| |
* | Update version number to 3.0.0-alpha-2Gravatar Jisi Liu2015-02-21
|/ | | | Change-Id: Icecb25db34ae5e6d5142a2d75ca7216ba018abb2
* Update version number to v3.0.0-preGravatar Feng Xiao2014-12-10
|
* Down-integrate from internal code base.Gravatar Feng Xiao2014-12-09
|
* Remove usage of features not supported in Java 1.6.Gravatar Feng Xiao2014-12-03
|
* Update version number to v3.0.0-alpha-1Gravatar Feng Xiao2014-12-03
|
* Explicitly list all Java lite runtime tests (and exclude those dependingGravatar Feng Xiao2014-12-02
| | | | TestUtil which transitively depend on the full runtime).
* Merge pull request #102 from fizbin/bytestring_serializableGravatar Feng Xiao2014-11-27
|\ | | | | Make ByteStrings serializable with java serialization.
| * Add tests for other ByteString subclassesGravatar Daniel Martin2014-11-27
| |
* | Make Java TextFormat.printToUnicodeString() escape newlines.Gravatar Feng Xiao2014-11-25
| | | | | | | | Fix issue #77
* | Fix javadoc warnings.Gravatar Feng Xiao2014-11-25
| |
| * Make ByteStrings serializable with java serialization.Gravatar Daniel Martin2014-11-25
|/
* Down-integrate from internal code base.Gravatar Feng Xiao2014-11-20
|
* Down-integrate from internal code base (C++ maps support).Gravatar Feng Xiao2014-11-14
|
* Merge branch 'typofixes-vlajos-20141108' of ↵Gravatar Feng Xiao2014-11-11
|\ | | | | | | | | | | | | https://github.com/vlajos/protobuf into typo Conflicts: src/google/protobuf/compiler/java/java_file.cc
* | 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
|\ | | | | Fix a bug that causes DynamicMessage.setField() to not work for repeated enum fields.
| * 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
|/ | | | enum fields.
* Replace links to code.google.com/protobuf with ↵Gravatar Feng Xiao2014-10-01
| | | | developers.google.com/protocol-buffers
* 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
| | | | 2, Verifies the EnumValueDscriptor for DynamicMessage.Builder#setField
* 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
|