aboutsummaryrefslogtreecommitdiff
path: root/src/leveldb
AgeCommit message (Expand)Author
2013-01-23Fix corruption bug found and analyzed by dhruba@gmail.comDavid Grogan
2013-01-23added utility to dump leveldb filesSanjay Ghemawat
2013-01-23Port leveldb to MinGW32Gavin Andresen
2013-01-23Mingw support for Windows LevelDB portPieter Wuille
2013-01-23Pre-Vista leveldb::port::InitOnce implementationPieter Wuille
2013-01-23Native Windows LevelDB portPieter Wuille
2013-01-23Remove Snappy supportPieter Wuille
2013-01-23Replace leveldb/ with vanilla 1.7.0Pieter Wuille
2012-12-12LevelDB: build_detect_platform fix NATIVE_WINDOWS indentationPhilip Kaufmann
2012-12-12Merge pull request #1940 from grimd34th/patch-1Gavin Andresen
2012-11-15Merge pull request #1945 from centromere/leveldb_fixJeff Garzik
2012-11-01Fixed making leveldb with custom CFLAGS/CXXFLAGS in the same way as makefile....Arnav Singh
2012-10-22Fixed compile error on FreeBSD 9.Alex
2012-10-21Add NATIVE_WINDOWSgrimd34th
2012-10-20Backport Win32 LevelDB env from C++0x to C++Pieter Wuille
2012-10-20Disable libsnappy detection in LevelDBPieter Wuille
2012-10-20Leveldb Windows port by Edouard Alligand, adapted for MingW by me.justmoon
2012-10-20Import LevelDB 1.5, it will be used for the transaction database.Mike Hearn