1. 268e6d5 Return integers by value from cbor::Value methods by Andrew Paseltiner · 12 hours ago main
  2. 83d9c0b Migrate Rust CBOR one-pass parser to streaming Decoder by Zgroza Klimek · 2 days ago
  3. 8f5a3b7 Add streaming parser interface to Rust CBOR parser by Zgroza Klimek · 2 days ago
  4. 8b40f4e Minor CBOR Rust cleanup by Andrew Paseltiner · 12 days ago
  5. e9a94a6 cbor: Add error string serialization and Map lookup method by Zgroza Klimek · 13 days ago
  6. d0db589 cbor: Add histograms for parsing performance and error tracking by Zgroza Klimek · 2 weeks ago
  7. a1de210 Remove cbor::Value::Type::TAG enumerator by Andrew Paseltiner · 3 weeks ago
  8. 69989e9 Remove floating-point support from CBOR by Andrew Paseltiner · 3 weeks ago
  9. 3e2e1a4 cbor: Add base::Feature for Rust CBOR parser by Zgroza Klimek · 3 weeks ago
  10. aab926f Simplify CBOR MapValue and ArrayValue constructors by Andrew Paseltiner · 3 weeks ago
  11. 472fe65 components/cbor: allow non-characters in UTF-8 strings by Zgroza Klimek · 3 weeks ago
  12. c73c87f Minor clean up for cbor::Value by Andrew Paseltiner · 3 weeks ago
  13. a488940 Specify CBOR component within CBOR DIR_METADATA by Zgroza Klimek · 3 weeks ago
  14. 9c06644 Add Map abstraction for CBOR map entries by Zgroza Klimek · 4 weeks ago
  15. debeb2e Change BTreeMap to Vec in Rust CBOR parser by Zgroza Klimek · 4 weeks ago
  16. e937cf8 Clean up Rust CBOR reader error handling by Andrew Paseltiner · 5 weeks ago
  17. 28e076f Replace owned values with borrowed ones in Rust CBOR reader by Andrew Paseltiner · 5 weeks ago
  18. d7a7067 Add C++ vs Rust CBOR parser performance microbenchmarks by Zgroza Klimek · 5 weeks ago
  19. f05d694 CBOR Rust parser: Flag duplicates before out-of-order map keys by Zgroza Klimek · 6 weeks ago
  20. f9b1445 Minor cleanup for Rust CBOR implementation by Andrew Paseltiner · 6 weeks ago
  21. 2cd8517 Extend CBOR fuzzer to run against C++ and Rust parser by Zgroza Klimek · 6 weeks ago
  22. ffdffed Add apaseltiner@ and zgroza@ as cbor OWNERS by Daniel Cheng · 6 weeks ago
  23. b9fa2e0 Align Rust CBOR parser error codes for maps with C++ by Zgroza Klimek · 6 weeks ago
  24. 66bfb52 Add Crubit C++ bindings for CBOR Rust parser (`use_rust`) by Zgroza Klimek · 6 weeks ago
  25. 5f9a86e Remove DanglingUntriaged in cbor::Reader::Config by Daniel Cheng · 6 weeks ago
  26. 6f9a068 Split Rust CBOR parser into smaller files and extend tests by Zgroza Klimek · 8 weeks ago
  27. 886e7b5 Add pure Rust CBOR parser and its tests by Zgroza Klimek · 8 weeks ago
  28. 9fa13b5 Migrate CBOR fuzzing to FuzzTest by Zgroza Klimek · 8 weeks ago
  29. 9afe99a Enforce minimality check for 64-bit floats in CBOR parser by Zgroza Klimek · 3 months ago
  30. 31cdbbc Remove allow_and_canonicalize_out_of_order_keys from cbor parser by Zgroza Klimek · 3 months ago
  31. 01b147f [cbor] Optimize Reader::ReadStringContent and simplify Reader::ReadBytes by Andrew Paseltiner · 4 months ago
  32. 654315e [CBOR] Modernize reader_fuzzer by Andrew Paseltiner · 4 months ago
  33. ce17bf3 [cbor] Remove unused cbor::Value(Type) constructor by Andrew Paseltiner · 4 months ago
  34. 99d2bda [cbor] Optimize map parsing in Reader::ReadMapContent by Andrew Paseltiner · 4 months ago
  35. b7fbdb0 [cbor] Fix error code overwriting in Reader::ReadMapContent by Andrew Paseltiner · 4 months ago
  36. c5027e5 Convert to UNSAFE_TODO in components [2/4] by Arthur Sonzogni · 9 months ago
  37. ffdc252 Begin converting code to use base's string_view helpers. by Tom Sepez · 9 months ago
  38. 94d24d6 [cbor] Use std::map::extract() in ReadMapContent by Ho Cheung · 1 year, 1 month ago
  39. 0c2576c [exit-time-destructors] Exclude target with warnings by Claudio DeSouza · 1 year, 2 months ago
  40. 3c4d94e Exported things should always be visible by Devon Loehr · 1 year, 4 months ago
  41. 65be265 Migrate remaining NOTREACHED()s in components/ by Peter Boström · 1 year, 10 months ago
  42. 4760d10 Remove unsafe buffer usage from c/cbor/values.cc by Jan Keitel · 1 year, 10 months ago
  43. 01e941f components: default the user-defined empty ctor and dtor where possible by Sorin Jianu · 1 year, 10 months ago
  44. 10d0a11 spanification: Add `#pragma allow_unsafe_buffers` to component/* by Arthur Sonzogni · 2 years, 1 month ago
  45. 6eed840 Remove comment from cbor::Value that it doesn't support floating point. by Matt Menke · 2 years, 2 months ago
  46. 11e9440 Rewrite base::span fields into base::raw_span by Ali Hijazi · 2 years, 3 months ago
  47. 7e827f6 Use NOTREACHED_IN_MIGRATION() in components/ by Peter Boström · 2 years, 4 months ago
  48. 45874d5 Convert base::StringPiece to std::string_view in //components 1/5 by Helmut Januschka · 2 years, 4 months ago
  49. 3be48d0 Migrate TODOs referencing old crbug IDs to the new issue tracker IDs by Alison Gale · 2 years, 5 months ago
  50. f5a9e5a cbor: make `DiagnosticWriter` a little smarter. by Adam Langley · 2 years, 7 months ago
  51. 8b30d97 [buganizer] Migrate DIR_METADATA components/c*, components/d* by Jeff Yoon · 2 years, 7 months ago
  52. 194f933 `StrictNumeric` in `base::span::first(...)` and `last(...)`: Prep 1/N. by Lukasz Anforowicz · 2 years, 7 months ago
  53. 6e9163e Rename {absl => std}::optional in //components/ by Arthur Sonzogni · 2 years, 7 months ago
  54. 213863f Support for CBOR floating point values by Russ Hamilton · 3 years, 2 months ago
  55. c06a705 Use std::string::append(base::StringPiece) instead of decomposing by David Benjamin · 3 years, 3 months ago
  56. 716a26d Update copyright headers in components/ by Avi Drissman · 4 years ago
  57. 155584f DanglingPtr: Mark all of them as untriaged [1/N] by Arthur Sonzogni · 4 years, 3 months ago
  58. f79dcbd Remove myself from component OWNERS files by Jochen Eisinger · 4 years, 4 months ago
  59. b45773c Migrate base::{size,empty,data} to STL equivalents in //components. by Daniel Cheng · 4 years, 6 months ago
  60. 6e77f26 Fix <ostream> IWYU for use with DCHECK(), part 1. by Tom Sepez · 4 years, 9 months ago
  61. 70ef0c2 Rewrite most `Foo* field_` pointer fields to `raw_ptr<Foo> field_`. by Keishi Hattori · 4 years, 9 months ago
  62. 701da4c cbor: Add allow_and_canonicalize_out_of_order_keys flag by Anastasiia N · 4 years, 10 months ago
  63. 6ab897e Remove unused "base/macros.h" in components/ by Peter Boström · 4 years, 10 months ago
  64. fb311d5 Replace DISALLOW_COPY_AND_ASSIGN in components/ by Peter Boström · 5 years ago
  65. a063c26 Swap from base/stl_util.h to cxx17_backports.h in components/ .cc files. by Lei Zhang · 5 years ago
  66. 9d6c30f Remove unneeded base/stl_util.h includes in components/ and ui/. by Lei Zhang · 5 years ago
  67. 0f45c2c components: Replace base::Optional and friends with absl counterparts by Anton Bikineev · 5 years ago
  68. 9567ac5 Delete unused STL includes from components/ headers. by Lei Zhang · 5 years ago
  69. 8370d50 [base] Remove base::StringPiece::as_string() usages. by Peter Kasting · 5 years ago
  70. 9ebffe8 Added DIR_METADATA files to a batch of subfolders in //components/c… by Norman Rosas · 6 years ago
  71. da40ce6 Remove/replace unnecessary includes of logging.h (components/) by Hans Wennborg · 6 years ago
  72. 3287dea Remove/replace unnecessary logging.h includes in .cc files (components) by Hans Wennborg · 6 years ago
  73. 1008f96 logging.h related include-what-you-use (components/) by Hans Wennborg · 6 years ago
  74. a8bf294 cbor: Fix typedef struct naming for new CrOS Clang updates by Tiancong Wang · 6 years ago
  75. 735f2b6 [base] Remove const iterator member functions from span by Jan Wilken Dörrie · 7 years ago
  76. bfa4187 Remove more MSVC compat hacks by Nico Weber · 7 years ago
  77. e0ba287 Reformat all gn files in /components/cbor. by Nico Weber · 7 years ago
  78. 513ed50 Use WebBundleBuilder in WebBundleNetworkBrowserTest by Tsuyoshi Horo · 7 years ago
  79. 07f21b5 OWNERS files updated with latest COMPONENT and TEAMS. by Eric Foo · 7 years ago
  80. f1db80b fido: implement UTF-8 string fixup for credentialManagement by Martin Kreichgauer · 7 years ago
  81. 4abc9fe device/fido: handle user-info truncation. by Adam Langley · 7 years ago
  82. b6226d7 device/fido: log outgoing CBOR messages. by Adam Langley · 7 years ago
  83. cbdca6e Use base::size rather than arraysize in components/. by Avi Drissman · 8 years ago
  84. 227e8c6 Rename CBOR files to match the newly renamed classes. by Adam Langley · 8 years ago
  85. ea66979 Remove CBOR prefix on CBOR{Reader|Writer|Value}. by Adam Langley · 8 years ago
  86. d139051 Worry over some nits in the CBOR reader. by Chris Palmer · 8 years ago
  87. 22f9f40 Don't `NOTREACHED` when handling malformed CBOR inputs. by Chris Palmer · 8 years ago
  88. 6f17813 Fix a typo in a comment. by Chris Palmer · 8 years ago
  89. 5ab73b2 Document `CBORReader`'s limitations and their reasons. by Chris Palmer · 8 years ago
  90. b94a000 Establish a new kind of SECURITY_OWNERS. by Chris Palmer · 8 years ago
  91. a7a5513 Replace the CanConsume pattern in components/cbor. by David Benjamin · 8 years ago
  92. c849f99 [fido] Use std::array for static sized containers by jdoerrie · 8 years ago
  93. a5e0e89 Revert CBORReader::ReadDataItemHeader by Kouhei Ueno · 8 years ago
  94. 7644cab cbor: use static checks to ensure that all cases are handled. by Adam Langley · 8 years ago
  95. efbe7eb cbor: comment that |SimpleValue| can be casted via |int|. by Adam Langley · 8 years ago
  96. 0f17d68 cbor: document some range bounds. by Adam Langley · 8 years ago
  97. 8f74b25 cbor: ensure that error codes are set iff parsing fails. by Adam Langley · 8 years ago
  98. 9c3fb89 cbor: have one Read function wrap the other. by Adam Langley · 8 years ago
  99. 9326f12 cbor: only need to check map value order. by Adam Langley · 8 years ago
  100. c1d4d0e cbor: CanConsume already sets the error code. by Adam Langley · 8 years ago