summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_posix.h
Commit message (Expand)AuthorAgeFilesLines
* Change IPC::ChannelMojo to use associated interfaces.sammc2016-03-071-0/+1
* Switch to standard integer types in ipc/.avi2015-12-221-0/+3
* ipc: Plumbing for attachment brokering in ChannelPosix.erikchen2015-10-061-1/+30
* ipc: Use a global for the process's attachment broker.erikchen2015-09-141-5/+1
* Reland #1: Clean up interface of attachment broker.erikchen2015-07-301-0/+1
* Revert of ipc: Clean up interface of attachment broker. (patchset #5 id:80001...avi2015-07-301-1/+0
* ipc: Clean up interface of attachment broker.erikchen2015-07-301-0/+1
* 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-1/+2
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-161-2/+9
* Make IPC::Channel buffers stack based and secure against growthbratell2015-05-291-8/+4
* ipc: remove IPC_USES_READWRITEmdempsky2015-05-181-42/+0
* Add ChannelPosix::ResetSafely() to deal with a lingering crashmorrita2015-01-271-0/+4
* Revert of Add ChannelPosix::ResetSafely() to deal with a lingering crash (pat...yoichio2015-01-271-4/+0
* Add ChannelPosix::ResetSafely() to deal with a lingering crashmorrita2015-01-271-0/+4
* IPC: Generalize FileDescriptorSet to MessageAttachmentSetmorrita2015-01-141-2/+2
* Revert "Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on...perkj2014-12-111-0/+8
* Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux p...hidehiko2014-12-111-8/+0
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-221-16/+14
* Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...dcheng2014-10-211-14/+16
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-211-16/+14
* Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.morrita2014-10-201-1/+1
* replace OVERRIDE and FINAL with override and final in ipc/mostynb2014-10-071-13/+13
* Refactoring: Let ChannelPosix adopt ScopedFD.morrita2014-09-291-5/+6
* Remove IPC::Channel::TakePipeHandle()morrita2014-09-251-1/+0
* Introduce ChannelMojomorrita@chromium.org2014-08-041-1/+3
* IPC::Channel: Reduce POSIX specific API surfacemorrita@chromium.org2014-06-071-8/+18
* Make IPC::Channel polymorphicmorrita@chromium.org2014-06-061-17/+22
* Alternative workaround for mac kernel bug.hubbe@chromium.org2013-10-151-1/+11
* Revert 227999 "Alternative workaround for mac kernel bug."benwells@chromium.org2013-10-111-11/+1
* Alternative workaround for mac kernel bug.hubbe@chromium.org2013-10-101-1/+11
* Update include paths in ipc for base/process changes.rsesek@chromium.org2013-07-241-1/+1
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-171-1/+1
* ipc: Use base::MessageLoop.xhwang@chromium.org2013-04-301-4/+5
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-131-7/+1
* Revert 187554 "Implement IPC::ChannelFactory, a class that accep..."falken@chromium.org2013-03-131-1/+7
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-121-7/+1
* Revert 187233dmikurube@chromium.org2013-03-111-1/+7
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-111-7/+1
* Revert 186912jeremya@chromium.org2013-03-081-1/+7
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-081-7/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Prevent reading invalid memory in IPC code caused by assumption of contiguity...fischman@chromium.org2012-04-091-1/+4
* Make IPC channels track their peer process IDjschuh@chromium.org2012-04-051-0/+4
* Factor out the shared parts of IPC channel reading.brettw@chromium.org2012-03-081-49/+10
* Separate out the platform-independent parts of Channel reading.brettw@chromium.org2012-03-011-12/+25
* This changes around our handling of file descriptors to reduce code duplicati...brettw@chromium.org2012-02-291-10/+63
* Add OVERRIDE to ipc/.avi@chromium.org2011-11-171-2/+2
* Wait properly for renderer crashesphajdan.jr@chromium.org2011-09-191-1/+4
* Convert some constants declared as anonymous enums into static consts so they...pkasting@chromium.org2011-09-011-7/+6