Hush Full Node software. We were censored from Github, this is where all development happens now. https://hush.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Pieter Wuille 5b9f8425a5 Merge src/leveldb changes for LevelDB 1.18. 10 years ago
..
win Import LevelDB 1.5, it will be used for the transaction database. 12 years ago
README Import LevelDB 1.5, it will be used for the transaction database. 12 years ago
atomic_pointer.h Merge src/leveldb changes for LevelDB 1.18. 10 years ago
port.h Native Windows LevelDB port 11 years ago
port_example.h Import LevelDB 1.5, it will be used for the transaction database. 12 years ago
port_posix.cc Import LevelDB 1.5, it will be used for the transaction database. 12 years ago
port_posix.h Merge src/leveldb changes for LevelDB 1.18. 10 years ago
port_win.cc Merge commit 'adae78ea9940f4d44382967d1296e7db0b54a4de' into leveldb-squashed 11 years ago
port_win.h Port leveldb to MinGW32 11 years ago
thread_annotations.h Merge src/leveldb changes for LevelDB 1.18. 10 years ago

README

This directory contains interfaces and implementations that isolate the
rest of the package from platform details.

Code in the rest of the package includes "port.h" from this directory.
"port.h" in turn includes a platform specific "port_<platform>.h" file
that provides the platform specific implementation.

See port_posix.h for an example of what must be provided in a platform
specific header file.