summaryrefslogtreecommitdiff
path: root/src/upb_data.c
AgeCommit message (Expand)Author
2010-07-07Defined the function for getting a upb_symtab for descriptor.proto.Joshua Haberman
2010-01-19Make sources responsible for respecting UPB_MAX_NESTING.Joshua Haberman
2010-01-19Add status to the sink interfaces.Joshua Haberman
2010-01-16Removed union tag from types.Joshua Haberman
2010-01-15Remove struct keyword from all types, use typedef instead.Joshua Haberman
2010-01-15upb_parser -> upb_decoderJoshua Haberman
2010-01-15Make msgsrc reversable.Joshua Haberman
2010-01-13Make onend upb_sink callback take the field as a parameter.Joshua Haberman
2010-01-11Implemented source for upb_msg.Joshua Haberman
2010-01-11Defined upb_sink interface and ported the parser to it.Joshua Haberman
2010-01-08Reduced the complexity of the cbparser interface.Joshua Haberman
2010-01-04upb_array -> upb_arrayptr.Joshua Haberman
2010-01-02Move string representations back upb.h -> upb_data.h.Joshua Haberman
2010-01-02upb_string* -> upb_strptr, to follow aliasing rules.Joshua Haberman
2010-01-01Bugfixes: descriptorgen works without leaks!Joshua Haberman
2009-12-31Other than a couple memory leaks, "make descriptorgen" works again!Joshua Haberman
2009-12-31upbc compiles and links! But probably doesn't work yet.Joshua Haberman
2009-12-30Doesn't compile, but all the code to be adapted is there.Joshua Haberman
2009-12-29Moved string library functions to .c instead of inlined, because they're not ...Joshua Haberman
2009-12-29Only remaining undefined symbol is upb_msg_parsestr.Joshua Haberman
2009-12-29Getting closer, only a few functions undefined now.Joshua Haberman
2009-12-22More progress, upb_data and upb_def compile (but are incomplete).Joshua Haberman
2009-12-22More work.Joshua Haberman
2009-12-21Added upb_data.*, left out of last commit.Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback