summaryrefslogtreecommitdiff
path: root/core/upb_string.h
AgeCommit message (Collapse)Author
2010-12-06The last major revision to the upb_stream protocol.Joshua Haberman
Sources and sinks communicate by means of a upb_handlers object, which encapsulates a set of handler callbacks and will possibly offer richer semantics in the future like giving specific fields different callbacks. The upb_handlers protocol supports delegation, so sets of handlers can be written in reusable ways. For example, if a set of handlers is written to handle a specific .proto type, those handlers can be used whether that type is at the top level or whether it is a sub-message of a higher-level type. Delegation allows the streaming protocol to properly compose.
2010-07-18First go at Lua bindings.Joshua Haberman
2010-07-11Allow static upb_strings.Joshua Haberman
This can allow strings to reference static data, and reduced the memory footprint of test_def by about 10% (3k).
2010-07-10Fleshed out upb_string further. Now upb_def's onlyJoshua Haberman
unresolved references are upb_src.
2010-07-10Tests for string and fleshed out implementation.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