summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_reader.cc
Commit message (Expand)AuthorAgeFilesLines
* Introduce ChannelMojomorrita@chromium.org2014-08-041-2/+2
* Ensure that any IPC sent from a child process that couldn't be deserialized c...jam@chromium.org2014-05-151-0/+2
* IPC: Restrict 'toplevel' to truly toplevel events.epenner@chromium.org2014-05-021-2/+2
* Make flow event traces disabled-by-defaultfmeawad@chromium.org2014-02-061-2/+3
* Alternative workaround for mac kernel bug.hubbe@chromium.org2013-10-151-3/+9
* Revert 227999 "Alternative workaround for mac kernel bug."benwells@chromium.org2013-10-111-9/+3
* Alternative workaround for mac kernel bug.hubbe@chromium.org2013-10-101-3/+9
* Fix check for maximum IPC message size.rkc@chromium.org2012-11-281-2/+2
* Add missing includes to ipc_listener.htfarina@chromium.org2012-11-151-0/+1
* Trace PostTasks from post to run.jbates@chromium.org2012-09-181-1/+14
* Add async trace events to trace progress of IPC messagesjbates@chromium.org2012-09-041-0/+1
* Separate out IPC::Message::Sender and Channel::Listener into a separate class.brettw@chromium.org2012-06-111-2/+1
* Coverity: Fix a few uninitialized vars.jhawkins@chromium.org2012-03-121-0/+1
* Factor out the shared parts of IPC channel reading.brettw@chromium.org2012-03-081-0/+93