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