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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mojo: (Theoretically) implement sending PlatformHandles (i.e., FDs) across a ...
viettrungluu@chromium.org
2014-05-09
7
-102
/
+229
*
Mojo: Add the ability to allocate space for platform handle info in Transport...
viettrungluu@chromium.org
2014-05-09
8
-17
/
+86
*
Revert 269197 "Mojo: Add the ability to allocate space for platf..."
marja@chromium.org
2014-05-09
8
-80
/
+13
*
Mojo: Add the ability to allocate space for platform handle info in Transport...
viettrungluu@chromium.org
2014-05-09
8
-13
/
+80
*
Mojo: Make RawChannelPosix::Read() use PlatformChannelRecvmsg() (instead of r...
viettrungluu@chromium.org
2014-05-07
3
-27
/
+40
*
Mojo: Initialize MessageInTransit::Header::unused.
viettrungluu@chromium.org
2014-05-05
2
-0
/
+3
*
Mojo: Add/use |typedef std::vector<scoped_refptr<Dispatcher> > DispatcherVector.
viettrungluu@chromium.org
2014-05-05
19
-95
/
+82
*
Mojo: Factor MessageInTransit secondary buffer stuff out into a separate class.
viettrungluu@chromium.org
2014-05-03
10
-361
/
+500
*
Mojo: Small fixes/cleanup to MessageInTransit, before I factor out the second...
viettrungluu@chromium.org
2014-05-01
2
-46
/
+48
*
Mojo: Minor cleanup (of message_in_transit.cc and message_pipe.*).
viettrungluu@chromium.org
2014-04-30
5
-120
/
+141
*
Mojo: More Channel tests.
viettrungluu@chromium.org
2014-04-28
2
-3
/
+143
*
Mojo: Fix incorrect PLOG in raw_channel_win.cc.
viettrungluu@chromium.org
2014-04-26
1
-3
/
+5
*
Mojo: Windows: Enable Channel::Shutdown() on fatal error.
viettrungluu@chromium.org
2014-04-25
1
-6
/
+0
*
Mojo: Start writing some unit tests for mojo::system::Channel.
viettrungluu@chromium.org
2014-04-25
3
-3
/
+187
*
Mojo: Handle "nested" Shutdown() in RawChannelWin.
viettrungluu@chromium.org
2014-04-25
2
-33
/
+26
*
Mojo: Add RawChannel tests for calling Shutdown() from OnReadMessage()/OnFata...
viettrungluu@chromium.org
2014-04-24
4
-21
/
+166
*
Mojo: Fix some more Channel shutdown bugs.
viettrungluu@chromium.org
2014-04-23
3
-16
/
+21
*
Mojo: Kill endpoints on Channel Shutdown().
viettrungluu@chromium.org
2014-04-22
2
-51
/
+68
*
Mojo: Make some attempts towards fixing remote message pipe closure.
viettrungluu@chromium.org
2014-04-18
14
-132
/
+389
*
Make mojo_system static and mojo_system_impl a component, never use both
davemoore@chromium.org
2014-04-15
18
-277
/
+446
*
Revert 263717 "Make mojo_system static and mojo_system_impl a co..."
fischman@chromium.org
2014-04-14
18
-446
/
+277
*
Make mojo_system static and mojo_system_impl a component, never use both
davemoore@chromium.org
2014-04-14
18
-277
/
+446
*
Mojo: Make it not CHECK-fail on receiving a bogus channel control message.
viettrungluu@chromium.org
2014-04-12
5
-15
/
+32
*
Mojo: Fix my LOG_IF(ERROR, ...) from r262803.
viettrungluu@chromium.org
2014-04-10
1
-1
/
+1
*
Mojo: Log an error on the remote message pipe leak condition.[1]
viettrungluu@chromium.org
2014-04-09
2
-2
/
+15
*
Mojo: Allow dispatchers to attach PlatformHandles to the MessageInTransit on ...
viettrungluu@chromium.org
2014-04-09
7
-83
/
+179
*
Mojo: MessageInTransit clean-up.
viettrungluu@chromium.org
2014-04-08
2
-30
/
+29
*
Mojo: Dispatcher::MessageInTransitAccess functions don't need to take the lock.
viettrungluu@chromium.org
2014-04-07
4
-12
/
+10
*
Mojo: Abstract out write/writev vs send/sendmsg (for Unix domain sockets).
viettrungluu@chromium.org
2014-04-05
1
-19
/
+5
*
Mojo: Add the ability to attach PlatformHandles to MessageInTransits.
viettrungluu@chromium.org
2014-04-04
3
-13
/
+47
*
Mojo: Make Channel take a RawChannel rather than creating it.
viettrungluu@chromium.org
2014-04-03
9
-97
/
+72
*
Mojo: Implement MojoUnmapBuffer().
viettrungluu@chromium.org
2014-04-01
6
-13
/
+125
*
Mojo: RawSharedBuffer::Mapping -> RawSharedBufferMapping.
viettrungluu@chromium.org
2014-04-01
12
-82
/
+93
*
Mojo: Move the handle table details out of CoreImpl into its own class.
viettrungluu@chromium.org
2014-03-31
6
-213
/
+441
*
Mojo: Move public C system header files to mojo/public/c/system/.
viettrungluu@chromium.org
2014-03-26
11
-11
/
+11
*
Remove dead code.
pkasting@chromium.org
2014-03-26
1
-2
/
+0
*
Mojo: Properly suppress SIGPIPE on Linux.
viettrungluu@chromium.org
2014-03-25
1
-3
/
+25
*
Mojo: Fix RawSharedBuffer test of "too big" condition.
viettrungluu@chromium.org
2014-03-25
1
-8
/
+12
*
Mojo: Enable MultiprocessMessagePipeTest on Windows.
viettrungluu@chromium.org
2014-03-25
1
-6
/
+0
*
Mojo: Fix MultiprocessMessagePipeTest.QueueMessages on Mac.
viettrungluu@chromium.org
2014-03-25
5
-9
/
+36
*
Mojo: Improve RawSharedBuffer's error reporting, kind of.
viettrungluu@chromium.org
2014-03-25
5
-21
/
+61
*
Mojo: Properly check various sizes of incoming messages (on a MessagePipe).
viettrungluu@chromium.org
2014-03-25
5
-10
/
+136
*
Mojo: More RawSharedBuffer tests.
viettrungluu@chromium.org
2014-03-25
1
-1
/
+42
*
Mojo: Add a unit test for SharedBufferDispatcher.
viettrungluu@chromium.org
2014-03-24
1
-0
/
+225
*
Mojo: Add very basic shared buffer objects.
viettrungluu@chromium.org
2014-03-22
7
-25
/
+295
*
Mojo: Cleanup of various Dispatcher subclasses.
viettrungluu@chromium.org
2014-03-22
6
-13
/
+11
*
Mojo: Make RawSharedBuffer thread-safe, ref-counted.
viettrungluu@chromium.org
2014-03-22
5
-31
/
+51
*
Mojo: Implement RawSharedBuffer for Windows.
viettrungluu@chromium.org
2014-03-21
3
-13
/
+53
*
Mojo: Add a simple platform-level shared memory implementation.
viettrungluu@chromium.org
2014-03-21
5
-0
/
+407
*
Mojo: Update comment in raw_channel.h.
viettrungluu@chromium.org
2014-03-20
1
-2
/
+2
[next]