1. 6c10ce2 Removed old ResizeArray() API per TODO by Joshua Haberman · 1 year, 11 months ago
  2. 62f1470 -Make message CopyFrom() call UPB code instead of default implementation for python UPB by Jie Luo · 1 year, 11 months ago
  3. 3475ebe upb: move the split64 accessors out of upbc/ by Eric Salo · 1 year, 11 months ago
  4. 48e3272 upb: fix SetInt32 accessor to also work on enum ctypes by Eric Salo · 2 years ago
  5. 55cfaf3 Moved promotion-related accessors to a separate file. by Joshua Haberman · 2 years ago
  6. 565c8fe upb: copy the wire decode recursion-depth-checking code to the wire encoder by Eric Salo · 2 years ago
  7. a49ff55 Split out `message/accessors_internal.h` and added `upb_Arena` assertions. by Joshua Haberman · 2 years ago
  8. 339fdb5 Hide `upb_MiniTableField.descriptortype` with `UPB_PRIVATE()` macro by Joshua Haberman · 2 years ago
  9. e275be2 Guard deep copy sub table check from other uses of submsg_index. by Protobuf Team Bot · 2 years ago
  10. df93cf6 Hide upb_MiniTableField.submsg_index with new `UPB_PRIVATE()` macro by Joshua Haberman · 2 years ago
  11. 9d2b5d1 Add upb_MiniTable_FindUnknown depth_limit parameter. by Protobuf Team Bot · 2 years ago
  12. a918473 Implemented scalar fields for upb.js and Dart+upb.js. by Joshua Haberman · 2 years ago
  13. d260ab3 Add windows CI by Mike Kruskal · 2 years ago
  14. d5c2262 Fix cloning of repeated upb_Array. by Protobuf Team Bot · 2 years ago
  15. 3286f94 Implements upb_Message_DeepClone. by Protobuf Team Bot · 2 years, 1 month ago
  16. f9c91e3 lower the recursion limit again on fuzzer tests by Eric Salo · 2 years, 1 month ago
  17. c1727b7 enforce a recursion limit on fuzzer tests by Eric Salo · 2 years, 1 month ago
  18. 10e57c0 Fix Upb PromotoUnknownToMessage for OneOf fields. by Protobuf Team Bot · 2 years, 2 months ago
  19. f8a3e0d Avoid reading uninitialized memory when validating MiniTable. by Joshua Haberman · 2 years, 2 months ago
  20. 518e19d Fixed fuzz bug by further validating map entries. by Joshua Haberman · 2 years, 2 months ago
  21. 7c18c2c add another fuzzer test by Eric Salo · 2 years, 2 months ago
  22. df850c8 Fixed fuzz bug when map entry containing unknown fields spans buffers. by Joshua Haberman · 2 years, 2 months ago
  23. 68e3662 fix fuzzer test w/nested maps by Eric Salo · 2 years, 2 months ago
  24. b29761f add return codes to upb_MiniTable_SetSubMessage/Enum() by Eric Salo · 2 years, 2 months ago
  25. a5e337f Allow dynamic tree shaking for groups, and disallow groups for map entry sub-messages. by Joshua Haberman · 2 years, 2 months ago
  26. 63dc0ec Fix gcc < 11 breakages due to missing "stringop-overread" diagnostic by Mike Kruskal · 2 years, 3 months ago
  27. e41a2d7 upb is self-hosting! by Joshua Haberman · 2 years, 3 months ago
  28. 87f9b86 update some more functions to match the accessor naming convention by Eric Salo · 2 years, 3 months ago
  29. b8f35b2 Fix missing parameter lists. by Protobuf Team Bot · 2 years, 3 months ago
  30. c64f26e Add missing “static” by Protobuf Team Bot · 2 years, 3 months ago
  31. c628e53 upb_MiniTable_GetMutableMap() -> upb_Message_GetOrCreateMutableMap() by Eric Salo · 2 years, 3 months ago
  32. 7cd8f6c Ported more cases of wire format parsing to upb_WireReader. by Joshua Haberman · 2 years, 3 months ago
  33. 112f037 Migrated the text format encoder to upb_WireReader. by Joshua Haberman · 2 years, 3 months ago
  34. 75488a0 Created a new upb_WireReader interface for parsing wire data directly. by Joshua Haberman · 2 years, 3 months ago
  35. 1e28a99 fix broken Dart unit tests by Eric Salo · 2 years, 3 months ago
  36. 003ecb3 Rolling forward: expanded GCC diagnostic pragmas to cover all of accessors.h. by Joshua Haberman · 2 years, 3 months ago
  37. 565b28c Unified accessor API for repeated field getters and setters. by Protobuf Team Bot · 2 years, 3 months ago
  38. 48ad4bb Unified accessor API for repeated field getters and setters. by Joshua Haberman · 2 years, 3 months ago
  39. 0f938ec Unified accessor API for map getters and setters. by Joshua Haberman · 2 years, 3 months ago
  40. e34e3bd Unified accessor API for map getters and setters. by Joshua Haberman · 2 years, 3 months ago
  41. 45dfd77 Unified accessor API for map getters and setters. by Joshua Haberman · 2 years, 3 months ago
  42. abed199 implement some simple array accessors for Dart by Eric Salo · 2 years, 3 months ago
  43. 4f87346 rename the array accessors to match the other accessors by Eric Salo · 2 years, 4 months ago
  44. 85fcfcb Fix a param naming issue for upb_Message_InsertMapEntry. Should just be mini_table instead of map_entry_mini_table by Protobuf Team Bot · 2 years, 4 months ago
  45. 9ab09b4 fix unset mini table field presence bug by Eric Salo · 2 years, 4 months ago
  46. fa2481d Unified accessor for WhichOneof(). by Joshua Haberman · 2 years, 4 months ago
  47. 9e9d43b Add support for promoting unlinked map fields from unknown to upb_Map. by Protobuf Team Bot · 2 years, 4 months ago
  48. 11fc163 fix fuzzer failure due to a bad map descriptor by Eric Salo · 2 years, 4 months ago
  49. 9e89142 Add upb_MiniTableField_IsClosedEnum API. by Protobuf Team Bot · 2 years, 4 months ago
  50. e231dc9 Fix Upb Unknown to repeated message promotion when initial message has null upb_Array. by Protobuf Team Bot · 2 years, 4 months ago
  51. 3bac878 normalize most of the message accessors: by Eric Salo · 2 years, 4 months ago
  52. a07c5d3 snapshot some pending dart work by Eric Salo · 2 years, 4 months ago
  53. b747edb append "ByDef" to names of message accessors that use reflection by Eric Salo · 2 years, 4 months ago
  54. f458e05 add some UPB_API / UPB_API_INTERNAL declarations by Eric Salo · 2 years, 4 months ago
  55. b98c7c7 move non-conformance tests and protos into upb/test/ create upb/test/BUILD by Eric Salo · 2 years, 4 months ago
  56. 32f28fc remove 'platform' param from upb_MiniTable_Build() by Eric Salo · 2 years, 4 months ago
  57. 2272970 Unified ClearField by Joshua Haberman · 2 years, 4 months ago
  58. 4f098fd move the extension registry down into mini_table/ by Eric Salo · 2 years, 4 months ago
  59. 9c6223c Unified all hazzers to use MiniTable accessors by Joshua Haberman · 2 years, 4 months ago
  60. e567b7c Fixed a bug in GetOrPromoteExtension by Joshua Haberman · 2 years, 4 months ago
  61. d22d6d7 Refactored message accessors to share a common set of functions instead of duplicating logic. by Joshua Haberman · 2 years, 4 months ago
  62. ff6439f move the wire type definitions into upb/wire/ where they belong by Eric Salo · 2 years, 4 months ago
  63. fb7a674 add build targets for :wire and :message and :message_internal by Eric Salo · 2 years, 4 months ago
  64. 27d70ed clean up the :mini_table build target by Eric Salo · 2 years, 4 months ago