| Commit message (Expand) | Author | Age | Files | Lines |
* | RefCounted types should not have public destructors, ipc/ edition | rsleevi@chromium.org | 2012-04-28 | 1 | -0/+3 |
* | ipc: don't treat replies with the unblock flag set as regular messages | piman@chromium.org | 2012-04-10 | 1 | -0/+114 |
* | Make IPC channels track their peer process ID | jschuh@chromium.org | 2012-04-05 | 1 | -0/+3 |
* | IPC: change sync channel dispatch restriction to allow dispatch to other chan... | piman@chromium.org | 2012-03-30 | 1 | -16/+171 |
* | Verify the child process with a secret hello | jschuh@chromium.org | 2012-03-17 | 1 | -0/+89 |
* | Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins. | tedvessenes@gmail.com | 2012-03-07 | 1 | -1/+3 |
* | Convert use of int ms to TimeDelta in files owned by jeremy. | tedvessenes@gmail.com | 2012-01-13 | 1 | -1/+1 |
* | Reimplement ReceivedSyncMsgQueue::DispatchMessages | jhorwich@chromium.org | 2012-01-11 | 1 | -1/+259 |
* | Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn. | ajwong@chromium.org | 2012-01-06 | 1 | -3/+2 |
* | base::Bind: Convert Tasks in ipc_sync_channel_unittest.cc. | jhawkins@chromium.org | 2011-11-28 | 1 | -21/+14 |
* | Allow proxy channels to be created without initializing the underlying channel. | kkania@chromium.org | 2011-11-16 | 1 | -3/+76 |
* | base:Bind: Convert ipc/. | jhawkins@chromium.org | 2011-11-12 | 1 | -19/+25 |
* | Remove explicit keyword from multi-argument (w/o default values) constructors | dilmah@chromium.org | 2011-07-26 | 1 | -10/+9 |
* | Remove IPCSyncChannelTest.BadMessage | phajdan.jr@chromium.org | 2011-07-20 | 1 | -60/+0 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Disable IPCSyncChannelTest.BadMessage on windows. It crashes occasionally. | kkania@chromium.org | 2011-06-03 | 1 | -1/+8 |
* | Removing 'using namespace' style violations in src/ipc/ | kushi.p@gmail.com | 2011-05-13 | 1 | -5/+8 |
* | Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi... | jam@chromium.org | 2011-05-02 | 1 | -2/+2 |
* | Add sync context dispatch restriction. | piman@google.com | 2011-04-08 | 1 | -0/+150 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Clean up channel modes | dmaclach@chromium.org | 2011-02-03 | 1 | -2/+2 |
* | Disable crashy IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout | phajdan.jr@chromium.org | 2011-01-19 | 1 | -1/+2 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -1/+1 |
* | Remove base/platform_thread.h stub and fix up all callers to use the new loca... | brettw@google.com | 2011-01-01 | 1 | -2/+2 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | 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 | -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 | -8/+1 |
* | Add a base class for objects that want to filter messages on the IO thread. ... | jam@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Fixed bug where CHECKs don't fire if min_log_level > FATAL | akalin@chromium.org | 2010-11-03 | 1 | -5/+6 |
* | Covert LOG(INFO) to VLOG(1) - ipc/. | pkasting@chromium.org | 2010-10-19 | 1 | -6/+3 |
* | Fix a chrome browser crash observed in chrome frame reliability test runs. Th... | ananta@chromium.org | 2010-09-02 | 1 | -1/+52 |
* | Reapplies all the IPC system work (reverts the revert r56272). | erg@google.com | 2010-08-17 | 1 | -0/+4 |
* | Completely revert all my IPC work to see if this was what regressed the page ... | erg@google.com | 2010-08-17 | 1 | -4/+0 |
* | Reapplies r55735, fixing some message code that was checked in that I collide... | erg@google.com | 2010-08-11 | 1 | -0/+4 |
* | Revert "FBTF: Allow forward declaration of classes passed to sync IPC messages." | erg@google.com | 2010-08-11 | 1 | -4/+0 |
* | FBTF: Allow forward declaration of classes passed to sync IPC messages. | erg@google.com | 2010-08-11 | 1 | -0/+4 |
* | Up the warnings in ipc (take 2) | thomasvl@google.com | 2010-07-23 | 1 | -2/+2 |
* | Random bits of header and whitespace cleanup. | thestig@chromium.org | 2010-07-23 | 1 | -13/+13 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -0/+1 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |