Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. | mark@chromium.org | 2013-12-03 | 1 | -2/+2 |
* | Include What You Use: #include <errno.h> where errno is used, or use DPLOG | mark@chromium.org | 2013-09-16 | 1 | -0/+1 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -3/+3 |
* | Replace FilePath with base::FilePath in some more top level directories. | brettw@chromium.org | 2013-02-10 | 1 | -1/+1 |
* | Fix CrOS compilation error due to lack of include of unistd.h. | posciak@chromium.org | 2012-12-11 | 1 | -0/+1 |
* | [cros] RlzValueStore made protected by a cross-process lock and not persisted... | ivankr@chromium.org | 2012-11-29 | 1 | -0/+81 |