| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert of IPC: Add attachment brokering support to the message header. (patch... | ricea | 2015-08-20 | 1 | -34/+16 |
* | IPC: Add attachment brokering support to the message header. | erikchen | 2015-08-20 | 1 | -16/+34 |
* | Migrate IPC to use Flow API v2. | yuhaoz | 2015-08-18 | 1 | -1/+4 |
* | Reland #1: Clean up interface of attachment broker. | erikchen | 2015-07-30 | 1 | -0/+4 |
* | Revert of ipc: Clean up interface of attachment broker. (patchset #5 id:80001... | avi | 2015-07-30 | 1 | -4/+0 |
* | ipc: Clean up interface of attachment broker. | erikchen | 2015-07-30 | 1 | -0/+4 |
* | ipc: Create an unforgeable mechanism to get the process id of the sender. | erikchen | 2015-07-28 | 1 | -0/+4 |
* | ipc: Add attachment broker code for the privileged browser process. | erikchen | 2015-07-27 | 1 | -6/+41 |
* | Update ChannelReader to use AttachmentBroker. | erikchen | 2015-07-27 | 1 | -5/+10 |
* | Fixed all unused-variable Clang warnings on Windows. | mgiuca | 2015-07-08 | 1 | -1/+0 |
* | Stub in more IPC attachment brokering functionality. | erikchen | 2015-07-07 | 1 | -0/+15 |
* | Fix win style errors. | erikchen | 2015-06-16 | 1 | -2/+2 |
* | IPC: Make ChannelReader inherit from SupportsAttachmentBrokering. | erikchen | 2015-06-16 | 1 | -6/+15 |
* | Change most uses of Pickle to base::Pickle | brettw | 2015-06-03 | 1 | -1/+1 |
* | IPC: Add MojoHandleAttachment | morrita | 2015-02-06 | 1 | -0/+1 |
* | Adding "static_assert" in lieu of "COMPILE_ASSERT" in ipc module | anujk.sharma | 2015-01-22 | 1 | -2/+3 |
* | Changed identification level to anonymous for windows IPC channel | forshaw | 2014-12-16 | 1 | -1/+1 |
* | IPC: Remove debugging code. | rvargas | 2014-11-14 | 1 | -66/+5 |
* | Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16. | thestig | 2014-11-07 | 1 | -2/+2 |
* | IPC: Use ScopedHandle instead of a raw HANDLE for the private members. | rvargas | 2014-09-26 | 1 | -38/+40 |
* | Remove IPC::Channel::TakePipeHandle() | morrita | 2014-09-25 | 1 | -6/+0 |
* | IPC: Add more debug info. | rvargas | 2014-09-16 | 1 | -5/+11 |
* | Introduce ChannelMojo | morrita@chromium.org | 2014-08-04 | 1 | -0/+10 |
* | IPC: Add more debug logic (crash tracking) | rvargas@chromium.org | 2014-07-31 | 1 | -2/+9 |
* | IPC ChannelWin: Add temporary debug info. | rvargas@chromium.org | 2014-06-27 | 1 | -3/+50 |
* | The LOG initialization code would clear the last error. Use PLOG instead. | weitaosu@chromium.org | 2014-06-26 | 1 | -3/+2 |
* | Make IPC::Channel polymorphic | morrita@chromium.org | 2014-06-06 | 1 | -44/+30 |
* | Revert 260399 "Temporary CHECK version 2 in IPC::Channel::Send()..." | viettrungluu@chromium.org | 2014-03-30 | 1 | -2/+0 |
* | Temporary CHECK version 2 in IPC::Channel::Send() to help track down crash. | viettrungluu@chromium.org | 2014-03-29 | 1 | -0/+2 |
* | Revert 260373 "Add a temporary CHECK to IPC::Channel::Send() to ..." | viettrungluu@chromium.org | 2014-03-29 | 1 | -1/+0 |
* | Add a temporary CHECK to IPC::Channel::Send() to help track down crash. | viettrungluu@chromium.org | 2014-03-29 | 1 | -0/+1 |
* | Changing a DCHECK to a CHECK in order to catch this error in release builds. | tommi@chromium.org | 2014-01-21 | 1 | -1/+1 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 1 | -2/+2 |
* | Add base:: to string16s in ipc/. | dbeam@chromium.org | 2013-12-20 | 1 | -2/+2 |
* | Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 | bbudge@chromium.org | 2013-11-04 | 1 | -1/+2 |
* | Remove unused IPC::Message priority. | bbudge@chromium.org | 2013-10-28 | 1 | -2/+1 |
* | Alternative workaround for mac kernel bug. | hubbe@chromium.org | 2013-10-15 | 1 | -1/+2 |
* | Revert 227999 "Alternative workaround for mac kernel bug." | benwells@chromium.org | 2013-10-11 | 1 | -2/+1 |
* | Alternative workaround for mac kernel bug. | hubbe@chromium.org | 2013-10-10 | 1 | -1/+2 |
* | Update include paths in ipc for base/process changes. | rsesek@chromium.org | 2013-07-24 | 1 | -1/+1 |
* | Use a direct include of strings headers in ipc/, jingle/, media/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | base: Remove ALLOW_THIS_IN_INITIALIZER_LIST macro. | tfarina@chromium.org | 2013-05-01 | 1 | -1/+1 |
* | ipc: Use base::MessageLoop. | xhwang@chromium.org | 2013-04-30 | 1 | -10/+14 |
* | ipc: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-26 | 1 | -2/+2 |
* | Remove IPC::Channel::set_listener(). | viettrungluu@chromium.org | 2013-01-16 | 1 | -4/+0 |
* | Windows: Do not handle async read completions on IPC channel while the channe... | apatrick@chromium.org | 2013-01-15 | 1 | -1/+1 |
* | Remove IPC::MessageIterator. | viettrungluu@chromium.org | 2012-12-17 | 1 | -5/+13 |
* | [base] Move AutoReset to base namespace. | dbeam@chromium.org | 2012-11-21 | 1 | -1/+2 |
* | ipc: Remove ipc_listener.h from ipc_channel.h and update the files. | tfarina@chromium.org | 2012-11-17 | 1 | -0/+1 |