6383 Commits (38ed190eefccf8865d984e08f4dfe4063ed8a55b)

Author SHA1 Message Date
Luke Dashjr fd55571f06 wallet: Expose GUI labels in RPC 9 years ago
Luke Dashjr 5f9260f458 Bugfix: If genproclimit is omitted to RPC setgenerate, don't change it; also show correct default in getmininginfo 9 years ago
Luke Dashjr 420a82f1ae Bugfix: Describe dblogsize option correctly (it refers to the wallet database, not memory pool) 9 years ago
Luke Dashjr caa3d42f06 Bugfix: RPC: blockchain: Display correct defaults in help for verifychain method 9 years ago
Peter Todd da894ab5da Accept any sequence of PUSHDATAs in OP_RETURN outputs 9 years ago
Peter Todd 5d8709c3b7 Add IsPushOnly(const_iterator pc) 9 years ago
Peter Todd 6a07eb676a Make TX_SCRIPTHASH clear vSolutionsRet first 9 years ago
Jonas Schnelli 95acf3cc6d remove $(@F) and subdirs from univalue make 9 years ago
Jonas Schnelli 9623e93473 [Univalue] add univalue over subtree 9 years ago
Jonas Schnelli 0917306fdf remove univalue, prepare for subtree 9 years ago
Arne Brutschy 58981d4f7d Changed logging to make -logtimestamps to work also for -printtoconsole 9 years ago
Gavin Andresen 7072c544b5
Support very-fast-running benchmarks 9 years ago
Gavin Andresen 535ed9223d
Simple benchmarking framework 9 years ago
Luke Dashjr e761d7a94f Bugfix: Allow mining on top of old tip blocks for testnet (fixes testnet-in-a-box use case) 9 years ago
Wladimir J. van der Laan a91eea6e3e
qt: periodic translations update 9 years ago
Wladimir J. van der Laan ec908d5f7a http: Force-exit event loop after predefined time 9 years ago
Wladimir J. van der Laan de9de2de36 http: Wait for worker threads to exit 9 years ago
Wladimir J. van der Laan 5e0c221356 Make HTTP server shutdown more graceful 9 years ago
Wladimir J. van der Laan a5b78c2fa8 build: Remove dependency of bitcoin-cli on secp256k1 9 years ago
Wladimir J. van der Laan 9fea833a12 timedata: Prevent warning overkill 9 years ago
EthanHeilman 1534d9a83c Creates unittests for addrman, makes addrman testable. 9 years ago
Suhas Daftuar 60de0d5826 Fix mempool package tracking edge case 9 years ago
MarcoFalke 43edd515e5 SanitizeString: Allow hypen char 9 years ago
MarcoFalke 4dee609e10 Rename rpcconsole.ui => debugwindow.ui 9 years ago
MarcoFalke 0d0a2d6bf9 [Qt] Raise debug window when requested 9 years ago
Pieter Wuille 3b33ec85ed Avoid duplicate CheckBlock checks 9 years ago
Pieter Wuille 391dff16fe Do not store Merkle branches in the wallet. 9 years ago
Diego Viola 99ee4a656b Fix spelling of Qt 9 years ago
Wladimir J. van der Laan 2190ea6c4e rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeout 9 years ago
Wladimir J. van der Laan 8b2d6edaa9 http: Disable libevent debug logging, if not explicitly enabled 9 years ago
Jonas Schnelli 7aac6db6eb [QT] dump banlist to disk in case of ban/unban over QT 9 years ago
Suhas Daftuar 5add7a74a6 Track transaction packages in CTxMemPoolEntry 9 years ago
Ashley Holman 34628a1807 TxMemPool: Change mapTx to a boost::multi_index_container 9 years ago
Wladimir J. van der Laan 5ce43da03d init: Ignore SIGPIPE 9 years ago
Jonas Schnelli 24cb7c7bbb [QT] fix thin space word wrap line brake issue 9 years ago
Alex Morcos 131c23d027 Fix locking in GetTransaction. 9 years ago
Jonas Schnelli d76a8acb9b use CBlockIndex* insted of uint256 for UpdatedBlockTip signal 9 years ago
Jonas Schnelli 7f90ea78cb [QA] adabt QT_NO_KEYWORDS for QT ban implementation 9 years ago
Jonas Schnelli 07f70b2dde [QA] fix netbase tests because of new CSubNet::ToString() output 9 years ago
Philip Kaufmann 4ed05101f3 [Qt] call DumpBanlist() when baning unbaning nodes 9 years ago
Jonas Schnelli be8929265f [Qt] reenabling hotkeys for ban context menu, use different words 9 years ago
Jonas Schnelli b1189cfa10 [Qt] adapt QT ban option to banlist.dat changes 9 years ago
Philip Kaufmann 65abe91ce4 [Qt] add sorting for bantable 9 years ago
Philip Kaufmann 51654deff2 [Qt] bantable polish 9 years ago
Philip Kaufmann cdd72cd5fb [Qt] simplify ban list signal handling 9 years ago
Jonas Schnelli 43c1f5b8d7 [Qt] remove unused timer-code from banlistmodel.cpp 9 years ago
Wladimir J. van der Laan e2b8028e4c net: Fix CIDR notation in ToString() 9 years ago
Philip Kaufmann 9e521c1735 [Qt] polish ban table 9 years ago
Jonas Schnelli 607809f037 net: use CIDR notation in CSubNet::ToString() 9 years ago
Jonas Schnelli 53caec66cc [Qt] bantable overhaul 9 years ago