1. 631fb8e Decouple IPC::MessageFilter from IPC::Channel by morrita@chromium.org · 10 years ago
  2. fde2b6b Make IPC::Channel polymorphic by morrita@chromium.org · 10 years ago
  3. 15b4860 Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create() by morrita@chromium.org · 10 years ago
  4. 773476a Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..." by lambroslambrou@chromium.org · 10 years ago
  5. 822cdcb Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*() by morrita@chromium.org · 10 years ago
  6. 609a689 Remove SyncChannel::SendWithTimeout by piman@chromium.org · 10 years ago
  7. 51ce626 Add unistd.h include in a file using geteuid(). by thakis@chromium.org · 10 years ago
  8. 1931971 Update include paths in ipc for base/process changes. by rsesek@chromium.org · 11 years ago
  9. 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
  10. 64293f1 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  11. e7eaf39 Use a direct include of strings headers in ipc/, jingle/, media/. by avi@chromium.org · 11 years ago
  12. 0b2c2a5 ipc: Use base::MessageLoop. by xhwang@chromium.org · 11 years ago
  13. 449e688 ipc: Convert MessageLoop::RunUntilIdle() usage to base::RunLoop variant. by tfarina@chromium.org · 11 years ago
  14. 5a8d7ef Linux/ChromeOS Chromium style checker cleanup, ipc/ edition. by rsleevi@chromium.org · 12 years ago
  15. 12314ce Reenable IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout by viettrungluu@chromium.org · 12 years ago
  16. 7ca1913 Move IPC tests into anonymous namespaces. by viettrungluu@chromium.org · 12 years ago
  17. 42575b0 Fix shutdown race in IPCSyncChannelTest and get rid of "suppressions"/annotations. by viettrungluu@chromium.org · 12 years ago
  18. 969f320 ipc: Update calls from RunAllPending() to RunUntilIdle(). by tfarina@chromium.org · 12 years ago
  19. 0345c81 Fix ownership of the helper thread in IPCSyncChannelTest.SyncMessageFilter by piman@chromium.org · 12 years ago
  20. 6d42e8f Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task is dead. by fischman@chromium.org · 12 years ago
  21. ad1a2c5 More -Wunused-private-field cleanups. by thakis@chromium.org · 12 years ago
  22. cdf5b3b Remove unused fields found by clang's new Wunused-private-fields. by thakis@chromium.org · 12 years ago
  23. f947ed0 Separate out IPC::Message::Sender and Channel::Listener into a separate class. by brettw@chromium.org · 12 years ago
  24. 997c1d4 RefCounted types should not have public destructors, ipc/ edition by rsleevi@chromium.org · 12 years ago
  25. de4e75e ipc: don't treat replies with the unblock flag set as regular messages by piman@chromium.org · 12 years ago
  26. a5cd076 Make IPC channels track their peer process ID by jschuh@chromium.org · 12 years ago
  27. 5a00b88 IPC: change sync channel dispatch restriction to allow dispatch to other channels within the same "group" by piman@chromium.org · 12 years ago
  28. f75a4d1 Verify the child process with a secret hello by jschuh@chromium.org · 12 years ago
  29. 56b3370 Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins. by tedvessenes@gmail.com · 12 years ago
  30. 30dbbaa Convert use of int ms to TimeDelta in files owned by jeremy. by tedvessenes@gmail.com · 13 years ago
  31. 3c3a813 Reimplement ReceivedSyncMsgQueue::DispatchMessages by jhorwich@chromium.org · 13 years ago
  32. c1e632d Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn. by ajwong@chromium.org · 13 years ago
  33. dc0f37f base::Bind: Convert Tasks in ipc_sync_channel_unittest.cc. by jhawkins@chromium.org · 13 years ago
  34. 9ccb469 Allow proxy channels to be created without initializing the underlying channel. by kkania@chromium.org · 13 years ago
  35. 9827bd1 base:Bind: Convert ipc/. by jhawkins@chromium.org · 13 years ago
  36. 92b4c8e Remove explicit keyword from multi-argument (w/o default values) constructors by dilmah@chromium.org · 13 years ago
  37. 1820535 Remove IPCSyncChannelTest.BadMessage by phajdan.jr@chromium.org · 13 years ago
  38. dc4b970 some cleanup for base/stl_util by dilmah@chromium.org · 13 years ago
  39. 3b365fa Disable IPCSyncChannelTest.BadMessage on windows. It crashes occasionally. by kkania@chromium.org · 13 years ago
  40. 5948bf4 Removing 'using namespace' style violations in src/ipc/ by kushi.p@gmail.com · 13 years ago
  41. 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 · 13 years ago
  42. 0cbefaa Add sync context dispatch restriction. by piman@google.com · 13 years ago
  43. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  44. f146c29 Clean up channel modes by dmaclach@chromium.org · 14 years ago
  45. a8e3c09 Disable crashy IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout by phajdan.jr@chromium.org · 14 years ago
  46. 5238c7d Move CancellationFlag and WaitableEvent to the synchronization subdirectory. by brettw@chromium.org · 14 years ago
  47. 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
  48. 5b5f5e0 Move base/thread.h to base/threading, fix up callers to use the new location. by brettw@chromium.org · 14 years ago
  49. 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
  50. c1d3d42 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  51. f22df39 Revert 69694 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  52. 6a9b0c7 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  53. 8194e85 Revert 69690 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  54. 2ef7617 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  55. 6b1daf8 Revert 69660 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  56. b528cbe Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  57. d71e3d6 Revert 69264 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  58. 4c2957a Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  59. 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
  60. 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
  61. 434c5b6 Fixed bug where CHECKs don't fire if min_log_level > FATAL by akalin@chromium.org · 14 years ago
  62. fcdd54b Covert LOG(INFO) to VLOG(1) - ipc/. by pkasting@chromium.org · 14 years ago
  63. 999f297 Fix a chrome browser crash observed in chrome frame reliability test runs. The crash occurs by ananta@chromium.org · 14 years ago
  64. e6ffcb5 Reapplies all the IPC system work (reverts the revert r56272). by erg@google.com · 14 years ago
  65. bfae859 Completely revert all my IPC work to see if this was what regressed the page cycler. by erg@google.com · 14 years ago
  66. 2da4d84 Reapplies r55735, fixing some message code that was checked in that I collided with. by erg@google.com · 14 years ago
  67. 7b9579c Revert "FBTF: Allow forward declaration of classes passed to sync IPC messages." by erg@google.com · 14 years ago
  68. f8fd205 FBTF: Allow forward declaration of classes passed to sync IPC messages. by erg@google.com · 14 years ago
  69. 9a24207 Up the warnings in ipc (take 2) by thomasvl@google.com · 14 years ago
  70. 60bd7c0 Random bits of header and whitespace cleanup. by thestig@chromium.org · 14 years ago
  71. a752852 Attempt four at landing the "histogram.h removed from message_loop.h" patch. by erg@chromium.org · 14 years ago
  72. 6f206e7 Revert everything related to the relanding. by erg@chromium.org · 14 years ago
  73. bd75797 Reland r52336. by erg@chromium.org · 14 years ago
  74. 4ab02e8 Revert 52336 - More header cleanup: by erg@chromium.org · 14 years ago
  75. 275dc60 More header cleanup: by erg@chromium.org · 14 years ago
  76. a36ac15 Revert 51520 - Up the warnings in ipc by thomasvl@chromium.org · 14 years ago
  77. ec41ecd Up the warnings in ipc by thomasvl@google.com · 14 years ago
  78. b73eaee Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base. by tfarina@chromium.org · 14 years ago
  79. f39c3ff Update dynamic annotations and move them to base/third_party by timurrrr@chromium.org · 14 years ago
  80. eb92165 Allow synchronous messages to be sent from threads other than the main thread. This simplifies code that needs to do this (i.e. webkit db and file threads). by jabdelmalek@google.com · 14 years ago
  81. ebd0718 Don't use any member variables when sending a sync call, since SyncChannel could be deleted. by jam@chromium.org · 15 years ago
  82. 03100a8 Suppress a data race on vfptr in ipc/ipc_sync_channel_unittest.cc by timurrrr@chromium.org · 15 years ago
  83. 31b338f John, please review everything. by ananta@chromium.org · 15 years ago
  84. 5cb996e Reverting 27389. Review URL: http://codereview.chromium.org/246027 by darin@chromium.org · 15 years ago
  85. 983005a Reverting 27379, in hopes of fixing browser_tests. by senorblanco@chromium.org · 15 years ago
  86. f35c179 Assert that thread-safe reference counting is used with by darin@chromium.org · 15 years ago
  87. 1c6dcf2 Split the IPC code into ipc/ by agl@chromium.org · 15 years ago
  88. 9f96682 Revert "Move IPC code to ipc/" by agl@chromium.org · 15 years ago
  89. 2390c8c Move IPC code to ipc/ by agl@chromium.org · 15 years ago