summaryrefslogtreecommitdiffstats
path: root/third_party/leveldatabase/env_chromium.cc
Commit message (Expand)AuthorAgeFilesLines
* IndexedDB: Revert change to enable reuse of leveldb manifest in IDB (take 2).cmumford2015-01-141-16/+0
* LevelDB: Remove IsIOError(status) in favor of status.IsIOErrordgrogan2015-01-081-8/+0
* IndexedDB: Reusing leveldb logs when opening databasecmumford2014-12-161-0/+18
* IndexedDB: ParseMethodAndError takes a leveldb::Status instance.cmumford2014-12-161-10/+14
* LevelDB: Removed global prefix from base namespace: "::base" -> "base"cmumford2014-12-131-49/+48
* IndexedDB: Cleanup to remove iterators and improve variable namescmumford2014-12-131-18/+14
* leveldb: Removed unnecessary ChromiumEnv::HasTableExtensioncmumford2014-12-081-5/+1
* leveldb: Removed unnecessary ChromiumEnv::CreateFilePathcmumford2014-12-021-22/+19
* leveldb: using base::FilePathcmumford2014-11-241-42/+38
* Deleted unnecessary ChromiumEnv::FilePathToString()cmumford2014-11-211-16/+7
* LevelDB: Using base::File for all file I/Ocmumford2014-11-201-67/+336
* IndexedDB: Eliminated false detection of database corruption.cmumford2014-11-191-6/+0
* Clean up ifdef around FilePath creation in /src/third_partyanujk.sharma2014-10-081-5/+1
* LevelDB: Converted map (not using map val) to set.cmumford2014-10-031-6/+7
* Cleanup: Remove base/file_util.h. Convert remaining references. (try 2)thestig2014-09-221-1/+1
* Revert of Cleanup: Remove base/file_util.h. Convert remaining references. (pa...thestig2014-09-131-1/+1
* Cleanup: Remove base/file_util.h. Convert remaining references.thestig2014-09-131-1/+1
* [Cleanup] Change std::set_difference to base::STLSetDifferencebyungwook.ahn@gmail.com2014-07-301-7/+4
* Cleanup Chrome's LevelDB env to conform to C++ style guidelines.cmumford@chromium.org2014-07-251-12/+18
* Remove uses of PlatformFile from leveldbrvargas@chromium.org2014-02-191-88/+72
* The original implementation was syncing file contents to diskcmumford@chromium.org2014-01-271-426/+74
* Revert of Created new Windows LevelDB environment. (https://codereview.chromi...cmumford@chromium.org2014-01-161-74/+426
* Created new Win32 LevelDB environment.cmumford@chromium.org2014-01-161-426/+74
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-071-2/+9
* Remove UTF string conversion functions from the global namespace.avi@chromium.org2013-12-261-3/+4
* ChromiumEnv::GetChildren() now clearing prior results.cmumford@chromium.org2013-12-041-0/+1
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-1/+1
* ChromiumEnv::GetChildren() now filtering out '.' and '..'cmumford@chromium.org2013-12-041-1/+5
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-2/+2
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-1/+1
* Generate dataLossMessage from corruption stringsdgrogan@chromium.org2013-11-021-4/+17
* IndexedDB: refactor corruption-message parsing into its own function.dgrogan@chromium.org2013-10-311-0/+60
* Implement native version of GetDirectoryEntries for windows.dgrogan@chromium.org2013-10-241-11/+24
* Report errors from ChromiumEnv::GetChildren in Posix.dgrogan@chromium.org2013-10-191-10/+56
* Copy ldb files in ChromiumEnv for the purpose of backups.dgrogan@chromium.org2013-10-161-13/+105
* Expose PlatformFileLock/Unlock, fix locking in Chromium's leveldb Envjsbell@chromium.org2013-10-101-9/+42
* Don't reset the database when there was an I/O error.dgrogan@chromium.org2013-10-081-0/+8
* Respond with QuotaExceededError when IndexedDB has no disk space on open.dgrogan@chromium.org2013-09-231-0/+13
* Remove locks from leveldb's stdio on linux/CrOS.dgrogan@chromium.org2013-09-231-43/+7
* Add more support for FreeBSDGeo.Liaskos@gmail.com2013-09-211-2/+1
* Revert "Do fcntl(...F_FULLFSYNC...) on mac instead of fsync"rmcilroy@chromium.org2013-09-061-3/+1
* Record errno for SyncParent.dgrogan@chromium.org2013-09-051-3/+8
* Do fcntl(...F_FULLFSYNC...) on mac instead of fsyncdgrogan@chromium.org2013-09-051-1/+3
* 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