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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing gcc 4.7 building problems.
shenhan@google.com
2012-06-05
1
-1
/
+2
*
PPAPI/NaCl: Fix leaky NaClIPCAdapter test.
dmichael@chromium.org
2012-05-16
1
-1
/
+2
*
Prevent reading invalid memory in IPC code caused by assumption of contiguity...
fischman@chromium.org
2012-04-09
1
-3
/
+6
*
Make IPC channels track their peer process ID
jschuh@chromium.org
2012-04-05
1
-0
/
+6
*
Verify the child process with a secret hello
jschuh@chromium.org
2012-03-17
1
-0
/
+14
*
Factor out the shared parts of IPC channel reading.
brettw@chromium.org
2012-03-08
1
-80
/
+15
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
1
-1
/
+1
*
Separate out the platform-independent parts of Channel reading.
brettw@chromium.org
2012-03-01
1
-69
/
+83
*
This changes around our handling of file descriptors to reduce code duplicati...
brettw@chromium.org
2012-02-29
1
-263
/
+222
*
Fix warning so Android ipc_tests builds again. (-Werror turned on in http://c...
jrg@chromium.org
2012-01-25
1
-2
/
+2
*
Coverity: Fix leaks.
jhawkins@chromium.org
2011-12-21
1
-0
/
+2
*
OpenBSD patch for ipc, split from CR #8275005
mark@chromium.org
2011-10-18
1
-1
/
+5
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
1
-0
/
+1
*
Wait properly for renderer crashes
phajdan.jr@chromium.org
2011-09-19
1
-18
/
+32
*
Convert some constants declared as anonymous enums into static consts so they...
pkasting@chromium.org
2011-09-01
1
-6
/
+5
*
Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS
jamescook@chromium.org
2011-08-31
1
-2
/
+30
*
There are times on the Mac when pipe names of 0 length may occur. Let the cal...
dmaclach@chromium.org
2011-08-25
1
-3
/
+1
*
This patch caused Chrome to be unable to load any web pages on Chrome OS.
satorux@chromium.org
2011-08-23
1
-42
/
+2
*
Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS
jamescook@chromium.org
2011-08-19
1
-2
/
+42
*
Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable.
kkania@chromium.org
2011-08-09
1
-0
/
+11
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Patch for Solaris support, mostly ifdefs and header files, plus adds libevent...
chromium@hybridsource.org
2011-06-25
1
-0
/
+2
*
Use vector_as_array() in ipc/ipc_channel_posix.cc
tzik@chromium.org
2011-06-22
1
-1
/
+2
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-06-21
1
-0
/
+2
*
Remove unused member from POSIX implementation of ChannelImpl.
cbentzel@chromium.org
2011-04-21
1
-2
/
+1
*
Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b).
david.mike.futcher@gmail.com
2011-04-18
1
-5
/
+5
*
Revert 80604 - Revert 80602 - Limit access to named IPC channels with SO_PEER...
wez@chromium.org
2011-04-06
1
-13
/
+46
*
Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file ...
wez@chromium.org
2011-04-06
1
-46
/
+13
*
Limit access to named IPC channels with SO_PEERCRED, not file permissions.
wez@chromium.org
2011-04-06
1
-13
/
+46
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-3
/
+3
*
Add some bullet proofing to ipc_channel_posix.
dmaclach@chromium.org
2011-03-02
1
-18
/
+21
*
Pure pedantry: Replace all ".size() == 0" with ".empty()".
erg@google.com
2011-03-02
1
-1
/
+1
*
ipc: don't send server hello message if we closed the channel.
agl@chromium.org
2011-02-28
1
-0
/
+3
*
Expand comment for named IPC chmod(). It was previously unclear that it is ju...
dtu@chromium.org
2011-02-25
1
-2
/
+7
*
Get service process running standalone on the mac by hooking it into launchd.
dmaclach@chromium.org
2011-02-24
1
-1
/
+1
*
Wigtspace change to trigger a build.
thestig@chromium.org
2011-02-11
1
-1
/
+1
*
Clean up channel modes
dmaclach@chromium.org
2011-02-03
1
-34
/
+25
*
Get service processes working on Mac and Linux.
dmaclach@chromium.org
2011-02-02
1
-1
/
+1
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-5
/
+5
*
Adjust unix domain IPC permissions.
dtu@chromium.org
2011-01-20
1
-2
/
+10
*
Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-298
/
+351
*
Revert 69694 - Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-347
/
+294
*
Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-294
/
+347
*
Revert 69690 - Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-347
/
+294
*
Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-294
/
+347
*
Revert 69660 - Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-18
1
-338
/
+294
*
Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-18
1
-294
/
+338
*
Revert 69264 - Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-16
1
-331
/
+288
*
Revert 69341 - Fix up problem with uninitialized member variable.
dmaclach@chromium.org
2010-12-16
1
-1
/
+0
*
Fix up problem with uninitialized member variable.
dmaclach@chromium.org
2010-12-15
1
-0
/
+1
[next]