summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Removing ipc/content debugging for ResourceMsg.erikchen2016-01-131-11/+0
* Switch to standard integer types in ipc/.avi2015-12-221-1/+2
* ipc: Add debugging to verify the source of ResourceDispatcher crashes.erikchen2015-12-071-0/+11
* IPC: Remove unnecessary conversions of BrokerableAttachment.erikchen2015-10-291-1/+1
* ipc: Allow attachment broker messages to be processed out of order.erikchen2015-10-211-2/+1
* ipc: Update MachPortMac ownership semantics.erikchen2015-10-071-2/+2
* ipc: Plumbing for attachment brokering in ChannelPosix.erikchen2015-10-061-3/+13
* Make SharedMemoryHandle a class on windows.erikchen2015-09-251-2/+1
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-241-2/+1
* Revert of Reland debugging for ipc related crash.erikchen2015-09-231-11/+0
* ipc: Serialize brokerable attachments and append them to the message.erikchen2015-09-221-2/+8
* Reland of land debugging for ipc related crash. (patchset #1 id:1 of https://...erikchen2015-09-221-0/+11
* Revert of Reland debugging for ipc related crash. (patchset #1 id:1 of https:...erikchen2015-09-211-11/+0
* Reland debugging for ipc related crash.erikchen2015-09-191-0/+11
* Revert of Reland #2 "ipc: Add a new field num_brokered_attachments to the mes...erikchen2015-09-161-11/+0
* Reland #2 "ipc: Add a new field num_brokered_attachments to the message header."erikchen2015-09-161-0/+11
* ipc: Use a global for the process's attachment broker.erikchen2015-09-141-7/+7
* ipc: Make sure that ChannelReader is destroyed correctly.erikchen2015-09-111-0/+1
* ipc: Add the inner class OutputElement to Channel.erikchen2015-09-101-14/+26
* ipc: Convert int types from basictypes.h to the ones from stdint.htfarina2015-09-041-6/+7
* Revert of IPC: Add attachment brokering support to the message header. (patch...erikchen2015-08-271-34/+16
* Reland #1: IPC: Add attachment brokering support to the message header.erikchen2015-08-221-16/+34
* Revert of IPC: Add attachment brokering support to the message header. (patch...ricea2015-08-201-34/+16
* IPC: Add attachment brokering support to the message header.erikchen2015-08-201-16/+34
* Migrate IPC to use Flow API v2.yuhaoz2015-08-181-1/+4
* Reland #1: Clean up interface of attachment broker.erikchen2015-07-301-0/+4
* Revert of ipc: Clean up interface of attachment broker. (patchset #5 id:80001...avi2015-07-301-4/+0
* ipc: Clean up interface of attachment broker.erikchen2015-07-301-0/+4
* ipc: Create an unforgeable mechanism to get the process id of the sender.erikchen2015-07-281-0/+4
* ipc: Add attachment broker code for the privileged browser process.erikchen2015-07-271-6/+41
* Update ChannelReader to use AttachmentBroker.erikchen2015-07-271-5/+10
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-081-1/+0
* Stub in more IPC attachment brokering functionality.erikchen2015-07-071-0/+15
* Fix win style errors.erikchen2015-06-161-2/+2
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-161-6/+15
* Change most uses of Pickle to base::Picklebrettw2015-06-031-1/+1
* IPC: Add MojoHandleAttachmentmorrita2015-02-061-0/+1
* Adding "static_assert" in lieu of "COMPILE_ASSERT" in ipc moduleanujk.sharma2015-01-221-2/+3
* Changed identification level to anonymous for windows IPC channelforshaw2014-12-161-1/+1
* IPC: Remove debugging code.rvargas2014-11-141-66/+5
* Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16.thestig2014-11-071-2/+2
* IPC: Use ScopedHandle instead of a raw HANDLE for the private members.rvargas2014-09-261-38/+40
* Remove IPC::Channel::TakePipeHandle()morrita2014-09-251-6/+0
* IPC: Add more debug info.rvargas2014-09-161-5/+11
* Introduce ChannelMojomorrita@chromium.org2014-08-041-0/+10
* IPC: Add more debug logic (crash tracking)rvargas@chromium.org2014-07-311-2/+9
* IPC ChannelWin: Add temporary debug info.rvargas@chromium.org2014-06-271-3/+50
* The LOG initialization code would clear the last error. Use PLOG instead.weitaosu@chromium.org2014-06-261-3/+2
* Make IPC::Channel polymorphicmorrita@chromium.org2014-06-061-44/+30
* Revert 260399 "Temporary CHECK version 2 in IPC::Channel::Send()..."viettrungluu@chromium.org2014-03-301-2/+0