..
arena_test.cc
Release LevelDB 1.15
2013-12-10 10:36:31 -08:00
arena.cc
Resolve race when getting approximate-memory-usage property
2016-04-07 17:46:06 +02:00
arena.h
Resolve race when getting approximate-memory-usage property
2016-04-07 17:46:06 +02:00
bloom_test.cc
Fix size_t/int comparison/conversion issues in leveldb.
2016-04-07 17:45:54 +02:00
bloom.cc
Fix size_t/int comparison/conversion issues in leveldb.
2015-12-09 10:34:58 -08:00
cache_test.cc
fix problems in LevelDB's caching code
2016-07-06 09:15:53 -07:00
cache.cc
Merged upstream like after thousands of years! Also removed dumb "optimizations" I did to write_batch back in the day
2017-08-04 14:25:46 -07:00
coding_test.cc
Release LevelDB 1.15
2013-12-10 10:36:31 -08:00
coding.cc
Fixed warnings for unknown pragma's on non windows compilers
2015-04-07 15:46:42 -07:00
coding.h
A number of fixes:
2011-10-31 17:22:06 +00:00
comparator.cc
Remove static initializer; fix endian-ness detection; fix build on
2012-05-30 09:45:46 -07:00
crc32c_test.cc
A number of fixes:
2011-10-31 17:22:06 +00:00
crc32c.cc
Implement support for Intel crc32 instruction (SSE 4.2)
2017-02-28 14:08:46 -08:00
crc32c.h
A number of fixes:
2011-10-31 17:22:06 +00:00
env_boost.cc
-the makefile was missing zlib
2014-07-27 09:46:27 +02:00
env_posix_test_helper.h
Limit the number of read-only files the POSIX Env will have open.
2017-01-04 09:13:20 -08:00
env_posix_test.cc
Separate Env tests from PosixEnv tests.
2017-03-01 13:53:23 -08:00
env_posix.cc
Fixed compile error due to POSIX macro not being defined
2017-08-05 23:26:03 +01:00
env_test.cc
leveldb: Report missing CURRENT manifest file as database corruption.
2017-07-10 14:14:00 -07:00
env_win.cc
Fixed file locking on windows
2024-04-20 09:34:15 +01:00
env.cc
LevelDB now attempts to reuse the preceding MANIFEST and log file when re-opened.
2016-04-07 17:45:03 +02:00
Filepath.h
Renamed port::fopen to port::fopen_mb to signify it accepts a multibyte character array
2015-08-05 12:06:53 -07:00
filter_policy.cc
Added bloom filter support.
2012-04-17 08:36:46 -07:00
hash_test.cc
Release 1.18
2014-09-16 14:19:52 -07:00
hash.cc
Merge remote-tracking branch 'upstream/master'
2014-10-16 12:49:03 +02:00
hash.h
reverting disastrous MOE commit, returning to r21
2011-04-19 23:11:15 +00:00
histogram.cc
A number of fixes:
2011-10-31 17:22:06 +00:00
histogram.h
A number of fixes:
2011-10-31 17:22:06 +00:00
logging.cc
Release 1.18
2014-09-16 14:19:52 -07:00
logging.h
Release 1.18
2014-09-16 14:19:52 -07:00
mutexlock.h
Update to leveldb 1.6
2012-10-12 11:53:12 -07:00
options.cc
Merged upstream like after thousands of years! Also removed dumb "optimizations" I did to write_batch back in the day
2017-08-04 14:25:46 -07:00
posix_logger.h
A number of fixes:
2011-10-31 17:22:06 +00:00
random.h
LevelDB 1.13
2013-08-21 11:12:47 -07:00
status.cc
compiler warnings
2014-06-15 21:52:26 -06:00
testharness.cc
Release LevelDB 1.15
2013-12-10 10:36:31 -08:00
testharness.h
A number of fixes:
2011-10-31 17:22:06 +00:00
testutil.cc
Release LevelDB 1.15
2013-12-10 10:36:31 -08:00
testutil.h
LevelDB now attempts to reuse the preceding MANIFEST and log file when re-opened.
2016-04-07 17:45:03 +02:00
win_logger.cc
added #ifdef guards to to avoid building win_logger.cc on posix
2014-07-25 21:50:56 +02:00
win_logger.h
Added all changes made for MCPE:
2014-06-14 21:24:10 +02:00