summaryrefslogtreecommitdiffstats
path: root/rlz/lib/recursive_cross_process_lock_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-2/+2
* Include What You Use: #include <errno.h> where errno is used, or use DPLOGmark@chromium.org2013-09-161-0/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-3/+3
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-1/+1
* Fix CrOS compilation error due to lack of include of unistd.h.posciak@chromium.org2012-12-111-0/+1
* [cros] RlzValueStore made protected by a cross-process lock and not persisted...ivankr@chromium.org2012-11-291-0/+81