| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | chunk of straightforward ifdef/include changes for BSD port | pvalchev@google.com | 2010-05-19 | 1 | -2/+2 |
* | The plugin channel host in the renderer process should not initialize IPC | mark@chromium.org | 2010-03-16 | 1 | -0/+3 |
* | Use AutoReset (formerly ScopedBool) where possible. | pkasting@chromium.org | 2009-11-20 | 1 | -5/+0 |
* | On Linux, move the passing of filedescriptors to a dedicated socketpair(). | agl@chromium.org | 2009-09-04 | 1 | -0/+6 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -0/+135 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 1 | -112/+0 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 1 | -0/+112 |