| Commit message (Expand) | Author | Age | Files | Lines |
* | ipc: Use base::MessageLoop. | xhwang@chromium.org | 2013-04-30 | 1 | -5/+5 |
* | Linux/ChromeOS Chromium style checker cleanup, ipc/ edition. | rsleevi@chromium.org | 2013-02-06 | 1 | -2/+2 |
* | Refactor (many) IPC tests, notably most of the multiprocess tests. | viettrungluu@chromium.org | 2013-01-25 | 1 | -20/+18 |
* | More IPC test header cleanup. | viettrungluu@chromium.org | 2013-01-15 | 1 | -1/+0 |
* | Move IPC tests into anonymous namespaces. | viettrungluu@chromium.org | 2013-01-11 | 1 | -3/+5 |
* | Make ipc_tests file structure a little saner and add an ipc_perftests target. | viettrungluu@chromium.org | 2013-01-11 | 1 | -2/+2 |
* | Switch to TimeDelta interfaces for process waiting functions in net and ipc. | tedvessenes@gmail.com | 2012-07-11 | 1 | -1/+2 |
* | Remove Message::Sender and Channel::Listener typedefs. | brettw@chromium.org | 2012-06-29 | 1 | -2/+2 |
* | Make GlobalDescriptors::MaybeGet return -1 when the key is not found. | jcivelli@chromium.org | 2012-06-27 | 1 | -1/+2 |
* | Revert revert 132842 | xians@chromium.org | 2012-04-19 | 1 | -7/+71 |
* | Revert 132842 - If we are using blocking write, when the renderer stop gettin... | thestig@chromium.org | 2012-04-18 | 1 | -72/+7 |
* | If we are using blocking write, when the renderer stop getting the data witho... | xians@chromium.org | 2012-04-18 | 1 | -7/+72 |
* | Implement support for a cancelable SyncSocket. | tommi@chromium.org | 2012-01-25 | 1 | -11/+50 |
* | Add support for exporting IPC messages from component DLLs. | darin@chromium.org | 2011-08-26 | 1 | -64/+19 |
* | More POSIX support for Chromium, consisting mostly of broadening ifdefs. This | tony@chromium.org | 2011-06-02 | 1 | -2/+2 |
* | Remove base/platform_thread.h stub and fix up all callers to use the new loca... | brettw@google.com | 2011-01-01 | 1 | -9/+6 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -2/+4 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -1/+2 |
* | Revert 69694 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -2/+1 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -1/+2 |
* | Revert 69690 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -2/+1 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -1/+2 |
* | Revert 69660 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-18 | 1 | -2/+1 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-18 | 1 | -1/+2 |
* | Revert 69264 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-16 | 1 | -2/+1 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-15 | 1 | -1/+2 |
* | ipc: Simplify the magic required to create IPC message headers.This gets rid ... | jam@chromium.org | 2010-12-08 | 1 | -2/+1 |
* | Reapplies all the IPC system work (reverts the revert r56272). | erg@google.com | 2010-08-17 | 1 | -0/+1 |
* | Completely revert all my IPC work to see if this was what regressed the page ... | erg@google.com | 2010-08-17 | 1 | -1/+0 |
* | FBTF: Reapplies r55259, the first new IPC definition patch. | erg@google.com | 2010-08-10 | 1 | -0/+1 |
* | Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CO... | pinkerton@google.com | 2010-08-09 | 1 | -1/+0 |
* | FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. | erg@google.com | 2010-08-06 | 1 | -0/+1 |
* | Up the warnings in ipc (take 2) | thomasvl@google.com | 2010-07-23 | 1 | -3/+3 |
* | Remove <iostream> where possible. | erg@google.com | 2010-07-20 | 1 | -1/+0 |
* | Revert 51520 - Up the warnings in ipc | thomasvl@chromium.org | 2010-07-02 | 1 | -3/+3 |
* | Up the warnings in ipc | thomasvl@google.com | 2010-07-02 | 1 | -3/+3 |
* | Removed the unnecessary NULL checks from sync_socket_unittest.cc. | sehr@google.com | 2009-12-08 | 1 | -3/+0 |
* | Add an implementation of base::SyncSocket::Peek for posix platforms. Also | sehr@google.com | 2009-12-06 | 1 | -2/+5 |
* | Add non-blocking peek for the syncsocket | cpu@chromium.org | 2009-12-04 | 1 | -0/+5 |
* | Implement SyncSocket class for Posix targets (Linux, Mac), and enable the | sehr@google.com | 2009-11-26 | 1 | -7/+42 |
* | This adds the first version of SyncSocket to base, along with a trivial unitt... | sehr@google.com | 2009-11-24 | 1 | -0/+211 |