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