index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
/
ipc_channel_reader.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing ipc/content debugging for ResourceMsg.
erikchen
2016-01-13
1
-6
/
+0
*
Switch to standard integer types in ipc/.
avi
2015-12-22
1
-0
/
+2
*
ipc: Add debugging to verify the source of ResourceDispatcher crashes.
erikchen
2015-12-07
1
-0
/
+6
*
mac: The attachment broker waits for the port provider before brokering.
erikchen
2015-11-11
1
-1
/
+0
*
ipc: AttachmentBroker dispatches notifications onto an appropriate thread.
erikchen
2015-11-06
1
-1
/
+3
*
Make sure IPC deserialization isn't O(n^2) in the message size.
thakis
2015-11-06
1
-1
/
+2
*
Trim IPC ChannelReader's buffer after processing large messages.
dskiba
2015-11-04
1
-4
/
+29
*
IPC: Remove unnecessary conversions of BrokerableAttachment.
erikchen
2015-10-29
1
-3
/
+3
*
Revert "Temporarily add UMA histogram for IPC message sizes."
dskiba
2015-10-29
1
-4
/
+0
*
ipc: Allow attachment broker messages to be processed out of order.
erikchen
2015-10-21
1
-65
/
+98
*
Temporarily add UMA histogram for IPC message sizes.
dskiba
2015-10-14
1
-0
/
+5
*
ipc: Update MachPortMac ownership semantics.
erikchen
2015-10-07
1
-2
/
+2
*
Resize IPC input buffer to fit the next message.
dskiba
2015-09-30
1
-5
/
+26
*
Revert of Reland debugging for ipc related crash.
erikchen
2015-09-23
1
-7
/
+0
*
Reland of land debugging for ipc related crash. (patchset #1 id:1 of https://...
erikchen
2015-09-22
1
-0
/
+7
*
Revert of Reland debugging for ipc related crash. (patchset #1 id:1 of https:...
erikchen
2015-09-21
1
-7
/
+0
*
Reland debugging for ipc related crash.
erikchen
2015-09-19
1
-0
/
+7
*
Revert of Reland #2 "ipc: Add a new field num_brokered_attachments to the mes...
erikchen
2015-09-16
1
-7
/
+0
*
Reland #2 "ipc: Add a new field num_brokered_attachments to the message header."
erikchen
2015-09-16
1
-0
/
+7
*
ipc: Make a new class PlaceholderBrokerableAttachment.
erikchen
2015-09-15
1
-5
/
+6
*
ipc: Update Message::FindNext to parse brokered attachments.
erikchen
2015-09-11
1
-6
/
+10
*
ipc: Make sure that ChannelReader is destroyed correctly.
erikchen
2015-09-11
1
-2
/
+8
*
Revert of IPC: Add attachment brokering support to the message header. (patch...
erikchen
2015-08-27
1
-21
/
+11
*
Reland #1: IPC: Add attachment brokering support to the message header.
erikchen
2015-08-22
1
-11
/
+21
*
Revert of IPC: Add attachment brokering support to the message header. (patch...
ricea
2015-08-20
1
-21
/
+11
*
IPC: Add attachment brokering support to the message header.
erikchen
2015-08-20
1
-11
/
+21
*
Migrate IPC to use Flow API v2.
yuhaoz
2015-08-18
1
-6
/
+11
*
Reland #1: Clean up interface of attachment broker.
erikchen
2015-07-30
1
-2
/
+11
*
Revert of ipc: Clean up interface of attachment broker. (patchset #5 id:80001...
avi
2015-07-30
1
-11
/
+2
*
ipc: Clean up interface of attachment broker.
erikchen
2015-07-30
1
-2
/
+11
*
ipc: Create an unforgeable mechanism to get the process id of the sender.
erikchen
2015-07-28
1
-0
/
+2
*
Update ChannelReader to use AttachmentBroker.
erikchen
2015-07-27
1
-28
/
+138
*
Misc. cleanup, primarily removing unused locals.
pkasting
2014-10-13
1
-2
/
+1
*
Introduce ChannelMojo
morrita@chromium.org
2014-08-04
1
-2
/
+2
*
Ensure that any IPC sent from a child process that couldn't be deserialized c...
jam@chromium.org
2014-05-15
1
-0
/
+2
*
IPC: Restrict 'toplevel' to truly toplevel events.
epenner@chromium.org
2014-05-02
1
-2
/
+2
*
Make flow event traces disabled-by-default
fmeawad@chromium.org
2014-02-06
1
-2
/
+3
*
Alternative workaround for mac kernel bug.
hubbe@chromium.org
2013-10-15
1
-3
/
+9
*
Revert 227999 "Alternative workaround for mac kernel bug."
benwells@chromium.org
2013-10-11
1
-9
/
+3
*
Alternative workaround for mac kernel bug.
hubbe@chromium.org
2013-10-10
1
-3
/
+9
*
Fix check for maximum IPC message size.
rkc@chromium.org
2012-11-28
1
-2
/
+2
*
Add missing includes to ipc_listener.h
tfarina@chromium.org
2012-11-15
1
-0
/
+1
*
Trace PostTasks from post to run.
jbates@chromium.org
2012-09-18
1
-1
/
+14
*
Add async trace events to trace progress of IPC messages
jbates@chromium.org
2012-09-04
1
-0
/
+1
*
Separate out IPC::Message::Sender and Channel::Listener into a separate class.
brettw@chromium.org
2012-06-11
1
-2
/
+1
*
Coverity: Fix a few uninitialized vars.
jhawkins@chromium.org
2012-03-12
1
-0
/
+1
*
Factor out the shared parts of IPC channel reading.
brettw@chromium.org
2012-03-08
1
-0
/
+93