summaryrefslogtreecommitdiff
path: root/upb
AgeCommit message (Expand)Author
2019-01-03Renamed upb_stringview -> upb_strview for C terseness.Josh Haberman
2018-12-31Fixed bugs in array accessors.Joshua Haberman
2018-12-24Fixed bug: make proto2 setters set hasbit.Joshua Haberman
2018-12-23Added "add" accessors for repeated fields.Joshua Haberman
2018-12-23Merge branch 'master' into arrayapiJoshua Haberman
2018-12-19Fix commentsBo Yang
2018-12-13Fix generated file testBo Yang
2018-12-13Fixed generated code for C++.Joshua Haberman
2018-12-13Added hazzers.Joshua Haberman
2018-12-13Changed generated array accessors to be more convenient.Joshua Haberman
2018-12-12Mark unused parameterBo Yang
2018-12-12Remove unused codeBo Yang
2018-12-12Add support for encoding Any in jsonBo Yang
2018-12-04Implement json decoding for Any message. (#130)Paul Yang
2018-11-03Bazel builds everything except conformance_upb.Josh Haberman
2018-10-05Fix json ignore unknown (#128)Paul Yang
2018-09-21Fix mac use local timezone for strptime by default. (#127)Paul Yang
2018-09-18Fix json encoding for wrappers, ListValue, Struct and Value. (#126)Paul Yang
2018-09-06Fixed warnings.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-06Merge pull request #121 from haberman/minimizeJoshua Haberman
2018-09-06Removed unused variable.Joshua Haberman
2018-09-06Removed unused parameter.Joshua Haberman
2018-09-06A few more compile fixes.Joshua Haberman
2018-09-06Added port_def.inc and port_undef.inc.Joshua Haberman
2018-09-06Changed C API to use inline functions and computed offsets.Joshua Haberman
2018-09-06Initialize valueBo Yang
2018-09-06Fix json parsing for Struct, ListValue and Value.Bo Yang
2018-09-03Changed C API to only define structs, a table, and a few minimal inline funct...Joshua Haberman
2018-08-29Fix json encoding/decoding for duration. (#118)Paul Yang
2018-08-27Bugfix on bigendianess by casting size_t to unint32_tSakala Venkata Krishna Rohit
2018-08-24Fix json parsing for timestamp (#115)Paul Yang
2018-08-22Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}.Josh Haberman
2018-08-21Re-add upb/bindings/stdc++/string.h, which is still used in tests.Josh Haberman
2018-08-21Removed a bunch of obsolete code.Josh Haberman
2018-08-12Re-add msg handlers to the .c file also.Joshua Haberman
2018-08-12Re-add message handlers to upb/handlers.*.Joshua Haberman
2018-08-12Enforced that upb_msg lives in an Arena only, and other simplifying.Joshua Haberman
2018-08-09Use special eof char to mark end of parsingBo Yang
2018-08-09Move logic away from ragel machineBo Yang
2018-08-05Remove unused codeBo Yang
2018-08-05Make value top levelBo Yang
2018-08-01Mark unused variableBo Yang
2018-07-31Update ragel generated fileBo Yang
2018-07-30Make top level wrapper value parsing workBo Yang
2018-07-27Fix json decoding for wrapper messagesBo Yang
2018-06-27Enable ignore unknown field in json parsingBo Yang
2018-06-14Revert "Prepare upb_value for encoding/decoding map."Bo Yang
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback