summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* leveldb: Add more thread safety annotations.costan2018-03-232-16/+16
* Extend thread safety annotations.costan2018-03-161-7/+9
* Fix includes in util/testharness.h.costan2018-03-164-24/+31
* Remove extern from function declarations.costan2018-03-127-37/+36
* leveldb: Include <algorithm> in util/env_test.cc.costan2017-10-041-0/+2
* Fix FD leak in POSIX Env.costan2017-10-031-1/+1
* leveldb: Add tests for CL 170769101.costan2017-10-031-12/+59
* Remove handling for unused LRUHandle representation special case.costan2017-10-031-10/+7
* Fix file writing bug in CL 170738066.sanjay2017-10-031-2/+2
* Fix use of uninitialized value in LRUHandle.cmumford2017-10-032-1/+12
* Fix issue 474: a race between the f*_unlocked() STDIO calls insanjay2017-10-032-40/+140
* Use portable CRC32C from google/crc32c.costan2017-09-261-298/+328
* Switched variable type from int to uint64_t in ConsumeDecimalNumber.cmumford2017-08-241-1/+2
* leveldb: Report missing CURRENT manifest file as database corruption.costan2017-07-102-27/+49
* Separate Env tests from PosixEnv tests.costan2017-03-012-48/+74
* Implement support for Intel crc32 instruction (SSE 4.2)costan2017-02-281-0/+18
* Including <limits> for std::numeric_limits.cmumford2017-02-091-0/+1
* Limit the number of read-only files the POSIX Env will have open.cmumford2017-01-043-58/+204
* Add option for max file size. The currend hard-coded value of 2M is inefficie...corrado2016-09-281-0/+1
* fix problems in LevelDB's caching codem3b2016-07-062-35/+112
* Resolve race when getting approximate-memory-usage propertyssid2015-12-092-8/+8
* Add "approximate-memory-usage" property to leveldb::DB::GetPropertyssid2015-12-091-1/+12
* Add leveldb::Cache::Prunetzik2015-12-092-0/+32
* Fix size_t/int comparison/conversion issues in leveldb.pkasting2015-12-092-2/+3
* LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-114-1/+28
* Release 1.18v1.18Chris Mumford2014-09-166-23/+62
* Release LevelDB 1.15v1.15David Grogan2013-12-108-161/+40
* Release LevelDB 1.14v1.14David Grogan2013-09-191-1/+1
* LevelDB 1.13v1.13David Grogan2013-08-212-2/+38
* Release leveldb 1.11v1.11David Grogan2013-06-132-4/+4
* Release leveldb 1.10v1.10David Grogan2013-05-142-6/+3
* Make DB::Open fail if sst files are missing.David Grogan2013-02-061-2/+9
* Update to leveldb 1.6v1.6David Grogan2012-10-124-31/+123
* Remove static initializer; fix endian-ness detection; fix build onSanjay Ghemawat2012-05-302-3/+31
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-174-1/+267
* use mmap on 64-bit machines to speed-up reads; small build fixesSanjay Ghemawat2012-03-151-4/+46
* fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file)Sanjay Ghemawat2012-01-252-12/+28
* Pass system's CFLAGS, remove exit time destructor, sstable bug fix.Hans Wennborg2011-11-141-2/+5
* A number of fixes:Hans Wennborg2011-10-3129-38/+38
* A number of bugfixes:Gabor Cselle2011-10-052-6/+7
* Sync with upstream @23860137.Hans Wennborg2011-09-121-1/+2
* Bugfix for issue 33; reduce lock contention in Get(), parallel benchmarks.gabor@google.com2011-08-224-66/+134
* Bugfixes for iterator and documentation.gabor@google.com2011-08-162-1/+22
* @23023120dgrogan@chromium.org2011-08-061-1/+1
* Adding FreeBSD support, removing Chromium files, adding benchmark.gabor@google.com2011-07-271-564/+0
* Speed up Snappy uncompression, new Logger interface.gabor@google.com2011-07-214-128/+132
* 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-25/+36
* Platform detection during build, plus compatibility patches for machines with...gabor@google.com2011-06-291-60/+93
* Update from upstream @21551990dgrogan@chromium.org2011-05-281-0/+2