1. 443a1e4 ipcz: Remove support for remote portal feedback by Ken Rockot · 3 days ago main
  2. cbfdb03 ipcz: Remove unused argument from CreateNode by Ken Rockot · 3 days ago
  3. 492a9d2 ipcz: Support overlapping two-phase Puts by Ken Rockot · 13 days ago
  4. 0294f1f ipcz: Better shm allocation failure handling by Ken Rockot · 3 weeks ago
  5. a1f65ac Fix typos in ipcz.h by Shuhai Peng · 5 weeks ago
  6. 191f69e mojo: Introduce DirectReceiver by Ken Rockot · 5 weeks ago
  7. ad0af50 Remove duplicate entry. by Peter Kasting · 3 months ago
  8. 899931f [ipcz] Fix missing include of <errno.h> on ios by Hans Wennborg · 3 months ago
  9. 7d7fff1 Remove some cruft from ipcz standalone support by Ken Rockot · 3 months ago
  10. d0df3eb ipcz: Fix C compile by Ken Rockot · 3 months ago
  11. ea30380 Fix ipcz standalone builds by Ken Rockot · 3 months ago
  12. 3d98c4e MojoIpcz: Fix more spurious data pipe trap events by Ken Rockot · 3 months ago
  13. 038f9be Fix potential UB in ipcz and Mojo by Ken Rockot · 4 months ago
  14. 3c94f87 Define enable_safe_libcxx in build_overrides/build.gni for standalone ipcz. by Daniel Cheng · 4 months ago
  15. 90afc53 Reland "MojoIpcz: Tweak DataPipe peer closure behavior" by Ken Rockot · 4 months ago
  16. 537fbfb Revert "MojoIpcz: Tweak DataPipe peer closure behavior" by Ken Rockot · 4 months ago
  17. 94de41a MojoIpcz: Enable by default for most platforms by Ken Rockot · 4 months ago
  18. daa8709 MojoIpcz: Tweak DataPipe peer closure behavior by Ken Rockot · 4 months ago
  19. 100d2a5 Avoid variable name shadowing by danakj · 4 months ago
  20. 4f9551c ipcz: Don't retry failed RouterLinkState allocs by Ken Rockot · 5 months ago
  21. 944200d Disabled ConnectTest.DisconnectWithoutBrokerHandshake/MojoIpczInProcess by Matthias Körber · 6 months ago
  22. 23488dc Minor: remove unused headers. by Joseph Koshy · 6 months ago
  23. 5b504a7 ipcz: Box()/Unbox() for application objects by Ken Rockot · 6 months ago
  24. 5ed6453 Fix potential nulltpr deref in ipcz by Ken Rockot · 6 months ago
  25. 4529b81 ipcz: Add README.chromium by Ken Rockot · 6 months ago
  26. 5ec4920 MojoIpcz: Eliminate DataPipe deadlocks by Ken Rockot · 6 months ago
  27. 2078848 Remove macOS 10.12 path from ipcz by Avi Drissman · 6 months ago
  28. c227e88 ipcz: Tolerate memory mapping failures by Ken Rockot · 6 months ago
  29. 7f5bb21 ipcz: Fix bad debug assertion by Ken Rockot · 6 months ago
  30. d59d283 ipcz: Remove remote queue state monitoring by Ken Rockot · 6 months ago
  31. 5ecad18 ipcz: Introduce parcel objects by Ken Rockot · 6 months ago
  32. d6bad12 ipcz: Reduce received message copies by Ken Rockot · 6 months ago
  33. deb8f33 ipcz: Re-enable limited shared memory parcel data by Ken Rockot · 6 months ago
  34. 540a7a6 MojoIpcz: Ring buffer-based DataPipe by Ken Rockot · 6 months ago
  35. 9039662 Do not put an expression with side effects inside an assert. by Bruno Pitrus · 6 months ago
  36. a9ec06c [Sheriff] Fix broken ipcz tests, use self-assigned random broker name. by Titouan Rigoudy · 6 months ago
  37. 0f49f9c ipcz: Trim primary buffer size by Ken Rockot · 6 months ago
  38. 0ce76d7 MojoIpcz: Disable shared memory parcel data by Ken Rockot · 6 months ago
  39. 25e5ad0 Correct initializer that is not C++11 compliant by Bruno Pitrus · 6 months ago
  40. 4309d2c Reland "MojoIpcz: Tolerate handle duplication failure" by Ken Rockot · 6 months ago
  41. 102b35d Revert "MojoIpcz: Tolerate handle duplication failure" by Darren Shen · 6 months ago
  42. 23bf6c9 MojoIpcz: Tolerate handle duplication failure by Ken Rockot · 6 months ago
  43. a5ff7f7 ipcz: Re-enable multibroker connection test by Ken Rockot · 6 months ago
  44. 0ad704f ipcz: Optimized proxy bypass by Ken Rockot · 6 months ago
  45. c58aafa MojoIpcz: MOJO_TRAP_EVENT_WITHIN_API_CALL support by Ken Rockot · 6 months ago
  46. 31e7c21 [Sheriff] Disable flaky ConnectTest.MultiBrokerIntroductions by Ioana Pandele · 6 months ago
  47. b32f54a Add DIR_METADATA for ipcz by Alex Gough · 6 months ago
  48. 14f2dcd ipcz: Support broker-to-broker connections by Ken Rockot · 6 months ago
  49. 8e701e1 ipcz: Preparation for multiple brokers by Ken Rockot · 6 months ago
  50. 84b149e Update copyright headers in third_party/ipcz by Avi Drissman · 6 months ago
  51. ce9ae1b Disable flaky QueueingTest.TwoPhaseFeedback/* by Ken Rockot · 6 months ago
  52. 225140e ipcz: Application-level parcel validation support by Ken Rockot · 6 months ago
  53. 9ef32bf ipcz: Add <limits> for std::numeric_limits' in MonitoredAtomic by Ivan Murashov · 6 months ago
  54. d74ab7e ipcz: Expand NodeLinkMemory capacity by Ken Rockot · 6 months ago
  55. 9ee603c ipcz: Proper queue state synchronization by Ken Rockot · 6 months ago
  56. 6d5d506 ipcz: Fix portal transmission in parcels by Ken Rockot · 6 months ago
  57. 2234c3b mojo-ipcz: Implement driver API by Ken Rockot · 6 months ago
  58. dc25ce1 ipcz: Prepare ipcz tests for custom drivers by Ken Rockot · 6 months ago
  59. 270104b mojo-ipcz: Driver transports by Ken Rockot · 6 months ago
  60. 151e543 ipcz: add two missing includes by Stephan Hartmann · 6 months ago
  61. 792cfdf ipcz: Implement two-phase get/put operations by Ken Rockot · 6 months ago
  62. 7f22195 ipcz: Implement MergePortals API by Ken Rockot · 6 months ago
  63. 9df35c4 mojo-ipcz: Implementation skeleton by Ken Rockot · 6 months ago
  64. 3523c2c ipcz: Use shared memory for parcel data by Ken Rockot · 6 months ago
  65. c93e0cb ipcz: Implement remote parcel queue accounting by Ken Rockot · 6 months ago
  66. 508a14e ipcz: Support ConnectNode() between non-brokers by Ken Rockot · 6 months ago
  67. b0951d6 ipcz: Broker message relay by Ken Rockot · 6 months ago
  68. 3dcd263 sheriff: Disable RemotePortalTest.DisconnectThroughProxy/* by Darren Shen · 6 months ago
  69. b73dfa1 ipcz: Delegated shared memory allocation by Ken Rockot · 6 months ago
  70. 372bb77 ipcz: New tests and miscellaneous fixes by Ken Rockot · 6 months ago
  71. 53fbb03 ipcz: Implement proxy bypass, part 2 of 2 by Ken Rockot · 6 months ago
  72. 66cb38e ipcz: Implement proxy bypass, part 1 of 2 by Ken Rockot · 6 months ago
  73. 3728608 ipcz: Introduce RouteEdge by Ken Rockot · 6 months ago
  74. abd4b6a ipcz: Handle spontaneous route disconnection by Ken Rockot · 6 months ago
  75. 9008bc8 ipcz: Node introductions by Ken Rockot · 6 months ago
  76. ef8cd57 ipcz: Dynamic RouterLinkState allocation by Ken Rockot · 6 months ago
  77. 2fe128c ipcz: Dynamic NodeLinkMemory capacity by Ken Rockot · 6 months ago
  78. 9bc9601 ipcz: Introduce RouterLinkState by Ken Rockot · 6 months ago
  79. 427f62d Reland "ipcz: Ref counted fragments" by Ken Rockot · 6 months ago
  80. 80069c4 Revert "ipcz: Ref counted fragments" by Guillaume Jenkins · 6 months ago
  81. 588ac66 ipcz: Ref counted fragments by Ken Rockot · 6 months ago
  82. f94c491 ipcz: Async reference driver by Ken Rockot · 6 months ago
  83. b1a031f ipcz: Fix DriverTransport Listener lifetimes by Ken Rockot · 6 months ago
  84. 5eb6558 ipcz: Extract single-process driver base by Ken Rockot · 6 months ago
  85. 03da6a4 ipcz: Implement multiprocess tests by Ken Rockot · 6 months ago
  86. f35e459 ipcz: Linux multiprocess reference driver by Ken Rockot · 6 months ago
  87. c34cfae ipcz: Implement SocketTransport by Ken Rockot · 6 months ago
  88. ade196b ipcz: Purge cross-platform multiprocess driver code by Ken Rockot · 6 months ago
  89. 724732b ipcz: Fix single-process reference driver raciness by Ken Rockot · 6 months ago
  90. 654bdda ipcz: Refactor multinode tests by Ken Rockot · 6 months ago
  91. 62a941a ipcz: Preparation for proper multinode test framework by Ken Rockot · 6 months ago
  92. caf71fb ipcz: Annotate API parameters with in, out, in/out by Ken Rockot · 6 months ago
  93. 62d969d ipcz: Propagate node disconnection to routers by Ken Rockot · 6 months ago
  94. b04caac Explicitly #include <utility> in os_handle_fuchsia.cc by Alan Zhao · 6 months ago
  95. cd238d7 ipcz: Boxes by Ken Rockot · 6 months ago
  96. dd8f8db Reland "ipcz: OS primitives for reference drivers" by Ken Rockot · 6 months ago
  97. 6fea57c Revert "ipcz: OS primitives for reference drivers" by Rainhard Findling · 6 months ago
  98. b793281 ipcz: OS primitives for reference drivers by Ken Rockot · 6 months ago
  99. df06c61 ipcz: Support remote parcel transmission by Ken Rockot · 6 months ago
  100. 795cdb4 ipcz: NodeLinkMemory by Ken Rockot · 6 months ago