summaryrefslogtreecommitdiffstats
path: root/third_party/leveldatabase/env_chromium.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of the message_loop header in third_party/, win8/.avi@chromium.org2013-07-181-1/+1
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-2/+2
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-2/+2
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-011-3/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-2/+2
* Save errno for logging before potentially overwriting it.dgrogan@chromium.org2013-06-261-4/+9
* Pass CreateDirectory errors up to IndexedDB.dgrogan@chromium.org2013-06-261-1/+1
* Record error when CreateDir fails.dgrogan@chromium.org2013-06-201-1/+1
* Histogram location/error when open or write failsdgrogan@chromium.org2013-06-181-58/+65
* Make CreateDirectory return an error code instead of just a bool.dgrogan@chromium.org2013-06-111-4/+8
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-2/+3
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-071-1/+1
* Only fsync leveldb's directory when the manifest is being updated.dgrogan@chromium.org2013-06-071-45/+73
* Put more declarations in env_chromium.h.dgrogan@chromium.org2013-06-051-487/+412
* Only sync parent directory once after a leveldb file rename.dgrogan@chromium.org2013-05-221-1/+4
* When Retrier succeeds, record errors it encountered.dgrogan@chromium.org2013-05-211-29/+65
* Encode method and error message inside LevelDB::Status messagedgrogan@chromium.org2013-05-201-56/+109
* ClangFormat a constructor's initializer list; update variable name.dgrogan@chromium.org2013-05-181-14/+14
* Record number of non-existing path components of LockFile pathdgrogan@chromium.org2013-05-141-2/+32
* Check for and histogram one class of unsafe thread accesses in LevelDB.dgrogan@chromium.org2013-05-101-7/+43
* Make base:ReplaceFile return an informative error.dgrogan@chromium.org2013-05-081-4/+10
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-3/+2
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-2/+3
* Remove unused method and field from leveldb::ChromiumEnvdgrogan@chromium.org2013-05-051-15/+0
* Histogram system's open file limit from LevelDB.dgrogan@chromium.org2013-05-031-7/+37
* Add more error codes to base::CreatePlatformFile on windows.dgrogan@chromium.org2013-05-021-0/+2
* Add period lost in r197264.dgrogan@chromium.org2013-04-301-1/+1
* Cleanup / refactor LevelDB histogramsdgrogan@chromium.org2013-04-301-78/+37
* IndexedDB: Add tracing to leveldb env filesystem sync callsjsbell@chromium.org2013-04-221-0/+2
* Rename SpecificError to OSError to reflect its sourcedgrogan@chromium.org2013-04-191-13/+12
* Add chrome://tracing entries for leveldb background threadsjsbell@chromium.org2013-04-121-3/+11
* Histogram failure reasons for 3 more LevelDB env methods.dgrogan@chromium.org2013-04-091-6/+12
* Retry LockFile and record its specific errordgrogan@chromium.org2013-04-031-7/+23
* Record exact errors for more than just NewRandomAccessFiledgrogan@chromium.org2013-04-021-17/+102
* Extract a generalized Retrier class for use in other LevelDB Env methodsdgrogan@chromium.org2013-03-301-18/+37
* Surround LevelDB fflush calls with HANDLE_EINTR.dgrogan@chromium.org2013-03-291-3/+3
* Increase the RenameFile time out from 500ms to 1s.dgrogan@chromium.org2013-03-271-2/+6
* Let leveldb's RenameFile retry a few times on failure.dgrogan@chromium.org2013-03-231-13/+43
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-2/+4
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-9/+9
* Only HistogramBase is used outside of base/metrics.kaiwang@chromium.org2013-01-231-3/+3
* Don't try to rename LevelDB's LOG file if it doesn't existdgrogan@chromium.org2013-01-171-1/+4
* Fix LevelDB histogram code.dgrogan@chromium.org2013-01-121-45/+51
* Handle EINTR in leveldb ChromiumEnvjsbell@chromium.org2013-01-111-4/+5
* Log IDB leveldb uma stats into LevelDBEnv.IDB.dgrogan@chromium.org2013-01-081-34/+75
* Add detailed UMA logging for errors in NewRandomAccessFile.dgrogan@chromium.org2012-12-151-2/+11
* [Mac] Don't enable corruption and OOM detectors in leveldb.shess@chromium.org2012-12-121-5/+0
* Call fdatasync even if fflush fails.ericu@chromium.org2012-12-111-3/+11
* Add sync of parent directory when creating or renaming a file.ericu@chromium.org2012-12-111-16/+44