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
*
Fixed all unused-variable Clang warnings on Windows.
mgiuca
2015-07-08
1
-1
/
+0
*
Stub in more IPC attachment brokering functionality.
erikchen
2015-07-07
1
-0
/
+15
*
Fix win style errors.
erikchen
2015-06-16
1
-2
/
+2
*
IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.
erikchen
2015-06-16
1
-6
/
+15
*
Change most uses of Pickle to base::Pickle
brettw
2015-06-03
1
-1
/
+1
*
IPC: Add MojoHandleAttachment
morrita
2015-02-06
1
-0
/
+1
*
Adding "static_assert" in lieu of "COMPILE_ASSERT" in ipc module
anujk.sharma
2015-01-22
1
-2
/
+3
*
Changed identification level to anonymous for windows IPC channel
forshaw
2014-12-16
1
-1
/
+1
*
IPC: Remove debugging code.
rvargas
2014-11-14
1
-66
/
+5
*
Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16.
thestig
2014-11-07
1
-2
/
+2
*
IPC: Use ScopedHandle instead of a raw HANDLE for the private members.
rvargas
2014-09-26
1
-38
/
+40
*
Remove IPC::Channel::TakePipeHandle()
morrita
2014-09-25
1
-6
/
+0
*
IPC: Add more debug info.
rvargas
2014-09-16
1
-5
/
+11
*
Introduce ChannelMojo
morrita@chromium.org
2014-08-04
1
-0
/
+10
*
IPC: Add more debug logic (crash tracking)
rvargas@chromium.org
2014-07-31
1
-2
/
+9
*
IPC ChannelWin: Add temporary debug info.
rvargas@chromium.org
2014-06-27
1
-3
/
+50
*
The LOG initialization code would clear the last error. Use PLOG instead.
weitaosu@chromium.org
2014-06-26
1
-3
/
+2
*
Make IPC::Channel polymorphic
morrita@chromium.org
2014-06-06
1
-44
/
+30
*
Revert 260399 "Temporary CHECK version 2 in IPC::Channel::Send()..."
viettrungluu@chromium.org
2014-03-30
1
-2
/
+0
*
Temporary CHECK version 2 in IPC::Channel::Send() to help track down crash.
viettrungluu@chromium.org
2014-03-29
1
-0
/
+2
*
Revert 260373 "Add a temporary CHECK to IPC::Channel::Send() to ..."
viettrungluu@chromium.org
2014-03-29
1
-1
/
+0
*
Add a temporary CHECK to IPC::Channel::Send() to help track down crash.
viettrungluu@chromium.org
2014-03-29
1
-0
/
+1
*
Changing a DCHECK to a CHECK in order to catch this error in release builds.
tommi@chromium.org
2014-01-21
1
-1
/
+1
*
Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...
avi@chromium.org
2013-12-25
1
-2
/
+2
*
Add base:: to string16s in ipc/.
dbeam@chromium.org
2013-12-20
1
-2
/
+2
*
Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330
bbudge@chromium.org
2013-11-04
1
-1
/
+2
*
Remove unused IPC::Message priority.
bbudge@chromium.org
2013-10-28
1
-2
/
+1
*
Alternative workaround for mac kernel bug.
hubbe@chromium.org
2013-10-15
1
-1
/
+2
*
Revert 227999 "Alternative workaround for mac kernel bug."
benwells@chromium.org
2013-10-11
1
-2
/
+1
*
Alternative workaround for mac kernel bug.
hubbe@chromium.org
2013-10-10
1
-1
/
+2
*
Update include paths in ipc for base/process changes.
rsesek@chromium.org
2013-07-24
1
-1
/
+1
*
Use a direct include of strings headers in ipc/, jingle/, media/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...
avi@chromium.org
2013-06-07
1
-1
/
+1
*
base: Remove ALLOW_THIS_IN_INITIALIZER_LIST macro.
tfarina@chromium.org
2013-05-01
1
-1
/
+1
*
ipc: Use base::MessageLoop.
xhwang@chromium.org
2013-04-30
1
-10
/
+14
*
ipc: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-26
1
-2
/
+2
*
Remove IPC::Channel::set_listener().
viettrungluu@chromium.org
2013-01-16
1
-4
/
+0
*
Windows: Do not handle async read completions on IPC channel while the channe...
apatrick@chromium.org
2013-01-15
1
-1
/
+1
*
Remove IPC::MessageIterator.
viettrungluu@chromium.org
2012-12-17
1
-5
/
+13
*
[base] Move AutoReset to base namespace.
dbeam@chromium.org
2012-11-21
1
-1
/
+2
*
ipc: Remove ipc_listener.h from ipc_channel.h and update the files.
tfarina@chromium.org
2012-11-17
1
-0
/
+1
*
Trace PostTasks from post to run.
jbates@chromium.org
2012-09-18
1
-1
/
+1
*
Add async trace events to trace progress of IPC messages
jbates@chromium.org
2012-09-04
1
-0
/
+1
*
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
[next]