aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/io
Commit message (Expand)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-0410-141/+181
* Down-integrate proto2 namespace fix.Feng Xiao2018-08-131-1/+1
* Down-integrate from google3.Feng Xiao2018-08-0815-193/+370
* Set LIBPROTOBUF_EXPORT on GzipOutputStream::OptionsAdam Cozzette2018-07-011-1/+1
* Add "override" for overridden virtual functionsKhuzema Pithewan2018-06-192-53/+57
* Fix error in Clang UndefinedBehaviorSanitizerPetter Strandmark2018-05-041-4/+6
* 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-135-45/+21
* Merge branch 'master' into down-integrateAdam Cozzette2017-12-012-6/+0
|\
| * Support win32 long path for cross compiled buildJisi Liu2017-11-102-6/+0
* | Integrated internal changes from GoogleAdam Cozzette2017-12-012-45/+27
|/
* 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-146-69/+24
* Make win32_io only for MSVCJisi Liu2017-08-112-0/+6
* Merge from masterJisi Liu2017-07-252-7/+17
* Merge master into 3.4.xJisi Liu2017-07-182-2/+2
|\
| * Fix build when using -Werror=undefBrad Larson2017-07-121-1/+1
| * Removing undefined behavior and compiler warnings (#1315)brian-peloton2017-05-231-1/+1
* | Merge from Google internal for 3.4 releaseJisi Liu2017-07-1811-100/+150
|/
* Merge remote-tracking branch 'remotes/google/3.3.x' into merge-3.3-to-masterAdam Cozzette2017-04-274-89/+31
|\
| * Down-integrate from google3.Feng Xiao2017-03-294-89/+31
* | Remove "using namespace std" from stubs/common.hAdam Cozzette2017-04-261-1/+1
|/
* Merge pull request #2663 from ckennelly/varint-sizeAdam Cozzette2017-02-152-26/+17
|\
| * Inline branch-less VarintSize32/VarintSize64 implementations.Chris Kennelly2017-02-022-26/+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-314-24/+25
* Set LIBPROTOBUF_EXPORT on GzipOutputStream::OptionsAdam Cozzette2017-01-201-1/+1
* Add missing includesJulien Brianceau2016-12-131-0/+1
* Integrated internal changes from GoogleAdam Cozzette2016-11-1710-211/+238
* Integrate internal changesBo Yang2016-10-104-49/+23
* Integrate from internal code base.Feng Xiao2016-07-132-2/+53
* Fix spelling in strings and commentsOtto Kekäläinen2016-07-031-1/+1
* Integrated internal changes from GoogleAdam Cozzette2016-06-294-42/+122
* Down integrate from Google internal.Jisi Liu2016-04-283-4/+3
* Merge branch 'master' of github.com:google/protobufJisi Liu2016-03-301-1/+1
|\
| * Update coded_stream.htopillar2016-03-221-1/+1
* | Integrate google internal changes.Jisi Liu2016-03-3011-45/+513
|/
* Merge pull request #260 from ejsd1989/issue-#242Joshua Haberman2016-02-161-3/+1
|\
| * Removal of null checkeissajamil@gmail.com2015-03-291-3/+1
* | Fix Intel compiler warnings in include files on Windowskkm2016-01-271-3/+3
* | Patch internal change 111557819.Feng Xiao2016-01-064-0/+74
* | Down-integrate from internal code base.Feng Xiao2015-12-115-1/+20
* | Fix some narrowing implicit casts [NFC]Kal Conley2015-11-281-2/+2
* | Down-integrate from google internal.Jisi Liu2015-10-053-4/+16
* | Down-integrate from google3.Feng Xiao2015-08-2216-18/+36
* | 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
* | ignore UTF-8 BOM if it is in the begining of a proto fileJie Luo2015-07-161-0/+9