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_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
IPC: Remove unnecessary conversions of BrokerableAttachment.
erikchen
2015-10-29
1
-1
/
+1
*
ipc: Allow attachment broker messages to be processed out of order.
erikchen
2015-10-21
1
-2
/
+1
*
ipc: Update MachPortMac ownership semantics.
erikchen
2015-10-07
1
-2
/
+2
*
ipc: Plumbing for attachment brokering in ChannelPosix.
erikchen
2015-10-06
1
-3
/
+13
*
Make SharedMemoryHandle a class on windows.
erikchen
2015-09-25
1
-2
/
+1
*
ipc: Remove unnecessary attachment broker plumbing.
erikchen
2015-09-24
1
-2
/
+1
*
Revert of Reland debugging for ipc related crash.
erikchen
2015-09-23
1
-11
/
+0
*
ipc: Serialize brokerable attachments and append them to the message.
erikchen
2015-09-22
1
-2
/
+8
*
Reland of land debugging for ipc related crash. (patchset #1 id:1 of https://...
erikchen
2015-09-22
1
-0
/
+11
*
Revert of Reland debugging for ipc related crash. (patchset #1 id:1 of https:...
erikchen
2015-09-21
1
-11
/
+0
*
Reland debugging for ipc related crash.
erikchen
2015-09-19
1
-0
/
+11
*
Revert of Reland #2 "ipc: Add a new field num_brokered_attachments to the mes...
erikchen
2015-09-16
1
-11
/
+0
*
Reland #2 "ipc: Add a new field num_brokered_attachments to the message header."
erikchen
2015-09-16
1
-0
/
+11
*
ipc: Use a global for the process's attachment broker.
erikchen
2015-09-14
1
-7
/
+7
*
ipc: Make sure that ChannelReader is destroyed correctly.
erikchen
2015-09-11
1
-0
/
+1
*
ipc: Add the inner class OutputElement to Channel.
erikchen
2015-09-10
1
-14
/
+26
*
ipc: Convert int types from basictypes.h to the ones from stdint.h
tfarina
2015-09-04
1
-6
/
+7
*
Revert of IPC: Add attachment brokering support to the message header. (patch...
erikchen
2015-08-27
1
-34
/
+16
*
Reland #1: IPC: Add attachment brokering support to the message header.
erikchen
2015-08-22
1
-16
/
+34
*
Revert of IPC: Add attachment brokering support to the message header. (patch...
ricea
2015-08-20
1
-34
/
+16
*
IPC: Add attachment brokering support to the message header.
erikchen
2015-08-20
1
-16
/
+34
*
Migrate IPC to use Flow API v2.
yuhaoz
2015-08-18
1
-1
/
+4
*
Reland #1: Clean up interface of attachment broker.
erikchen
2015-07-30
1
-0
/
+4
*
Revert of ipc: Clean up interface of attachment broker. (patchset #5 id:80001...
avi
2015-07-30
1
-4
/
+0
*
ipc: Clean up interface of attachment broker.
erikchen
2015-07-30
1
-0
/
+4
*
ipc: Create an unforgeable mechanism to get the process id of the sender.
erikchen
2015-07-28
1
-0
/
+4
*
ipc: Add attachment broker code for the privileged browser process.
erikchen
2015-07-27
1
-6
/
+41
*
Update ChannelReader to use AttachmentBroker.
erikchen
2015-07-27
1
-5
/
+10
*
Fixed all unused-variable Clang warnings on Windows.
mgiuca
2015-07-08
1
-1
/
+0
*
Stub in more IPC attachment brokering functionality.
erikchen
2015-07-07
1
-0
/
+15
*
Fix win style errors.
erikchen
2015-06-16
1
-2
/
+2
*
IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.
erikchen
2015-06-16
1
-6
/
+15
*
Change most uses of Pickle to base::Pickle
brettw
2015-06-03
1
-1
/
+1
*
IPC: Add MojoHandleAttachment
morrita
2015-02-06
1
-0
/
+1
*
Adding "static_assert" in lieu of "COMPILE_ASSERT" in ipc module
anujk.sharma
2015-01-22
1
-2
/
+3
*
Changed identification level to anonymous for windows IPC channel
forshaw
2014-12-16
1
-1
/
+1
*
IPC: Remove debugging code.
rvargas
2014-11-14
1
-66
/
+5
*
Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16.
thestig
2014-11-07
1
-2
/
+2
*
IPC: Use ScopedHandle instead of a raw HANDLE for the private members.
rvargas
2014-09-26
1
-38
/
+40
*
Remove IPC::Channel::TakePipeHandle()
morrita
2014-09-25
1
-6
/
+0
*
IPC: Add more debug info.
rvargas
2014-09-16
1
-5
/
+11
*
Introduce ChannelMojo
morrita@chromium.org
2014-08-04
1
-0
/
+10
*
IPC: Add more debug logic (crash tracking)
rvargas@chromium.org
2014-07-31
1
-2
/
+9
*
IPC ChannelWin: Add temporary debug info.
rvargas@chromium.org
2014-06-27
1
-3
/
+50
*
The LOG initialization code would clear the last error. Use PLOG instead.
weitaosu@chromium.org
2014-06-26
1
-3
/
+2
*
Make IPC::Channel polymorphic
morrita@chromium.org
2014-06-06
1
-44
/
+30
*
Revert 260399 "Temporary CHECK version 2 in IPC::Channel::Send()..."
viettrungluu@chromium.org
2014-03-30
1
-2
/
+0
*
Temporary CHECK version 2 in IPC::Channel::Send() to help track down crash.
viettrungluu@chromium.org
2014-03-29
1
-0
/
+2
*
Revert 260373 "Add a temporary CHECK to IPC::Channel::Send() to ..."
viettrungluu@chromium.org
2014-03-29
1
-1
/
+0
*
Add a temporary CHECK to IPC::Channel::Send() to help track down crash.
viettrungluu@chromium.org
2014-03-29
1
-0
/
+1
[next]