| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't reset the database when there was an I/O error. | dgrogan@chromium.org | 2013-10-08 | 1 | -0/+8 |
* | Respond with QuotaExceededError when IndexedDB has no disk space on open. | dgrogan@chromium.org | 2013-09-23 | 1 | -0/+13 |
* | Remove locks from leveldb's stdio on linux/CrOS. | dgrogan@chromium.org | 2013-09-23 | 1 | -43/+7 |
* | Add more support for FreeBSD | Geo.Liaskos@gmail.com | 2013-09-21 | 1 | -2/+1 |
* | Revert "Do fcntl(...F_FULLFSYNC...) on mac instead of fsync" | rmcilroy@chromium.org | 2013-09-06 | 1 | -3/+1 |
* | Record errno for SyncParent. | dgrogan@chromium.org | 2013-09-05 | 1 | -3/+8 |
* | Do fcntl(...F_FULLFSYNC...) on mac instead of fsync | dgrogan@chromium.org | 2013-09-05 | 1 | -1/+3 |
* | Use a direct include of the message_loop header in third_party/, win8/. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -2/+2 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -1/+1 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -2/+2 |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 1 | -3/+1 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -2/+2 |
* | Save errno for logging before potentially overwriting it. | dgrogan@chromium.org | 2013-06-26 | 1 | -4/+9 |
* | Pass CreateDirectory errors up to IndexedDB. | dgrogan@chromium.org | 2013-06-26 | 1 | -1/+1 |
* | Record error when CreateDir fails. | dgrogan@chromium.org | 2013-06-20 | 1 | -1/+1 |
* | Histogram location/error when open or write fails | dgrogan@chromium.org | 2013-06-18 | 1 | -58/+65 |
* | Make CreateDirectory return an error code instead of just a bool. | dgrogan@chromium.org | 2013-06-11 | 1 | -4/+8 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -2/+3 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Only fsync leveldb's directory when the manifest is being updated. | dgrogan@chromium.org | 2013-06-07 | 1 | -45/+73 |
* | Put more declarations in env_chromium.h. | dgrogan@chromium.org | 2013-06-05 | 1 | -487/+412 |
* | Only sync parent directory once after a leveldb file rename. | dgrogan@chromium.org | 2013-05-22 | 1 | -1/+4 |
* | When Retrier succeeds, record errors it encountered. | dgrogan@chromium.org | 2013-05-21 | 1 | -29/+65 |
* | Encode method and error message inside LevelDB::Status message | dgrogan@chromium.org | 2013-05-20 | 1 | -56/+109 |
* | ClangFormat a constructor's initializer list; update variable name. | dgrogan@chromium.org | 2013-05-18 | 1 | -14/+14 |
* | Record number of non-existing path components of LockFile path | dgrogan@chromium.org | 2013-05-14 | 1 | -2/+32 |
* | Check for and histogram one class of unsafe thread accesses in LevelDB. | dgrogan@chromium.org | 2013-05-10 | 1 | -7/+43 |
* | Make base:ReplaceFile return an informative error. | dgrogan@chromium.org | 2013-05-08 | 1 | -4/+10 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -3/+2 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -2/+3 |
* | Remove unused method and field from leveldb::ChromiumEnv | dgrogan@chromium.org | 2013-05-05 | 1 | -15/+0 |
* | Histogram system's open file limit from LevelDB. | dgrogan@chromium.org | 2013-05-03 | 1 | -7/+37 |
* | Add more error codes to base::CreatePlatformFile on windows. | dgrogan@chromium.org | 2013-05-02 | 1 | -0/+2 |
* | Add period lost in r197264. | dgrogan@chromium.org | 2013-04-30 | 1 | -1/+1 |
* | Cleanup / refactor LevelDB histograms | dgrogan@chromium.org | 2013-04-30 | 1 | -78/+37 |
* | IndexedDB: Add tracing to leveldb env filesystem sync calls | jsbell@chromium.org | 2013-04-22 | 1 | -0/+2 |
* | Rename SpecificError to OSError to reflect its source | dgrogan@chromium.org | 2013-04-19 | 1 | -13/+12 |
* | Add chrome://tracing entries for leveldb background threads | jsbell@chromium.org | 2013-04-12 | 1 | -3/+11 |
* | Histogram failure reasons for 3 more LevelDB env methods. | dgrogan@chromium.org | 2013-04-09 | 1 | -6/+12 |
* | Retry LockFile and record its specific error | dgrogan@chromium.org | 2013-04-03 | 1 | -7/+23 |
* | Record exact errors for more than just NewRandomAccessFile | dgrogan@chromium.org | 2013-04-02 | 1 | -17/+102 |
* | Extract a generalized Retrier class for use in other LevelDB Env methods | dgrogan@chromium.org | 2013-03-30 | 1 | -18/+37 |
* | Surround LevelDB fflush calls with HANDLE_EINTR. | dgrogan@chromium.org | 2013-03-29 | 1 | -3/+3 |
* | Increase the RenameFile time out from 500ms to 1s. | dgrogan@chromium.org | 2013-03-27 | 1 | -2/+6 |
* | Let leveldb's RenameFile retry a few times on failure. | dgrogan@chromium.org | 2013-03-23 | 1 | -13/+43 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -2/+4 |
* | Replace FilePath with base::FilePath. | brettw@chromium.org | 2013-02-17 | 1 | -9/+9 |
* | Only HistogramBase is used outside of base/metrics. | kaiwang@chromium.org | 2013-01-23 | 1 | -3/+3 |
* | Don't try to rename LevelDB's LOG file if it doesn't exist | dgrogan@chromium.org | 2013-01-17 | 1 | -1/+4 |