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
*
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
*
Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-15
1
-288
/
+331
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-1
/
+1
*
Revert "Add named testing interface."
phajdan.jr@chromium.org
2010-12-11
1
-8
/
+2
*
Add some more detail to PLOGs when debugging problems
dmaclach@chromium.org
2010-12-09
1
-26
/
+36
*
Define IPC_USES_READWRITE
dmaclach@chromium.org
2010-12-08
1
-17
/
+11
*
Fix up sun_path_len so that it is consistent across all our platforms.
dmaclach@chromium.org
2010-12-08
1
-1
/
+5
*
Convert over to channel handles
dmaclach@chromium.org
2010-12-08
1
-11
/
+17
*
Wrap GlobalDescriptors singleton in accessor method.
evan@chromium.org
2010-12-07
1
-1
/
+1
*
This CL add a GetInstance() method to singleton classes instead of relying on...
satish@chromium.org
2010-12-04
1
-6
/
+12
*
Add named testing interface. This allows you to connect to a pre-existing Chr...
nirnimesh@chromium.org
2010-11-24
1
-5
/
+11
*
Revert 66840 - Add named testing interface. This allows you to connect to a p...
kkania@chromium.org
2010-11-20
1
-11
/
+5
*
Add named testing interface. This allows you to connect to a pre-existing Chr...
nirnimesh@chromium.org
2010-11-19
1
-5
/
+11
*
Revert 66350 - Add named testing interface. This allows you to connect to a p...
nirnimesh@chromium.org
2010-11-17
1
-11
/
+5
*
Add named testing interface. This allows you to connect to a pre-existing Chr...
nirnimesh@chromium.org
2010-11-17
1
-5
/
+11
*
Covert LOG(INFO) to VLOG(1) - ipc/.
pkasting@chromium.org
2010-10-19
1
-14
/
+8
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+0
*
Mac: clang build
thakis@chromium.org
2010-09-22
1
-2
/
+1
*
FBTF: Move more ctors/dtors from headers to implementation.
erg@google.com
2010-09-01
1
-0
/
+4
*
Up the warnings in ipc (take 2)
thomasvl@google.com
2010-07-23
1
-3
/
+3
*
Revert 51520 - Up the warnings in ipc
thomasvl@chromium.org
2010-07-02
1
-3
/
+3
*
Up the warnings in ipc
thomasvl@google.com
2010-07-02
1
-3
/
+3
*
Clang: Do not ignore result of HANDLE_EINTR.
thakis@chromium.org
2010-06-23
1
-17
/
+34
*
Revert 49988 - ipc
thakis@chromium.org
2010-06-16
1
-32
/
+16
*
Revert 49989 - x
thakis@chromium.org
2010-06-16
1
-2
/
+1
[next]