| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce ChannelMojo | morrita@chromium.org | 2014-08-04 | 1 | -1/+3 |
* | IPC::Channel: Reduce POSIX specific API surface | morrita@chromium.org | 2014-06-07 | 1 | -8/+18 |
* | Make IPC::Channel polymorphic | morrita@chromium.org | 2014-06-06 | 1 | -17/+22 |
* | Alternative workaround for mac kernel bug. | hubbe@chromium.org | 2013-10-15 | 1 | -1/+11 |
* | Revert 227999 "Alternative workaround for mac kernel bug." | benwells@chromium.org | 2013-10-11 | 1 | -11/+1 |
* | Alternative workaround for mac kernel bug. | hubbe@chromium.org | 2013-10-10 | 1 | -1/+11 |
* | Update include paths in ipc for base/process changes. | rsesek@chromium.org | 2013-07-24 | 1 | -1/+1 |
* | Use a direct include of the message_loop header in dbus/, device/, extensions... | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | ipc: Use base::MessageLoop. | xhwang@chromium.org | 2013-04-30 | 1 | -4/+5 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-13 | 1 | -7/+1 |
* | Revert 187554 "Implement IPC::ChannelFactory, a class that accep..." | falken@chromium.org | 2013-03-13 | 1 | -1/+7 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-12 | 1 | -7/+1 |
* | Revert 187233 | dmikurube@chromium.org | 2013-03-11 | 1 | -1/+7 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-11 | 1 | -7/+1 |
* | Revert 186912 | jeremya@chromium.org | 2013-03-08 | 1 | -1/+7 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-08 | 1 | -7/+1 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Prevent reading invalid memory in IPC code caused by assumption of contiguity... | fischman@chromium.org | 2012-04-09 | 1 | -1/+4 |
* | Make IPC channels track their peer process ID | jschuh@chromium.org | 2012-04-05 | 1 | -0/+4 |
* | Factor out the shared parts of IPC channel reading. | brettw@chromium.org | 2012-03-08 | 1 | -49/+10 |
* | Separate out the platform-independent parts of Channel reading. | brettw@chromium.org | 2012-03-01 | 1 | -12/+25 |
* | This changes around our handling of file descriptors to reduce code duplicati... | brettw@chromium.org | 2012-02-29 | 1 | -10/+63 |
* | Add OVERRIDE to ipc/. | avi@chromium.org | 2011-11-17 | 1 | -2/+2 |
* | Wait properly for renderer crashes | phajdan.jr@chromium.org | 2011-09-19 | 1 | -1/+4 |
* | Convert some constants declared as anonymous enums into static consts so they... | pkasting@chromium.org | 2011-09-01 | 1 | -7/+6 |
* | Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS | jamescook@chromium.org | 2011-08-31 | 1 | -0/+9 |
* | This patch caused Chrome to be unable to load any web pages on Chrome OS. | satorux@chromium.org | 2011-08-23 | 1 | -8/+0 |
* | Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS | jamescook@chromium.org | 2011-08-19 | 1 | -0/+8 |
* | Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable. | kkania@chromium.org | 2011-08-09 | 1 | -0/+1 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Enhance the comment about IPC_USES_READWRITE. I was confused and thought that | brettw@chromium.org | 2011-05-13 | 1 | -2/+9 |
* | Remove unused member from POSIX implementation of ChannelImpl. | cbentzel@chromium.org | 2011-04-21 | 1 | -2/+0 |
* | Revert 80604 - Revert 80602 - Limit access to named IPC channels with SO_PEER... | wez@chromium.org | 2011-04-06 | 1 | -1/+2 |
* | Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file ... | wez@chromium.org | 2011-04-06 | 1 | -2/+1 |
* | Limit access to named IPC channels with SO_PEERCRED, not file permissions. | wez@chromium.org | 2011-04-06 | 1 | -1/+2 |
* | Add some bullet proofing to ipc_channel_posix. | dmaclach@chromium.org | 2011-03-02 | 1 | -1/+1 |
* | Clean up channel modes | dmaclach@chromium.org | 2011-02-03 | 1 | -3/+1 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -14/+23 |
* | Revert 69694 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -23/+14 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -14/+23 |
* | Revert 69690 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -23/+14 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -14/+23 |
* | Revert 69660 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-18 | 1 | -23/+14 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-18 | 1 | -14/+23 |
* | Revert 69264 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-16 | 1 | -17/+14 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-15 | 1 | -14/+17 |
* | Define IPC_USES_READWRITE | dmaclach@chromium.org | 2010-12-08 | 1 | -1/+22 |
* | Convert over to channel handles | dmaclach@chromium.org | 2010-12-08 | 1 | -17/+3 |
* | FBTF: Move more ctors/dtors from headers to implementation. | erg@google.com | 2010-09-01 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |