aboutsummaryrefslogtreecommitdiff
path: root/objectivec/GPBCodedInputStream.m
Commit message (Expand)AuthorAgeFilesLines
* Replace repo links.Feng Xiao2018-08-221-2/+2
* [objectivec] Fix memory leak of exceptions raised by RaiseException() (#4556)Hiroshi Ichikawa2018-04-301-3/+3
* Add casts to removed undefined behaviors around shifts.Thomas Van Lenten2018-01-311-1/+1
* Improves coverage of GPBCodedInputStreamSergio Campama2017-10-241-47/+14
* Properly error on a tag with field number zero.Thomas Van Lenten2017-06-061-6/+6
* Raise the recursion limit to 100 to match other languages.Thomas Van Lenten2017-03-281-1/+6
* Adds pushLimit: and popLimit: into GPBCodedInputStream (#2297)Sergio Campamá2016-10-271-0/+8
* Validate the tag numbers when parsing. (#1725)Thomas Van Lenten2016-06-291-3/+8
* Improving the granularity parsing errors (#1623)Sergio Campamá2016-06-021-26/+39
* Add more warnings to for the ObjC runtime buildThomas Van Lenten2016-05-251-0/+8
* Error during parsing for invalid UTF-8 instead of dropping dropping data.Thomas Van Lenten2016-04-051-3/+4
* Add -position and -isAtEnd for use when manually parsing input streams.Thomas Van Lenten2016-04-011-0/+8
* Drop all use of OSSpinLockThomas Van Lenten2015-12-171-318/+11
* Set the stream limit to the length of the data.Thomas Van Lenten2015-11-231-5/+1
* Beta quality drop of Objective C Support.Thomas Van Lenten2015-06-081-13/+13
* Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs.Thomas Van Lenten2015-05-061-0/+801