summaryrefslogtreecommitdiffstats
path: root/mojo/embedder
Commit message (Expand)AuthorAgeFilesLines
* Remove base/platform_file.*rvargas@chromium.org2014-06-241-1/+1
* Mojo: Delete temporary files created in tests.viettrungluu@chromium.org2014-06-231-4/+13
* Move channel_init out of mojo_common.qsr@chromium.org2014-06-192-0/+118
* Mojo: Rename MOJO_WAIT_FLAG_... -> MOJO_HANDLE_SIGNAL_....viettrungluu@chromium.org2014-06-181-13/+21
* Mojo: Remove extraneous end-of-file newlines.viettrungluu@chromium.org2014-06-141-1/+0
* Mojo: Add a MojoCreateMessagePipeOptions struct parameter to MojoCreateMessag...viettrungluu@chromium.org2014-06-101-3/+3
* Mojo: Add a utility function to duplicate a PlatformHandle.viettrungluu@chromium.org2014-05-293-0/+61
* Mojo: Remove extraneous .get()s in mojo/{embedder,system}.viettrungluu@chromium.org2014-05-291-1/+1
* Cleanup: Use base::CommandLine in mojo/thestig@chromium.org2014-05-242-4/+4
* Mojo: POSIX: Add a PlatformChannelSendmsgWithHandles().viettrungluu@chromium.org2014-05-223-18/+85
* Mojo: Make PlatformChannelRecvmsg() append handles to a deque instead.viettrungluu@chromium.org2014-05-216-53/+57
* Mojo: Make a deleter for PlatformHandleVectors that closes all the handles.viettrungluu@chromium.org2014-05-145-8/+19
* Mojo: Add a dispatcher that wraps a PlatformHandle (for use by the embedder).viettrungluu@chromium.org2014-05-132-0/+56
* Mojo: Add test utils to go between a ScopedPlatformHandle and a ScopedFILE.viettrungluu@chromium.org2014-05-131-28/+18
* Mojo: (Theoretically) implement the read side of platform handle passing.viettrungluu@chromium.org2014-05-133-2/+45
* Mojo: Tighten up mojo/embedder/DEPS.viettrungluu@chromium.org2014-05-121-1/+9
* Mojo: Make embedder::PlatformChannelRecvmsg() able to append handles to an ex...viettrungluu@chromium.org2014-05-073-9/+60
* Mojo: Add POSIX utils for sending FDs (across a "platform channel pair").viettrungluu@chromium.org2014-05-063-3/+218
* Mojo: Embedder API: Properly handle Channel creation/startup failures.viettrungluu@chromium.org2014-05-011-24/+62
* Mojo: Make some attempts towards fixing remote message pipe closure.viettrungluu@chromium.org2014-04-181-0/+2
* Make mojo_system static and mojo_system_impl a component, never use bothdavemoore@chromium.org2014-04-152-15/+17
* Revert 263717 "Make mojo_system static and mojo_system_impl a co..."fischman@chromium.org2014-04-142-17/+15
* Make mojo_system static and mojo_system_impl a component, never use bothdavemoore@chromium.org2014-04-142-15/+17
* Mojo: Make it not CHECK-fail on receiving a bogus channel control message.viettrungluu@chromium.org2014-04-121-1/+2
* Mojo: Abstract out write/writev vs send/sendmsg (for Unix domain sockets).viettrungluu@chromium.org2014-04-054-10/+115
* Mojo: Make Channel take a RawChannel rather than creating it.viettrungluu@chromium.org2014-04-031-1/+3
* Mojo: Move the handle table details out of CoreImpl into its own class.viettrungluu@chromium.org2014-03-311-4/+8
* Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h.viettrungluu@chromium.org2014-03-281-1/+1
* Mojo: Move public C system header files to mojo/public/c/system/.viettrungluu@chromium.org2014-03-261-1/+1
* Mojo: Properly suppress SIGPIPE on Linux.viettrungluu@chromium.org2014-03-251-9/+12
* Mojo: Prevent SIGPIPE (on sockets generated by PlatformChannelPair) on Mac.viettrungluu@chromium.org2014-03-252-0/+98
* Mojo: Improve the embedder API.viettrungluu@chromium.org2014-03-193-15/+33
* Mojo: Move mojo/system/embedder to mojo/embedder.viettrungluu@chromium.org2014-03-1914-0/+1223