aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/io/zero_copy_stream_impl_lite.cc
Commit message (Collapse)AuthorAgeFilesLines
* Down-integrate from google3.Feng Xiao2018-08-081-3/+3
|
* Integrated internal changes from GoogleAdam Cozzette2017-09-141-21/+0
|
* Merge from Google internal for 3.4 releaseJisi Liu2017-07-181-16/+0
|
* Integrate google internal changes.Jisi Liu2016-03-301-10/+10
|
* Patch internal change 111557819.Feng Xiao2016-01-061-0/+31
| | | | | | | Defer calls to mutable_unknown_fields() until it is actually required to save memory for C++ lite runtime. Change-Id: Ica9c1fd276cdb164942d1e7b6e098c83ee3ffdc5
* Down-integrate from google3.Feng Xiao2015-08-221-0/+1
|
* Down-integrate from internal code base.Feng Xiao2014-11-101-0/+1
|
* Replace links to code.google.com/protobuf with ↵Feng Xiao2014-10-011-1/+1
| | | | developers.google.com/protocol-buffers
* down integrate to svnjieluo@google.com2014-07-181-5/+15
|
* Add missing #include of <algorithm> for min/max on VS2013xiaofeng@google.com2013-09-171-0/+2
|
* Down-integrate from internal branchxiaofeng@google.com2012-09-221-2/+2
|
* Submit recent changes from internal branch, including "lite mode" forkenton@google.com2009-07-291-0/+393
C++ and Java. See CHANGES.txt for more details.