| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate dataLossMessage from corruption strings | dgrogan@chromium.org | 2013-11-02 | 2 | -8/+23 |
* | IndexedDB: refactor corruption-message parsing into its own function. | dgrogan@chromium.org | 2013-10-31 | 2 | -0/+62 |
* | Implement native version of GetDirectoryEntries for windows. | dgrogan@chromium.org | 2013-10-24 | 2 | -11/+36 |
* | Fix a few windows file locking issues in env_chromium_unittests. | dgrogan@chromium.org | 2013-10-22 | 1 | -5/+7 |
* | Report errors from ChromiumEnv::GetChildren in Posix. | dgrogan@chromium.org | 2013-10-19 | 2 | -10/+57 |
* | Make env_chromium_unittest compile on windows | dgrogan@chromium.org | 2013-10-18 | 1 | -2/+2 |
* | Copy ldb files in ChromiumEnv for the purpose of backups. | dgrogan@chromium.org | 2013-10-16 | 3 | -15/+201 |
* | Use the system stdint.h on Windows in leveldatabase. | bungeman@chromium.org | 2013-10-14 | 1 | -12/+0 |
* | Expose PlatformFileLock/Unlock, fix locking in Chromium's leveldb Env | jsbell@chromium.org | 2013-10-10 | 3 | -9/+64 |
* | Don't reset the database when there was an I/O error. | dgrogan@chromium.org | 2013-10-08 | 2 | -0/+9 |
* | Respond with QuotaExceededError when IndexedDB has no disk space on open. | dgrogan@chromium.org | 2013-09-23 | 2 | -0/+14 |
* | 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 |
* | Roll leveldb to r77. | dgrogan@chromium.org | 2013-09-20 | 1 | -1/+1 |
* | va_copy shim not necessary on VS2013+ | scottmg@chromium.org | 2013-09-12 | 1 | -1/+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 |
* | Roll leveldb to r76. | dgrogan@chromium.org | 2013-08-22 | 2 | -1/+2 |
* | Make inttypes.h and similar macro usage C++11-friendly. | thakis@chromium.org | 2013-07-25 | 1 | -1/+1 |
* | Fix env_chromium_unittest windows compilation. | dgrogan@chromium.org | 2013-07-23 | 1 | -2/+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 |
* | Use a direct include of time headers in third_party/. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | 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 |
* | Roll leveldb from r73 to r75. | dgrogan@chromium.org | 2013-06-18 | 1 | -1/+1 |
* | Histogram location/error when open or write fails | dgrogan@chromium.org | 2013-06-18 | 3 | -68/+90 |
* | Revert 206627 "Roll leveldb to r74" - Caused check licenses step to fail. | pastarmovj@google.com | 2013-06-17 | 1 | -1/+1 |
* | Roll leveldb to r74 | dgrogan@chromium.org | 2013-06-16 | 1 | -1/+1 |
* | Use a direct include of strings headers in testing/, third_party/, tools/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | 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 | 3 | -47/+148 |
* | Put more declarations in env_chromium.h. | dgrogan@chromium.org | 2013-06-05 | 2 | -487/+525 |
* | 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 | 5 | -58/+234 |
* | ClangFormat a constructor's initializer list; update variable name. | dgrogan@chromium.org | 2013-05-18 | 1 | -14/+14 |
* | Grab bag of clang fixes for Windows code | rnk@chromium.org | 2013-05-17 | 1 | -1/+3 |
* | Bump leveldb to r73 | dgrogan@chromium.org | 2013-05-15 | 1 | -1/+1 |
* | 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 |