Wladimir J. van der Laan
20a6babfa9
Update to leveldb upstream using subtree merge
5 years ago
MarcoFalke
fa6180188b
Pull leveldb subtree
6 years ago
MarcoFalke
fa14fa742d
Merge leveldb subtree
...
Merge commit 'ec749b1bcdf2483b642fb51d635800e272c68ba6' into HEAD
6 years ago
MarcoFalke
faa6dd27b1
Bump leveldb subtree
7 years ago
Pieter Wuille
47f3e8c74d
Update LevelDB with latest Bitcoin-specific patches
7 years ago
Dimitris Tsapakidis
0a5a6b90bc
Fixed multiple typos
...
A few "a->an" and "an->a".
"Shows, if the supplied default SOCKS5 proxy" -> "Shows if the supplied default SOCKS5 proxy". Change made on 3 occurrences.
"without fully understanding the ramification of a command" -> "without fully understanding the ramifications of a command".
Removed duplicate words such as "the the".
7 years ago
Pieter Wuille
e4030ab4f4
Update to LevelDB 1.20
8 years ago
Pieter Wuille
605d701471
Merge in LevelDB 1.19 changes
8 years ago
Pieter Wuille
f0343e9370
Update LevelDB
9 years ago
Pieter Wuille
5b9f8425a5
Merge src/leveldb changes for LevelDB 1.18.
10 years ago
Pieter Wuille
aca47d2a24
Merge src/leveldb changes for LevelDB 1.17.
11 years ago
Pieter Wuille
b9d384a45d
Merge src/leveldb changes: temporarily revert to writing .sst files.
11 years ago
Pieter Wuille
ed873a301e
Merge src/leveldb changes for LevelDB 1.15
11 years ago
Pieter Wuille
877b5e3653
Merge src/leveldb changes for LevelDB 1.13
11 years ago
Pieter Wuille
b28d8b423b
Merge leveldb subtree change.
...
* On Mac OS X fsync does not guarantee write to disk. Use fcntl F_FULLFSYNC instead.
11 years ago
Pieter Wuille
4a9a8f3f48
Merge commit '84d6d69fc69662b2709fffbeaf3c3b4f53c535b1'
11 years ago
Vinnie Falco
fb1da62318
Merge commit 'adae78ea9940f4d44382967d1296e7db0b54a4de' into leveldb-squashed
12 years ago
Vaclav Vobornik
1d626952f9
Added GNU/kFreeBSD kernel name (TARGET_OS)
...
uname -s returns "GNU/kFreeBSD" on Debian GNU/kFreeBSD port. See http://www.debian.org/ports/kfreebsd-gnu/
12 years ago
Pieter Wuille
551b367f19
Allow files to be opened for reading multiple times
12 years ago
Pieter Wuille
20d6f2013b
Checking whether closing succeeds
12 years ago
Pieter Wuille
67efbda4a2
Print actual Win32 error that occurred on file creation failure.
12 years ago
David Grogan
36311b9a19
Fix corruption bug found and analyzed by dhruba@gmail.com
...
https://groups.google.com/d/msg/leveldb/Kc9JxuIUu5A/9P0N9RL4ar8J
12 years ago
Sanjay Ghemawat
f79ddf24a9
added utility to dump leveldb files
12 years ago
Gavin Andresen
b1024662ea
Port leveldb to MinGW32
...
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
12 years ago
Pieter Wuille
8aef119f43
Mingw support for Windows LevelDB port
12 years ago
Pieter Wuille
960797a0de
Pre-Vista leveldb::port::InitOnce implementation
12 years ago
Pieter Wuille
21f2ae7563
Native Windows LevelDB port
...
Import native Windows LevelDB port by Hiram Chirino.
Extracted from from https://github.com/chirino/leveldb.git using
git diff dd0d562..aea83b7
12 years ago
Pieter Wuille
00abfccc5d
Remove Snappy support
12 years ago
Pieter Wuille
4786302fb9
Replace leveldb/ with vanilla 1.7.0
12 years ago
Philip Kaufmann
50ce5735d6
LevelDB: build_detect_platform fix NATIVE_WINDOWS indentation
...
- fix some indentation issues
12 years ago
Gavin Andresen
5bd5d6c45c
Merge pull request #1940 from grimd34th/patch-1
...
Add NATIVE_WINDOWS
12 years ago
Jeff Garzik
848c0d5d95
Merge pull request #1945 from centromere/leveldb_fix
...
Fixed compile error on FreeBSD 9.
12 years ago
Arnav Singh
8986a1369f
Fixed making leveldb with custom CFLAGS/CXXFLAGS in the same way as makefile.unix
12 years ago
Alex
17bfb1f437
Fixed compile error on FreeBSD 9.
...
See http://code.google.com/p/leveldb/issues/detail?id=98
12 years ago
grimd34th
46936f343c
Add NATIVE_WINDOWS
...
With a change of libs, and specifying NATIVE_WINDOWS as TARGET_OS it should compile libleveldb.a and libmemenv.a just fine, it did for me and Diapolo when testing.
12 years ago
Pieter Wuille
9f56678fce
Backport Win32 LevelDB env from C++0x to C++
...
Since the gitian mingw compiler doesn't support C++0x yet.
12 years ago
Pieter Wuille
9d503a7285
Disable libsnappy detection in LevelDB
12 years ago
justmoon
94a50fb339
Leveldb Windows port by Edouard Alligand, adapted for MingW by me.
12 years ago
Mike Hearn
5e650d6d2d
Import LevelDB 1.5, it will be used for the transaction database.
12 years ago