summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Trace PostTasks from post to run.jbates@chromium.org2012-09-181-1/+1
* Add async trace events to trace progress of IPC messagesjbates@chromium.org2012-09-041-0/+1
* Use base::ThreadChecker as a member var, rather than base::NonThreadSafersleevi@chromium.org2012-06-251-2/+2
* PPAPI/NaCl: Fix leaky NaClIPCAdapter test.dmichael@chromium.org2012-05-161-1/+2
* Fix ipc_channel_win logging for failed pipe creation.bryner@chromium.org2012-05-061-1/+1
* Make IPC channels track their peer process IDjschuh@chromium.org2012-04-051-0/+6
* Require IPC hello for a verified channeljschuh@chromium.org2012-04-031-1/+5
* Verify the child process with a secret hellojschuh@chromium.org2012-03-171-9/+60
* Factor out the shared parts of IPC channel reading.brettw@chromium.org2012-03-081-77/+7
* Refactoring on Windows IPC channel.brettw@chromium.org2012-03-031-84/+134
* Initialize IPC:ChannelHandle from existing HANDLEamit@chromium.org2012-01-241-5/+36
* base:Bind: Convert ipc/.jhawkins@chromium.org2011-11-121-3/+6
* Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable.kkania@chromium.org2011-08-091-1/+17
* Remove non-default DACL on the Pipe creationcpu@chromium.org2011-05-061-96/+10
* Improving logging in /app, /base, /crypto and /ipc. Updating plain DCHECK() u...kushi.p@gmail.com2011-04-281-1/+1
* Clean up channel modesdmaclach@chromium.org2011-02-031-19/+5
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-021-1/+1
* Change size() function to return a size_t so that result size is not inadvert...mrossetti@chromium.org2011-01-281-1/+2
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-091-2/+3