| Commit message (Expand) | Author | Age | Files | Lines |
* | Update ipc/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 1 | -2/+2 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-13 | 1 | -1/+1 |
* | Revert 187554 "Implement IPC::ChannelFactory, a class that accep..." | falken@chromium.org | 2013-03-13 | 1 | -1/+1 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-12 | 1 | -1/+1 |
* | Revert 187233 | dmikurube@chromium.org | 2013-03-11 | 1 | -1/+1 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-11 | 1 | -1/+1 |
* | Revert 186912 | jeremya@chromium.org | 2013-03-08 | 1 | -1/+1 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-08 | 1 | -1/+1 |
* | Revert "GTTF: Add missing virtual destructors." | phajdan.jr@chromium.org | 2013-02-06 | 1 | -2/+0 |
* | GTTF: Add missing virtual destructors. | phajdan.jr@chromium.org | 2013-02-05 | 1 | -0/+2 |
* | Marked IPC::ChannelProxy as non thread-safe. Added DCHECKs to verify that pub... | alexeypa@chromium.org | 2012-12-05 | 1 | -1/+2 |
* | Clean-up inline members of nested classes (ipc/) | hans@chromium.org | 2012-08-09 | 1 | -1/+1 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Cleanup IPC::ChannelProxy to use SingleThreadTaskRunner | sergeyu@chromium.org | 2012-07-02 | 1 | -12/+15 |
* | Remove an IPC::ChannelProxy constructor that is not actually implemented anyw... | bryner@chromium.org | 2012-06-19 | 1 | -6/+0 |
* | Separate out IPC::Message::Sender and Channel::Listener into a separate class. | brettw@chromium.org | 2012-06-11 | 1 | -8/+9 |
* | PPAPI/NaCl: Re-land speculative implementation for ipc_channel_nacl.cc | dmichael@chromium.org | 2012-05-31 | 1 | -1/+1 |
* | Revert 139635 - PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.cc | rch@chromium.org | 2012-05-30 | 1 | -1/+1 |
* | PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.cc | dmichael@chromium.org | 2012-05-30 | 1 | -1/+1 |
* | RefCounted types should not have public destructors, ipc/ edition | rsleevi@chromium.org | 2012-04-28 | 1 | -2/+9 |
* | Make IPC channels track their peer process ID | jschuh@chromium.org | 2012-04-05 | 1 | -2/+9 |
* | base::Bind: Convert IPC::SendTask. | jhawkins@chromium.org | 2011-11-29 | 1 | -3/+3 |
* | Add OVERRIDE to ipc/. | avi@chromium.org | 2011-11-17 | 1 | -1/+1 |
* | Allow proxy channels to be created without initializing the underlying channel. | kkania@chromium.org | 2011-11-16 | 1 | -10/+18 |
* | Wait properly for renderer crashes | phajdan.jr@chromium.org | 2011-09-19 | 1 | -1/+2 |
* | This patch caused Chrome to be unable to load any web pages on Chrome OS. | satorux@chromium.org | 2011-08-23 | 1 | -15/+3 |
* | Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS | jamescook@chromium.org | 2011-08-19 | 1 | -3/+15 |
* | Tag IPC::Channel::Listener implementations with OVERRIDE | evan@chromium.org | 2011-08-16 | 1 | -3/+3 |
* | Create ipc.dll. | darin@chromium.org | 2011-08-15 | 1 | -2/+2 |
* | IPC outgoing message filters interpose yourself in a message stream. Minimal... | tsepez@chromium.org | 2011-05-04 | 1 | -0/+19 |
* | Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi... | jam@chromium.org | 2011-05-02 | 1 | -13/+14 |
* | Revert 80604 - Revert 80602 - Limit access to named IPC channels with SO_PEER... | wez@chromium.org | 2011-04-06 | 1 | -0/+1 |
* | Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file ... | wez@chromium.org | 2011-04-06 | 1 | -1/+0 |
* | Limit access to named IPC channels with SO_PEERCRED, not file permissions. | wez@chromium.org | 2011-04-06 | 1 | -0/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -2/+2 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -2/+2 |
* | Convert over to channel handles | dmaclach@chromium.org | 2010-12-08 | 1 | -8/+9 |
* | Add a base class for objects that want to filter messages on the IO thread. ... | jam@chromium.org | 2010-12-02 | 1 | -8/+24 |
* | Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release."" | mpcomplete@chromium.org | 2010-10-22 | 1 | -2/+2 |
* | Revert "Const-ify RefCountedThreadSafe::AddRef and Release." | levin@chromium.org | 2010-10-22 | 1 | -2/+2 |
* | Const-ify RefCountedThreadSafe::AddRef and Release. | mpcomplete@chromium.org | 2010-10-22 | 1 | -2/+2 |
* | FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD... | erg@google.com | 2010-09-30 | 1 | -0/+1 |
* | FBTF: Move virtual methods to implementation files. | erg@google.com | 2010-09-23 | 1 | -15/+9 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | First patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -5/+11 |
* | Add the ability for objects which derive from RefCountedThreadSafe to specify... | jam@chromium.org | 2009-11-02 | 1 | -1/+15 |
* | Speculative fix for a leak in SyncChannel. | jeremy@chromium.org | 2009-08-28 | 1 | -1/+1 |
* | The messages attached to the task created by an IPC ChannelProxy are leaked w... | jcampan@chromium.org | 2009-07-28 | 1 | -0/+5 |
* | Unrevert 21355 because the revert might be causing the | nsylvain@chromium.org | 2009-07-23 | 1 | -0/+4 |