summaryrefslogtreecommitdiff
path: root/upb/pb
AgeCommit message (Expand)Author
2019-01-25Correct TextPrinterPtr.Josh Haberman
2019-01-23Some more fixes for PHP.Joshua Haberman
2019-01-19Some fixes for PHP.Joshua Haberman
2019-01-17Merge branch 'arrayapi' into defcleanupJoshua Haberman
2019-01-16Supprot FieldMask json encoding/decoding. (#147)Paul Yang
2019-01-16Removed the JIT. Nobody was actually using it, and table-driven should achie...Joshua Haberman
2019-01-15Added some comments and reversed upb_arena_cleanup() args.Joshua Haberman
2019-01-15Take sinks by value.Joshua Haberman
2019-01-15Build & fix the JIT.Joshua Haberman
2019-01-15All tests pass again!Joshua Haberman
2019-01-14WIP.Joshua Haberman
2019-01-12A lot more tests are working now.Joshua Haberman
2019-01-12Removed old-style C++ handlers that relied on UB in favor of more normal ones.Joshua Haberman
2019-01-09upb_refcounted is gone! Some tests still to fix.Joshua Haberman
2018-12-10WIP, core library compiles now.Joshua Haberman
2018-09-11WIP.Josh Haberman
2017-09-25Modify TODOBo Yang
2017-09-25Change parameter type from enum opcode to int.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-19Use upb_sink_putunknown for reserve unknownBo Yang
2017-09-19Remove upb_addunknown_handlerfunc and upb_handlers_setaddunknownBo Yang
2017-09-19Reserve unknown fields in upbBo Yang
2017-07-17New encode/decode: most (171 / 192) conformance tests pass.Joshua Haberman
2017-03-14Deleted some dead code related to varint decoding.Josh Haberman
2017-02-06Bug fix: When encoding, negative int32 values should be padded to int64 in or...Bo Yang
2017-01-21Moved upb_symtab to def.h/def.c.Josh Haberman
2016-11-29Fixed some bugs surfaced by Travis.Josh Haberman
2016-05-12Added UPB_ASSERT() that helps avoid unused var warnings.Joshua Haberman
2016-04-19Split upb::Arena/upb::Allocator from upb::Environment. (#58)Joshua Haberman
2016-04-05Added upb::FileDef, which represents the file defs are declared in.Josh Haberman
2016-01-19Optimized upb_inttable_compact(): it shrinks inttables more now.Josh Haberman
2015-12-30Make sure upb_pbdecoder.status is initializedMattia Barbon
2015-08-19Refer to a shared definition for max buffered bytes.Josh Haberman
2015-08-14Added lots of decoder tests and fixed lots of bugs.Josh Haberman
2015-08-11More decoder fixes, and slightly changed parse call semantics.Josh Haberman
2015-07-31Decoder fix: skipped data at end of submessage.Josh Haberman
2015-07-30Fixed PR for JIT-enabled builds.Josh Haberman
2015-07-30Changed parser semantics around skipping.Josh Haberman
2015-07-07Brought into compliance with Google open-source policies.Josh Haberman
2015-07-07Moved DynASM to third_party to comply with Google policy.Josh Haberman
2015-06-22Merge pull request #30 from haberman/encoderfixJoshua Haberman
2015-06-22Fixed some bad bugs in upb_env.Josh Haberman
2015-06-06Fix for va_copy.Josh Haberman
2015-06-04Fixes from Google-internal.Josh Haberman
2015-06-02Ported upb to C89, for greater portability.Josh Haberman
2015-05-16JIT bugfix: align stack properly on getbytes_slow.Josh Haberman
2015-05-16Enabled asserts() and verbosity for most Travis builds.Josh Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback