summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Change IPC::ChannelMojo to use associated interfaces.sammc2016-03-071-0/+7
* Switch to standard integer types in ipc/.avi2015-12-221-0/+1
* Change callers of ScopedGeneric::Pass() to std::move()danakj2015-12-031-1/+2
* IPC: Remove unnecessary conversions of BrokerableAttachment.erikchen2015-10-291-1/+1
* ipc: Allow attachment broker messages to be processed out of order.erikchen2015-10-211-2/+1
* ipc: Make a separate vector for brokerable attachments.erikchen2015-10-101-3/+4
* ipc: Update MachPortMac ownership semantics.erikchen2015-10-071-2/+2
* ipc: Plumbing for attachment brokering in ChannelPosix.erikchen2015-10-061-32/+110
* Make SharedMemoryHandle a class on windows.erikchen2015-09-251-2/+1
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-241-2/+1
* ipc: Use a global for the process's attachment broker.erikchen2015-09-141-6/+5
* ipc: Make sure that ChannelReader is destroyed correctly.erikchen2015-09-111-0/+1
* Move Singleton and related structs to namespace baseolli.raula2015-09-101-4/+2
* ipc: Convert int types from basictypes.h to the ones from stdint.htfarina2015-09-041-2/+3
* Revert of IPC: Add attachment brokering support to the message header. (patch...erikchen2015-08-271-1/+0
* Reland #1: IPC: Add attachment brokering support to the message header.erikchen2015-08-221-0/+1
* Revert of IPC: Add attachment brokering support to the message header. (patch...ricea2015-08-201-1/+0
* IPC: Add attachment brokering support to the message header.erikchen2015-08-201-0/+1
* Migrate IPC to use Flow API v2.yuhaoz2015-08-181-1/+4
* Reland #1: Clean up interface of attachment broker.erikchen2015-07-301-0/+4
* Revert of ipc: Clean up interface of attachment broker. (patchset #5 id:80001...avi2015-07-301-4/+0
* ipc: Clean up interface of attachment broker.erikchen2015-07-301-0/+4
* ipc: Create an unforgeable mechanism to get the process id of the sender.erikchen2015-07-281-0/+4
* Update ChannelReader to use AttachmentBroker.erikchen2015-07-271-2/+6
* ChannelPosix: Robustly close FDs of deleting messages.morrita2015-07-101-0/+1
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-161-5/+15
* Change most uses of Pickle to base::Picklebrettw2015-06-031-1/+1
* Make IPC::Channel buffers stack based and secure against growthbratell2015-05-291-3/+3
* ipc: remove IPC_USES_READWRITEmdempsky2015-05-181-123/+5
* IPC: Add MojoHandleAttachmentmorrita2015-02-061-0/+1
* Non-SFI mode: Use dummy PID for NaCl's IPC channel for nacl_helper_nonsfi.hidehiko2015-02-031-1/+7
* IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachmentmorrita2015-01-311-4/+6
* Add ChannelPosix::ResetSafely() to deal with a lingering crashmorrita2015-01-271-1/+22
* Revert of Add ChannelPosix::ResetSafely() to deal with a lingering crash (pat...yoichio2015-01-271-20/+1
* Add ChannelPosix::ResetSafely() to deal with a lingering crashmorrita2015-01-271-1/+20
* IPC: Generalize FileDescriptorSet to MessageAttachmentSetmorrita2015-01-141-17/+15
* Remove deprecated methods from Pickle.avi2014-12-281-3/+3
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-281-3/+3
* Remove deprecated methods from Pickle.Avi Drissman2014-12-221-3/+3
* Revert "Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on...perkj2014-12-111-8/+25
* Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux p...hidehiko2014-12-111-25/+8
* Non-SFI mode: Enable MSG_TRUNC and MSG_CTRUNC code for nacl_helper_nonsfi.hidehiko2014-11-061-4/+0
* Non-SFI mode: Clean up macros of base/ and ipc/ libraries for nacl_helper_non...hidehiko2014-11-051-9/+9
* Non-SFI Mode: Build ipc/ library by PNaCl toolchain for nacl_helper_nonsfi.hidehiko2014-10-241-3/+39
* Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.morrita2014-10-201-3/+3
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-171-2/+1
* Refactoring: Let ChannelPosix adopt ScopedFD.morrita2014-09-291-89/+85
* Remove IPC::Channel::TakePipeHandle()morrita2014-09-251-7/+0
* IPC: Get rid of FileDescriptor usage from FileDescriptorSet and Messagemorrita2014-09-241-9/+7
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-131-1/+1