Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Describe platform requirements for the compatibility tests. | Feng Xiao | 2016-05-20 |
| | |||
* | Add compatiblity tests against v2.5.0 | Feng Xiao | 2016-05-17 |
| | |||
* | Merge pull request #1542 from google/beta-3 | Jisi Liu | 2016-05-16 |
|\ | | | | | Merge Beta 3 release branch into master | ||
* | | Add compatibility notice for Java. | Feng Xiao | 2016-05-11 |
| | | |||
| * | Update version numbers for other languages | Jisi Liu | 2016-05-10 |
| | | |||
| * | Update version numbers for beta3 | Jisi Liu | 2016-05-10 |
|/ | |||
* | Remove accidentally restored deleted files. | Jisi Liu | 2016-05-06 |
| | |||
* | Merge branch 'master' of github.com:google/protobuf | Jisi Liu | 2016-04-28 |
|\ | |||
* | | Down integrate from Google internal. | Jisi Liu | 2016-04-28 |
| | | |||
| * | Added serialVersionUID to ExtendableMessage. | Jakub Kukul | 2016-04-22 |
|/ | |||
* | Merge branch 'master' of github.com:google/protobuf | Jisi Liu | 2016-03-30 |
|\ | |||
* | | Integrate google internal changes. | Jisi Liu | 2016-03-30 |
| | | |||
| * | Allow custom URLs for Any in JsonFormat | Pradeep Gollakota | 2016-03-18 |
|/ | | | | | | - Using custom URL for types in Any will no longer throw an InvalidProtocolBufferException in JsonFormat - Fixes #1128 | ||
* | Remove redundant `the` in comments. | Dongjoon Hyun | 2016-02-03 |
| | |||
* | Restore the license for Internal.java | Jisi Liu | 2016-01-29 |
| | |||
* | Uncomment the test, which was commented out during integration | Jisi Liu | 2016-01-29 |
| | |||
* | Integrate from google internal. | Jisi Liu | 2016-01-29 |
| | | | | | Java files are moved to un-do the hack in the prevous commit, which moved the java files to the original position for integration. | ||
* | Undo the Java module change for integration. | Jisi Liu | 2016-01-28 |
| | | | | | | | | | Moving the files to their original location, so that opensource changes can be picked during the internal merge. Those files will be moved into the correct location after merging with internal code. Note: do NOT merge this into master without the other internal down-integration commit. | ||
* | move test file (was in wrong place after rebasing on java module refactor) | Joshua Humphries | 2016-01-15 |
| | |||
* | throw IOException instead of InvalidProtocolBufferException when appropriate | Joshua Humphries | 2016-01-15 |
| | |||
* | Restructuring protobuf to multiple modules | nmittler | 2016-01-13 |
| | | | | | | | | | protobuf/java will become a parent pom that will contain two modules: core - contains all of the code for the protobuf-java artifact util - contains all of the code for the protobuf-java-util artifact Also cleaned up various Maven warnings. | ||
* | Update version number and fix javadoc errors. | Feng Xiao | 2016-01-06 |
| | |||
* | Fix Java travis tests. | Feng Xiao | 2015-12-21 |
| | |||
* | Make conformance tests build for C++ and Java. | Feng Xiao | 2015-12-16 |
| | | | | Change-Id: Ibb3fe6f919cc7ca0df91da5e1697ba33d259e433 | ||
* | Remove internal options from proto files. | Feng Xiao | 2015-12-14 |
| | | | | Change-Id: I3daf32cb93dfe0fca38f8b48615ccfc307f748e9 | ||
* | Down-integrate from internal code base. | Feng Xiao | 2015-12-11 |
| | |||
* | Fix typo in LazyField javadoc | Dave Hughes | 2015-11-24 |
| | | | "equals".equals("euqals") == false | ||
* | include plugin.proto and generated code in protobuf-java | Joshua Humphries | 2015-11-05 |
| | |||
* | Revert unwanted changes. | Jisi Liu | 2015-10-06 |
| | |||
* | Down-integrate from google internal. | Jisi Liu | 2015-10-05 |
| | |||
* | Fix javadoc errors. | Feng Xiao | 2015-08-27 |
| | |||
* | Update version number. | Feng Xiao | 2015-08-26 |
| | | | | | Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other languages are updated to v3.0.0-alpha-4. | ||
* | Delete incorrectly placed test file. | Feng Xiao | 2015-08-25 |
| | |||
* | Merge Java util package to github. | Feng Xiao | 2015-08-25 |
| | |||
* | Cherry-pick Java utf8 change. | Feng Xiao | 2015-08-24 |
| | |||
* | Down-integrate from internal code base. | Feng Xiao | 2015-08-23 |
| | |||
* | Down-integrate from google3. | Feng Xiao | 2015-08-22 |
| | |||
* | Down-integrate from internal branch. | Jisi Liu | 2015-08-21 |
| | | | | Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4 | ||
* | Add distributionManagement explicitly to prevent maven from using | Bo Yang | 2015-05-29 |
| | | | | | default configuration. In default configuration, maven needs webdav for deployment, which cannot be found in central repository. | ||
* | Update version number to 3.0.0-alpha-4 | Bo Yang | 2015-05-29 |
| | |||
* | Update version number to 3.0.0-alpha-3 | teboring | 2015-05-23 |
| | |||
* | Merge pull request #413 from TeBoring/master | Paul Yang | 2015-05-21 |
|\ | | | | | down-integrate internal changes | ||
| * | down-integrate internal changes | Bo Yang | 2015-05-21 |
| | | |||
* | | Include well-known types in Java runtime. | Feng Xiao | 2015-05-21 |
|/ | | | | Change-Id: I816fe2fac7fccbcd96dd8510c7c9b5e7996aeadc | ||
* | Clean up imports | Tamir Duberstein | 2015-04-02 |
| | |||
* | Move `UTF_8` to `Internal` | Tamir Duberstein | 2015-04-02 |
| | |||
* | Skip 3-byte test in CI | Tamir Duberstein | 2015-04-02 |
| | |||
* | DRY: Use `Charset` statics to eliminate exceptions | Tamir Duberstein | 2015-04-02 |
| | |||
* | perf: String#getBytes(Charset) vs getBytes(String) | Viktor Szathmáry | 2015-04-02 |
| | |||
* | Whitespace | Tamir Duberstein | 2015-04-02 |
| |