1. 01f3da4 Move file_util to base/files/ directory. by brettw@chromium.org · 10 years ago
  2. 11117c4 Fix RecvMsgWithPid on broken socket pair by mdempsky@chromium.org · 10 years ago
  3. f686b03 Change UnixDomainSocket::RecvMsg to return ScopedVector<base::ScopedFD> by mdempsky@chromium.org · 10 years ago
  4. 18326c3 Extend UnixDomainSocket::RecvMsg to return sender's PID by mdempsky@chromium.org · 10 years ago
  5. 9babfe2 Fix typo (approve -> approach) and cleanup wording while here by mdempsky@chromium.org · 10 years ago
  6. 913c948 IPC: Make ipc_perftests run on Android. by epenner@chromium.org · 10 years ago
  7. 9d60a7a ensure that UnixDomainSocket::RecvMsgWithFlags doesn't memcpy from 0 by mostynb@opera.com · 10 years ago
  8. b52f29b Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 10 years ago
  9. 7ee0956 Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.chromium.org/191673003/) by jochen@chromium.org · 10 years ago
  10. 9e91982 Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 10 years ago
  11. 6209f3a Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.chromium.org/191673003/) by thakis@chromium.org · 10 years ago
  12. 917f714 Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 10 years ago
  13. 41e92b6 posix LaunchProcess: Don't use STL iterators after fork. by mattm@chromium.org · 11 years ago
  14. fa5a0f9 Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. by mark@chromium.org · 11 years ago
  15. 40f5d0a Split apart various target type code. by brettw@chromium.org · 11 years ago
  16. 65d623e Linux sandbox: allow non racy use of O_CLOEXEC by jln@chromium.org · 11 years ago
  17. 62b9e14 POSIX: add a maximum number of iterations to HANDLE_EINTR by jln@chromium.org · 12 years ago
  18. 7a087c4 Use SOCK_SEQPACKET for synchronous IPC. by glider@google.com · 12 years ago
  19. 31c2449 Linux sandbox: add a new low-level broker process mechanism. by jln@chromium.org · 12 years ago
  20. 10be885 Revert 173064 by gene@chromium.org · 12 years ago
  21. ee66b19 Linux sandbox: add a new low-level broker process mechanism. by jln@chromium.org · 12 years ago
  22. b1788fb Move eintr_wrapper.h from base to base/posix by brettw@chromium.org · 12 years ago
  23. ea3b3f2 Move global_descriptors to base/posix. by brettw@chromium.org · 12 years ago
  24. 04a8ee2 Move FileDescriptorShuffle to base/posix. This file is very posix-specific. by brettw@chromium.org · 12 years ago
  25. 2dc8db4 linux: Crash browser on too-big messages to zygote. by derat@chromium.org · 12 years ago
  26. 96ce957 Fix a couple small problems in base/ by thestig@chromium.org · 12 years ago
  27. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  28. 81e9e99 Tighten up DEPS some more. NaCl/service process code are including internal content files. Fix the instances other sandbox stuff, which I'll do in a followup. by jam@chromium.org · 12 years ago