summaryrefslogtreecommitdiff
path: root/stream/upb_decoder.c
AgeCommit message (Collapse)Author
2010-08-02Fleshed out upb_msg: test_vs_proto2 compiles but fails.Joshua Haberman
2010-07-24Optimizations and bugfix to benchmark.Joshua Haberman
2010-07-24Fixes to benchmark.Joshua Haberman
2010-07-21Lua support for fielddefs and getting their properties.Joshua Haberman
2010-07-17Bugfixes, test_decoder successfully stream-decodes a stream!Joshua Haberman
2010-07-17Bugfixes to upb_stdio and upb_decoder.Joshua Haberman
2010-07-17Fleshed out upb_stdio and upb_textprinter.Joshua Haberman
test_decoder now compiles and links! But it doesn't work yet.
2010-07-11Reduce decoder memory usage.Joshua Haberman
The "field" entry was only being used to determine whether we were inside a group, but the "end_offset" member contains enough information to tell us that.
2010-07-10Basic test_def links and passes no-op test!Joshua Haberman
2010-07-09Split src/ into core/ and stream/.Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback