7520 Commits (5e3557b8e36308a27dbeb528569abe638c4d01dd)

Author SHA1 Message Date
Cory Fields 0a36b9af28 crypter: shuffle Makefile so that crypto can be used by the wallet 8 years ago
Cory Fields 976f9ec264 crypter: add a BytesToKey clone to replace the use of openssl 8 years ago
Cory Fields 9049cde4d9 crypter: hook up the new aes cbc classes 8 years ago
Cory Fields fb96831c1f crypter: constify encrypt/decrypt 8 years ago
Cory Fields 1c391a5866 crypter: fix the stored initialization vector size 8 years ago
Cory Fields daa384120a crypto: add aes cbc tests 8 years ago
Cory Fields 27a212dcb4 crypto: add AES 128/256 CBC classes 8 years ago
Pieter Wuille 6bec172eb9 Add ctaes-based constant time AES implementation 8 years ago
Wladimir J. van der Laan 1ab1dc3140 rpc: Add `relaytxes` flag to `getnetworkinfo` 8 years ago
Wladimir J. van der Laan 581ddff05c net: Add fRelayTxes flag 8 years ago
Jonas Schnelli 34ebceb25a
[Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX 8 years ago
Jonas Schnelli 276ce84fd3
[Qt] Disable some menu items during splashscreen/verification state 8 years ago
Tyler Hardin 8b0e497028 Qt: Add option to hide the system tray icon 8 years ago
Wladimir J. van der Laan 32114dd634 bench: Add crypto hash benchmarks 8 years ago
Chris Stewart 10e83d7956 Adding basic tests for OP_CSV inside of script_tests.json 8 years ago
Cory Fields 5d5e7a097a net: No need to export ConnectNode 8 years ago
Cory Fields e9ed6206b3 net: No need to export DumpBanlist 8 years ago
Cory Fields 8b8f87714d net: make Ban/Unban/ClearBan functionality consistent 8 years ago
MarcoFalke fa72f7d99d [doc] Remove outdated line from listunspent RPC help, fix typo 8 years ago
Wladimir J. van der Laan 3e2c946cfd init: Move berkeleydb version reporting to wallet 8 years ago
Tyler Hardin 2d5603c7e8 Qt: Sort transactions by date 8 years ago
Tyler Hardin 3902a291ab Qt: Delay user confirmation of send 8 years ago
Warren Togami 0d9af79e50 SOCKS5 connecting and connected messages with -debug=net. 8 years ago
Warren Togami 00678bdb0a Make failures to connect via Socks5() more informative and less unnecessarily scary. 8 years ago
instagibbs 657e07efa3 Rename ReconsiderBlock func to reflect real behavior 8 years ago
Chirag Davé 326231611b fReopenDebugLog and fRequestShutdown should be type sig_atomic_t 8 years ago
Patrick Strateman 0fd599767d Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk 8 years ago
Pavel Janík 166e4b0dfa Notify other serviceQueue thread we are finished to prevent deadlocks. 8 years ago
Pavel Janík db18ab28c7 Reenable multithread scheduler test. 8 years ago
instagibbs addb9d2a09 Remove state arg from ReconsiderBlock 8 years ago
Pedro Branco 0bf6f30262 Prevent multiple calls to ExtractDestination 8 years ago
Jonas Schnelli 04eaa90958
Add more clear interface for CoinControl.h regarding individual feerate 8 years ago
21E14 a4d5855a25 CCoinsViewErrorCatcher raison-d-etre 8 years ago
Kaz Wesley e53e7c5473 don't run ThreadMessageHandler at lowered priority 8 years ago
Cory Fields cca221fd21 net: Drop CNodeRef for AttemptToEvictConnection 8 years ago
Cory Fields 563f375cde net: use the exposed GetNodeSignals() rather than g_signals directly 8 years ago
Cory Fields 9faa4902cd net: remove unused set 8 years ago
Cory Fields 52cbce287a net: don't import std namespace 8 years ago
Wladimir J. van der Laan f0188f9178 http: use std::move to move HTTPRequest into HTTPWorkItem 8 years ago
Wladimir J. van der Laan 37b21372a0 http: Change boost::scoped_ptr to std::unique_ptr in HTTPRequest 8 years ago
Wladimir J. van der Laan f97b410fdd http: Add log message when work queue is full 8 years ago
Wladimir J. van der Laan 091d6e0499 http: Do a pending c++11 simplification 8 years ago
EthanHeilman 1475ecf611 Fix de-serialization bug where AddrMan is corrupted after exception 8 years ago
Wladimir J. van der Laan 08d7b563e9 util: switch LogPrint and error to variadic templates 8 years ago
Wladimir J. van der Laan 9eaa0afa6e tinyformat: force USE_VARIADIC_TEMPLATES 8 years ago
Puru 9a8a7d0115 bitcoin-cli.cpp: Use symbolic constant for exit code 9 years ago
Cory Fields de98290155 build: No need to check for leveldb atomics 9 years ago
21E14 c8b92486c4 Remove obsolete reference to CValidationState from UpdateCoins. 9 years ago
Daniel Kraft f7c4f79f07 [trivial] Add missing const qualifiers. 9 years ago
Gregory Maxwell d90351f050 More comments on the design of AttemptToEvictConnection. 9 years ago