summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Temporary CHECK version 2 in IPC::Channel::Send() to help track down crash.viettrungluu@chromium.org2014-03-291-0/+2
* Revert 260373 "Add a temporary CHECK to IPC::Channel::Send() to ..."viettrungluu@chromium.org2014-03-291-1/+0
* Add a temporary CHECK to IPC::Channel::Send() to help track down crash.viettrungluu@chromium.org2014-03-291-0/+1
* Changing a DCHECK to a CHECK in order to catch this error in release builds.tommi@chromium.org2014-01-211-1/+1
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-251-2/+2
* Add base:: to string16s in ipc/.dbeam@chromium.org2013-12-201-2/+2
* Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330bbudge@chromium.org2013-11-041-1/+2
* Remove unused IPC::Message priority.bbudge@chromium.org2013-10-281-2/+1
* Alternative workaround for mac kernel bug.hubbe@chromium.org2013-10-151-1/+2
* Revert 227999 "Alternative workaround for mac kernel bug."benwells@chromium.org2013-10-111-2/+1
* Alternative workaround for mac kernel bug.hubbe@chromium.org2013-10-101-1/+2
* Update include paths in ipc for base/process changes.rsesek@chromium.org2013-07-241-1/+1
* Use a direct include of strings headers in ipc/, jingle/, media/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-071-1/+1
* base: Remove ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-05-011-1/+1
* ipc: Use base::MessageLoop.xhwang@chromium.org2013-04-301-10/+14
* ipc: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-261-2/+2
* Remove IPC::Channel::set_listener().viettrungluu@chromium.org2013-01-161-4/+0
* Windows: Do not handle async read completions on IPC channel while the channe...apatrick@chromium.org2013-01-151-1/+1
* Remove IPC::MessageIterator.viettrungluu@chromium.org2012-12-171-5/+13
* [base] Move AutoReset to base namespace.dbeam@chromium.org2012-11-211-1/+2
* ipc: Remove ipc_listener.h from ipc_channel.h and update the files.tfarina@chromium.org2012-11-171-0/+1