summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove IPC::Channel::set_listener().viettrungluu@chromium.org2013-01-161-3/+0
* Fix typo in comment ("ammount").viettrungluu@chromium.org2013-01-051-1/+1
* Use an explicit PID for duplicating Pepper handles rather than the Channel's.brettw@chromium.org2013-01-041-1/+8
* ipc: Remove ipc_listener.h from ipc_channel.h and update the files.tfarina@chromium.org2012-11-171-4/+0
* Fix build warnings in NaCl IPC proxy.bbudge@chromium.org2012-09-281-0/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Remove Message::Sender and Channel::Listener typedefs.brettw@chromium.org2012-06-291-7/+2
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-1/+1
* Separate out IPC::Message::Sender and Channel::Listener into a separate class.brettw@chromium.org2012-06-111-28/+12
* Fixing gcc 4.7 building problems.shenhan@google.com2012-06-051-0/+4
* 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-0/+5
* Verify the child process with a secret hellojschuh@chromium.org2012-03-171-0/+11
* Factor out the shared parts of IPC channel reading.brettw@chromium.org2012-03-081-12/+12
* Add OVERRIDE to ipc/.avi@chromium.org2011-11-171-1/+1
* Wait properly for renderer crashesphajdan.jr@chromium.org2011-09-191-0/+6
* Convert some constants declared as anonymous enums into static consts so they...pkasting@chromium.org2011-09-011-7/+5
* Fix IPC OnChannelConnected() to send correct PID on Linux/CrOSjamescook@chromium.org2011-08-311-0/+7
* This patch caused Chrome to be unable to load any web pages on Chrome OS.satorux@chromium.org2011-08-231-13/+0
* Fix IPC OnChannelConnected() to send correct PID on Linux/CrOSjamescook@chromium.org2011-08-191-0/+13
* Create ipc.dll.darin@chromium.org2011-08-151-2/+2
* Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable.kkania@chromium.org2011-08-091-0/+4
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Revert 80604 - Revert 80602 - Limit access to named IPC channels with SO_PEER...wez@chromium.org2011-04-061-3/+17
* Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file ...wez@chromium.org2011-04-061-17/+3
* Limit access to named IPC channels with SO_PEERCRED, not file permissions.wez@chromium.org2011-04-061-3/+17
* Clean up channel modesdmaclach@chromium.org2011-02-031-7/+16
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-2/+3
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-5/+53
* Revert 69694 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-53/+5
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-5/+53
* Revert 69690 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-53/+5
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-5/+53
* Revert 69660 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-181-53/+5
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-181-5/+53
* Revert 69264 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-161-53/+5
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-151-5/+53
* Revert "Add named testing interface."phajdan.jr@chromium.org2010-12-111-3/+1
* Convert over to channel handlesdmaclach@chromium.org2010-12-081-2/+7
* Reduce the maximum IPC message size.darin@chromium.org2010-11-291-1/+1
* Add named testing interface. This allows you to connect to a pre-existing Chr...nirnimesh@chromium.org2010-11-241-1/+3
* Revert 66840 - Add named testing interface. This allows you to connect to a p...kkania@chromium.org2010-11-201-3/+1
* Add named testing interface. This allows you to connect to a pre-existing Chr...nirnimesh@chromium.org2010-11-191-1/+3