summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* 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