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_posix.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.
erikchen
2015-06-16
1
-2
/
+9
*
Make IPC::Channel buffers stack based and secure against growth
bratell
2015-05-29
1
-8
/
+4
*
ipc: remove IPC_USES_READWRITE
mdempsky
2015-05-18
1
-42
/
+0
*
Add ChannelPosix::ResetSafely() to deal with a lingering crash
morrita
2015-01-27
1
-0
/
+4
*
Revert of Add ChannelPosix::ResetSafely() to deal with a lingering crash (pat...
yoichio
2015-01-27
1
-4
/
+0
*
Add ChannelPosix::ResetSafely() to deal with a lingering crash
morrita
2015-01-27
1
-0
/
+4
*
IPC: Generalize FileDescriptorSet to MessageAttachmentSet
morrita
2015-01-14
1
-2
/
+2
*
Revert "Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on...
perkj
2014-12-11
1
-0
/
+8
*
Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux p...
hidehiko
2014-12-11
1
-8
/
+0
*
Standardize usage of virtual/override/final in ipc/
dcheng
2014-10-22
1
-16
/
+14
*
Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...
dcheng
2014-10-21
1
-14
/
+16
*
Standardize usage of virtual/override/final in ipc/
dcheng
2014-10-21
1
-16
/
+14
*
Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.
morrita
2014-10-20
1
-1
/
+1
*
replace OVERRIDE and FINAL with override and final in ipc/
mostynb
2014-10-07
1
-13
/
+13
*
Refactoring: Let ChannelPosix adopt ScopedFD.
morrita
2014-09-29
1
-5
/
+6
*
Remove IPC::Channel::TakePipeHandle()
morrita
2014-09-25
1
-1
/
+0
*
Introduce ChannelMojo
morrita@chromium.org
2014-08-04
1
-1
/
+3
*
IPC::Channel: Reduce POSIX specific API surface
morrita@chromium.org
2014-06-07
1
-8
/
+18
*
Make IPC::Channel polymorphic
morrita@chromium.org
2014-06-06
1
-17
/
+22
*
Alternative workaround for mac kernel bug.
hubbe@chromium.org
2013-10-15
1
-1
/
+11
*
Revert 227999 "Alternative workaround for mac kernel bug."
benwells@chromium.org
2013-10-11
1
-11
/
+1
*
Alternative workaround for mac kernel bug.
hubbe@chromium.org
2013-10-10
1
-1
/
+11
*
Update include paths in ipc for base/process changes.
rsesek@chromium.org
2013-07-24
1
-1
/
+1
*
Use a direct include of the message_loop header in dbus/, device/, extensions...
avi@chromium.org
2013-07-17
1
-1
/
+1
*
ipc: Use base::MessageLoop.
xhwang@chromium.org
2013-04-30
1
-4
/
+5
*
Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.
jeremya@chromium.org
2013-03-13
1
-7
/
+1
*
Revert 187554 "Implement IPC::ChannelFactory, a class that accep..."
falken@chromium.org
2013-03-13
1
-1
/
+7
*
Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.
jeremya@chromium.org
2013-03-12
1
-7
/
+1
*
Revert 187233
dmikurube@chromium.org
2013-03-11
1
-1
/
+7
*
Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.
jeremya@chromium.org
2013-03-11
1
-7
/
+1
*
Revert 186912
jeremya@chromium.org
2013-03-08
1
-1
/
+7
*
Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.
jeremya@chromium.org
2013-03-08
1
-7
/
+1
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Prevent reading invalid memory in IPC code caused by assumption of contiguity...
fischman@chromium.org
2012-04-09
1
-1
/
+4
*
Make IPC channels track their peer process ID
jschuh@chromium.org
2012-04-05
1
-0
/
+4
*
Factor out the shared parts of IPC channel reading.
brettw@chromium.org
2012-03-08
1
-49
/
+10
*
Separate out the platform-independent parts of Channel reading.
brettw@chromium.org
2012-03-01
1
-12
/
+25
*
This changes around our handling of file descriptors to reduce code duplicati...
brettw@chromium.org
2012-02-29
1
-10
/
+63
*
Add OVERRIDE to ipc/.
avi@chromium.org
2011-11-17
1
-2
/
+2
*
Wait properly for renderer crashes
phajdan.jr@chromium.org
2011-09-19
1
-1
/
+4
*
Convert some constants declared as anonymous enums into static consts so they...
pkasting@chromium.org
2011-09-01
1
-7
/
+6
*
Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS
jamescook@chromium.org
2011-08-31
1
-0
/
+9
*
This patch caused Chrome to be unable to load any web pages on Chrome OS.
satorux@chromium.org
2011-08-23
1
-8
/
+0
*
Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS
jamescook@chromium.org
2011-08-19
1
-0
/
+8
*
Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable.
kkania@chromium.org
2011-08-09
1
-0
/
+1
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
1
-1
/
+1
*
Enhance the comment about IPC_USES_READWRITE. I was confused and thought that
brettw@chromium.org
2011-05-13
1
-2
/
+9
*
Remove unused member from POSIX implementation of ChannelImpl.
cbentzel@chromium.org
2011-04-21
1
-2
/
+0
*
Revert 80604 - Revert 80602 - Limit access to named IPC channels with SO_PEER...
wez@chromium.org
2011-04-06
1
-1
/
+2
*
Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file ...
wez@chromium.org
2011-04-06
1
-2
/
+1
[next]