summaryrefslogtreecommitdiff
path: root/upb
AgeCommit message (Expand)Author
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
2018-03-11Prepare upb_value for encoding/decoding map.Bo Yang
2018-03-08Implement decoding repeated message field.Bo Yang
2018-03-08Bytes type should return size of stringviewBo Yang
2018-03-08e->limit is invalidated after growing.Bo Yang
2018-03-07Merge pull request #101 from TeBoring/php-changePaul Yang
2018-03-07Merge pull request #102 from haberman/descriptor-in-coreJoshua Haberman
2018-03-07Added google/protobuf/descriptor.upb.* to core.Josh Haberman
2018-03-07Fix parsing sub-message field.Bo Yang
2018-03-07swap condition branches to remove negationBo Yang
2018-03-07Fix oneof encoding/decodingBo Yang
2018-03-07In case of circular dependency, layout has to be inserted first.Bo Yang
2018-03-07Field missing submsg and hasbit information.Bo 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-09-25Modify TODOBo Yang
2017-09-25Change parameter type from enum opcode to int.Bo Yang
2017-09-25Initialize tag to make compiler happy.Bo Yang
2017-09-25Fixed JIT for unknown fields. (#1)Joshua Haberman
2017-09-20Do not expose encode_unknownBo Yang
2017-09-19Remove upb_pb_encoder_encode_unknownBo Yang
2017-09-19Remove unused declaration.Bo Yang
2017-09-19Remove upb_addunknown_handlerfuncBo Yang
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback