summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-071-3/+2
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-071-2/+3
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-011-2/+2
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-311-1/+0
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-0/+16
* Revert 69694 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-16/+0
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-0/+16
* Revert 69690 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-16/+0
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-0/+16
* Revert 69660 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-181-16/+0
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-181-0/+16
* Revert 69264 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-161-16/+0
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-151-0/+16
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-1/+1
* Convert over to channel handlesdmaclach@chromium.org2010-12-081-8/+8
* Covert LOG(INFO) to VLOG(1) - ipc/.pkasting@chromium.org2010-10-191-17/+9
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-2/+68
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+0
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-011-0/+4
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Fixing AutoReset to be a template.gspencer@chromium.org2010-06-011-1/+1
* Revert "Better handle oversized IPC messages" r37102jeremy@chromium.org2010-01-261-14/+0
* Better handle oversized IPC messagesjeremy@chromium.org2010-01-261-0/+14
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-201-3/+3
* IPC: remove traces of an old histogram.rvargas@google.com2009-10-141-14/+1
* Disabling the AsyncIO.IPCChannelClose UMA macro due to a potential race condi...ananta@chromium.org2009-09-151-1/+7