Build sanity checks
[novacoin.git] / src /
2021-12-29 userAdd qrcode icon
2021-12-29 userAdd qr code button & always build with libqrencode
2021-12-28 svostApply c++17 fold on PushMessage
2021-12-28 CryptoManiacForce disconnect on checksum or format errors
2021-12-28 CryptoManiacRework proof-of-stake validation logic to handle orphan...
2021-12-28 CryptoManiacBugfix: Check proof-of-stake after orphan maps were...
2021-12-27 CryptoManiacDeinit active branch first
2021-12-27 CryptoManiacgrammar
2021-12-27 user-fstack-protector-string
2021-12-26 CryptoManiacNew checkpoints at block 712891
2021-12-26 svostFix - add missed cs macros
2021-12-26 svostRemove ancient code
2021-12-26 svostFix analyzer noise
2021-12-26 svostFix compiler noise
2021-12-26 CryptoManiacRemove BerkeleyDB support for block index
2021-12-26 userMerge branch 'master' of github.com:novacoin-project...
2021-12-26 userFix amount checking
2021-12-26 userAdd BOOST_SPIRIT_THREADSAFE flag
2021-12-26 userlibssp is needed only for mingw
2021-12-26 userDo not force static runtime for boost unless building...
2021-12-26 userAdd resource file for novacoind.exe
2021-12-26 userFix exe linker flags
2021-12-26 userStatic linking with runtime for Windows executables
2021-12-26 userAdd workaround for mingw32 to sse2neon
2021-12-26 userAdjust stack smashing protection options
2021-12-26 userLink with pthread on win32
2021-12-26 userDefine WIN32 for windows targets
2021-12-26 userSet IXWebSocket to latest HEAD
2021-12-26 userUse -fPIC only on relevant platforms
2021-12-25 userBoost_USE_STATIC_RUNTIME ON
2021-12-24 svostRefresh bitcoinrpc
2021-12-24 CryptoManiacMicrosoft compiler flags
2021-12-24 CryptoManiacMicrosoft compiler flags
2021-12-24 CryptoManiacMicrosoft compiler flags
2021-12-24 CryptoManiacRemove duplicate compiler launcher
2021-12-24 CryptoManiacTweak berkeley db detection
2021-12-24 CryptoManiacTweak berkeley db detection
2021-12-24 CryptoManiacTweak berkeley db detection
2021-12-23 CryptoManiacUse fully qualified boost::placeholders identifiers...
2021-12-23 CryptoManiacFix https://github.com/bitcoin/bitcoin/issues/19510
2021-12-22 CryptoManiacAlways define USE_IPV6
2021-12-22 CryptoManiacWe already have WSA init calls in init.cpp
2021-12-22 CryptoManiacWindows libraries linking for daemon
2021-12-22 CryptoManiacFix novacoind build
2021-12-21 userMerge branch 'master' of github.com:novacoin-project...
2021-12-21 userOnly allow 64 bit builds by default;
2021-12-20 CryptoManiacWindows-specific libraries
2021-12-20 CryptoManiacInit net subsystem
2021-12-20 CryptoManiacDisable c++ extensions
2021-12-20 CryptoManiacFix missing QAbstractItemView definition
2021-12-20 CryptoManiacMerge branch 'master' of github.com:novacoin-project...
2021-12-20 CryptoManiacCreate CMakeLists.txt for Qt project
2021-12-20 svostUpdate CMake - berkeleydb
2021-12-20 CryptoManiacBetter detection of berkeleydb
2021-12-20 CryptoManiacBetter detection of berkeleydb
2021-12-20 CryptoManiacMerge branch 'master' of github.com:novacoin-project...
2021-12-20 CryptoManiacBetter detection of berkeleydb
2021-12-20 svostFix compiler noise (default ctor)
2021-12-20 CryptoManiacRemove unused code
2021-12-20 CryptoManiacRemove old make files
2021-12-20 CryptoManiacGenerate build info header
2021-12-20 CryptoManiacASM should be declared as well
2021-12-20 CryptoManiacOPENSSL_USE_STATIC_LIBS ON
2021-12-20 CryptoManiacBoost_USE_STATIC_LIBS ON
2021-12-20 CryptoManiacBDB path variables
2021-12-20 CryptoManiacWe can work with leveldb now
2021-12-20 CryptoManiacAdd preprocessor definitions
2021-12-20 CryptoManiacCMake file for novacoind (USE_LEVELDB does not work...
2021-12-20 CryptoManiac__APPLE
2021-12-19 CryptoManiacUse prebuilt leveldb
2021-12-19 CryptoManiacAdd leveldb submodule
2021-12-03 svostBN_is_prime -> BN_is_prime_ex
2021-12-02 CryptoManiacBN_zero -> BN_set_word
2021-12-01 svostUpdate makefile.unix
2021-12-01 CryptoManiacFix crash
2021-11-27 CryptoManiacConsistency fix: Do not return non-const pointer to...
2021-11-27 CryptoManiacOpenSSL-independent implementation of base58
2021-11-27 CryptoManiacconst variant
2021-11-27 CryptoManiacEnable BIP112 at Friday, 25-Feb-2022 14:00:20 UTC
2021-11-27 CryptoManiacFix #375
2021-11-27 CryptoManiacRemove rpcssl settings from help
2021-11-27 CryptoManiacAdd ixwebsocket library to makefiles
2021-11-27 CryptoManiacResurrect authentication support
2021-11-27 CryptoManiacRemove debug output
2021-11-27 CryptoManiacStart server thread
2021-11-27 CryptoManiacInit
2021-11-27 CryptoManiacUse BN_dup
2021-11-27 CryptoManiacFix copy constructor
2021-11-27 CryptoManiacRemove ECIES and PEM dump functionality
2021-11-27 CryptoManiacFix copy constructor
2021-11-27 CryptoManiacUse shared_ptr
2021-11-27 CryptoManiacHack to deal with namespace conflict. It is better...
2021-11-27 CryptoManiacReimplement RPC server and client
2021-11-27 CryptoManiacrandom_shuffle has been removed in c++17
2021-11-27 CryptoManiacPush IXWebSocket reference
2021-11-27 CryptoManiacOpenSSL API hacks
2020-04-17 CryptoManiacFix getbalance() bug
2020-02-06 svostAdd checkpoint 388/head
2020-01-03 Laser9unUpdate Copyright Year 387/head
2019-12-02 Laser9ungui: Enable console line edit on setClientModel 384/head
next