| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix build warnings in NaCl IPC proxy. | bbudge@chromium.org | 2012-09-28 | 1 | -0/+2 |
| * | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
| * | Remove Message::Sender and Channel::Listener typedefs. | brettw@chromium.org | 2012-06-29 | 1 | -7/+2 |
| * | RefCounted types should not have public destructors, delegate cleanup | rsleevi@chromium.org | 2012-06-26 | 1 | -1/+1 |
| * | Separate out IPC::Message::Sender and Channel::Listener into a separate class. | brettw@chromium.org | 2012-06-11 | 1 | -28/+12 |
| * | Fixing gcc 4.7 building problems. | shenhan@google.com | 2012-06-05 | 1 | -0/+4 |
| * | Add ipc_channel_nacl to the untrusted build and fix all compile/link errors. | bbudge@chromium.org | 2012-04-23 | 1 | -1/+1 |
| * | Make IPC channels track their peer process ID | jschuh@chromium.org | 2012-04-05 | 1 | -0/+5 |
| * | Verify the child process with a secret hello | jschuh@chromium.org | 2012-03-17 | 1 | -0/+11 |
| * | Factor out the shared parts of IPC channel reading. | brettw@chromium.org | 2012-03-08 | 1 | -12/+12 |
| * | Add OVERRIDE to ipc/. | avi@chromium.org | 2011-11-17 | 1 | -1/+1 |
| * | 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 |