summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_reader.cc
Commit message (Expand)AuthorAgeFilesLines
* Removing ipc/content debugging for ResourceMsg.erikchen2016-01-131-6/+0
* Switch to standard integer types in ipc/.avi2015-12-221-0/+2
* ipc: Add debugging to verify the source of ResourceDispatcher crashes.erikchen2015-12-071-0/+6
* mac: The attachment broker waits for the port provider before brokering.erikchen2015-11-111-1/+0
* ipc: AttachmentBroker dispatches notifications onto an appropriate thread.erikchen2015-11-061-1/+3
* Make sure IPC deserialization isn't O(n^2) in the message size.thakis2015-11-061-1/+2
* Trim IPC ChannelReader's buffer after processing large messages.dskiba2015-11-041-4/+29
* IPC: Remove unnecessary conversions of BrokerableAttachment.erikchen2015-10-291-3/+3
* Revert "Temporarily add UMA histogram for IPC message sizes."dskiba2015-10-291-4/+0
* ipc: Allow attachment broker messages to be processed out of order.erikchen2015-10-211-65/+98
* Temporarily add UMA histogram for IPC message sizes.dskiba2015-10-141-0/+5
* ipc: Update MachPortMac ownership semantics.erikchen2015-10-071-2/+2
* Resize IPC input buffer to fit the next message.dskiba2015-09-301-5/+26
* Revert of Reland debugging for ipc related crash.erikchen2015-09-231-7/+0
* Reland of land debugging for ipc related crash. (patchset #1 id:1 of https://...erikchen2015-09-221-0/+7
* Revert of Reland debugging for ipc related crash. (patchset #1 id:1 of https:...erikchen2015-09-211-7/+0
* Reland debugging for ipc related crash.erikchen2015-09-191-0/+7
* Revert of Reland #2 "ipc: Add a new field num_brokered_attachments to the mes...erikchen2015-09-161-7/+0
* Reland #2 "ipc: Add a new field num_brokered_attachments to the message header."erikchen2015-09-161-0/+7
* ipc: Make a new class PlaceholderBrokerableAttachment.erikchen2015-09-151-5/+6
* ipc: Update Message::FindNext to parse brokered attachments.erikchen2015-09-111-6/+10
* ipc: Make sure that ChannelReader is destroyed correctly.erikchen2015-09-111-2/+8
* Revert of IPC: Add attachment brokering support to the message header. (patch...erikchen2015-08-271-21/+11
* Reland #1: IPC: Add attachment brokering support to the message header.erikchen2015-08-221-11/+21
* Revert of IPC: Add attachment brokering support to the message header. (patch...ricea2015-08-201-21/+11
* IPC: Add attachment brokering support to the message header.erikchen2015-08-201-11/+21
* Migrate IPC to use Flow API v2.yuhaoz2015-08-181-6/+11
* Reland #1: Clean up interface of attachment broker.erikchen2015-07-301-2/+11
* Revert of ipc: Clean up interface of attachment broker. (patchset #5 id:80001...avi2015-07-301-11/+2
* ipc: Clean up interface of attachment broker.erikchen2015-07-301-2/+11
* ipc: Create an unforgeable mechanism to get the process id of the sender.erikchen2015-07-281-0/+2
* Update ChannelReader to use AttachmentBroker.erikchen2015-07-271-28/+138
* Misc. cleanup, primarily removing unused locals.pkasting2014-10-131-2/+1
* 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