- 07fba1d upb: merge ":collections" into ":message" by Eric Salo · 2 years, 6 months ago
- 501ecec Reorganize upb file structure by Adam Cozzette · 2 years, 6 months ago[Renamed (98%) from upb/upb/json/encode.c]
- 81068e8 Internal change by Sandy Zhang · 2 years, 7 months ago
- 7286ffc Merge the protobuf and upb Bazel repos by Adam Cozzette · 2 years, 7 months ago
- 047df98 Move upb-x/ back to upb/ by Adam Cozzette · 2 years, 7 months ago[Renamed from upb-x/upb/json/encode.c]
- 895f190 Move upb to upb-x by Adam Cozzette · 2 years, 7 months ago[Renamed from upb/upb/json/encode.c]
- 1ba80d7 Move upb-temp/ back to upb/ by Adam Cozzette · 2 years, 7 months ago[Renamed from upb-temp/upb/json/encode.c]
- d38b856 Move upb/ to upb-temp/ by Adam Cozzette · 2 years, 7 months ago[Renamed from upb/upb/json/encode.c]
- 0d1ba13 Move everything into new upb/ directory by Adam Cozzette · 2 years, 8 months ago[Renamed from upb/json/encode.c]
- 5aca728 Reformat copyright headers by Adam Cozzette · 2 years, 8 months ago
- 2ab0cdb Avoid automatic variables in functions using setjmp. by Protobuf Team Bot · 3 years, 3 months ago
- 651550c Expect fail when serialize inf and nan for Value.number_value in json format. fixes #11259 by Jie Luo · 3 years, 3 months ago
- 955a57f Rollback of "Fail when serialize inf and nan for Value.number_value in json format" by Jie Luo · 3 years, 3 months ago
- e6c38af Expect fail when serialize inf and nan for Value.number_value in json format. fixes #11259 by Jie Luo · 3 years, 3 months ago
- b747edb append "ByDef" to names of message accessors that use reflection by Eric Salo · 3 years, 4 months ago
- 03b1dee implement upb_Map_Next() as the new upb_Map iterator by Eric Salo · 3 years, 5 months ago
- 4d3998b consolidate some general parsing functions into upb/lex/ by Eric Salo · 3 years, 5 months ago
- 721c284 Use UPB_SETJMP macro by Protobuf Team Bot · 3 years, 5 months ago
- f630787 move portability stuff into upb/port/ by Eric Salo · 3 years, 5 months ago
- fd14316 create collections/ subdir for all array and map code by Eric Salo · 3 years, 5 months ago
- e137175 create wire/ subdir for all wire-format code by Eric Salo · 3 years, 5 months ago
- 41335a0 normalize upb_Message_New() by Eric Salo · 3 years, 6 months ago
- 8cc3e07 move (most of) the json code into its own subdir by Eric Salo · 3 years, 6 months ago[Renamed (99%) from upb/json_encode.c]
- edecfd5 upb: use the new reflection headers by Eric Salo · 3 years, 7 months ago
- 85534bb remove unused #includes from reflection.h by Eric Salo · 3 years, 7 months ago
- f034bba fixed formatting and parsing of negative durations between -1s and 0s by Protobuf Team Bot · 3 years, 9 months ago
- 48d6764 rolling back to fix some tests by Protobuf Team Bot · 3 years, 9 months ago
- 470d632 fixed formatting and parsing of negative durations between -1s and 0s by Protobuf Team Bot · 3 years, 9 months ago
- 033859f rename internal/upb.h as internal/encode.h by Protobuf Team Bot · 3 years, 10 months ago
- e4635f2 match file names to type names by Protobuf Team Bot · 3 years, 10 months ago
- 6e1aa9f add json encoder option to render enums as ints by Protobuf Team Bot · 3 years, 10 months ago
- a60e9a3 Fixed the mingw build by adding compatibility code for vsnprintf() by Joshua Haberman · 3 years, 11 months ago
- c56fe27 Fix mistake in previous rename: upb_MessageDef_FindFieldByNameWithSize. by Joshua Haberman · 4 years, 1 month ago
- be7dfeb Added GitHub Action to test for clang-format. by Joshua Haberman · 4 years, 2 months ago
- 4a3a7d9 Introduce tests to encode and decode json by Bernardo Bruning · 4 years, 2 months ago
- 6475a96 Ensures that the seconds are always positive by Bernardo Bruning · 4 years, 2 months ago
- 698ac47 Introduces safe mod to not produce invalid mod and fix precision of days by Bernardo Bruning · 4 years, 2 months ago
- bc7b5dc Ported protobuf's dtoa() function for text format and JSON. by Joshua Haberman · 4 years, 3 months ago
- 72af9dc Switch to a single upb_Decode. by Joshua Haberman · 4 years, 3 months ago
- 499c2cc upb_extreg, upb_msg by Joshua Haberman · 4 years, 3 months ago
- 1c955f3 Mass API rename and clang-reformat (#485) by Joshua Haberman · 4 years, 3 months ago
- 58c1dbc Addressed PR comments. by Joshua Haberman · 4 years, 6 months ago
- 3d437bb Some pre-PR fixes. by Joshua Haberman · 4 years, 6 months ago
- 6f89034 Implemented support for MessageSet. by Joshua Haberman · 4 years, 6 months ago
- ce012b7 Added support for extensions. by Joshua Haberman · 4 years, 6 months ago
- 5c28ab6 Implemented upb_enumvaldef, for storing information about enumvals. by Joshua Haberman · 4 years, 7 months ago
- e8ba2a1 Added a fix for locales that output ',' as decimal separator. by Joshua Haberman · 4 years, 10 months ago
- 823eb09 Update all 2011 dates to 2021. by Joshua Haberman · 5 years ago
- e59d2c8 Added license headers to all files. by Joshua Haberman · 5 years ago
- 8370818 Switch to a macro to avoid signed/const mismatches. by Joshua Haberman · 5 years ago
- 63ad3db Fixed "NULL + 0" UB in JSON encoder and decoder. by Joshua Haberman · 5 years ago
- e58f7a0 Fix for Any messages with no fields. by Joshua Haberman · 5 years ago
- c7787cb Fixed a bunch of Clang warnings. by Joshua Haberman · 5 years ago
- 6b35760 Fixed bugs in JSON encoding with UPB_JSONENC_EMITDEFAULTS. by Joshua Haberman · 5 years ago
- 8f3ee80 Drop C89/C90 support and MSVC prior to Visual Studio 2015. by Joshua Haberman · 5 years ago
- 0a3a94a Updated to a new version of protobuf and fixed a few conformance tests. by Joshua Haberman · 5 years ago
- 5aa5b77 Added simple offset-based accessors for defs, and deprecated old iterators. by Joshua Haberman · 5 years ago
- efe11c6 Removed excess logging statement. by Joshua Haberman · 6 years ago
- 81c2aa7 Fixes for the PHP C Extension. by Joshua Haberman · 6 years ago
- b717575 Added -Wextra and -Wshorten-64-to-32 and fixed resulting errors. (#289) by Joshua Haberman · 6 years ago
- 6b808a4 Fixed all UBSan issues and added UBSan CI checks. by Joshua Haberman · 6 years ago
- 543a0ce Fixes for PHP. (#286) by Joshua Haberman · 6 years ago
- 23a5af3 [json] fixed all remaining conformance bugs. by Joshua Haberman · 6 years ago
- a292261 Added JSON decoder to conformance tests, and fixed tons of bugs. by Joshua Haberman · 6 years ago
- d49c1db New JSON decoder, string->msg using reflection. by Joshua Haberman · 6 years ago
- 872f4ce [json encoder] passes all conformance tests. by Joshua Haberman · 6 years ago
- 384cf15 [json encoder] passes almost all conformance tests. by Joshua Haberman · 6 years ago
- 6e9db7d Fixed JSON encoder so that it compiles. by Joshua Haberman · 6 years ago
- 60d0966 [jsonencoder]: wrote most of the code, haven't even compiled yet, let alone tested. by Joshua Haberman · 6 years ago