1. 55cfaf3 Moved promotion-related accessors to a separate file. by Joshua Haberman · 2 years ago
  2. ae92c14 Updated upb to use Bazel 5.4.0 for Python cross-compiling tests. by Joshua Haberman · 2 years ago
  3. b81ae40 Fixed the upb.lexan build: by Joshua Haberman · 2 years ago
  4. de31ae9 [Upb C++] Fix: Map setter does not follow value semantics when value is a message. by Protobuf Team Bot · 2 years ago
  5. fa1c2a6 Switch upb_Arena_Fuse from a CAS based list insertion to an exchange based one by Matt Kulukundis · 2 years ago
  6. 433e737 [C++ Upb] Implement copy constructor and assignment operator. by Protobuf Team Bot · 2 years ago
  7. 565c8fe upb: copy the wire decode recursion-depth-checking code to the wire encoder by Eric Salo · 2 years ago
  8. b19c811 Python: Allow de-serializing bytearray (#868) by Eric Salo · 2 years ago
  9. ebaecb7 Python: Allow de-serializing bytearray (#868) by Alexandre Jasmin · 2 years ago
  10. a49ff55 Split out `message/accessors_internal.h` and added `upb_Arena` assertions. by Joshua Haberman · 2 years ago
  11. 2bf53a5 Update UPB dependency by Deanna Garcia · 2 years ago
  12. 750358b Switch upb_Arena_Fuse from a CAS based list insertion to an exchange based one by Protobuf Team Bot · 2 years ago
  13. 52a8d21 Switch upb_Arena_Fuse from a CAS based list insertion to an exchange based one by Matt Kulukundis · 2 years ago
  14. 2e4a493 Require that dynamic tree shaking in oneofs apply to all members. by Joshua Haberman · 2 years ago
  15. 339fdb5 Hide `upb_MiniTableField.descriptortype` with `UPB_PRIVATE()` macro by Joshua Haberman · 2 years ago
  16. e6dd5bf Comment out //third_party/upb/python/pb_unit_tests:numpy_test to allow for a change in protobuf directories. This will be uncommented as soon as the protobuf change gets through. by Deanna Garcia · 2 years ago
  17. e275be2 Guard deep copy sub table check from other uses of submsg_index. by Protobuf Team Bot · 2 years ago
  18. df93cf6 Hide upb_MiniTableField.submsg_index with new `UPB_PRIVATE()` macro by Joshua Haberman · 2 years ago
  19. 9d2b5d1 Add upb_MiniTable_FindUnknown depth_limit parameter. by Protobuf Team Bot · 2 years ago
  20. a918473 Implemented scalar fields for upb.js and Dart+upb.js. by Joshua Haberman · 2 years ago
  21. 7ebeb60 Fix the GitHub Actions for upb by Joshua Haberman · 2 years ago
  22. 71d1e8c Restructure fuse a tiny bit for aesthetics by Matt Kulukundis · 2 years ago
  23. d260ab3 Add windows CI by Mike Kruskal · 2 years ago
  24. c642e43 Allow fuse/fuse races, so that upb_Arena is fully thread-compatible. by Joshua Haberman · 2 years ago
  25. 3b0c926 Update to ads v13, to unbreak the build. by Joshua Haberman · 2 years ago
  26. 6fa4c96 Fix corner case where 'GeneratedSrcsInfo' value has no field or method 'thunks' by Protobuf Team Bot · 2 years ago
  27. 73489a9 Removed the cleanup list by Joshua Haberman · 2 years ago
  28. a738526 Changed Arena representation so that fusing links arenas together instead of blocks. by Joshua Haberman · 2 years ago
  29. bc77957 Fix the Lexan build. by Joshua Haberman · 2 years ago
  30. 2d273b6 Internal Code Change by Mike Kruskal · 2 years ago
  31. 9c0bcc0 Revamped portable atomic layer by Joshua Haberman · 2 years ago
  32. 6d6ab90 Enable arena test (it was previously #ifdef'd away accidentally) by Joshua Haberman · 2 years ago
  33. f698651 Use requirements.txt in GHA tests (#1237) by deannagarcia · 2 years ago
  34. e1c5a56 Delete UPB fuzz GHA tests. by Deanna Garcia · 2 years ago
  35. eda3f17 Update numpy dependency to 1.22.0. by Deanna Garcia · 2 years ago
  36. d450990 Allow for fuse/free races in `upb_Arena`. by Joshua Haberman · 2 years ago
  37. ea4cb79 fix Python bug with required fields by Eric Salo · 2 years ago
  38. 4e25ba4 consolidate the field type stuff by Eric Salo · 2 years ago
  39. 8562ccc Use _fileno(stdin) instead of STDIN_FILENO on Windows by Joshua Haberman · 2 years ago
  40. b7437a1 Update UPB main's protobuf dependency. by Deanna Garcia · 2 years ago
  41. f4d045a Only include utf8_range if it hasn't been included already by Mike Kruskal · 2 years ago
  42. d520014 Added benchmarks for `upb_Arena_Fuse()` by Joshua Haberman · 2 years ago
  43. 666a28e Update numpy dependency to 1.22.0. by Deanna Garcia · 2 years ago
  44. 5bc3cae Add threading tests for arenas by Matt Kulukundis · 2 years ago
  45. d5c2262 Fix cloning of repeated upb_Array. by Protobuf Team Bot · 2 years ago
  46. 1043eee Update dependency on com_google_googletest to use the newly added googletest_deps to install transitive dependencies. by Deanna Garcia · 2 years ago
  47. 2e9278d Fix for win32 binary i/o by Joshua Haberman · 2 years ago
  48. b7dcc1c implement upb_MiniTable_FindFieldByIndex() by Eric Salo · 2 years ago
  49. 05609bf Add support for thunks to upb_proto_aspect. by Marcel Hlopko · 2 years ago
  50. fdb45f0 Quiet -Wsign-compare errors by Protobuf Team Bot · 2 years ago
  51. b9fb58b Emit upbdev JSON using numeric representation for enums. by Joshua Haberman · 2 years, 1 month ago
  52. bdee30b Added special case for INT64_MIN in the codegen by Joshua Haberman · 2 years, 1 month ago
  53. 3286f94 Implements upb_Message_DeepClone. by Protobuf Team Bot · 2 years, 1 month ago
  54. a6ce733 upb: implement unsigned Int64 list by Eric Salo · 2 years, 1 month ago
  55. f9c91e3 lower the recursion limit again on fuzzer tests by Eric Salo · 2 years, 1 month ago
  56. 56c4a42 Added new APIs for linking a MiniTable all at one time by Joshua Haberman · 2 years, 1 month ago
  57. 184a475 fix an error path in the (still completely unused) tokenizer by Eric Salo · 2 years, 1 month ago
  58. dfd5f17 implement Dart Int64 repeated fields by Eric Salo · 2 years, 1 month ago
  59. c1727b7 enforce a recursion limit on fuzzer tests by Eric Salo · 2 years, 1 month ago
  60. ccdfaf7 Fix a bug where message-level extension identifier should also be generated in the source file. by Protobuf Team Bot · 2 years, 1 month ago
  61. 7490529 Fix minor typos in cs-cpp-protos.md by Marcel Hlopko · 2 years, 1 month ago
  62. c4b98dd implement a function to register a single extension by Eric Salo · 2 years, 1 month ago
  63. 19c4e62 add constructors for mini table extensions by Eric Salo · 2 years, 1 month ago
  64. 1b6beaa [Upb C++] Update generator to create oneof_case() accessor and OneOfCase enumerations. by Protobuf Team Bot · 2 years, 1 month ago
  65. a35491f [Upb C++] Generate class scoped declarations for enumerations. by Protobuf Team Bot · 2 years, 1 month ago
  66. 9253c42 add error check for duplicate oneof field names by Eric Salo · 2 years, 1 month ago
  67. 81d27ec Fixed MSAN warning by freeing the arena in ~InlinedArena(). by Joshua Haberman · 2 years, 1 month ago
  68. 2d40e1e Removed some special escapes from def_to_proto.c, to match C++ protos. by Joshua Haberman · 2 years, 1 month ago
  69. a7a097d remove generated hazzer for map fields by Eric Salo · 2 years, 1 month ago
  70. e860867 upb_MiniTableExtension_Build() -> upb_MiniTableExtension_Init() by Eric Salo · 2 years, 1 month ago
  71. 9bd37b8 turn down upb/fuzz/ by Eric Salo · 2 years, 1 month ago
  72. a3f5ee3 detect and reject repeated field numbers within a oneof by Eric Salo · 2 years, 1 month ago
  73. a0fbbd6 Avoid automatic variables in functions using setjmp. by Protobuf Team Bot · 2 years, 1 month ago
  74. 0ccf6fd Fix upb_MiniTable_NextOneofField comment. by Protobuf Team Bot · 2 years, 1 month ago
  75. 57a79de Ensure that extensions respect deterministic serialization. by Joshua Haberman · 2 years, 2 months ago
  76. 28de62f Add ExtensionRegistry version of Parse to message templates. by Protobuf Team Bot · 2 years, 2 months ago
  77. 808706b Fix comments and cosmetic restructure. by Matt Kulukundis · 2 years, 2 months ago
  78. bc56909 Fixed the initialization sequence for MiniTables. by Joshua Haberman · 2 years, 2 months ago
  79. c2a0cbe Add no-remote-exec tag to genrule() so Cider won't try to run it. by Joshua Haberman · 2 years, 2 months ago
  80. 1b50271 Fixed a bug in the matcher that caused false positives. by Joshua Haberman · 2 years, 2 months ago
  81. 65e7d4a Add a tag so that we can differentiate staleness tests by Mike Kruskal · 2 years, 2 months ago
  82. 6e1cbdf Added fuzzer for descriptor parsing/serialization, and fixed several bugs. by Joshua Haberman · 2 years, 2 months ago
  83. 0cc83d1 split apart constructors for extensions vs non-extensions by Eric Salo · 2 years, 2 months ago
  84. 662497f Removing non-deterministic pointer sort. by Mike Kruskal · 2 years, 2 months ago
  85. 150847d Removed unnecessary includes. by Joshua Haberman · 2 years, 2 months ago
  86. 10e57c0 Fix Upb PromotoUnknownToMessage for OneOf fields. by Protobuf Team Bot · 2 years, 2 months ago
  87. 067dfea Implement UPB OneOf MiniTable apis. by Protobuf Team Bot · 2 years, 2 months ago
  88. f775d49 Use python3 setup.py sdist to build the source distribution for python. by Deanna Garcia · 2 years, 2 months ago
  89. 84a3fd2 Remove reflection dependency for UPB compare utility. by Protobuf Team Bot · 2 years, 2 months ago
  90. 008a9af Explicitly drop support for python on Windows. by Mike Kruskal · 2 years, 2 months ago
  91. f8a3e0d Avoid reading uninitialized memory when validating MiniTable. by Joshua Haberman · 2 years, 2 months ago
  92. 702d958 Use "manylinux" for release wheel platform name by Deanna Garcia · 2 years, 2 months ago
  93. 8498146 Migrate dependencies pointing to github-generated tarballs to use zip instead. by Mike Kruskal · 2 years, 2 months ago
  94. 518e19d Fixed fuzz bug by further validating map entries. by Joshua Haberman · 2 years, 2 months ago
  95. 37de88c add proto2-related flags to enum and field def structs by Eric Salo · 2 years, 2 months ago
  96. 7c18c2c add another fuzzer test by Eric Salo · 2 years, 2 months ago
  97. df850c8 Fixed fuzz bug when map entry containing unknown fields spans buffers. by Joshua Haberman · 2 years, 2 months ago
  98. 1c8ddf2 Removed unused argument to error message. by Joshua Haberman · 2 years, 2 months ago
  99. 7ad307e Added assert that message-type map values must be linked. by Joshua Haberman · 2 years, 2 months ago
  100. 68e3662 fix fuzzer test w/nested maps by Eric Salo · 2 years, 2 months ago