aboutsummaryrefslogtreecommitdiff
path: root/java/core/src/main/java/com/google/protobuf/Utf8.java
Commit message (Expand)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
* 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
* Integrate google internal changes.Jisi Liu2016-03-301-231/+1433
* Restructuring protobuf to multiple modulesnmittler2016-01-131-0/+481