aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make the code independent of config.hJisi Liu2015-06-162-4/+0
* | down-integrate internal changesBo Yang2015-05-215-68/+241
|/
* Down integrate from Google internal branch for C++ and Java.Jisi Liu2015-02-285-87/+53
* Improved little endian byte order detectionKal Conley2014-12-161-1/+2
* Down-integrate from internal code base.Feng Xiao2014-11-201-2/+4
* Merge branch 'typofixes-vlajos-20141108' of https://github.com/vlajos/protobu...Feng Xiao2014-11-111-1/+1
|\
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* | Down-integrate from internal code base.Feng Xiao2014-11-1011-21/+147
|/
* 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-0123-23/+23
* Add iostream in message.cc. Remove unused in coded_stream_unittest.ccjieluo@google.com2014-07-181-6/+0
* down integrate to svnjieluo@google.com2014-07-1818-58/+674
* Down-integrate pending changes from internal repository after previous release.liujisi@google.com2014-05-281-1/+2
* Add missing #include of <algorithm> for min/max on VS2013xiaofeng@google.com2013-09-171-0/+2
* Fix issue 403, issue 456, issue 462xiaofeng@google.com2013-02-251-2/+6
* Add missing export macroliujisi@google.com2012-12-051-1/+1
* Make custom option able to work for -f-no-rtti; Fix remaining death tests for...liujisi@google.com2012-12-052-8/+8
* Down-integrate from internal branchxiaofeng@google.com2012-09-2214-119/+1030
* Fix a NULL/bool conversion.liujisi@google.com2012-05-171-1/+1
* 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-0210-63/+297
* 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
* Accept form feeds as whitespace.kenton@google.com2009-12-222-1/+8
* Fix build on MinGW/Win32 (including implementing Subprocess using CreateProce...kenton@google.com2009-12-191-1/+1
* Commit missing files from r251. Sigh.kenton@google.com2009-12-181-0/+64
* Massive roll-up of changes. See CHANGES.txt.kenton@google.com2009-12-1812-257/+697
* HPUX patch from Alexander Melnikov.kenton@google.com2009-08-171-1/+1
* doc comment tweakskenton@google.com2009-08-082-10/+10
* Hurr, some merge conflict was resolved poorly. Fixed.kenton@google.com2009-08-011-1/+1
* Allow compression level of GzipOutputStream to be configured.kenton@google.com2009-08-013-13/+134
* Submit recent changes from internal branch, including "lite mode" forkenton@google.com2009-07-2911-683/+832
* Integrate recent changes from Google-internal code tree. See CHANGES.txtkenton@google.com2009-04-254-147/+315
* Commit Brian Olson's gzip stream implementations.kenton@google.com2009-04-166-1/+667
* Push out changes from internal codebase.kenton@google.com2009-01-223-2/+124