summaryrefslogtreecommitdiffstats
path: root/mojo/system
Commit message (Expand)AuthorAgeFilesLines
* Mojo: Initialize MessageInTransit::Header::unused.viettrungluu@chromium.org2014-05-052-0/+3
* Mojo: Add/use |typedef std::vector<scoped_refptr<Dispatcher> > DispatcherVector.viettrungluu@chromium.org2014-05-0519-95/+82
* Mojo: Factor MessageInTransit secondary buffer stuff out into a separate class.viettrungluu@chromium.org2014-05-0310-361/+500
* Mojo: Small fixes/cleanup to MessageInTransit, before I factor out the second...viettrungluu@chromium.org2014-05-012-46/+48
* Mojo: Minor cleanup (of message_in_transit.cc and message_pipe.*).viettrungluu@chromium.org2014-04-305-120/+141
* Mojo: More Channel tests.viettrungluu@chromium.org2014-04-282-3/+143
* Mojo: Fix incorrect PLOG in raw_channel_win.cc.viettrungluu@chromium.org2014-04-261-3/+5
* Mojo: Windows: Enable Channel::Shutdown() on fatal error.viettrungluu@chromium.org2014-04-251-6/+0
* Mojo: Start writing some unit tests for mojo::system::Channel.viettrungluu@chromium.org2014-04-253-3/+187
* Mojo: Handle "nested" Shutdown() in RawChannelWin.viettrungluu@chromium.org2014-04-252-33/+26
* Mojo: Add RawChannel tests for calling Shutdown() from OnReadMessage()/OnFata...viettrungluu@chromium.org2014-04-244-21/+166
* Mojo: Fix some more Channel shutdown bugs.viettrungluu@chromium.org2014-04-233-16/+21
* Mojo: Kill endpoints on Channel Shutdown().viettrungluu@chromium.org2014-04-222-51/+68
* Mojo: Make some attempts towards fixing remote message pipe closure.viettrungluu@chromium.org2014-04-1814-132/+389
* Make mojo_system static and mojo_system_impl a component, never use bothdavemoore@chromium.org2014-04-1518-277/+446
* Revert 263717 "Make mojo_system static and mojo_system_impl a co..."fischman@chromium.org2014-04-1418-446/+277
* Make mojo_system static and mojo_system_impl a component, never use bothdavemoore@chromium.org2014-04-1418-277/+446
* Mojo: Make it not CHECK-fail on receiving a bogus channel control message.viettrungluu@chromium.org2014-04-125-15/+32
* Mojo: Fix my LOG_IF(ERROR, ...) from r262803.viettrungluu@chromium.org2014-04-101-1/+1
* Mojo: Log an error on the remote message pipe leak condition.[1]viettrungluu@chromium.org2014-04-092-2/+15
* Mojo: Allow dispatchers to attach PlatformHandles to the MessageInTransit on ...viettrungluu@chromium.org2014-04-097-83/+179
* Mojo: MessageInTransit clean-up.viettrungluu@chromium.org2014-04-082-30/+29
* Mojo: Dispatcher::MessageInTransitAccess functions don't need to take the lock.viettrungluu@chromium.org2014-04-074-12/+10
* Mojo: Abstract out write/writev vs send/sendmsg (for Unix domain sockets).viettrungluu@chromium.org2014-04-051-19/+5
* Mojo: Add the ability to attach PlatformHandles to MessageInTransits.viettrungluu@chromium.org2014-04-043-13/+47
* Mojo: Make Channel take a RawChannel rather than creating it.viettrungluu@chromium.org2014-04-039-97/+72
* Mojo: Implement MojoUnmapBuffer().viettrungluu@chromium.org2014-04-016-13/+125
* Mojo: RawSharedBuffer::Mapping -> RawSharedBufferMapping.viettrungluu@chromium.org2014-04-0112-82/+93
* Mojo: Move the handle table details out of CoreImpl into its own class.viettrungluu@chromium.org2014-03-316-213/+441
* Mojo: Move public C system header files to mojo/public/c/system/.viettrungluu@chromium.org2014-03-2611-11/+11
* Remove dead code.pkasting@chromium.org2014-03-261-2/+0
* Mojo: Properly suppress SIGPIPE on Linux.viettrungluu@chromium.org2014-03-251-3/+25
* Mojo: Fix RawSharedBuffer test of "too big" condition.viettrungluu@chromium.org2014-03-251-8/+12
* Mojo: Enable MultiprocessMessagePipeTest on Windows.viettrungluu@chromium.org2014-03-251-6/+0
* Mojo: Fix MultiprocessMessagePipeTest.QueueMessages on Mac.viettrungluu@chromium.org2014-03-255-9/+36
* Mojo: Improve RawSharedBuffer's error reporting, kind of.viettrungluu@chromium.org2014-03-255-21/+61
* Mojo: Properly check various sizes of incoming messages (on a MessagePipe).viettrungluu@chromium.org2014-03-255-10/+136
* Mojo: More RawSharedBuffer tests.viettrungluu@chromium.org2014-03-251-1/+42
* Mojo: Add a unit test for SharedBufferDispatcher.viettrungluu@chromium.org2014-03-241-0/+225
* Mojo: Add very basic shared buffer objects.viettrungluu@chromium.org2014-03-227-25/+295
* Mojo: Cleanup of various Dispatcher subclasses.viettrungluu@chromium.org2014-03-226-13/+11
* Mojo: Make RawSharedBuffer thread-safe, ref-counted.viettrungluu@chromium.org2014-03-225-31/+51
* Mojo: Implement RawSharedBuffer for Windows.viettrungluu@chromium.org2014-03-213-13/+53
* Mojo: Add a simple platform-level shared memory implementation.viettrungluu@chromium.org2014-03-215-0/+407
* Mojo: Update comment in raw_channel.h.viettrungluu@chromium.org2014-03-201-2/+2
* Mojo: Tweak the SharedBuffer API.viettrungluu@chromium.org2014-03-192-2/+2
* Mojo: Move mojo/system/embedder to mojo/embedder.viettrungluu@chromium.org2014-03-1919-1217/+10
* Move CommandLine to base namespace.brettw@chromium.org2014-03-171-2/+4
* Change DCHECK_IS_ON() to DCHECK_IS_ONwangxianzhu@chromium.org2014-03-141-2/+5
* Mojo: Increase epsilon in tests.viettrungluu@chromium.org2014-03-144-4/+4