aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/io/coded_stream.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo (#5206)Nazarbek Altybay2018-09-301-1/+1
* Down-integrate from google3.Josh Haberman2018-09-041-32/+40
* Down-integrate from google3.Feng Xiao2018-08-081-7/+16
* Fixes MSVC compiler warning C4800 "Forcing value to bool 'true' or 'false'" (...Alexey Malov2018-03-261-1/+1
* Integrated internal changes from GoogleAdam Cozzette2018-03-131-15/+8
* Integrated internal changes from GoogleAdam Cozzette2017-12-011-38/+23
* Merge pull request #3743 from Schtolc/masterJisi Liu2017-10-191-3/+3
|\
| * CodedInputStream::SetTotalBytesLimit description fixPavel2017-10-121-3/+3
* | Merge from google internalJisi Liu2017-10-181-3/+4
|/
* Integrated internal changes from GoogleAdam Cozzette2017-09-141-23/+18
* Merge master into 3.4.xJisi Liu2017-07-181-1/+1
|\
| * Fix build when using -Werror=undefBrad Larson2017-07-121-1/+1
* | Merge from Google internal for 3.4 releaseJisi Liu2017-07-181-45/+29
|/
* Down-integrate from google3.Feng Xiao2017-03-291-19/+20
* Merge pull request #2663 from ckennelly/varint-sizeAdam Cozzette2017-02-151-7/+17
|\
| * Inline branch-less VarintSize32/VarintSize64 implementations.Chris Kennelly2017-02-021-7/+17
* | Avoid aliasing CodedInputStream::buffer_ when parsing little endian integers.Chris Kennelly2017-02-071-4/+2
|/
* Merge 3.2.x branch into master (#2648)Paul Yang2017-01-311-0/+8
* Add missing includesJulien Brianceau2016-12-131-0/+1
* Integrated internal changes from GoogleAdam Cozzette2016-11-171-34/+91
* Integrate internal changesBo Yang2016-10-101-7/+7
* Integrate from internal code base.Feng Xiao2016-07-131-0/+47
* Integrated internal changes from GoogleAdam Cozzette2016-06-291-0/+26
* Update coded_stream.htopillar2016-03-221-1/+1
* Fix Intel compiler warnings in include files on Windowskkm2016-01-271-3/+3
* Patch internal change 111557819.Feng Xiao2016-01-061-0/+1
* Down-integrate from internal code base.Feng Xiao2015-12-111-0/+1
* Fix some narrowing implicit casts [NFC]Kal Conley2015-11-281-2/+2
* Down-integrate from google3.Feng Xiao2015-08-221-16/+15
* Windows is always little-endian.LitingLin2015-07-301-2/+2
* A bug about PROTOBUF_LITTLE_ENDIAN remain undefined on MSVC x64LitingLin2015-07-301-1/+1
* down-integrate internal changesBo Yang2015-05-211-22/+62
* Down integrate from Google internal branch for C++ and Java.Jisi Liu2015-02-281-22/+34
* Improved little endian byte order detectionKal Conley2014-12-161-1/+2
* Down-integrate from internal code base.Feng Xiao2014-11-101-14/+34
* Corrected code example in coded_stream.hacidtonic2014-11-041-1/+1
* Replace links to code.google.com/protobuf with developers.google.com/protocol...Feng Xiao2014-10-011-1/+1
* down integrate to svnjieluo@google.com2014-07-181-5/+89
* Down-integrate from internal branchxiaofeng@google.com2012-09-221-14/+33
* Remove static initializer in wire_format_lite.cc.pliard@google.com2012-03-021-0/+15
* Fix issues: 200 202 211 215 237 246.liujisi@google.com2010-12-061-1/+1
* Fix byte encoding macros.liujisi@google.com2010-12-011-4/+2
* Add some explicit casts to eliminate some warnings as described in issue 83 c...kenton@google.com2010-11-301-2/+2
* Submit recent changes from internal branch. See CHANGES.txt for more details.liujisi@google.com2010-11-021-4/+6
* Improve coded_stream.h handling on MSVC. Avoid a bogus runtime check and ena...kenton@google.com2010-04-051-16/+28
* Fix missing header issue -- INT_MAX is defined in limits.h. I chose to use a...kenton@google.com2010-02-091-1/+1
* Fix bogus sign-compare warnings in header at request of user.kenton@google.com2010-01-111-2/+2
* Massive roll-up of changes. See CHANGES.txt.kenton@google.com2009-12-181-22/+325
* Submit recent changes from internal branch, including "lite mode" forkenton@google.com2009-07-291-0/+46
* Integrate recent changes from Google-internal code tree. See CHANGES.txtkenton@google.com2009-04-251-34/+145