summaryrefslogtreecommitdiff
path: root/core/upb.h
AgeCommit message (Collapse)Author
2011-01-24Decoder compiles again! But probably doesn't work.Joshua Haberman
2011-01-21Interface refinement: rename some constants.Joshua Haberman
* UPB_STOP -> UPB_BREAK, better represents breaking out of a parsing loop. * UPB_STATUS_OK -> UPB_OK, for all status codes, more concise at no readability cost (perhaps an improvement).
2011-01-18A few minor changes to the streaming protocol.Joshua Haberman
1. the start and end callbacks can now return a upb_flow_t and set a status message. 2. clarified some semantics around passing an error status back from the callbacks.
2011-01-10Add INLINE to a few identifiers.Joshua Haberman
2011-01-10upb_def compiles again!Joshua Haberman
2011-01-10More work on upb_src.Joshua Haberman
2011-01-04A bunch of work on upb_def and upb_value.Joshua Haberman
2010-10-06Change upb_src to use push-based interface.Joshua Haberman
Unfortunately my previous detailed commit message was lost somehow by git or vi. Will have to explain in more detail at a later date the rationale for this change. The build will be broken until I port the old decoder to this new interface.
2010-08-02Fleshed out upb_msg: test_vs_proto2 compiles but fails.Joshua Haberman
2010-07-10Successfully bootstraps!!Joshua Haberman
2010-07-10Fixed upb_string error with strange vsnprintf() behavior.Joshua Haberman
2010-07-10Incremental progress towards getting upb_def to bootstrap.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