summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Update ipc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-1/+1
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-131-2/+2
* Revert 187554 "Implement IPC::ChannelFactory, a class that accep..."falken@chromium.org2013-03-131-2/+2
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-121-2/+2
* Revert 187233dmikurube@chromium.org2013-03-111-2/+2
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-111-2/+2
* Revert 186912jeremya@chromium.org2013-03-081-2/+2
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-081-2/+2
* Marked IPC::ChannelProxy as non thread-safe. Added DCHECKs to verify that pub...alexeypa@chromium.org2012-12-051-0/+20
* Trace PostTasks from post to run.jbates@chromium.org2012-09-181-1/+0
* Add async trace events to trace progress of IPC messagesjbates@chromium.org2012-09-041-0/+1
* Clean-up inline members of nested classes (ipc/)hans@chromium.org2012-08-091-0/+4
* Cleanup IPC::ChannelProxy to use SingleThreadTaskRunnersergeyu@chromium.org2012-07-021-19/+26
* Separate out IPC::Message::Sender and Channel::Listener into a separate class.brettw@chromium.org2012-06-111-2/+3
* PPAPI/NaCl: Re-land speculative implementation for ipc_channel_nacl.ccdmichael@chromium.org2012-05-311-1/+1
* Revert 139635 - PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.ccrch@chromium.org2012-05-301-1/+1
* PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.ccdmichael@chromium.org2012-05-301-1/+1
* Log message class/line in IPC::ChannelProxy::Context::OnDispatchMessagepiman@chromium.org2012-05-111-2/+4
* RefCounted types should not have public destructors, ipc/ editionrsleevi@chromium.org2012-04-281-28/+6
* Add ipc_channel_nacl to the untrusted build and fix all compile/link errors.bbudge@chromium.org2012-04-231-1/+1
* Make IPC channels track their peer process IDjschuh@chromium.org2012-04-051-4/+5
* Simple trace logging of received IPC messagesrbyers@chromium.org2012-02-141-1/+12
* Revert 121889 - Add simple trace logging of received IPC messagesrbyers@chromium.org2012-02-141-13/+2
* Add simple trace logging of received IPC messagesrbyers@chromium.org2012-02-141-2/+13
* base::Bind: Convert IPC::SendTask.jhawkins@chromium.org2011-11-291-9/+11
* Allow proxy channels to be created without initializing the underlying channel.kkania@chromium.org2011-11-161-10/+10
* base:Bind: Convert ipc/.jhawkins@chromium.org2011-11-121-18/+17
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Wait properly for renderer crashesphajdan.jr@chromium.org2011-09-191-4/+10
* This patch caused Chrome to be unable to load any web pages on Chrome OS.satorux@chromium.org2011-08-231-32/+7
* Fix IPC OnChannelConnected() to send correct PID on Linux/CrOSjamescook@chromium.org2011-08-191-7/+32
* ipc: rename a variable to make code clearerevan@chromium.org2011-08-161-7/+7
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* IPC outgoing message filters interpose yourself in a message stream. Minimal...tsepez@chromium.org2011-05-041-2/+7
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-6/+9
* Revert 80604 - Revert 80602 - Limit access to named IPC channels with SO_PEER...wez@chromium.org2011-04-061-0/+7
* Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file ...wez@chromium.org2011-04-061-7/+0
* Limit access to named IPC channels with SO_PEERCRED, not file permissions.wez@chromium.org2011-04-061-0/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* thread.h is not needed by ipc_channel_proxy.cc.amarinichev@chromium.org2011-03-231-1/+0
* Clean up channel modesdmaclach@chromium.org2011-02-031-1/+1
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-021-1/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-2/+4
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-3/+3
* Convert over to channel handlesdmaclach@chromium.org2010-12-081-22/+32
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-021-20/+41
* NaCl IPC bringup.abarth@chromium.org2010-11-121-1/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-2/+2