| Commit message (Expand) | Author | Age | Files | Lines |
* | Wait properly for renderer crashes | phajdan.jr@chromium.org | 2011-09-19 | 1 | -0/+6 |
* | Convert some constants declared as anonymous enums into static consts so they... | pkasting@chromium.org | 2011-09-01 | 1 | -7/+5 |
* | Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS | jamescook@chromium.org | 2011-08-31 | 1 | -0/+7 |
* | This patch caused Chrome to be unable to load any web pages on Chrome OS. | satorux@chromium.org | 2011-08-23 | 1 | -13/+0 |
* | Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS | jamescook@chromium.org | 2011-08-19 | 1 | -0/+13 |
* | Create ipc.dll. | darin@chromium.org | 2011-08-15 | 1 | -2/+2 |
* | Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable. | kkania@chromium.org | 2011-08-09 | 1 | -0/+4 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Revert 80604 - Revert 80602 - Limit access to named IPC channels with SO_PEER... | wez@chromium.org | 2011-04-06 | 1 | -3/+17 |
* | Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file ... | wez@chromium.org | 2011-04-06 | 1 | -17/+3 |
* | Limit access to named IPC channels with SO_PEERCRED, not file permissions. | wez@chromium.org | 2011-04-06 | 1 | -3/+17 |
* | Clean up channel modes | dmaclach@chromium.org | 2011-02-03 | 1 | -7/+16 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -2/+3 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -5/+53 |
* | Revert 69694 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -53/+5 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -5/+53 |
* | Revert 69690 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -53/+5 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -5/+53 |
* | Revert 69660 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-18 | 1 | -53/+5 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-18 | 1 | -5/+53 |
* | Revert 69264 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-16 | 1 | -53/+5 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-15 | 1 | -5/+53 |
* | Revert "Add named testing interface." | phajdan.jr@chromium.org | 2010-12-11 | 1 | -3/+1 |
* | Convert over to channel handles | dmaclach@chromium.org | 2010-12-08 | 1 | -2/+7 |
* | Reduce the maximum IPC message size. | darin@chromium.org | 2010-11-29 | 1 | -1/+1 |
* | Add named testing interface. This allows you to connect to a pre-existing Chr... | nirnimesh@chromium.org | 2010-11-24 | 1 | -1/+3 |
* | Revert 66840 - Add named testing interface. This allows you to connect to a p... | kkania@chromium.org | 2010-11-20 | 1 | -3/+1 |
* | Add named testing interface. This allows you to connect to a pre-existing Chr... | nirnimesh@chromium.org | 2010-11-19 | 1 | -1/+3 |
* | Revert 66350 - Add named testing interface. This allows you to connect to a p... | nirnimesh@chromium.org | 2010-11-17 | 1 | -3/+1 |
* | Add named testing interface. This allows you to connect to a pre-existing Chr... | nirnimesh@chromium.org | 2010-11-17 | 1 | -1/+3 |
* | NaCl IPC bringup. | abarth@chromium.org | 2010-11-12 | 1 | -1/+1 |
* | ipc_channel: warn if someone forgets to check the result of Connect() | evan@chromium.org | 2010-10-19 | 1 | -1/+2 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2010-10-15 | 1 | -0/+1 |
* | Remove an obsolete FIXME in ipc_channel.h. | thestig@chromium.org | 2010-09-08 | 1 | -5/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Pepper audio basic functionality unit test, take 3. | neb@chromium.org | 2010-04-05 | 1 | -1/+8 |
* | Revert 43234 - Add a Pepper audio basic functionality unit test, take 2. | arv@chromium.org | 2010-03-31 | 1 | -8/+1 |
* | Add a Pepper audio basic functionality unit test, take 2. | neb@chromium.org | 2010-03-31 | 1 | -1/+8 |
* | Revert 42656 - Add a Pepper audio basic functionality unit test. | skerner@chromium.org | 2010-03-25 | 1 | -7/+0 |
* | Add a Pepper audio basic functionality unit test. | neb@chromium.org | 2010-03-25 | 1 | -0/+7 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -0/+118 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 1 | -123/+0 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 1 | -0/+123 |