summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* The plugin channel host in the renderer process should not initialize IPCmark@chromium.org2010-03-161-1/+7
* Revert "Better handle oversized IPC messages" r37102jeremy@chromium.org2010-01-261-13/+0
* Better handle oversized IPC messagesjeremy@chromium.org2010-01-261-0/+13
* Recognize EMSGSIZE as non-fatal on OS X.jeremy@chromium.org2009-12-081-8/+21
* Added new IPC message class for CommandBuffer.apatrick@google.com2009-12-041-1/+3
* Add paranoid logging to ChannelImpl::ProcessOutgoingMessages() to help track ...jeremy@chromium.org2009-12-031-1/+10
* Don't reuse the initial IPC channel.mark@chromium.org2009-11-301-0/+10
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-201-1/+0
* linux: cut down on EPIPE error spewevan@chromium.org2009-10-231-1/+5
* Linux: remove the pipe errors that we spew all the time.agl@chromium.org2009-10-161-1/+2
* Eliminate all uses of strerror() in code that uses src/base. strerror() is in...tschmelcher@chromium.org2009-10-131-8/+8
* Fix reads and writes to freed memory in Channel::ChannelImpl::OnFileCanReadWi...hawk@chromium.org2009-09-251-0/+2
* IPC & LibEvent fixjeremy@chromium.org2009-09-231-2/+0
* On Linux, move the passing of filedescriptors to a dedicated socketpair().agl@chromium.org2009-09-041-38/+215
* Split the IPC code into ipc/agl@chromium.org2009-07-221-0/+837
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-803/+0
* Move IPC code to ipc/agl@chromium.org2009-04-031-0/+803