summaryrefslogtreecommitdiffstats
path: root/base/posix/unix_domain_socket_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Use more specific CHECK macros for comparisons.danakj2015-03-091-4/+4
* 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-8/+8
* Non-SFI Mode: Build base/ library by PNaCL toolchain for nacl_helper_nonsfi.hidehiko2014-10-171-3/+24
* Fix RecvMsgWithPid on broken socket pairmdempsky@chromium.org2014-05-161-1/+7
* Change UnixDomainSocket::RecvMsg to return ScopedVector<base::ScopedFD>mdempsky@chromium.org2014-04-301-26/+40
* Extend UnixDomainSocket::RecvMsg to return sender's PIDmdempsky@chromium.org2014-04-241-7/+36
* ensure that UnixDomainSocket::RecvMsgWithFlags doesn't memcpy from 0mostynb@opera.com2014-03-171-2/+4
* Linux sandbox: allow non racy use of O_CLOEXECjln@chromium.org2013-04-261-2/+24
* Use SOCK_SEQPACKET for synchronous IPC.glider@google.com2013-01-181-0/+151