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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/
thestig
2014-09-13
1
-1
/
+1
*
IPC::Channel: Reduce POSIX specific API surface
morrita@chromium.org
2014-06-07
1
-34
/
+35
*
Make IPC::Channel polymorphic
morrita@chromium.org
2014-06-06
1
-3
/
+5
*
Introduce IPC::Channel::Create*() to ensure it being heap-allocated.
morrita@chromium.org
2014-05-30
1
-67
/
+84
*
Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..."
mattm@chromium.org
2014-05-29
1
-84
/
+67
*
Introduce IPC::Channel::Create*() to ensure it being heap-allocated.
morrita@chromium.org
2014-05-29
1
-67
/
+84
*
Get rid of multiprocess_test's debug_on_start arguments.
viettrungluu@chromium.org
2014-03-09
1
-10
/
+5
*
Fix posix IPC channel hanging problem.
hubbe@chromium.org
2014-02-21
1
-6
/
+53
*
Revert of Fix posix IPC channel hanging problem. (https://codereview.chromium...
hubbe@chromium.org
2014-02-18
1
-50
/
+3
*
Fix posix IPC channel hanging problem.
hubbe@chromium.org
2014-02-13
1
-3
/
+50
*
Revert of Fix posix IPC channel hanging problem. (https://codereview.chromium...
hubbe@chromium.org
2014-01-30
1
-50
/
+3
*
Fix posix IPC channel hanging problem.
hubbe@chromium.org
2014-01-30
1
-3
/
+50
*
Move directory creation functions to base namespace.
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
1
-1
/
+1
*
Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330
bbudge@chromium.org
2013-11-04
1
-6
/
+9
*
Remove unused IPC::Message priority.
bbudge@chromium.org
2013-10-28
1
-9
/
+6
*
Update include paths in ipc for base/process changes.
rsesek@chromium.org
2013-07-24
1
-0
/
+1
*
Use a direct include of the message_loop header in dbus/, device/, extensions...
avi@chromium.org
2013-07-17
1
-1
/
+1
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
1
-1
/
+1
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-1
/
+1
*
ipc: Use base::MessageLoop.
xhwang@chromium.org
2013-04-30
1
-11
/
+8
*
Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.
jeremya@chromium.org
2013-03-13
1
-2
/
+3
*
Revert 187554 "Implement IPC::ChannelFactory, a class that accep..."
falken@chromium.org
2013-03-13
1
-3
/
+2
*
Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.
jeremya@chromium.org
2013-03-12
1
-2
/
+3
*
Revert 187233
dmikurube@chromium.org
2013-03-11
1
-3
/
+2
*
Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.
jeremya@chromium.org
2013-03-11
1
-2
/
+3
*
Revert 186912
jeremya@chromium.org
2013-03-08
1
-3
/
+2
*
Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.
jeremya@chromium.org
2013-03-08
1
-2
/
+3
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Rename FilePath -> base::FilePath in various toplevel directories
brettw@chromium.org
2013-02-10
1
-4
/
+4
*
Move IPC tests into anonymous namespaces.
viettrungluu@chromium.org
2013-01-11
1
-2
/
+2
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
1
-1
/
+1
*
Switch to TimeDelta interfaces for process waiting functions in net and ipc.
tedvessenes@gmail.com
2012-07-11
1
-13
/
+13
*
Separate out IPC::Message::Sender and Channel::Listener into a separate class.
brettw@chromium.org
2012-06-11
1
-1
/
+2
*
Android: Get the cache directory using path service.
nileshagrawal@chromium.org
2012-05-25
1
-22
/
+28
*
Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins.
tedvessenes@gmail.com
2012-03-07
1
-2
/
+5
*
Removing MessageLoop::QuitTask() from ipc/
dcheng@chromium.org
2011-12-08
1
-1
/
+1
*
Android IPC changes.
jrg@chromium.org
2011-11-04
1
-2
/
+12
*
Reduce number of unnamed-type-template-args violations (mostly when passing v...
pkasting@chromium.org
2011-09-01
1
-12
/
+10
*
There are times on the Mac when pipe names of 0 length may occur. Let the cal...
dmaclach@chromium.org
2011-08-25
1
-0
/
+20
*
Tag IPC::Channel::Listener implementations with OVERRIDE
evan@chromium.org
2011-08-16
1
-5
/
+5
*
Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable.
kkania@chromium.org
2011-08-09
1
-0
/
+14
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Add some bullet proofing to ipc_channel_posix.
dmaclach@chromium.org
2011-03-02
1
-0
/
+19
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
1
-1
/
+2
*
Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-0
/
+355
*
Revert 69694 - Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-355
/
+0
*
Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-0
/
+355
*
Revert 69690 - Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-352
/
+0
*
Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-0
/
+352
[next]