summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Up the warnings in ipc (take 2)thomasvl@google.com2010-07-231-3/+3
* Revert 51520 - Up the warnings in ipcthomasvl@chromium.org2010-07-021-3/+3
* Up the warnings in ipcthomasvl@google.com2010-07-021-3/+3
* Clang: Do not ignore result of HANDLE_EINTR.thakis@chromium.org2010-06-231-17/+34
* Revert 49988 - ipcthakis@chromium.org2010-06-161-32/+16
* Revert 49989 - xthakis@chromium.org2010-06-161-2/+1
* xthakis@chromium.org2010-06-161-1/+2
* ipcthakis@chromium.org2010-06-161-16/+32
* POSIX: make sure that we never pass directory descriptors into the sandbox.agl@chromium.org2010-06-101-0/+9
* chunk of straightforward ifdef/include changes for BSD portpvalchev@google.com2010-05-191-10/+10
* SELinux: add basic policy.agl@chromium.org2010-04-191-0/+5
* 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