1. a8a1dbd pw_protobuf: Support encoding from pw::Vector by Scott James Remnant · 2 years, 3 months ago
  2. 68e1a9f pw_protobuf: Support encoding packed bool fields by Scott James Remnant · 2 years, 3 months ago
  3. 75c7684 pw_protobuf: Read repeated fields using pw::Vector by Scott James Remnant · 2 years, 3 months ago
  4. 1425cfb pw_protobuf: Refactor field parsing by Scott James Remnant · 2 years, 3 months ago
  5. 55790d4 pw_protobuf: Codegen for packed types by Scott James Remnant · 2 years, 3 months ago
  6. a0ddc26 pw_protobuf: Endian-flip doubles and floats by Scott James Remnant · 2 years, 3 months ago
  7. c2ae074 pw_protobuf: StreamDecoder support for packed fields by Scott James Remnant · 2 years, 3 months ago
  8. 3370d55 pw_protobuf: allow StreamDecoder subclasses to move by Scott James Remnant · 2 years, 3 months ago
  9. d9f51b6 pw_protobuf: Remove the use of PW_CHECK() by Yecheng Zhao · 2 years, 4 months ago
  10. 51f2b92 pw_protobuf: SizeOfDelimitedFieldWithoutValue function by Wyatt Hepler · 2 years, 5 months ago
  11. fac4a9a pw_protobuf: Expand functions for calculating encoded proto size by Wyatt Hepler · 2 years, 5 months ago
  12. 6e92d78 pw_protobuf: Correct MaxScratchBufferSize type by Ted Pudlik · 2 years, 5 months ago
  13. 27e12c5 pw_protobuf: Support providing known length to StreamDecoder by Scott James Remnant · 2 years, 6 months ago
  14. a529463 pw_protobuf: Support decoding from non-seekable Reader by Scott James Remnant · 2 years, 6 months ago
  15. 070ebff Replace ssize_t with ptrdiff_t in Pigweed code by Wyatt Hepler · 2 years, 6 months ago
  16. a19e285 pw_varint: Add function to read from stream by Scott James Remnant · 2 years, 6 months ago
  17. d099757 pw_software_update: Verify target payloads by Yecheng Zhao · 2 years, 7 months ago
  18. 134da64 pw_protobuf: Extend message to support Bool by Scott James Remnant · 2 years, 6 months ago
  19. 693db4b pw_protobuf: Extend message to support Float and Double by Scott James Remnant · 2 years, 6 months ago
  20. 5463664 pw_{log, pw_protobuf}: Add module name to log proto by Carlos Chinchilla · 2 years, 8 months ago
  21. 767b899 pw_software_update: Add coarse Apply progress reporting by Ewout van Bekkum · 2 years, 8 months ago
  22. 4f676e4 pw_protobuf: return a mutable BytesReader by Ewout van Bekkum · 2 years, 9 months ago
  23. 604695e pw_software_update: Parse bundles by Yecheng Zhao · 2 years, 9 months ago
  24. 204ad18 pw_protobuf: Add TODO for Result<> migration by Yecheng Zhao · 2 years, 9 months ago
  25. 321fb69 pw_protobuf: Adds a Message class for parsing by Yecheng Zhao · 2 years, 9 months ago
  26. 931f4d5 pw_protobuf: Add helper for map entry write by Yecheng Zhao · 2 years, 9 months ago
  27. 03e1b26 pw_protobuf: Add StreamDecoder by Alexei Frolov · 2 years, 9 months ago
  28. 5ebf8ad pw_protobuf: FieldKey class by Alexei Frolov · 2 years, 9 months ago
  29. 5d15dbe pw_protobuf: Support WriteBytes from Reader by Yecheng Zhao · 2 years, 9 months ago
  30. 011a4d5 pw_protobuf/encoder: Deprecate the Finalize() API by Ewout van Bekkum · 2 years, 10 months ago
  31. 7b62e93 pw_stream: Rework the stream classes by Wyatt Hepler · 2 years, 10 months ago
  32. d1ca56c overall: Adding `IgnoreError()` where Status was discarded by Adrien Larbanet · 3 years ago
  33. 9f3708c pw_protobuf: Update to final names by Armando Montanez · 2 years, 10 months ago
  34. 5fbfd88 pw_protobuf: Remove codegen.h by Armando Montanez · 2 years, 10 months ago
  35. a095fc2 pw_protobuf: Remove old Encoder by Armando Montanez · 3 years, 1 month ago
  36. 32988e0 pw_protobuf: Deprecate old encoder by Armando Montanez · 3 years, 1 month ago
  37. 328a051 pw_protobuf: Enforce kMaxVarintSize by Armando Montanez · 3 years, 1 month ago
  38. 377a68c pw_protobuf: Support codegen for StreamingEncoder by Armando Montanez · 3 years, 1 month ago
  39. 0ed221c pw_protobuf: Encoder rework by Armando Montanez · 3 years, 2 months ago
  40. f9ae189 pw_protobuf: Make maximum varint size configurable by Alexei Frolov · 3 years, 2 months ago
  41. 1b3da3a pw_status: Replace Status::Ok() with OkStatus() by Wyatt Hepler · 3 years, 5 months ago
  42. a762d17 pw_protobuf: better use of blob count in encoder by Paul Mathieu · 3 years, 6 months ago
  43. 13c7c4f pw_protobuf: Return a Result from Encode() by Alexei Frolov · 3 years, 8 months ago
  44. d78f7c6 pw_status: Update Status::CODE to Status::Code() by Wyatt Hepler · 3 years, 9 months ago
  45. dc6d984 pw_protobuf: Adds serialized size of field keys by Ewout van Bekkum · 3 years, 9 months ago
  46. c76aa40 pw_protobuf: add max serialized size constants by Ewout van Bekkum · 3 years, 9 months ago
  47. e2cbadf pw_span: Switch from pw::span to std::span by Wyatt Hepler · 4 years ago
  48. fe9723c pw_protobuf: Reimplement decoder as field iterator by Alexei Frolov · 4 years, 1 month ago
  49. fe2c144 pw_protobuf: Fix function name typo by Alexei Frolov · 4 years, 2 months ago
  50. bbbedff pw_protobuf: Add FindDecodeHandler by Alexei Frolov · 4 years, 3 months ago
  51. 5464d5f Change no-break spaces to regular spaces by Armando Montanez · 4 years, 4 months ago
  52. 6d9b9b4 pw_protobuf: Extended decoder type support by Alexei Frolov · 4 years, 5 months ago
  53. dea46f7 pw_protobuf: Start decoder class by Alexei Frolov · 4 years, 5 months ago
  54. 311c620 pw_varint: use std::byte instead of uint8_t by Alexei Frolov · 4 years, 5 months ago
  55. ae05a2b Add class template deduction guide. by Rob Mohr · 4 years, 6 months ago
  56. bbf164c Add pw_protobuf module by Alexei Frolov · 4 years, 6 months ago