aboutsummaryrefslogtreecommitdiffhomepage
path: root/java/src
Commit message (Collapse)AuthorAge
* Fix typo in LazyField javadocGravatar Dave Hughes2015-11-24
| | | "equals".equals("euqals") == false
* Down-integrate from google internal.Gravatar Jisi Liu2015-10-05
|
* Fix javadoc errors.Gravatar Feng Xiao2015-08-27
|
* Delete incorrectly placed test file.Gravatar Feng Xiao2015-08-25
|
* Cherry-pick Java utf8 change.Gravatar Feng Xiao2015-08-24
|
* Down-integrate from internal code base.Gravatar Feng Xiao2015-08-23
|
* Down-integrate from google3.Gravatar Feng Xiao2015-08-22
|
* Merge pull request #413 from TeBoring/masterGravatar Paul Yang2015-05-21
|\ | | | | down-integrate internal changes
| * down-integrate internal changesGravatar Bo Yang2015-05-21
| |
* | Include well-known types in Java runtime.Gravatar Feng Xiao2015-05-21
|/ | | | Change-Id: I816fe2fac7fccbcd96dd8510c7c9b5e7996aeadc
* Clean up importsGravatar Tamir Duberstein2015-04-02
|
* Move `UTF_8` to `Internal`Gravatar Tamir Duberstein2015-04-02
|
* Skip 3-byte test in CIGravatar Tamir Duberstein2015-04-02
|
* DRY: Use `Charset` statics to eliminate exceptionsGravatar Tamir Duberstein2015-04-02
|
* perf: String#getBytes(Charset) vs getBytes(String)Gravatar Viktor Szathmáry2015-04-02
|
* WhitespaceGravatar Tamir Duberstein2015-04-02
|
* 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
|/
* 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
|
* 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
|/
* 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
* 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
|
* Fix Java compile issues under JDK 1.5Gravatar xiaofeng@google.com2012-11-30
|
* 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
|
* 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.