summaryrefslogtreecommitdiffstats
path: root/chrome/common/ipc_channel_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* linux: fix renderer/plugin crash when loading multiple pages with pluginspiman@google.com2009-07-081-6/+11
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-221-29/+58
* Revert "posix: two related changes to make plugin IPC work on POSIX."evan@chromium.org2009-06-221-58/+29
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-201-29/+58
* Revert "posix: two related changes to make plugin IPC work on POSIX."evan@chromium.org2009-06-191-58/+29
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-191-29/+58
* Linux: refactor zygote supportagl@chromium.org2009-06-121-15/+10
* Revert 18109, 18111: Windows UI tests failed.agl@chromium.org2009-06-101-10/+15
* Linux: refactor zygote supportagl@chromium.org2009-06-101-15/+10
* Prototype implementation of zygotes. dkegel@google.com2009-06-061-4/+4
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-6/+6
* When writing to a closed pipe on OSX errno is set to EPERM.jeremy@chromium.org2009-05-271-0/+7
* On OSX when a pipe is closed and we try to read from it errno is set to EPERM...jeremy@chromium.org2009-05-221-0/+7
* posix: add some comments and clean up some IPC channel code.evan@chromium.org2009-05-011-29/+28
* POSIX: Add a macro for handling EINTR.agl@chromium.org2009-05-011-58/+51
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-231-2/+2
* Remove histogram connection to base classes in stats_counterjar@chromium.org2009-04-101-0/+1
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-0/+803
* Move IPC code to ipc/agl@chromium.org2009-04-031-803/+0
* Better IPC logging on POSIX:phajdan.jr@chromium.org2009-03-201-4/+4
* Linux: remove the use of UNIX_PATH_MAX for systems which don't have it.agl@chromium.org2009-03-171-19/+9
* Use a dedicated command line flag for FIFO IPC channels on POSIX.phajdan.jr@chromium.org2009-02-271-1/+1
* POSIX: Rename DescriptorSet to FileDescriptorSetagl@chromium.org2009-02-121-9/+10
* POSIX: Clean up DescriptorSetagl@chromium.org2009-02-121-2/+14
* OSX: Workaround CMSG_FIRSTHDR bugagl@chromium.org2009-02-121-17/+41
* POSIX: Transfer network data using shared memoryagl@chromium.org2009-02-111-1/+1
* POSIX: fix file descriptor passingagl@chromium.org2009-02-101-1/+2
* Mac + Linux build fix:agl@chromium.org2009-02-071-1/+1
* FileDescriptor: passing fds over IPCagl@chromium.org2009-02-071-4/+117
* Fix issue 7146, sending large messages over IPC on POSIX was broken.jeremy@chromium.org2009-01-291-3/+9
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-1/+2
* POSIX: IPC channel changes needed to get IPC Sync Channel unittests running.agl@chromium.org2009-01-201-13/+99
* Implement command line switch to allow using a FIFO or a socketpair() for IPC...jeremy@chromium.org2008-12-191-13/+76
* * Fix for one end of FIFO not being set as non-blocking. This fixes the IPC ...jeremy@chromium.org2008-12-161-0/+4
* message_pump_libevent refactor:jeremy@chromium.org2008-12-151-72/+51
* Reverting 6911.ojan@google.com2008-12-121-44/+65
* message_pump_libevent refactor:jeremy@chromium.org2008-12-121-65/+44
* Build ipc_tests on linux.tc@google.com2008-12-111-1/+7
* Refactor IPC::Channel to have a common header.jeremy@chromium.org2008-12-101-29/+42
* First cut at POSIX Implementation of IPC Channel using FIFOs.jeremy@chromium.org2008-12-081-11/+483
* Try to reland the ipc code to see if the testsnsylvain@chromium.org2008-12-021-0/+32
* We have a bunch of new ui_tests failures. I wantnsylvain@chromium.org2008-12-021-32/+0
* * Add ipc_tests unittest target to xcode project.jeremy@chromium.org2008-12-011-0/+32