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
/
mojo
/
system
/
raw_channel_posix.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mojo: Remove extraneous .get()s in mojo/{embedder,system}.
viettrungluu@chromium.org
2014-05-29
1
-6
/
+6
*
Mojo: Refactor the sending of FDs (a.k.a. PlatformHandles) on POSIX.
viettrungluu@chromium.org
2014-05-28
1
-31
/
+77
*
Mojo: Add a RawChannel::EnqueueMessage() that can be overridden by subclasses.
viettrungluu@chromium.org
2014-05-23
1
-0
/
+11
*
Mojo: Make channel.cc and friend log at a less verbose level.
thestig@chromium.org
2014-05-22
1
-2
/
+2
*
Mojo: Make PlatformChannelRecvmsg() append handles to a deque instead.
viettrungluu@chromium.org
2014-05-21
1
-11
/
+29
*
Mojo: Fix some platform handle passing bugs and add a test.
viettrungluu@chromium.org
2014-05-15
1
-5
/
+8
*
Mojo: Make a deleter for PlatformHandleVectors that closes all the handles.
viettrungluu@chromium.org
2014-05-14
1
-9
/
+6
*
Mojo: (Theoretically) implement the read side of platform handle passing.
viettrungluu@chromium.org
2014-05-13
1
-13
/
+39
*
Mojo: (Theoretically) implement sending PlatformHandles (i.e., FDs) across a ...
viettrungluu@chromium.org
2014-05-09
1
-41
/
+62
*
Mojo: Add the ability to allocate space for platform handle info in Transport...
viettrungluu@chromium.org
2014-05-09
1
-1
/
+9
*
Revert 269197 "Mojo: Add the ability to allocate space for platf..."
marja@chromium.org
2014-05-09
1
-9
/
+1
*
Mojo: Add the ability to allocate space for platform handle info in Transport...
viettrungluu@chromium.org
2014-05-09
1
-1
/
+9
*
Mojo: Make RawChannelPosix::Read() use PlatformChannelRecvmsg() (instead of r...
viettrungluu@chromium.org
2014-05-07
1
-4
/
+20
*
Mojo: Add RawChannel tests for calling Shutdown() from OnReadMessage()/OnFata...
viettrungluu@chromium.org
2014-04-24
1
-4
/
+2
*
Mojo: Abstract out write/writev vs send/sendmsg (for Unix domain sockets).
viettrungluu@chromium.org
2014-04-05
1
-19
/
+5
*
Mojo: Make Channel take a RawChannel rather than creating it.
viettrungluu@chromium.org
2014-04-03
1
-12
/
+6
*
Mojo: Properly suppress SIGPIPE on Linux.
viettrungluu@chromium.org
2014-03-25
1
-3
/
+25
*
Mojo: Move mojo/system/embedder to mojo/embedder.
viettrungluu@chromium.org
2014-03-19
1
-1
/
+1
*
Mojo: RawChannelPosix correctly handle the "EOF" case.
viettrungluu@chromium.org
2014-03-12
1
-3
/
+5
*
Restructure RawChannelPosix and RawChannel, so that the platform-independent ...
yzshen@chromium.org
2014-02-27
1
-309
/
+169
*
Mojo: Add a "secondary buffer" to MessageInTransit.
viettrungluu@chromium.org
2014-02-26
1
-8
/
+53
*
Mojo: Convert MessageInTransit* -> scoped_ptr<MessageInTransit>, part 1.
viettrungluu@chromium.org
2014-02-21
1
-14
/
+10
*
Mojo: Refactor MessageInTransit to not be POD.
viettrungluu@chromium.org
2014-02-21
1
-8
/
+7
*
Mojo: Make RawChannel/Channel require a MessageLoopForIO everywhere.
viettrungluu@chromium.org
2014-02-21
1
-24
/
+23
*
Mojo: Make MessageInTransit more opaque still.
viettrungluu@chromium.org
2014-02-20
1
-9
/
+16
*
Mojo: Make MessageInTransit more opaque.
viettrungluu@chromium.org
2014-02-19
1
-8
/
+7
*
RawChannelPosix: Fix fatal-error-related behavior.
yzshen@chromium.org
2014-02-11
1
-23
/
+29
*
Mojo: Move system embedder API files to mojo/system/embedder.
viettrungluu@chromium.org
2014-01-16
1
-1
/
+1
*
Mojo: Move platform handle/channel stuff in system to embedder namespace.
viettrungluu@chromium.org
2014-01-16
1
-4
/
+4
*
Mojo: Rename PlatformChannelHandle to PlatformHandle, etc.
viettrungluu@chromium.org
2014-01-14
1
-20
/
+18
*
Mojo: Fix possibly-invalid vector subscripting in RawChannelPosix.
viettrungluu@chromium.org
2014-01-10
1
-2
/
+4
*
Mojo: Create a PlatformChannel abstraction.
viettrungluu@chromium.org
2013-12-02
1
-0
/
+4
*
Mojo: First stab at making MessagePipes work across OS pipes.
viettrungluu@chromium.org
2013-11-07
1
-5
/
+13
*
Add handling of fatal errors to RawChannel/RawChannelPosix.
viettrungluu@chromium.org
2013-10-15
1
-23
/
+70
*
Add a "RawChannel" abstraction (with an implementation for Chromium POSIX).
viettrungluu@chromium.org
2013-10-11
1
-0
/
+351