- 31bfe1a Run clang-tidy modernize-use-equals-{delete,default} on //ipc by Chris Watkins · 7 years ago
- 9570c52 Make IPC listener task runner changeable by Hajime Hoshi · 7 years ago
- 7786715 Remove dummy AddRef/Release from //ipc/ipc_sync_channel_unittest.cc by tzik · 7 years ago
- 0a9b782 Add missing IWYU message_loop.h includes. by gab · 7 years ago
- e3cae21 Change most IPC tests to use ChannelMojo. by sammc · 8 years ago
- 80bf9ec Revert of Change most IPC tests to use ChannelMojo. (patchset #1 id:100001 of https://codereview.chromium.org/2451953003/ ) by foolip · 8 years ago
- f7796ee Change most IPC tests to use ChannelMojo. by sammc · 8 years ago
- 690fbbe IPC::MessageFilter::OnFilterAdded: IPC::Sender -> IPC::Channel by rockot · 8 years ago
- d0267ce IPC: Delete thread-safe send support by rockot · 8 years ago
- 147d02f Fix data race in ChannelProxy::GetPeerPID(). by amistry · 8 years ago
- 284aae5 Remove calls to deprecated MessageLoop methods in ipc. by fdoray · 8 years ago
- c10eab4 Remove calls to MessageLoop::current() in ipc. by fdoray · 8 years ago
- c1aebcf Migrate WaitableEvent to enum-based constructor in ipc/ by gab · 8 years ago
- 0867a90 Fix include path for moved thread_task_runner_handle.h header in ipc/ by gab · 9 years ago
- c3fb6c5 Convert scoped_ptr to std::unique_ptr in //ipc. by danakj · 9 years ago
- 6fa5a95 ipc: Add channel names to sync tests. by erikchen · 9 years ago
- 42ebda4 Switch to standard integer types in ipc/. by avi · 9 years ago
- c596f54 ipc: Remove unnecessary attachment broker plumbing. by erikchen · 9 years ago
- 2d565d3 ipc: Remove basictypes.h includes. by tfarina · 9 years ago
- edb9203 Let IPC::SyncMessageFilter take advantage of thread-safe Send. by rockot · 9 years ago
- d66bf11 Remove Android filter file for ipc_tests. by tfarina · 9 years ago
- 99b3dc0 IPC: Make ChannelReader inherit from SupportsAttachmentBrokering. by erikchen · 9 years ago
- e468e66 ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
- 6c7dfb1 DER VIED IST NICHT FUER DER GEFINGERPOKEN. by thakis · 10 years ago
- 596cc35 Revert "Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux platform." by perkj · 10 years ago
- 90b49ab Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux platform. by hidehiko · 10 years ago
- ef7721a Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
- 9b01d24 Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id:1 of https://codereview.chromium.org/645623006/) by dcheng · 10 years ago
- 1967f8d Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
- d41cdbb replace OVERRIDE and FINAL with override and final in ipc/ by mostynb · 10 years ago
- 631fb8e Decouple IPC::MessageFilter from IPC::Channel by morrita@chromium.org · 10 years ago
- fde2b6b Make IPC::Channel polymorphic by morrita@chromium.org · 10 years ago
- 15b4860 Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create() by morrita@chromium.org · 10 years ago
- 773476a Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..." by lambroslambrou@chromium.org · 10 years ago
- 822cdcb Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*() by morrita@chromium.org · 10 years ago
- 609a689 Remove SyncChannel::SendWithTimeout by piman@chromium.org · 11 years ago
- 51ce626 Add unistd.h include in a file using geteuid(). by thakis@chromium.org · 11 years ago
- 1931971 Update include paths in ipc for base/process changes. by rsesek@chromium.org · 11 years ago
- a29af56 Use a direct include of the message_loop header in dbus/, device/, extensions/, google_apis/, gpu/, ipc/, jingle/. by avi@chromium.org · 11 years ago
- 64293f1 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by rsleevi@chromium.org · 11 years ago
- e7eaf39 Use a direct include of strings headers in ipc/, jingle/, media/. by avi@chromium.org · 11 years ago
- 0b2c2a5 ipc: Use base::MessageLoop. by xhwang@chromium.org · 12 years ago
- 449e688 ipc: Convert MessageLoop::RunUntilIdle() usage to base::RunLoop variant. by tfarina@chromium.org · 12 years ago
- 5a8d7ef Linux/ChromeOS Chromium style checker cleanup, ipc/ edition. by rsleevi@chromium.org · 12 years ago
- 12314ce Reenable IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout by viettrungluu@chromium.org · 12 years ago
- 7ca1913 Move IPC tests into anonymous namespaces. by viettrungluu@chromium.org · 12 years ago
- 42575b0 Fix shutdown race in IPCSyncChannelTest and get rid of "suppressions"/annotations. by viettrungluu@chromium.org · 12 years ago
- 969f320 ipc: Update calls from RunAllPending() to RunUntilIdle(). by tfarina@chromium.org · 12 years ago
- 0345c81 Fix ownership of the helper thread in IPCSyncChannelTest.SyncMessageFilter by piman@chromium.org · 12 years ago
- 6d42e8f Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task is dead. by fischman@chromium.org · 12 years ago
- ad1a2c5 More -Wunused-private-field cleanups. by thakis@chromium.org · 12 years ago
- cdf5b3b Remove unused fields found by clang's new Wunused-private-fields. by thakis@chromium.org · 12 years ago
- f947ed0 Separate out IPC::Message::Sender and Channel::Listener into a separate class. by brettw@chromium.org · 12 years ago
- 997c1d4 RefCounted types should not have public destructors, ipc/ edition by rsleevi@chromium.org · 13 years ago
- de4e75e ipc: don't treat replies with the unblock flag set as regular messages by piman@chromium.org · 13 years ago
- a5cd076 Make IPC channels track their peer process ID by jschuh@chromium.org · 13 years ago
- 5a00b88 IPC: change sync channel dispatch restriction to allow dispatch to other channels within the same "group" by piman@chromium.org · 13 years ago
- f75a4d1 Verify the child process with a secret hello by jschuh@chromium.org · 13 years ago
- 56b3370 Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins. by tedvessenes@gmail.com · 13 years ago
- 30dbbaa Convert use of int ms to TimeDelta in files owned by jeremy. by tedvessenes@gmail.com · 13 years ago
- 3c3a813 Reimplement ReceivedSyncMsgQueue::DispatchMessages by jhorwich@chromium.org · 13 years ago
- c1e632d Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn. by ajwong@chromium.org · 13 years ago
- dc0f37f base::Bind: Convert Tasks in ipc_sync_channel_unittest.cc. by jhawkins@chromium.org · 13 years ago
- 9ccb469 Allow proxy channels to be created without initializing the underlying channel. by kkania@chromium.org · 13 years ago
- 9827bd1 base:Bind: Convert ipc/. by jhawkins@chromium.org · 13 years ago
- 92b4c8e Remove explicit keyword from multi-argument (w/o default values) constructors by dilmah@chromium.org · 13 years ago
- 1820535 Remove IPCSyncChannelTest.BadMessage by phajdan.jr@chromium.org · 13 years ago
- dc4b970 some cleanup for base/stl_util by dilmah@chromium.org · 13 years ago
- 3b365fa Disable IPCSyncChannelTest.BadMessage on windows. It crashes occasionally. by kkania@chromium.org · 13 years ago
- 5948bf4 Removing 'using namespace' style violations in src/ipc/ by kushi.p@gmail.com · 14 years ago
- 06d1844 Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. This allows us to remove usage of the IOThread object, and generally makes IPC::ChannelProxy more robust for future uses. by jam@chromium.org · 14 years ago
- 0cbefaa Add sync context dispatch restriction. by piman@google.com · 14 years ago
- 5c52868 Move some files from base to base/memory. by levin@chromium.org · 14 years ago
- f146c29 Clean up channel modes by dmaclach@chromium.org · 14 years ago
- a8e3c09 Disable crashy IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout by phajdan.jr@chromium.org · 14 years ago
- 5238c7d Move CancellationFlag and WaitableEvent to the synchronization subdirectory. by brettw@chromium.org · 14 years ago
- 7c5cc67 Remove base/platform_thread.h stub and fix up all callers to use the new location and namespace. by brettw@google.com · 14 years ago
- 5b5f5e0 Move base/thread.h to base/threading, fix up callers to use the new location. by brettw@chromium.org · 14 years ago
- 8a2c784 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by jam@chromium.org · 14 years ago
- c1d3d42 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
- f22df39 Revert 69694 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
- 6a9b0c7 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
- 8194e85 Revert 69690 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
- 2ef7617 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
- 6b1daf8 Revert 69660 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
- b528cbe Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
- d71e3d6 Revert 69264 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
- 4c2957a Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
- 86a8de1 ipc: Simplify the magic required to create IPC message headers.This gets rid of having to include the files in a magic place because of xcode dependency issues, and just makes it simpler to create new IPC message classes. It also gets rid of including the X_messages_internal.h file multiple times, which simplifies things and should make the build a little faster. by jam@chromium.org · 14 years ago
- e57135c Add a base class for objects that want to filter messages on the IO thread. I'll switch the filters to it in future separate changes. by jam@chromium.org · 14 years ago
- 434c5b6 Fixed bug where CHECKs don't fire if min_log_level > FATAL by akalin@chromium.org · 14 years ago
- fcdd54b Covert LOG(INFO) to VLOG(1) - ipc/. by pkasting@chromium.org · 14 years ago
- 999f297 Fix a chrome browser crash observed in chrome frame reliability test runs. The crash occurs by ananta@chromium.org · 14 years ago
- e6ffcb5 Reapplies all the IPC system work (reverts the revert r56272). by erg@google.com · 14 years ago
- bfae859 Completely revert all my IPC work to see if this was what regressed the page cycler. by erg@google.com · 14 years ago
- 2da4d84 Reapplies r55735, fixing some message code that was checked in that I collided with. by erg@google.com · 14 years ago
- 7b9579c Revert "FBTF: Allow forward declaration of classes passed to sync IPC messages." by erg@google.com · 14 years ago
- f8fd205 FBTF: Allow forward declaration of classes passed to sync IPC messages. by erg@google.com · 14 years ago
- 9a24207 Up the warnings in ipc (take 2) by thomasvl@google.com · 14 years ago
- 60bd7c0 Random bits of header and whitespace cleanup. by thestig@chromium.org · 14 years ago