aboutsummaryrefslogtreecommitdiff
path: root/pw_rpc
AgeCommit message (Expand)Author
2022-08-05pw_compilation_testing: Add negative compilation testsWyatt Hepler
2022-08-01pw_rpc: Add PacketMetaTaylor Cramer
2022-07-29pw_rpc: Wrap ServiceId uint32_t for futureproofingTaylor Cramer
2022-07-25pw_web_ui: Replace '@pigweed' and 'pigweed' imports with 'pigweedjs'Asad Memon
2022-07-22pw_rpc: Fix if IDs are negativeAlexandru M Stan
2022-07-21pw_rpc: Fix RPC MTU allocationsArmando Montanez
2022-07-21pw_rpc: Add MaxSafePayloadSize()Armando Montanez
2022-07-19pw_web_ui: Update docs on how to use NPM packageAsad Memon
2022-07-19pw_web_ui: Bundle all TypeScript modules into Pigweed packageAsad Memon
2022-07-19pw_web_ui: Migrate all .ts tests to Jest and run using npm commandAsad Memon
2022-07-19pw_rpc: Fix RPC code generation when there is no packageWyatt Hepler
2022-07-19zephyr: fix build for chameleon and ToT ZephyrYuval Peress
2022-07-11pw_rpc: Support unregistering servicesWyatt Hepler
2022-06-30Replace some pwbug/### TODOs with b/###Rob Mohr
2022-06-30pw_web_ui: Replace dep 'wait-queue' with a minimal array implementationAsad Memon
2022-06-29Replace some pwbug/### TODOs with b/###Rob Mohr
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-23pw_rpc: Use span copy constructor instead of iterator-based oneDennis Kormalev
2022-06-23pw_rpc: Add SendResponseIfCalled test helperDennis Kormalev
2022-06-23pw_build: Add -Wextra-semi to internal_strict_warningsBen Lawson
2022-06-21pw_rpc: Fix Android.bp specAnthony Stange
2022-06-15pw_rpc: Expose Request/Response from MethodInfoDennis Kormalev
2022-06-15pw_rpc: Add Request/Response types for raw MethodInfoDennis Kormalev
2022-06-10pw_rpc: Remove the default abandon() implementationWyatt Hepler
2022-06-10pw_rpc: Make service/method ID private in the Java APIsWyatt Hepler
2022-06-10pw_protobuf: Don't encode fields with default (zero) valuesScott James Remnant
2022-06-10pw_rpc: Get a MethodClient from a Method instanceWyatt Hepler
2022-06-09pw_rpc: Temporarily provide default abandon() implementationWyatt Hepler
2022-06-09pw_rpc: Synchronize Client.method() callsWyatt Hepler
2022-06-09pw_rpc: Call.abandon() method in Java clientWyatt Hepler
2022-06-08pw_rpc: Add PW_EXCLUSIVE_LOCKS_REQUIRED to FakeChannelOutput.packets()Dennis Kormalev
2022-06-08pw_rpc: Remove unnecessary dependencyLeo Arvan
2022-06-08pw_rpc: Guard packets vector usage in FakeServer with Output mutexDennis Kormalev
2022-06-08pw_rpc: Add total_payloads to FakeChannelOutputDennis Kormalev
2022-05-27pw_rpc: Add Client Server Testing to PwpbKacper Kuryllo
2022-05-27pw_rpc: Add the pw_rpc config to CMakeWyatt Hepler
2022-05-27pw_rpc: Provide option for disabling the mutexWyatt Hepler
2022-05-23pw_rpc: TestClient packet queue improvementsWyatt Hepler
2022-05-23pw_rpc: Remove unused std::byte statementWyatt Hepler
2022-05-20pw_{rpc, transfer}: Remove unused importsTed Pudlik
2022-05-19CMake: Function for adding global compilation options in CMakeWyatt Hepler
2022-05-19pw_rpc: Add missing @Deprecated annotationWyatt Hepler
2022-05-18pw_rpc: Do not send request when "opening" a call in the Java clientWyatt Hepler
2022-05-18pw_unit_test: Disallow ASSERT in constructors to match GoogleTestWyatt Hepler
2022-05-17tests: Migrate to pw::containers::Equal instead of std::equalEwout van Bekkum
2022-05-13pw_rpc: Switch PW_RPC_USE_GLOBAL_MUTEX to 1Erik Gilling
2022-05-13pw_rpc: Terminate-able socket clientArmando Montanez
2022-05-12pw_rpc: Add unit tests to the bazel buildTed Pudlik