summaryrefslogtreecommitdiffstats
path: root/third_party/leveldatabase
Commit message (Expand)AuthorAgeFilesLines
* OWNERS/WATCHLIST updates for departed team members, per requestjsbell@chromium.org2014-08-121-2/+0
* leveldatabase.gyp cleanupmostynb@opera.com2014-08-041-7/+6
* fix warning in third_party/leveldatabase/chromium_logger.hmostynb@opera.com2014-08-012-1/+2
* [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-259-63/+116
* Added gyp target to build simple LevelDB utility: leveldb_main.cmumford@chromium.org2014-06-051-0/+10
* Android: cleanup gtest_target_type conditions.bulach@chromium.org2014-05-171-3/+2
* Roll leveldb to r80 / 1.17.cmumford@chromium.org2014-05-051-1/+1
* Remove unused input_shlib_pathcjhopman@chromium.org2014-04-171-1/+0
* Enable leveldb build in GN world.tfarina@chromium.org2014-04-121-2/+2
* Fixes for leveldb env_chromium unittests while building in GN.tfarina@chromium.org2014-04-101-2/+1
* Building env_chromium_unittests for Android.jsbell@chromium.org2014-03-283-4/+30
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-1/+1
* Remove uses of PlatformFile from leveldbrvargas@chromium.org2014-02-197-149/+129
* Roll LevelDB to 1.16 / r79.dgrogan@chromium.org2014-02-111-1/+1
* The original implementation was syncing file contents to diskcmumford@chromium.org2014-01-279-481/+1024
* Revert 245563 and 245800 which made re2 GN generated.brettw@chromium.org2014-01-221-1/+1
* Support -Goutput_dir=blahblah in GN-GYP hybrid modejamesr@chromium.org2014-01-181-1/+1
* Convert the re2 GYP targets to be generated by GN.brettw@chromium.org2014-01-171-1/+1
* Revert of Convert the re2 GYP targets to be generated by GN. (https://coderev...brettw@chromium.org2014-01-161-1/+1
* Revert of Created new Windows LevelDB environment. (https://codereview.chromi...cmumford@chromium.org2014-01-168-1028/+480
* Convert the re2 GYP targets to be generated by GN.brettw@chromium.org2014-01-161-1/+1
* Created new Win32 LevelDB environment.cmumford@chromium.org2014-01-168-480/+1028
* 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
* Roll leveldb to r78 / 1.15.dgrogan@chromium.org2013-12-111-1/+1
* Fixed Win32 compile of GetChildrenPriorResults.cmumford@chromium.org2013-12-061-1/+1
* ChromiumEnv::GetChildren() now clearing prior results.cmumford@chromium.org2013-12-042-0/+25
* 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-022-8/+23
* IndexedDB: refactor corruption-message parsing into its own function.dgrogan@chromium.org2013-10-312-0/+62
* Implement native version of GetDirectoryEntries for windows.dgrogan@chromium.org2013-10-242-11/+36
* Fix a few windows file locking issues in env_chromium_unittests.dgrogan@chromium.org2013-10-221-5/+7
* Report errors from ChromiumEnv::GetChildren in Posix.dgrogan@chromium.org2013-10-192-10/+57
* Make env_chromium_unittest compile on windowsdgrogan@chromium.org2013-10-181-2/+2
* Copy ldb files in ChromiumEnv for the purpose of backups.dgrogan@chromium.org2013-10-163-15/+201
* Use the system stdint.h on Windows in leveldatabase.bungeman@chromium.org2013-10-141-12/+0
* Expose PlatformFileLock/Unlock, fix locking in Chromium's leveldb Envjsbell@chromium.org2013-10-103-9/+64
* Don't reset the database when there was an I/O error.dgrogan@chromium.org2013-10-082-0/+9
* Respond with QuotaExceededError when IndexedDB has no disk space on open.dgrogan@chromium.org2013-09-232-0/+14
* 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
* Roll leveldb to r77.dgrogan@chromium.org2013-09-201-1/+1
* va_copy shim not necessary on VS2013+scottmg@chromium.org2013-09-121-1/+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