index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
leveldatabase
Commit message (
Expand
)
Author
Age
Files
Lines
*
OWNERS/WATCHLIST updates for departed team members, per request
jsbell@chromium.org
2014-08-12
1
-2
/
+0
*
leveldatabase.gyp cleanup
mostynb@opera.com
2014-08-04
1
-7
/
+6
*
fix warning in third_party/leveldatabase/chromium_logger.h
mostynb@opera.com
2014-08-01
2
-1
/
+2
*
[Cleanup] Change std::set_difference to base::STLSetDifference
byungwook.ahn@gmail.com
2014-07-30
1
-7
/
+4
*
Cleanup Chrome's LevelDB env to conform to C++ style guidelines.
cmumford@chromium.org
2014-07-25
9
-63
/
+116
*
Added gyp target to build simple LevelDB utility: leveldb_main.
cmumford@chromium.org
2014-06-05
1
-0
/
+10
*
Android: cleanup gtest_target_type conditions.
bulach@chromium.org
2014-05-17
1
-3
/
+2
*
Roll leveldb to r80 / 1.17.
cmumford@chromium.org
2014-05-05
1
-1
/
+1
*
Remove unused input_shlib_path
cjhopman@chromium.org
2014-04-17
1
-1
/
+0
*
Enable leveldb build in GN world.
tfarina@chromium.org
2014-04-12
1
-2
/
+2
*
Fixes for leveldb env_chromium unittests while building in GN.
tfarina@chromium.org
2014-04-10
1
-2
/
+1
*
Building env_chromium_unittests for Android.
jsbell@chromium.org
2014-03-28
3
-4
/
+30
*
Move TrimWhitespace to the base namespace.
brettw@chromium.org
2014-03-03
1
-1
/
+1
*
Remove uses of PlatformFile from leveldb
rvargas@chromium.org
2014-02-19
7
-149
/
+129
*
Roll LevelDB to 1.16 / r79.
dgrogan@chromium.org
2014-02-11
1
-1
/
+1
*
The original implementation was syncing file contents to disk
cmumford@chromium.org
2014-01-27
9
-481
/
+1024
*
Revert 245563 and 245800 which made re2 GN generated.
brettw@chromium.org
2014-01-22
1
-1
/
+1
*
Support -Goutput_dir=blahblah in GN-GYP hybrid mode
jamesr@chromium.org
2014-01-18
1
-1
/
+1
*
Convert the re2 GYP targets to be generated by GN.
brettw@chromium.org
2014-01-17
1
-1
/
+1
*
Revert of Convert the re2 GYP targets to be generated by GN. (https://coderev...
brettw@chromium.org
2014-01-16
1
-1
/
+1
*
Revert of Created new Windows LevelDB environment. (https://codereview.chromi...
cmumford@chromium.org
2014-01-16
8
-1028
/
+480
*
Convert the re2 GYP targets to be generated by GN.
brettw@chromium.org
2014-01-16
1
-1
/
+1
*
Created new Win32 LevelDB environment.
cmumford@chromium.org
2014-01-16
8
-480
/
+1028
*
Convert base::file_util to use File instead of PlatformFile.
rvargas@chromium.org
2014-01-07
1
-2
/
+9
*
Remove UTF string conversion functions from the global namespace.
avi@chromium.org
2013-12-26
1
-3
/
+4
*
Roll leveldb to r78 / 1.15.
dgrogan@chromium.org
2013-12-11
1
-1
/
+1
*
Fixed Win32 compile of GetChildrenPriorResults.
cmumford@chromium.org
2013-12-06
1
-1
/
+1
*
ChromiumEnv::GetChildren() now clearing prior results.
cmumford@chromium.org
2013-12-04
2
-0
/
+25
*
Move GetFileSize, NormalizeFilePath to base namespace
brettw@chromium.org
2013-12-04
1
-1
/
+1
*
ChromiumEnv::GetChildren() now filtering out '.' and '..'
cmumford@chromium.org
2013-12-04
1
-1
/
+5
*
Move directory creation functions to base namespace.
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Move temp file functions to base namespace.
brettw@chromium.org
2013-12-03
1
-2
/
+2
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
1
-1
/
+1
*
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
[next]