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
*
Use base::ThreadChecker as a member var, rather than base::NonThreadSafe
rsleevi@chromium.org
2012-06-25
1
-2
/
+2
*
PPAPI/NaCl: Fix leaky NaClIPCAdapter test.
dmichael@chromium.org
2012-05-16
1
-1
/
+2
*
Fix ipc_channel_win logging for failed pipe creation.
bryner@chromium.org
2012-05-06
1
-1
/
+1
*
Make IPC channels track their peer process ID
jschuh@chromium.org
2012-04-05
1
-0
/
+6
*
Require IPC hello for a verified channel
jschuh@chromium.org
2012-04-03
1
-1
/
+5
*
Verify the child process with a secret hello
jschuh@chromium.org
2012-03-17
1
-9
/
+60
*
Factor out the shared parts of IPC channel reading.
brettw@chromium.org
2012-03-08
1
-77
/
+7
*
Refactoring on Windows IPC channel.
brettw@chromium.org
2012-03-03
1
-84
/
+134
*
Initialize IPC:ChannelHandle from existing HANDLE
amit@chromium.org
2012-01-24
1
-5
/
+36
*
base:Bind: Convert ipc/.
jhawkins@chromium.org
2011-11-12
1
-3
/
+6
*
Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable.
kkania@chromium.org
2011-08-09
1
-1
/
+17
*
Remove non-default DACL on the Pipe creation
cpu@chromium.org
2011-05-06
1
-96
/
+10
*
Improving logging in /app, /base, /crypto and /ipc. Updating plain DCHECK() u...
kushi.p@gmail.com
2011-04-28
1
-1
/
+1
*
Clean up channel modes
dmaclach@chromium.org
2011-02-03
1
-19
/
+5
*
Get service processes working on Mac and Linux.
dmaclach@chromium.org
2011-02-02
1
-1
/
+1
*
Change size() function to return a size_t so that result size is not inadvert...
mrossetti@chromium.org
2011-01-28
1
-1
/
+2
*
Reland "Remove base/scoped_handle_win.h."
tfarina@chromium.org
2011-01-09
1
-2
/
+3
*
Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...
thakis@chromium.org
2011-01-07
1
-3
/
+2
*
Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...
tfarina@chromium.org
2011-01-07
1
-2
/
+3
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
1
-2
/
+2
*
Move base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
1
-1
/
+0
*
Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-0
/
+16
*
Revert 69694 - Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-16
/
+0
*
Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-0
/
+16
*
Revert 69690 - Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-16
/
+0
*
Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-0
/
+16
*
Revert 69660 - Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-18
1
-16
/
+0
*
Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-18
1
-0
/
+16
*
Revert 69264 - Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-16
1
-16
/
+0
*
Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-15
1
-0
/
+16
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-1
/
+1
*
Convert over to channel handles
dmaclach@chromium.org
2010-12-08
1
-8
/
+8
*
Covert LOG(INFO) to VLOG(1) - ipc/.
pkasting@chromium.org
2010-10-19
1
-17
/
+9
*
Move windows version-related stuff out of base/win_util and into base/win/win...
brettw@chromium.org
2010-10-15
1
-2
/
+68
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+0
*
FBTF: Move more ctors/dtors from headers to implementation.
erg@google.com
2010-09-01
1
-0
/
+4
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
1
-0
/
+1
*
Fixing AutoReset to be a template.
gspencer@chromium.org
2010-06-01
1
-1
/
+1
*
Revert "Better handle oversized IPC messages" r37102
jeremy@chromium.org
2010-01-26
1
-14
/
+0
*
Better handle oversized IPC messages
jeremy@chromium.org
2010-01-26
1
-0
/
+14
*
Use AutoReset (formerly ScopedBool) where possible.
pkasting@chromium.org
2009-11-20
1
-3
/
+3
*
IPC: remove traces of an old histogram.
rvargas@google.com
2009-10-14
1
-14
/
+1
*
Disabling the AsyncIO.IPCChannelClose UMA macro due to a potential race condi...
ananta@chromium.org
2009-09-15
1
-1
/
+7
*
Update log to not claim Connect was always called twice. :)
tommi@chromium.org
2009-08-17
1
-1
/
+1
*
Split the IPC code into ipc/
agl@chromium.org
2009-07-22
1
-0
/
+442
*
Revert "Move IPC code to ipc/"
agl@chromium.org
2009-04-03
1
-440
/
+0
*
Move IPC code to ipc/
agl@chromium.org
2009-04-03
1
-0
/
+440