| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Revert 51520 - Up the warnings in ipc | thomasvl@chromium.org | 2010-07-02 | 1 | -2/+2 |
* | Up the warnings in ipc | thomasvl@google.com | 2010-07-02 | 1 | -2/+2 |
* | Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base. | tfarina@chromium.org | 2010-06-07 | 1 | -2/+2 |
* | Update dynamic annotations and move them to base/third_party | timurrrr@chromium.org | 2010-05-14 | 1 | -1/+1 |
* | Allow synchronous messages to be sent from threads other than the main thread... | jabdelmalek@google.com | 2010-04-06 | 1 | -2/+63 |
* | Don't use any member variables when sending a sync call, since SyncChannel co... | jam@chromium.org | 2009-12-01 | 1 | -18/+44 |
* | Suppress a data race on vfptr in ipc/ipc_sync_channel_unittest.cc | timurrrr@chromium.org | 2009-10-27 | 1 | -2/+15 |
* | John, please review everything. | ananta@chromium.org | 2009-10-14 | 1 | -69/+76 |
* | Reverting 27389. | darin@chromium.org | 2009-09-30 | 1 | -0/+1 |
* | Reverting 27379, in hopes of fixing browser_tests. | senorblanco@chromium.org | 2009-09-28 | 1 | -1/+0 |
* | Assert that thread-safe reference counting is used with | darin@chromium.org | 2009-09-28 | 1 | -0/+1 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -0/+1009 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 1 | -1013/+0 |