index
:
protobuf
master
Protocol Buffers – Google’s data interchange format
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
objectivec
/
GPBCodedInputStream.m
Commit message (
Expand
)
Author
Age
*
Improves coverage of GPBCodedInputStream
Sergio Campama
2017-10-24
*
Properly error on a tag with field number zero.
Thomas Van Lenten
2017-06-06
*
Raise the recursion limit to 100 to match other languages.
Thomas Van Lenten
2017-03-28
*
Adds pushLimit: and popLimit: into GPBCodedInputStream (#2297)
Sergio Campamá
2016-10-27
*
Validate the tag numbers when parsing. (#1725)
Thomas Van Lenten
2016-06-29
*
Improving the granularity parsing errors (#1623)
Sergio Campamá
2016-06-02
*
Add more warnings to for the ObjC runtime build
Thomas Van Lenten
2016-05-25
*
Error during parsing for invalid UTF-8 instead of dropping dropping data.
Thomas Van Lenten
2016-04-05
*
Add -position and -isAtEnd for use when manually parsing input streams.
Thomas Van Lenten
2016-04-01
*
Drop all use of OSSpinLock
Thomas Van Lenten
2015-12-17
*
Set the stream limit to the length of the data.
Thomas Van Lenten
2015-11-23
*
Beta quality drop of Objective C Support.
Thomas Van Lenten
2015-06-08
*
Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs.
Thomas Van Lenten
2015-05-06