summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message.cc
Commit message (Expand)AuthorAgeFilesLines
* IPC::Message -> base::Picklerockot2016-02-031-4/+6
* Switch to standard integer types in ipc/.avi2015-12-221-0/+2
* ipc: USE_ATTACHMENT_BROKER should apply to both Windows and OSX.erikchen2015-12-041-2/+2
* Add the field num_brokered_attachments to IPC::Message::Header on Windows.erikchen2015-12-031-2/+2
* IPC: Remove unnecessary conversions of BrokerableAttachment.erikchen2015-10-291-4/+3
* ipc: Allow attachment broker messages to be processed out of order.erikchen2015-10-211-0/+2
* Revert of ipc: Add a member to IPC::Message::Header on Windows. (patchset #1 ...erikchen2015-10-201-2/+2
* ipc: Add a member to IPC::Message::Header on Windows.erikchen2015-10-191-2/+2
* ipc: Make a separate vector for brokerable attachments.erikchen2015-10-101-6/+28
* ipc: Add missing includes for USE_ATTACHMENT_BROKER.erikchen2015-10-101-2/+3
* ipc: Update MachPortMac ownership semantics.erikchen2015-10-071-2/+2
* Resize IPC input buffer to fit the next message.dskiba2015-09-301-10/+31
* ipc: Add a new field num_brokered_attachments to the message header on Mac.erikchen2015-09-291-0/+6
* Revert of Reland debugging for ipc related crash.erikchen2015-09-231-2/+2
* ipc: Serialize brokerable attachments and append them to the message.erikchen2015-09-221-0/+21
* Reland of land debugging for ipc related crash. (patchset #1 id:1 of https://...erikchen2015-09-221-2/+2
* Revert of Reland debugging for ipc related crash. (patchset #1 id:1 of https:...erikchen2015-09-211-2/+2
* Reland debugging for ipc related crash.erikchen2015-09-191-2/+2
* Revert of Reland #2 "ipc: Add a new field num_brokered_attachments to the mes...erikchen2015-09-161-14/+2
* Reland #2 "ipc: Add a new field num_brokered_attachments to the message header."erikchen2015-09-161-2/+14
* ipc: Make a new class PlaceholderBrokerableAttachment.erikchen2015-09-151-0/+8
* ipc: Update Message::FindNext to parse brokered attachments.erikchen2015-09-111-0/+53
* ipc: Convert int types from basictypes.h to the ones from stdint.htfarina2015-09-041-10/+10
* Revert of Reland #1 "ipc: Add a new field num_brokered_attachments to the mes...erikchen2015-09-041-12/+0
* Reland #1 "ipc: Add a new field num_brokered_attachments to the message header."erikchen2015-09-031-0/+12
* Revert of ipc: Add a new field num_brokered_attachments to the message header...erikchen2015-09-011-12/+0
* ipc: Add a new field num_brokered_attachments to the message header.erikchen2015-08-311-0/+12
* Revert of IPC: Add attachment brokering support to the message header. (patch...erikchen2015-08-271-88/+0
* Reland #1: IPC: Add attachment brokering support to the message header.erikchen2015-08-221-0/+88
* Revert of IPC: Add attachment brokering support to the message header. (patch...ricea2015-08-201-88/+0
* IPC: Add attachment brokering support to the message header.erikchen2015-08-201-0/+88
* ipc: Create an unforgeable mechanism to get the process id of the sender.erikchen2015-07-281-0/+1
* Update ChannelReader to use AttachmentBroker.erikchen2015-07-271-4/+0
* Stub in more IPC attachment brokering functionality.erikchen2015-07-071-1/+6
* Change most uses of Pickle to base::Picklebrettw2015-06-031-7/+7
* Mechanical rename of base::debug -> base::trace_event [final pass]ssid2015-02-091-1/+2
* IPC: Add MojoHandleAttachmentmorrita2015-02-061-0/+4
* IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachmentmorrita2015-01-311-20/+10
* IPC: Generalize FileDescriptorSet to MessageAttachmentSetmorrita2015-01-141-17/+16
* Remove deprecated methods from Pickle.avi2014-12-281-1/+1
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-281-1/+1
* Remove deprecated methods from Pickle.Avi Drissman2014-12-221-1/+1
* Fix signed integer overflow in GetRefNumUpper24.rickyz2014-11-121-2/+2
* IPC: Get rid of FileDescriptor usage from FileDescriptorSet and Messagemorrita2014-09-241-11/+17
* Ensure that any IPC sent from a child process that couldn't be deserialized c...jam@chromium.org2014-05-151-5/+6
* Revert 260408 "Another temporary CHECK to help track down crash ..."viettrungluu@chromium.org2014-03-301-2/+0
* Another temporary CHECK to help track down crash in IPC.viettrungluu@chromium.org2014-03-301-0/+2
* Use StaticAtomicSequenceNumber instead of subtle::Atomic32 in IPCMessage.andrew@tullo.ch2014-02-251-3/+3
* Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330bbudge@chromium.org2013-11-041-4/+4
* Remove unused IPC::Message priority.bbudge@chromium.org2013-10-281-4/+4