aboutsummaryrefslogtreecommitdiff
path: root/pw_blob_store
AgeCommit message (Expand)Author
2022-06-30Replace some pwbug/### TODOs with b/###Rob Mohr
2022-06-29clang-tidy: Enable modernize-use-overrideTed Pudlik
2022-06-29pw_span: Switch from std::span to pw::spanWyatt Hepler
2022-06-28pw_build: -Wswitch-enum in internal_strict configTom Craig
2022-06-24pw_span: Explicitly specify pw_span dependencies in GNWyatt Hepler
2022-06-21pw_blob_store: Add interface to decouple pw_software_updateTim Knodel
2022-06-14pw_blob_store: Add missing includeWyatt Hepler
2022-04-29pw_blob_store: Fixes bug in size reportsNathaniel Brough
2022-04-14pw_{stream,blob,kvs}: Add Tell for StdFileStreamSikkaTheCoder
2022-03-14pw_blob_store: expose HasData() as a public methodDavid Rogers
2022-03-10pw_blob_store: Fix writer close with dirty write bufferDavid Rogers
2022-02-16pw_status: Enforce [[nodiscard]] on pw::Status in upstream PigweedWyatt Hepler
2022-02-04pw_blob_store: Avoid unnecessary assertsWyatt Hepler
2022-01-11pw_blob_store: Don't assert on BlobReader seeks or readsWyatt Hepler
2022-01-10pw_blob_store: Move BlobReader functions to the .ccWyatt Hepler
2021-12-16Replace ssize_t with ptrdiff_t in Pigweed codeWyatt Hepler
2021-11-15docs: Assorted documentation fixesTed Pudlik
2021-11-12pw_blob_store: fix size reportingDavid Rogers
2021-11-09pw_blob_store: Add support for zero-size write buffersDavid Rogers
2021-11-09pw_blob_store: do large aligned writes in single flash writeDavid Rogers
2021-11-05pw_blob_store: Fix write buffer bugDavid Rogers
2021-11-03OWNERS: Add throughout treeRob Mohr
2021-10-20pw_blob_store & pw_kvs: Use Borrowable<KeyValueStore>Ewout van Bekkum
2021-10-07pw_blob_store: Add testing of deferred writes to unerased flashDavid Rogers
2021-10-06pw_blob_store: Assume not erased if there's no valid KVS entryEwout van Bekkum
2021-10-04pw_blob_store: FlatFileSystemService integrationArmando Montanez
2021-10-01pw_blob_store: Add BlobWriterWithBufferArmando Montanez
2021-09-28pw_blob_store: Fix init when using a file nameArmando Montanez
2021-09-21pw_blob_store: Add filename supportArmando Montanez
2021-09-02pw_blob_store: Make BlobReader seekableYecheng Zhao
2021-08-23pw_blob_store: Fix write limit functionWyatt Hepler
2021-08-19pw_stream: Rework the stream classesWyatt Hepler
2021-08-16overall: Adding `IgnoreError()` where Status was discardedAdrien Larbanet
2021-07-29workspace: Updates Bazel build files to work in CINathaniel Brough
2021-07-14bazel: Rename BUILD to BUILD.bazelAkira Baruah
2021-06-29bazel: Remove unnecessary license commentsRob Mohr
2021-04-30pw_assert: Switch to the new header namesWyatt Hepler
2021-04-18workspace: Adding bazel build formatter/linterNathaniel Brough
2021-04-12Re-enable asserts in headersAlexei Frolov
2021-03-05pw_blob_store: Add size reportDavid Rogers
2021-01-12pw_status: Use new functions instead of variablesWyatt Hepler
2021-01-11pw_status: Replace Status::Ok() with OkStatus()Wyatt Hepler
2020-12-09pw_blob_store: Allow large deferred write buffersDavid Rogers
2020-11-24pw_blob_store: Add IsOpen for reader and writerDavid Rogers
2020-11-04CMake: Revamp CMake buildWyatt Hepler
2020-10-19targets: use pw_build:extra_strict_warnings upstreamEwout van Bekkum
2020-10-15BUILD.gn files: Improve import formattingWyatt Hepler
2020-10-09pw_blob_store: Add additional testsDavid Rogers
2020-10-06pw_stream/pw_blob_store: Remove CHECK from headersArmando Montanez
2020-10-01docs: Make labels consistent; remove boilerplateWyatt Hepler