288 Commits (5d5862a85e806f5e12c3da9f5a516839fb4c17a0)

Author SHA1 Message Date
Larry 5d5862a85e bitcore 7 years ago
Jonathan "Duke" Leto 8a1c49fd3b update security link 7 years ago
Jonathan "Duke" Leto d81b08317f Rename missing_zcash_conf to missing_hush_conf 7 years ago
Jonathan "Duke" Leto 8d23a5522c Update various docs about new files names and such 7 years ago
Jonathan "Duke" Leto 5fe18df134 s/zcashd/hushd/ 7 years ago
Daira Hopwood 506a21850a Remove UPnP support. fixes #2500 7 years ago
David Mercer f56f15b73d initial version rebranded as hush 7 years ago
David Mercer 42e4e8bd9a change datadir and conf file names 7 years ago
Wladimir J. van der Laan da1357e6cc
Use real number of cores for default -par, ignore virtual cores 9 years ago
Daira Hopwood f0d1accb7d Line-wrap privacy notice. Use <> around URL and end sentence with '.'. 7 years ago
Jay Graber ab1d2d575c Add security message to license text, rm url from translation string 7 years ago
Wladimir J. van der Laan 167b6231c9
Move windows socket init to utility function 9 years ago
Adam Weiss 8550bcfeca
Buffer log messages and explicitly open logs 9 years ago
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
J-Stuhlman 68aa74243f Update util.cpp 8 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