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