summaryrefslogtreecommitdiff
path: root/upb/encode.c
AgeCommit message (Expand)Author
2019-03-27Moved macros from upb.h to port_def.inc to avoid leaking them to users. (#160)Joshua Haberman
2019-03-27Removed reflection and other extraneous things from the core library. (#158)Joshua Haberman
2019-01-15Merge branch 'arrayapi' into defcleanupJoshua Haberman
2019-01-03Renamed upb_stringview -> upb_strview for C terseness.Josh Haberman
2018-09-11WIP.Josh Haberman
2018-09-06Added support for unknown fields to upb_msg.Josh Haberman
2018-09-06Fixed some c89 errors.Josh Haberman
2018-09-06Removed default instance and oneof array from tables.Josh Haberman
2018-09-06Changed C API to use inline functions and computed offsets.Joshua Haberman
2018-09-03Changed C API to only define structs, a table, and a few minimal inline funct...Joshua Haberman
2018-08-22Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}.Josh Haberman
2018-03-08e->limit is invalidated after growing.Bo Yang
2018-03-07swap condition branches to remove negationBo Yang
2018-03-07Fix oneof encoding/decodingBo Yang
2018-03-07Conversion from uint64 to uint32 didn't consider sign bit.Bo Yang
2018-03-07For encoding upb needs descriptor type instead of type.Bo Yang
2017-07-19Fixed amalgamated build.Joshua Haberman
2017-07-19Fix amalgamated build.Joshua Haberman
2017-07-19Address review comments and fix compile warnings.Joshua Haberman
2017-07-18Responded to PR comments.Joshua Haberman
2017-07-18Fixes for oneof conformance tests.Joshua Haberman
2017-07-18Fixed varint length when buffer is reallocated.Joshua Haberman
2017-07-17New encode/decode: most (171 / 192) conformance tests pass.Joshua Haberman
2017-07-10Lots of encoder/decoder work (backwards encoder).Joshua Haberman
2017-07-08A good start on upb_encode and upb_decode.Josh Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback