summaryrefslogtreecommitdiff
path: root/core/upb_string.h
AgeCommit message (Collapse)Author
2011-02-06Benchmarks compile and run again!Joshua Haberman
2011-02-05Another round of fixes.Joshua Haberman
test_vs_proto2.googlemessage1 passes again, with no memory leaks!
2011-01-28Improve comments in headers, to better explain core interfaces.Joshua Haberman
2011-01-23Getting closer to a decoder that could actually compile and work.Joshua Haberman
2011-01-23Decoder code structure is mostly in-place.Joshua Haberman
2011-01-21Debugging test_def, it's close to working again!Joshua Haberman
2011-01-10upb_def compiles again!Joshua Haberman
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