aboutsummaryrefslogtreecommitdiff
path: root/src/leveldb/util
Commit message (Collapse)AuthorAgeFilesLines
* Merge in LevelDB 1.19 changesPieter Wuille2016-12-0111-47/+218
|
* Update LevelDBPieter Wuille2015-11-041-197/+39
|
* Merge src/leveldb changes for LevelDB 1.18.Pieter Wuille2014-10-166-23/+62
|
* Merge src/leveldb changes for LevelDB 1.15Pieter Wuille2013-12-129-162/+41
|
* Merge src/leveldb changes for LevelDB 1.13Pieter Wuille2013-08-242-2/+38
|
* Merge commit '84d6d69fc69662b2709fffbeaf3c3b4f53c535b1'Pieter Wuille2013-08-181-2/+2
|
* Merge commit 'adae78ea9940f4d44382967d1296e7db0b54a4de' into leveldb-squashedVinnie Falco2013-07-015-14/+18
|
* Allow files to be opened for reading multiple timesPieter Wuille2013-04-281-1/+1
|
* Checking whether closing succeedsPieter Wuille2013-04-271-2/+2
|
* Print actual Win32 error that occurred on file creation failure.Pieter Wuille2013-04-271-1/+1
|
* Port leveldb to MinGW32Gavin Andresen2013-01-231-7/+21
| | | | | | | | | | | | | | | | | | | Several changes to make the native windows leveldb code compile with mingw32 and run on 32-bit Windows: * Remove -std=c++0x dependency (modified code to use NULL instead of nullptr) * Link with -lshlwapi * Only #define snprintf/etc if compiling with Visual Studio * Do not link against DbgHelp.lib (wrote a CreateDir instead of using DbgHelp's MakeSureDirectoryPathExists * Define WINVER=0x0500 so MinGW32 can use the 64-bit-filesystem Windows api calls * Define __USE_MINGW_ANSI_STDIO=1 to use MinGW's printf (which supports %ll) I also cleaned up makefile.mingw, assuming that dependencies would be in the standard /usr/local/{include,lib} by default but allowing overriding with make DEPSDIR=... etc
* Mingw support for Windows LevelDB portPieter Wuille2013-01-231-0/+3
|
* Native Windows LevelDB portPieter Wuille2013-01-232-1/+1018
| | | | | | | Import native Windows LevelDB port by Hiram Chirino. Extracted from from https://github.com/chirino/leveldb.git using git diff dd0d562..aea83b7
* Replace leveldb/ with vanilla 1.7.0Pieter Wuille2013-01-237-746/+123
|
* Backport Win32 LevelDB env from C++0x to C++Pieter Wuille2012-10-201-1/+1
| | | | Since the gitian mingw compiler doesn't support C++0x yet.
* Leveldb Windows port by Edouard Alligand, adapted for MingW by me.justmoon2012-10-203-0/+715
|
* Import LevelDB 1.5, it will be used for the transaction database.Mike Hearn2012-10-2033-0/+3808