aboutsummaryrefslogtreecommitdiff
path: root/pw_transfer
AgeCommit message (Expand)Author
2022-02-04pw_protobuf_compiler: Adds Nanopb to Bazel buildNathaniel Brough
2022-02-01pw_transfer: Remove use of pw_rpc channel payload bufferWyatt Hepler
2022-01-20pw_rpc: Remove PayloadBuffer() from the public APIWyatt Hepler
2022-01-15Fix the bazel buildTed Pudlik
2022-01-08pw_build: Add module configuration support for CMakeEwout van Bekkum
2022-01-07pw_transfer: Don't call Finish() on inactive transfers in the C++ clientAlexei Frolov
2022-01-07pw_transfer: Add retry and timeout setters to C++ serviceAlexei Frolov
2022-01-05pw_transfer: Rolling windowAlexei Frolov
2021-12-22pw_transfer: Do not Finish() inactive transferArmando Montanez
2021-12-17pw_transfer: Initial C++ client integration testWyatt Hepler
2021-12-16Replace ssize_t with ptrdiff_t in Pigweed codeWyatt Hepler
2021-12-01pw_transfer: Support filling a receive bufferWyatt Hepler
2021-11-30pw_rpc: Remove deprecated methods and aliasesAlexei Frolov
2021-11-24pw_transfer: Use RPC writersAlexei Frolov
2021-11-23pw_transfer: Properly clean up after completionWyatt Hepler
2021-11-23pw_transfer: C++ timeouts and retriesAlexei Frolov
2021-11-22pw_rpc: Remove deprecated ServerContext& argumentWyatt Hepler
2021-11-18pw_transfer: Add progress callbackJared Weinstein
2021-11-17pw_transfer: Add typescript libraryJared Weinstein
2021-11-16pw_transfer: Add log module name to client.ccArmando Montanez
2021-11-15pw_transfer: Fix undefined behavior in memcpyWyatt Hepler
2021-11-11pw_transfer: Make C++ client work end to endAlexei Frolov
2021-11-09pw_function: Pass by reference or rvalue referenceWyatt Hepler
2021-11-09pw_transfer: Refactor protocol codeAlexei Frolov
2021-11-03OWNERS: Add throughout treeRob Mohr
2021-10-28clang-tidy: readability-inconsistent-declaration-parameter-nameTed Pudlik
2021-10-28clang-tidy: Fix and enforce additional checksTed Pudlik
2021-10-27pw_rpc: Add optional global, non-recursive mutexWyatt Hepler
2021-10-20pw_transfer: Initial timeout in Python clientWyatt Hepler
2021-10-20pw_rpc: Add call IDs to protocolAlexei Frolov
2021-10-19pw_rpc: Rework C++ client; implement raw clientWyatt Hepler
2021-10-14pw_rpc: Rework the FakeChannelOutput classesWyatt Hepler
2021-10-12pw_transfer: Support seeking in reads; standardize statusesWyatt Hepler
2021-10-11pw_transfer: Reorganize Python client codeWyatt Hepler
2021-10-10pw_transfer: Expose ProgressCallback in pw_transferWyatt Hepler
2021-10-08pw_transfer: Handle dropping the sender's final write chunkWyatt Hepler
2021-10-07pw_transfer: Integration tests with packet lossWyatt Hepler
2021-10-06pw_transfer: Resend transfer params on client retriesWyatt Hepler
2021-10-06pw_transfer: Prevent receiver from requesting 0 bytesWyatt Hepler
2021-10-05pw_transfer: Restart pending transfers on initial packetWyatt Hepler
2021-10-04pw_transfer: Test recent service improvementsWyatt Hepler
2021-10-04pw_transfer: Reduce duplication in testWyatt Hepler
2021-10-02pw_transfer: Ignore chunks for non-pending transfersWyatt Hepler
2021-10-02pw_transfer: Reorganize code; ignore bad chunks after dropsWyatt Hepler
2021-10-01pw_transfer: Skip stale windows in Python clientWyatt Hepler
2021-10-01pw_transfer: Refactor to share code; add logsWyatt Hepler
2021-09-30pw_transfer: Retry on write transfer timeoutsWyatt Hepler
2021-09-28pw_transfer: Report errors from FinalizeWrite()Wyatt Hepler
2021-09-28pw_transfer: Start C++ clientAlexei Frolov
2021-09-24pw_transfer: Python client and C++ service fixesAlexei Frolov