aboutsummaryrefslogtreecommitdiff
path: root/java/core/src/main/java/com/google/protobuf/Utf8.java
Commit message (Collapse)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-041-226/+166
|
* Down-integrate from google3.Feng Xiao2018-08-081-2/+3
|
* Remove unsafe no-copy String allocation since it's not useful in recent Java ↵Anuraag Agrawal2018-05-111-8/+2
| | | | versions.
* Add a UTF-8 decoder that uses Unsafe to directly decode a byte buffer.Anuraag Agrawal2017-11-291-1/+483
|
* Merge remote-tracking branch 'origin/3.4.x' into mergemasterJisi Liu2017-08-181-24/+9
|\
| * Merge from Google internal for 3.4 releaseJisi Liu2017-07-181-24/+9
| |
* | PROTBUF-3394 Potential SIGBUS with UnsafeUtil.getLongalanbur2017-08-081-1/+1
|/
* Down-integrate from google3.Feng Xiao2017-03-291-1/+1
|
* Integrated internal changes from GoogleAdam Cozzette2016-06-291-179/+69
| | | | This includes all internal changes from around May 20 to now.
* Integrate google internal changes.Jisi Liu2016-03-301-231/+1433
|
* Restructuring protobuf to multiple modulesnmittler2016-01-131-0/+481
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.