1. 4b47271 [mojo-edk] Add MojoWatch and MojoCancelWatch APIs by rockot · 9 years ago
  2. c019599 [mojo] Ports EDK by rockot · 9 years ago
  3. 20b0cb0 Switch to standard integer types in mojo/. by Avi Drissman · 9 years ago
  4. af32acb Move third_party/mojo/src/mojo/public to mojo/public by rockot · 9 years ago
  5. c47f480 Replace the context type in awakables with uintptr_t. by amistry · 9 years ago
  6. 1c6cc82 Eliminate third_party/mojo/src from all targets' include paths by Ken Rockot · 9 years ago
  7. a87f246 Ensure that the memory for a two-phase read stays valid even if more data is received. by jam · 9 years ago
  8. da65b97 Serialize messages that are waiting to be written to the OS pipe when transferring a Message Pipe. by jam · 9 years ago
  9. e76324e Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. by jam · 9 years ago
  10. c7690f9 Move //mojo/{public, edk} underneath //third_party by blundell · 10 years ago
  11. 978d814 Update mojo sdk to rev f6c8ec07c01deebc13178d516225fd12695c3dc2 by rockot · 10 years ago
  12. 071a8c6 Standardize usage of virtual/override/final in mojo/ by dcheng · 10 years ago
  13. 8dddfa2 Move mojo edk into mojo/edk by jamesr · 10 years ago[Renamed (88%) from mojo/system/data_pipe_consumer_dispatcher.h]
  14. 4a802ff Revert "Move mojo edk into mojo/edk" by Trent Apted · 10 years ago[Renamed (88%) from mojo/edk/system/data_pipe_consumer_dispatcher.h]
  15. 8ee6961 Move mojo edk into mojo/edk by James Robinson · 10 years ago[Renamed (88%) from mojo/system/data_pipe_consumer_dispatcher.h]
  16. f09a283 Mojo: Convert OVERRIDE -> override in mojo/{embedder,system}. by viettrungluu · 10 years ago
  17. f1a72b5 Mojo: Make Dispatcher::AddWaiter() (etc.) return the current HandleSignalsState on failure. by viettrungluu@chromium.org · 10 years ago
  18. d244eef Mojo: Make Dispatcher::RemoveWaiter() (etc.) return the current HandleSignalsState. by viettrungluu@chromium.org · 10 years ago
  19. eae269c Mojo: Add a GetHandleSignalsState() method to Dispatcher. by viettrungluu@chromium.org · 10 years ago
  20. 7c6fd09 Mojo: Change includes of "base/basictypes.h" to <stdint.h> and/or "base/macros.h" in mojo/system. by viettrungluu@chromium.org · 10 years ago
  21. 3a3f8c4 Convert ReadData...() to use the new user pointer handling (see r285350). by viettrungluu@chromium.org · 10 years ago
  22. 326dd41 Convert BeginReadData...() to use the new user pointer handling (see r285350). by viettrungluu@chromium.org · 10 years ago
  23. 7844113 Mojo: MojoWaitFlags -> MojoHandleSignals. by viettrungluu@chromium.org · 10 years ago
  24. 329567c Mojo: Rename/replace the wait (MojoResult) "wake result" with a (uint32_t) "context" (part 1). by viettrungluu@chromium.org · 10 years ago
  25. f132c62 Mojo: Cleanup of various Dispatcher subclasses. by viettrungluu@chromium.org · 11 years ago
  26. f943607 Mojo: Rework locking system for sending handles across message pipes. by viettrungluu@chromium.org · 11 years ago
  27. 5991248 Mojo: Make Dispatcher::GetType() const. by viettrungluu@chromium.org · 11 years ago
  28. 94777da Mojo: |Dispatcher| unfriends |CoreImpl|. by viettrungluu@chromium.org · 11 years ago
  29. 2061537 Mojo: Change tack on failures to pass handles (don't return "unimplemented"). by viettrungluu@chromium.org · 11 years ago
  30. c944784 Mojo: Add a "GetType()" to Dispatchers. by viettrungluu@chromium.org · 11 years ago
  31. 9df29b2 Mojo: Disallow sending of data pipe handles during two-phase reads/writes. by viettrungluu@chromium.org · 11 years ago
  32. ca8c45e Mojo: Change data pipe API to take # bytes instead of # elements. by viettrungluu@chromium.org · 11 years ago
  33. aec16b7 Mojo: More data pipe work -- consumer-side dispatcher. by viettrungluu@chromium.org · 11 years ago