summaryrefslogtreecommitdiffstats
path: root/mojo/system/raw_channel_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Mojo: Make Channel take a RawChannel rather than creating it.viettrungluu@chromium.org2014-04-031-12/+6
* Mojo: Move mojo/system/embedder to mojo/embedder.viettrungluu@chromium.org2014-03-191-1/+1
* Mojo: RawChannelPosix correctly handle the "EOF" case.viettrungluu@chromium.org2014-03-121-16/+5
* Implement RawChannel on Windows.yzshen@chromium.org2014-03-041-5/+520
* Mojo: Make RawChannel/Channel require a MessageLoopForIO everywhere.viettrungluu@chromium.org2014-02-211-1/+1
* Mojo: Move platform handle/channel stuff in system to embedder namespace.viettrungluu@chromium.org2014-01-161-1/+1
* Mojo: Rename PlatformChannelHandle to PlatformHandle, etc.viettrungluu@chromium.org2014-01-141-1/+1
* Mojo: First stab at making MessagePipes work across OS pipes.viettrungluu@chromium.org2013-11-071-0/+27