1. 3475fbe src: optimize ipcz_chromium for speed by George Burgess IV · 5 days ago main
  2. 49d9a0c [ipcz] Roll third_party/catapult/ 6fd8bbe72..8ce759d4b (71 commits) by Victor Hugo Vianna Silva · 2 weeks ago
  3. 1c85ac9 Add tests of boxed IPCZ ApplicationObject destructor funcs by Joe Mason · 4 weeks ago
  4. d6ae5c4 IPCZ API correctness tests, fix missing ReportBadTransportActivity check by Joe Mason · 5 weeks ago
  5. 2ad8727 spanification: Remove DriverMemoryMapping::address* API. by Weidong Liu · 5 weeks ago
  6. 142e3db [ipcz] Roll build/ 0347b4909..3c58005ad (60 commits) by Victor Hugo Vianna Silva · 3 months ago
  7. d108762 ipcz: Add missing BUILD.gn files by Victor Hugo Vianna Silva · 3 months ago
  8. 15e49a3 Roll build deps in standalone ipcz by Victor Hugo Vianna Silva · 3 months ago
  9. e48d4eb ipcz: Update license from BSD to BSD-3-Clause by Andrea Orru · 4 months ago
  10. ac65d3c ipcz: Fix a lock order inversion in Router::Deserialize by Andrea Orru · 5 months ago
  11. 010dbcc ipcz: Rename node sequence number by Egor Pasko · 5 months ago
  12. 56625d9 ipcz: doc: Fix a few typos in comments by Egor Pasko · 5 months ago
  13. 1b97ef3 Move ashmem code from third_party/ashmem to base/android/linker by Isaac J. Manjarres · 5 months ago
  14. 309d9b9 Add 'Update Mechanism: Manual' to README.chromium files by Jordan · 6 months ago
  15. 5ca869b [ipcz] Bump vpython from 3.8 to 3.11 by Victor Hugo Vianna Silva · 6 months ago
  16. 41d8ccb ipcz: Add log messages in router and node_link by Egor Pasko · 6 months ago
  17. d49962a ipcz: Do not store early parcels when late by Egor Pasko · 6 months ago
  18. 5ecda9c [exit-time-destructors] Exclude target with warnings by Claudio DeSouza · 7 months ago
  19. cfe6249 Rework file-wide unsafe buffers in ipcz/ by Tom Sepez · 7 months ago
  20. 316fd7c Add UNSAFE_BUFFER macro equivalents for third_party/ipcz by Tom Sepez · 7 months ago
  21. 917e9d3 Remove remaining BUILDFLAG(IS_NACL)s by Nico Weber · 8 months ago
  22. bffe5e5 doc: ipcz: Tiny spelling/wording fixes in router/router_link by Egor Pasko · 9 months ago
  23. be871fd ipcz: Store early parcels until their sublink is available by Egor Pasko · 9 months ago
  24. f7dbfe1 [ipcz] Replace Overloaded with absl::Overload by Ho Cheung · 9 months ago
  25. 182f69f Fix invalid escape sequences in ipcz node message generator by Daniel Cheng · 9 months ago
  26. c6a1552 ipcz: Synchronize Router::pending_puts_ like other members by Egor Pasko · 9 months ago
  27. 86f2e0f Validate enum fields in ipcz messages by Alex Gough · 9 months ago
  28. d6df0ba Remove unused forward struct declaration by Alex Gough · 9 months ago
  29. 84838f1 Generate ipcz message code with jinja by Alex Gough · 9 months ago
  30. 8272ad9 Golden messages tests for ipcz by Alex Gough · 9 months ago
  31. 9e42a1c Propagate failure when relaying messages by Alex Gough · 10 months ago
  32. 29d041d Add configs to avoid formatting code under third-party by Chenlin Fan · 11 months ago
  33. 461bf5a Use exec_script_allowlist in //third_party/ipcz/.gn. by Dirk Pranke · 11 months ago
  34. 1c592e1 Migrate absl variant.h and utility.h in third_party/ipcz/src by Victor Hugo Vianna Silva · 12 months ago
  35. 44e4223 [standalone ipcz] Roll third_party/abseil-cpp/ a64dd87ce..cc230bcfd (100 commits) by Victor Hugo Vianna Silva · 12 months ago
  36. 8ca58b5 Add next batch of unsafe_libc_calls suppressions by Tom Sepez · 1 year, 1 month ago
  37. 09a4de2 Enforce unsafe_buffer_usage on ipcz files. by Tom Sepez · 1 year, 1 month ago
  38. c0971da third_party/ipcz: add missing includes for the build with use_libcxx_modules by Takuto Ikuta · 1 year, 3 months ago
  39. dca8383 third_party/ipcz: add missing includes for the build with use_libcxx_modules by Takuto Ikuta · 1 year, 3 months ago
  40. 62c335a ipcz: Validate new router sublinks by Ken Rockot · 1 year, 3 months ago
  41. 948fb20 Remove rockot@ from mojo+ipcz OWNERS by Ken Rockot · 1 year, 3 months ago
  42. 49164b5 ipcz: Fix nullptr deref on Router deserialization by Ken Rockot · 1 year, 3 months ago
  43. 1897607 ipcz: Fix bad assertion on DriverMemory adoption by Ken Rockot · 1 year, 3 months ago
  44. 833d90e ipcz: Fix potential leak on disconnect by Ken Rockot · 1 year, 3 months ago
  45. 04f1c4b ipcz: Fix deadlock on disconnect by Ken Rockot · 1 year, 3 months ago
  46. 2c70ab4 ipcz: Fix data race / crash on ConnectNode failure by Ken Rockot · 1 year, 3 months ago
  47. 788ab60 ipcz: Validate shared memory request size by Ken Rockot · 1 year, 3 months ago
  48. a159df0 Reland "ipcz: Fix various potential driver object leaks" by Ken Rockot · 1 year, 3 months ago
  49. ce0492a ipcz: Validate introduction transport by Ken Rockot · 1 year, 3 months ago
  50. 6164b42 ipcz: Remove invalid assertion by Ken Rockot · 1 year, 3 months ago
  51. adf4430 ipcz: Validate consistent subparcel counts by Ken Rockot · 1 year, 3 months ago
  52. c46cfa2 ipcz: Stronger validation for block buffers by Ken Rockot · 1 year, 3 months ago
  53. 4430fc6 ipcz: Fix assertions in link state adoption by Ken Rockot · 1 year, 3 months ago
  54. 4ee2be9 Revert "ipcz: Fix various potential driver object leaks" by Ken Rockot · 1 year, 3 months ago
  55. 8c8386a Fix deadlock in ipcz by Ken Rockot · 1 year, 3 months ago
  56. c11be5d Introduce ipcz fuzzer by Ken Rockot · 1 year, 4 months ago
  57. 41d9f27 ipcz: Fix various potential driver object leaks by Ken Rockot · 1 year, 4 months ago
  58. 7d51cf4 ipcz: Fix OOB access in message validation by Ken Rockot · 1 year, 4 months ago
  59. 4621fb4 mojo: keeps mach voucher alive until message dispatched by Scott Violet · 1 year, 5 months ago
  60. f0932a3 ipcz: remove unnecessary include by Takuto Ikuta · 1 year, 5 months ago
  61. dba88b9 ipcz: Validate link state fragment before adoption by Ken Rockot · 1 year, 5 months ago
  62. ca21f0d ssci: fill in URL and Version for third_party/ipcz by Jiewei Qian · 1 year, 7 months ago
  63. 91ebfad ipcz: Track API call context across reentrancy by Ken Rockot · 1 year, 8 months ago
  64. 3a70cd1 Don't mark ipcz wire structures as 8-byte aligned by David Benjamin · 1 year, 8 months ago
  65. 2e42db1 ipcz: Update standalone checkout deps by Ken Rockot · 1 year, 10 months ago
  66. a6dc491 Reduce allocations in ipcz Parcel::SetObjects() by Etienne Pierre-doray · 1 year, 11 months ago
  67. 592f3a5 ipcz: Implement ID generation for memv2 by Ken Rockot · 1 year, 11 months ago
  68. d161c7e ipcz: Parameterize tests over feature sets by Ken Rockot · 1 year, 11 months ago
  69. 0565a17 Reland "ipcz: Support dynamic runtime features" by Ken Rockot · 1 year, 11 months ago
  70. effde8c Revert "ipcz: Support dynamic runtime features" by luci-bisection@appspot.gserviceaccount.com · 1 year, 11 months ago
  71. 0c3a311 ipcz: Support dynamic runtime features by Ken Rockot · 1 year, 11 months ago
  72. 60fea1e ipcz: Support addition of new message versions by Ken Rockot · 1 year, 11 months ago
  73. c099442 ipcz: Prepare for message versioning support by Ken Rockot · 1 year, 11 months ago
  74. 3e51f57 ipcz: Disable unreliable test on Android by Ken Rockot · 1 year, 11 months ago
  75. 078cfba ipcz: Safe memory allocation failure for Node intros by Ken Rockot · 1 year, 11 months ago
  76. 002ec86 [buganizer] Migrate DIR_METADATA in third_party/f*-m* by Jeff Yoon · 2 years, 1 month ago
  77. 65b83a5 Remove rsesek@chromium.org from third_party/ipcz/OWNERS by Owners Cleanup · 2 years, 1 month ago
  78. 2b908ff Use std::in_place instead of absl::in_place in ipcz multinode_test.cc. by Daniel Cheng · 2 years, 1 month ago
  79. ca976d8 Fix racy iterator use in Node::AddConnection by Peter Boström · 2 years, 1 month ago
  80. e8513e9 ipcz: Fix a few weak asserts by Ken Rockot · 2 years, 1 month ago
  81. c586a16 Migrate ipcz to std::optional by Ken Rockot · 2 years, 1 month ago
  82. 141f161 Mark LOG(FATAL) [[noreturn]] by Peter Boström · 2 years, 2 months ago
  83. c119889 Fix null deref in DriverTransport::Deactivate by Stefan Smolen · 2 years, 2 months ago
  84. 56c41e1 ipcz: Fix nullptr deref in bridge bypass by Ken Rockot · 2 years, 4 months ago
  85. d30a7b2 Fix IWYU issue in third_party/ipcz by David Benjamin · 2 years, 6 months ago
  86. b21fc9e IWYU: add memory for std::unique_ptr in //third_party/ipcz by Stephan Hartmann · 2 years, 7 months ago
  87. 101cec4 ipcz: Stop inlining Parcel objects by Ken Rockot · 2 years, 7 months ago
  88. 95c04ba Move buildtools/third_party/lib*/trunk source paths to third_party/lib*/src. by Joanna Wang · 2 years, 7 months ago
  89. 669ed6c ipcz: Fix stalling proxy bypass by Ken Rockot · 2 years, 7 months ago
  90. 596f4da Enable the consistently passing tests in ConnectTest by Zijie He · 2 years, 7 months ago
  91. 56e6664 Use ProcessPrng instead of RtlGenRandom by Alex Gough · 2 years, 7 months ago
  92. 3dc2b02 [ssci] Add Shipped field to READMEs by Anne Redulla · 2 years, 8 months ago
  93. b65aece ipcz: Eliminate redundant TrapSet state by Ken Rockot · 2 years, 8 months ago
  94. 5010fe4 ipcz: Eliminate Portal by Ken Rockot · 2 years, 8 months ago
  95. 5469e05 ipcz: Further reduce Router size by Ken Rockot · 2 years, 8 months ago
  96. f4845bf ipcz: Templatize RefCounted by Ken Rockot · 2 years, 8 months ago
  97. 3f1ae2a ipcz: Reduce memory footprint by Ken Rockot · 2 years, 8 months ago
  98. 1481f0a ipcz: Clean up transport terminology by Ken Rockot · 2 years, 9 months ago
  99. 448ba79 ipcz: Use volatile where appropriate in ABI by Ken Rockot · 2 years, 9 months ago
  100. 95020a5 ipcz: Rework BeginGet() and EndGet() by Ken Rockot · 2 years, 9 months ago