269 Commits (db954a65ac01df85e8f53bf2f2b72b2644443a4a)

Author SHA1 Message Date
Philip Kaufmann db954a65ac
use const references where appropriate 9 years ago
Jack Grigg 207924a1d5
Remove OpenSSL PRNG reseeding 8 years ago
Simon 9064d73bf8 Fixes #1497 ZCA-009 by restricting data exporting to user defined folder. 8 years ago
Simon af02114469 Closes #1097 so zcash-cli now displays license info like zcashd. 8 years ago
Jack Grigg d87f00c4d5
Throw an error if zcash.conf is missing 8 years ago
lpescher 1d2db2765e Make command line option to show all debugging consistent with similar options 9 years ago
Pieter Wuille bf673640e3 Use std::atomic for fRequestShutdown and fReopenDebugLog 8 years ago
Chirag Davé 7a4e0e0932 fReopenDebugLog and fRequestShutdown should be type sig_atomic_t 8 years ago
Sean Bowe 796c7ee52f Update to `beta2` public parameters, remove `regtest`/`testnet3` parameters 8 years ago
Lars-Magnus Skog 8fd71a194e changed module name from "bitcoin" to "Zcash" in FormatException() 8 years ago
Taylor Hornby aaf6495948 Rename bitcoin.conf and bitcoind.pid to zcash.conf and zcashd.pid in qa/ and src/ 8 years ago
Sean Bowe 4f1c37980e Load proving/verifying keys at startup from the public alpha parameters file. 9 years ago
Taylor Hornby 8a18333567 Rename .bitcoin (DataDir), bitcoind, and bitcoin-cli. 9 years ago
Cory Fields 60457d3c2f locking: fix a few small issues uncovered by -Wthread-safety 9 years ago
Cory Fields 253143860d
openssl: avoid config file load/race 9 years ago
Philip Kaufmann 5207f33f45 fix header include groups 9 years ago
Jonas Schnelli 3da7849007 [squashme] simplify SetupEnvironment() (by dexX7) 9 years ago
Jonas Schnelli b3ffcdf916 don't imbue boost::filesystem::path with locale "C" on windows 9 years ago
sinetek 7f386d2ff2 DragonFlyBSD thread renaming. 9 years ago
sinetek cd558b421c FreeBSD, OpenBSD thread renaming. 9 years ago
Jorge Timón b74dcb3b4a Separate CTranslationInterface from CClientUIInterface 9 years ago
dexX7 ba0fa0d9bc
Initialization: set fallback locale as environment variable 9 years ago
dexX7 317e66c741
Initialization: set Boost path locale in main thread 9 years ago
Luca Venturini 1fdb9fa3f9 Help messages correctly formatted (79 chars) 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Philip Kaufmann 27df4123c4 make all catch() arguments const 10 years ago
Michael Ford 850c570d68 No longer check osx compatibility in RenameThread 10 years ago
Michael Ford c63a73d18a Update comments in util to be doxygen compatible 10 years ago
21E14 a2cfae8e18 util.cpp comment correction 10 years ago
jtimon ebdb9ff639 SQUASHME: fix "Reserve only one network specific cached path per session" 10 years ago
ENikS 1e73504865
Fixing C4146 warning 10 years ago
jtimon f297479a19 Reserve only one network specific cached path per session 10 years ago
Wladimir J. van der Laan d6712db354
Also create pid file in non-daemon mode 10 years ago
Adam Weiss e982b574a5 Use explicit fflush() instead of setvbuf() 10 years ago
ENikS 8d657a6517 Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false' 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Wladimir J. van der Laan 6e5fd003e0 Move `*Version()` functions to version.h/cpp 10 years ago
Wladimir J. van der Laan 610a8c0759 Move SetThreadPriority implementation to util.cpp instead of the header 10 years ago
Wladimir J. van der Laan 4c61ba40b9 build: check for sys/prctl.h in the proper way 10 years ago
Wladimir J. van der Laan 76c49c4138
Fix thread name setting 10 years ago
Wladimir J. van der Laan 96ff9d6403 Can't log to debug log before chain params initialized 10 years ago
Philip Kaufmann 6354935c48 move rand functions from util to new random.h/.cpp 10 years ago
Philip Kaufmann 001a53d742 add GetRandBytes() as wrapper for RAND_bytes() 10 years ago
Wladimir J. van der Laan 73ac7abd08 Move ui_interface to bitcoin_server.a 10 years ago
R E Broadley 2e36866fec Show nodeid instead of addresses (for anonymity) unless otherwise requested. 10 years ago
Pieter Wuille de79aaa7a9 Move non-trivial uint256.h methods to uint256.cpp 10 years ago
Wladimir J. van der Laan 8ae973c00c Allocate more space if necessary in RandSeedAddPerfMon 10 years ago
Philip Kaufmann cf04d83624 add OpenSSL RAND_cleanup() on OpenSSL shutdown 10 years ago
Philip Kaufmann e10dcf27b4 ensure clean and consistent "namespace" usage 10 years ago
Wladimir J. van der Laan 84ce18ca93 Remove unnecessary dependencies for bitcoin-cli 10 years ago