summaryrefslogtreecommitdiff
path: root/db/db_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Address comments.Reilly Grant2023-03-281-1/+2
* Fix tests when run against ChromiumEnvReilly Grant2023-03-281-0/+5
* Stop future writes if a log file Close() fails.Sanjay Ghemawat2023-01-041-6/+63
* Remove main() from most tests.Victor Costan2022-01-031-5/+0
* Extract benchmark from db_test.cc.Victor Costan2021-12-291-64/+0
* Use partial path to benchmark/benchmark.h.Chris Mumford2021-02-161-1/+1
* Optimize leveldb block seeks to utilize the current iterator location.leveldb Team2021-01-111-0/+61
* Fixed fprintf of 64-bit value.Chris Mumford2020-11-301-1/+3
* Use external benchmark API headerleveldb Team2020-11-301-2/+2
* Internal test cleanupleveldb Team2020-11-301-12/+9
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-291-36/+37
* Remove Windows workarounds in some tests.Victor Costan2020-01-141-5/+0
* Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.Victor Costan2020-01-091-4/+4
* Defend against inclusion of windows.h in tests that invokeleveldb Team2020-01-091-0/+5
* Internal change.leveldb Team2019-12-021-1/+1
* Switch testing harness to googletest.Victor Costan2019-11-211-206/+212
* Switch to using C++ 11 override specifier.Chris Mumford2019-05-091-23/+23
* Convert missed virtual -> override in db_test.cc.Victor Costan2019-05-041-1/+1
* Style cleanup.Victor Costan2019-05-041-11/+11
* Correct class/structure declaration order.Chris Mumford2019-05-031-12/+12
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-135/+106
* leveldb: Add tests for empty keys and values.costan2019-03-291-0/+20
* leveldb: Replace AtomicPointer with std::atomic.costan2019-03-111-64/+71
* Added native support for Windows.cmumford2019-03-011-5/+6
* Clean up SnapshotImpl.costan2018-04-301-0/+49
* Replace NULL with nullptr in C++ files.costan2018-04-101-82/+82
* leveldb: Add more thread safety annotations.costan2018-03-231-4/+6
* leveldb::DestroyDB will now delete empty directories.cmumford2017-11-031-0/+82
* Fix issue 474: a race between the f*_unlocked() STDIO calls insanjay2017-10-031-7/+16
* Add "approximate-memory-usage" property to leveldb::DB::GetPropertyssid2015-12-091-0/+11
* LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-111-1/+20
* Release 1.18v1.18Chris Mumford2014-09-161-1/+1
* Release LevelDB 1.15v1.15David Grogan2013-12-101-53/+55
* Release LevelDB 1.14v1.14David Grogan2013-09-191-1/+35
* Release leveldb 1.11v1.11David Grogan2013-06-131-10/+44
* Make DB::Open fail if sst files are missing.David Grogan2013-02-061-0/+31
* Fix corruption bug found and analyzed by dhruba@gmail.comv1.9David Grogan2013-01-071-0/+75
* Update to leveldb 1.6v1.6David Grogan2012-10-121-0/+6
* Remove static initializer; fix endian-ness detection; fix build onSanjay Ghemawat2012-05-301-9/+54
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-171-430/+620
* fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file)Sanjay Ghemawat2012-01-251-7/+56
* Pass system's CFLAGS, remove exit time destructor, sstable bug fix.Hans Wennborg2011-11-141-12/+36
* A number of fixes:Hans Wennborg2011-10-311-2/+100
* A number of bugfixes:Gabor Cselle2011-10-051-30/+129
* Bugfixes: for Get(), don't hold mutex while writing log.gabor@google.com2011-09-011-2/+41
* Bugfixes for iterator and documentation.gabor@google.com2011-08-161-0/+15
* Sun Studio support, and fix for test related memory fixes.gabor@google.com2011-07-191-0/+1
* Small tweaks and bugfixes for Issue 18 and 19.gabor@google.com2011-07-151-2/+21
* A number of smaller fixes and performance improvements:gabor@google.com2011-06-221-22/+197
* Update from upstream @21551990dgrogan@chromium.org2011-05-281-0/+95