1. 773d2662 Mojo: clang-format mojo/system/*.{cc,h} ... by [email protected] · 11 years ago
  2. cd91915 Convert WriteMessage...() to use the new user pointer handling (see r285350). by [email protected] · 11 years ago
  3. 9646057ea3 Mojo: Refactor the sending of FDs (a.k.a. PlatformHandles) on POSIX. by [email protected] · 11 years ago
  4. 1f738cb Mojo: (Theoretically) implement the read side of platform handle passing. by [email protected] · 11 years ago
  5. a33c75b Mojo: (Theoretically) implement sending PlatformHandles (i.e., FDs) across a RawChannel on POSIX. by [email protected] · 11 years ago
  6. 903c0d7 Mojo: Add/use |typedef std::vector<scoped_refptr<Dispatcher> > DispatcherVector. by [email protected] · 11 years ago
  7. 68d3f6b Mojo: Factor MessageInTransit secondary buffer stuff out into a separate class. by [email protected] · 11 years ago
  8. fdfd21c2 Mojo: Small fixes/cleanup to MessageInTransit, before I factor out the secondary buffer. by [email protected] · 11 years ago
  9. 87e9992 Mojo: Minor cleanup (of message_in_transit.cc and message_pipe.*). by [email protected] · 11 years ago
  10. 3e8f1f0 Mojo: Make some attempts towards fixing remote message pipe closure. by [email protected] · 11 years ago
  11. 1f06f84 Mojo: Allow dispatchers to attach PlatformHandles to the MessageInTransit on serialization. by [email protected] · 11 years ago
  12. 05e5d16 Mojo: MessageInTransit clean-up. by [email protected] · 11 years ago
  13. 506372b Mojo: Dispatcher::MessageInTransitAccess functions don't need to take the lock. by [email protected] · 11 years ago
  14. 73a7a8a Mojo: Add the ability to attach PlatformHandles to MessageInTransits. by [email protected] · 11 years ago
  15. c257ffa Mojo: Properly check various sizes of incoming messages (on a MessagePipe). by [email protected] · 11 years ago
  16. 23b89df Mojo: First pass at cross-process passing of MessagePipe handles. by [email protected] · 11 years ago
  17. 44992e7 Implement RawChannel on Windows. by [email protected] · 11 years ago
  18. 2da7b8ea Mojo: Remove MessageInTransit::View's message_size_ member. by [email protected] · 11 years ago
  19. dd95a335 Mojo: Get rid of |MessageInTransit|s with unowned buffers. by [email protected] · 11 years ago
  20. 7c77a0b Mojo: Add hooks for dispatchers to serialize themselves. by [email protected] · 11 years ago
  21. 19b5c90 Revert 253869 "Mojo: Add hooks for dispatchers to serialize them..." by [email protected] · 11 years ago
  22. 544cfcf Mojo: Add hooks for dispatchers to serialize themselves. by [email protected] · 11 years ago
  23. 71a7ad9 Mojo: Add a "secondary buffer" to MessageInTransit. by [email protected] · 11 years ago
  24. 1966fd19 Mojo: Replace MessageInTransit::Header's data_size with total_size. by [email protected] · 11 years ago
  25. 27198c59 Mojo: Get rid of LocalMessagePipeEndpoint::MessageQueueEntry. by [email protected] · 11 years ago
  26. dcef5e0 Mojo: Move compile-asserts back into .cc file. by [email protected] · 12 years ago
  27. e2b24be Mojo: Refactor MessageInTransit to not be POD. by [email protected] · 12 years ago
  28. 48d237f Mojo: Make MessageInTransit more opaque still. by [email protected] · 12 years ago
  29. 479c255 Mojo: Make MessageInTransit more opaque. by [email protected] · 12 years ago
  30. c40bb80 Mojo: Move the header bits of MessageInTransit into a separate struct. by [email protected] · 12 years ago
  31. b4329fdc Mojo: Small MessageInTransit fixes. by [email protected] · 12 years ago
  32. e7da4c6 Mojo: Change tack on failures to pass handles (don't return "unimplemented"). by [email protected] · 12 years ago
  33. 0545d08 Mojo: TYPE_CHANNEL -> kTypeChannel. by [email protected] · 12 years ago
  34. 5fd29c1 Split mojo_system dylib into public and private by [email protected] · 12 years ago
  35. ccf8453d Mojo: First stab at making MessagePipes work across OS pipes. by [email protected] · 12 years ago
  36. 2499c79 Mojo: Fix bug in closing MessagePipes. by [email protected] · 12 years ago
  37. 5a0d006 Add a "RawChannel" abstraction (with an implementation for Chromium POSIX). by [email protected] · 12 years ago
  38. aae74e9 Factor out (and optimize) MessageInTransit. by [email protected] · 12 years ago