summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message.h
Commit message (Expand)AuthorAgeFilesLines
* Add the field num_brokered_attachments to IPC::Message::Header on Windows.erikchen2015-12-031-1/+2
* Revert of ipc: Add a member to IPC::Message::Header on Windows. (patchset #1 ...erikchen2015-10-201-2/+1
* ipc: Add a member to IPC::Message::Header on Windows.erikchen2015-10-191-1/+2
* Resize IPC input buffer to fit the next message.dskiba2015-09-301-1/+9
* ipc: Add a new field num_brokered_attachments to the message header on Mac.erikchen2015-09-291-0/+6
* ipc: Serialize brokerable attachments and append them to the message.erikchen2015-09-221-0/+12
* Revert of Reland #2 "ipc: Add a new field num_brokered_attachments to the mes...erikchen2015-09-161-7/+0
* Reland #2 "ipc: Add a new field num_brokered_attachments to the message header."erikchen2015-09-161-0/+7
* ipc: Make a new class PlaceholderBrokerableAttachment.erikchen2015-09-151-0/+5
* ipc: Convert k(u)int*max types from basictypes.h to std::numeric_limits varia...tfarina2015-09-111-2/+1
* ipc: Update Message::FindNext to parse brokered attachments.erikchen2015-09-111-5/+28
* ipc: Convert int types from basictypes.h to the ones from stdint.htfarina2015-09-041-16/+18
* Revert of Reland #1 "ipc: Add a new field num_brokered_attachments to the mes...erikchen2015-09-041-7/+0
* Reland #1 "ipc: Add a new field num_brokered_attachments to the message header."erikchen2015-09-031-0/+7
* Revert of ipc: Add a new field num_brokered_attachments to the message header...erikchen2015-09-011-7/+0
* ipc: Add a new field num_brokered_attachments to the message header.erikchen2015-08-311-0/+7
* Revert of IPC: Add attachment brokering support to the message header. (patch...erikchen2015-08-271-48/+5
* Reland #1: IPC: Add attachment brokering support to the message header.erikchen2015-08-221-5/+48
* Revert of IPC: Add attachment brokering support to the message header. (patch...ricea2015-08-201-48/+5
* IPC: Add attachment brokering support to the message header.erikchen2015-08-201-5/+48
* Migrate IPC to use Flow API v2.yuhaoz2015-08-181-11/+0
* ipc: Create an unforgeable mechanism to get the process id of the sender.erikchen2015-07-281-0/+7
* Update ChannelReader to use AttachmentBroker.erikchen2015-07-271-0/+5
* Adjust the binding point of IPC flow events from the next slice to the enclos...yuhaoz2015-07-081-2/+2
* Stub in more IPC attachment brokering functionality.erikchen2015-07-071-0/+2
* Move Pickle to base namespace.brettw2015-06-021-4/+4
* IPC: Add MojoHandleAttachmentmorrita2015-02-061-0/+2
* Deleting the forwarding header files base/debug/trace_event*ssid2015-02-031-1/+0
* IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachmentmorrita2015-01-311-20/+12
* Mechanical rename of tracing includes (remaining bits)primiano2015-01-301-1/+1
* IPC: Generalize FileDescriptorSet to MessageAttachmentSetmorrita2015-01-141-12/+9
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-221-1/+1
* Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...dcheng2014-10-211-1/+1
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-211-1/+1
* IPC: Get rid of FileDescriptor usage from FileDescriptorSet and Messagemorrita2014-09-241-7/+4
* Introduce ChannelMojomorrita@chromium.org2014-08-041-0/+1
* Make IPC::Channel polymorphicmorrita@chromium.org2014-06-061-0/+3
* Ensure that any IPC sent from a child process that couldn't be deserialized c...jam@chromium.org2014-05-151-1/+12
* Add support for passing an arbitrary parameter to an IPC message handler. The...jam@chromium.org2014-05-131-20/+6
* IPC: Restrict 'toplevel' to truly toplevel events.epenner@chromium.org2014-05-021-2/+2
* Make flow event traces disabled-by-defaultfmeawad@chromium.org2014-02-061-2/+4
* Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330bbudge@chromium.org2013-11-041-4/+15
* Remove unused IPC::Message priority.bbudge@chromium.org2013-10-281-15/+4
* Get rid of ipc_sender.h include in ipc_message.h.viettrungluu@chromium.org2012-12-141-6/+0
* Enable IPC logging for component buildsjochen@chromium.org2012-11-281-4/+1
* Revert 169453 - Enable IPC logging for component builddalecurtis@google.com2012-11-261-1/+4
* Enable IPC logging for component buildjochen@chromium.org2012-11-261-4/+1
* Trace PostTasks from post to run.jbates@chromium.org2012-09-181-3/+7
* Fix trace event macro naming issuejbates@chromium.org2012-09-111-1/+1
* fix gprecise gcc build errorjbates@chromium.org2012-09-051-1/+1