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
*
Introduce ChannelMojo
morrita@chromium.org
2014-08-04
1
-1
/
+12
*
IPC::Channel: Reduce POSIX specific API surface
morrita@chromium.org
2014-06-07
1
-2
/
+2
*
Make IPC::Channel polymorphic
morrita@chromium.org
2014-06-06
1
-85
/
+47
*
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
*
IPC: Make ipc_perftests run on Android.
epenner@chromium.org
2014-03-19
1
-1
/
+13
*
Fix posix IPC channel hanging problem.
hubbe@chromium.org
2014-02-21
1
-4
/
+8
*
Revert of Fix posix IPC channel hanging problem. (https://codereview.chromium...
hubbe@chromium.org
2014-02-18
1
-16
/
+3
*
Fix posix IPC channel hanging problem.
hubbe@chromium.org
2014-02-13
1
-3
/
+16
*
Revert of Fix posix IPC channel hanging problem. (https://codereview.chromium...
hubbe@chromium.org
2014-01-30
1
-14
/
+3
*
Fix posix IPC channel hanging problem.
hubbe@chromium.org
2014-01-30
1
-3
/
+14
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
1
-11
/
+11
*
Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330
bbudge@chromium.org
2013-11-04
1
-2
/
+4
*
Remove unused IPC::Message priority.
bbudge@chromium.org
2013-10-28
1
-4
/
+2
*
Alternative workaround for mac kernel bug.
hubbe@chromium.org
2013-10-15
1
-27
/
+109
*
Revert 227999 "Alternative workaround for mac kernel bug."
benwells@chromium.org
2013-10-11
1
-106
/
+26
*
Alternative workaround for mac kernel bug.
hubbe@chromium.org
2013-10-10
1
-26
/
+106
*
Update include paths in ipc for base/process changes.
rsesek@chromium.org
2013-07-24
1
-1
/
+1
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
1
-1
/
+1
*
Use a direct include of strings headers in ipc/, jingle/, media/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Linux: remove unmaintained SELinux code.
phajdan.jr@chromium.org
2013-05-17
1
-5
/
+0
*
ipc: Use base::MessageLoop.
xhwang@chromium.org
2013-04-30
1
-9
/
+6
*
Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.
jeremya@chromium.org
2013-03-13
1
-170
/
+13
*
Revert 187554 "Implement IPC::ChannelFactory, a class that accep..."
falken@chromium.org
2013-03-13
1
-13
/
+170
*
Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.
jeremya@chromium.org
2013-03-12
1
-170
/
+13
*
Revert 187233
dmikurube@chromium.org
2013-03-11
1
-19
/
+170
*
Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.
jeremya@chromium.org
2013-03-11
1
-170
/
+19
*
Revert 186912
jeremya@chromium.org
2013-03-08
1
-19
/
+170
*
Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.
jeremya@chromium.org
2013-03-08
1
-170
/
+19
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-3
/
+3
*
Rename FilePath -> base::FilePath in various toplevel directories
brettw@chromium.org
2013-02-10
1
-3
/
+3
*
Remove IPC::Channel::set_listener().
viettrungluu@chromium.org
2013-01-16
1
-4
/
+0
*
Add missing includes to ipc_listener.h
tfarina@chromium.org
2012-11-15
1
-2
/
+3
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
1
-1
/
+1
*
Move global_descriptors to base/posix.
brettw@chromium.org
2012-11-09
1
-1
/
+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
*
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
[next]