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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing ipc/content debugging for ResourceMsg.
erikchen
2016-01-13
1
-5
/
+0
*
Switch to standard integer types in ipc/.
avi
2015-12-22
1
-5
/
+7
*
ipc: Add debugging to verify the source of ResourceDispatcher crashes.
erikchen
2015-12-07
1
-0
/
+5
*
Trim IPC ChannelReader's buffer after processing large messages.
dskiba
2015-11-04
1
-0
/
+5
*
ipc: Plumbing for attachment brokering in ChannelPosix.
erikchen
2015-10-06
1
-2
/
+2
*
ipc: Remove unnecessary attachment broker plumbing.
erikchen
2015-09-24
1
-23
/
+6
*
Revert of Reland debugging for ipc related crash.
erikchen
2015-09-23
1
-5
/
+0
*
Reland of land debugging for ipc related crash. (patchset #1 id:1 of https://...
erikchen
2015-09-22
1
-0
/
+5
*
Revert of Reland debugging for ipc related crash. (patchset #1 id:1 of https:...
erikchen
2015-09-21
1
-5
/
+0
*
Reland debugging for ipc related crash.
erikchen
2015-09-19
1
-0
/
+5
*
Revert of Reland #2 "ipc: Add a new field num_brokered_attachments to the mes...
erikchen
2015-09-16
1
-5
/
+0
*
Reland #2 "ipc: Add a new field num_brokered_attachments to the message header."
erikchen
2015-09-16
1
-0
/
+5
*
ipc: Convert k(u)int*max types from basictypes.h to std::numeric_limits varia...
tfarina
2015-09-11
1
-1
/
+3
*
ipc: Add the inner class OutputElement to Channel.
erikchen
2015-09-10
1
-0
/
+21
*
Revert of IPC: Add attachment brokering support to the message header. (patch...
erikchen
2015-08-27
1
-26
/
+6
*
Reland #1: IPC: Add attachment brokering support to the message header.
erikchen
2015-08-22
1
-6
/
+26
*
Revert of IPC: Add attachment brokering support to the message header. (patch...
ricea
2015-08-20
1
-26
/
+6
*
IPC: Add attachment brokering support to the message header.
erikchen
2015-08-20
1
-6
/
+26
*
ipc: Make a common subclass for Channel and ProxyChannel.
erikchen
2015-08-10
1
-26
/
+2
*
Reland #1: Clean up interface of attachment broker.
erikchen
2015-07-30
1
-0
/
+12
*
Revert of ipc: Clean up interface of attachment broker. (patchset #5 id:80001...
avi
2015-07-30
1
-12
/
+0
*
ipc: Clean up interface of attachment broker.
erikchen
2015-07-30
1
-0
/
+12
*
IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.
erikchen
2015-06-16
1
-8
/
+30
*
ChannelMojo: Introduce thread-safe Send()
morrita
2015-04-20
1
-0
/
+4
*
Standardize usage of virtual/override/final specifiers in ipc/.
dcheng
2014-12-23
1
-1
/
+1
*
Revert "Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on...
perkj
2014-12-11
1
-0
/
+7
*
Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux p...
hidehiko
2014-12-11
1
-7
/
+0
*
Add a few missing overrides found by a new clang warning.
thakis
2014-10-29
1
-1
/
+2
*
Introduce OS_NACL_SFI and OS_NACL_NONSFI macros.
hidehiko
2014-10-28
1
-3
/
+2
*
Non-SFI Mode: Build ipc/ library by PNaCl toolchain for nacl_helper_nonsfi.
hidehiko
2014-10-24
1
-3
/
+7
*
Standardize usage of virtual/override/final in ipc/
dcheng
2014-10-22
1
-2
/
+1
*
Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...
dcheng
2014-10-21
1
-1
/
+2
*
Standardize usage of virtual/override/final in ipc/
dcheng
2014-10-21
1
-2
/
+1
*
Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.
morrita
2014-10-20
1
-1
/
+2
*
Remove IPC::Channel::TakePipeHandle()
morrita
2014-09-25
1
-5
/
+0
*
Add ipc_mojo_perftests
morrita
2014-09-09
1
-1
/
+1
*
Introduce ChannelMojo
morrita@chromium.org
2014-08-04
1
-0
/
+8
*
IPC::Channel: Reduce POSIX specific API surface
morrita@chromium.org
2014-06-07
1
-20
/
+0
*
Make IPC::Channel polymorphic
morrita@chromium.org
2014-06-06
1
-26
/
+13
*
Introduce IPC::Channel::Create*() to ensure it being heap-allocated.
morrita@chromium.org
2014-05-30
1
-14
/
+43
*
Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..."
mattm@chromium.org
2014-05-29
1
-43
/
+14
*
Introduce IPC::Channel::Create*() to ensure it being heap-allocated.
morrita@chromium.org
2014-05-29
1
-14
/
+43
*
IPC: Make ipc_perftests run on Android.
epenner@chromium.org
2014-03-19
1
-0
/
+8
*
Connect PPAPI IPC channels for non-SFI mode.
hidehiko@chromium.org
2014-02-21
1
-0
/
+6
*
Revert "Connect PPAPI IPC channels for non-SFI mode."
loislo@chromium.org
2014-02-21
1
-6
/
+0
*
Connect PPAPI IPC channels for non-SFI mode.
hidehiko@chromium.org
2014-02-21
1
-0
/
+6
*
Alternative workaround for mac kernel bug.
hubbe@chromium.org
2013-10-15
1
-8
/
+15
*
Revert 227999 "Alternative workaround for mac kernel bug."
benwells@chromium.org
2013-10-11
1
-15
/
+8
*
Alternative workaround for mac kernel bug.
hubbe@chromium.org
2013-10-10
1
-8
/
+15
*
Update include paths in ipc for base/process changes.
rsesek@chromium.org
2013-07-24
1
-1
/
+1
[next]