8120 Commits (a79f864945d7abe05e777a942864c181311e5070)

Author SHA1 Message Date
mruddy ff2ed7a5bc trivial: remove unnecessary variable fDaemon 8 years ago
Gregory Maxwell 6d0ced1865 Do not set an addr time penalty when a peer advertises itself. 8 years ago
Pavel Janík 7c069a7093 Do not shadow global variable 8 years ago
Pieter Wuille 4424af5190 Predeclare PrecomputedTransactionData as sturct 8 years ago
Jorge Timón cdd79eb70f C++11: s/boost::scoped_ptr/std::unique_ptr/ 8 years ago
Pieter Wuille 854f1af22e Make the dummy argument to getaddednodeinfo optional 8 years ago
djpnewton f012a857f5 rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST 8 years ago
Pavel Janík b175cb755b Do not shadow variables. 8 years ago
Johnson Lau 482f852da6 Implement NULLDUMMY softfork 8 years ago
Alexey Vesnin 323a5fe06a Berkeley DB v6 compatibility fix 8 years ago
Pieter Wuille 203f2121be Reduce default number of blocks to check at startup 8 years ago
Pieter Wuille 5127c4f21c Add preciousblock RPC 8 years ago
Pieter Wuille 887919c7b7 Check for compatibility with download in FindNextBlocksToDownload 8 years ago
Pieter Wuille 144ed76ea0 Fix some locks 8 years ago
Pieter Wuille 35fe0393f2 Rename to PrecomputedTransactionData 8 years ago
Wladimir J. van der Laan 05fa823bf6 wallet: Add BIP125 comment for MAXINT-1/-2 behavior 8 years ago
Peter Todd 152f45ba58 Add option to opt into full-RBF when sending funds 8 years ago
Jonas Schnelli e3245b43d5
[Qt] add out-of-sync modal info layer 8 years ago
Jonas Schnelli e47052f6b5
[Qt] ClientModel add method to get the height of the header chain 8 years ago
Jonas Schnelli a001f18802
[Qt] Always pass the numBlocksChanged signal for headers tip changed 8 years ago
Jonas Schnelli bd44a04dc3
[Qt] make Out-Of-Sync warning icon clickable 8 years ago
Jonas Schnelli 0904c3cda4
[Refactor] refactor function that forms human readable text out of a timeoffset 8 years ago
Gregory Maxwell eb3596f7c2 Do not add random inbound peers to addrman. 8 years ago
MarcoFalke fa8b02d36d [rpc] rawtx: Prepare fLimitFree to make it an option 8 years ago
MarcoFalke fa28bfa341 [wallet] Set fLimitFree = true 8 years ago
Pavel Janík de1bbe3b78 Do not shadow global RPC table variable (tableRPC) 8 years ago
MarcoFalke fa6dc9f0e5 Remove unused variables 8 years ago
R E Broadley 4c3e2cb2df Show XTHIN in GUI 8 years ago
MarcoFalke fa1cf9e7b8 [test] Remove unused code 8 years ago
MarcoFalke fab5ecb771 [wallet] rpc: Drop misleading option 8 years ago
Andrew Chow 57acb82e70 Load choose datadir dialog after options reset 8 years ago
MarcoFalke fa8dd785a2 [qt] Remove Priority from coincontrol dialog 8 years ago
Jonas Schnelli 40a95cfd8f
Set jonasschnellis dns-seeder filter flag 8 years ago
Ethan Heilman dbb1f640e6 Added feeler connections increasing good addrs in the tried table. 8 years ago
Jonas Schnelli beef966e36
[Wallet] remove unused code/conditions in ReadAtCursor 8 years ago
Jonas Schnelli 15860448d3
[Qt] RPC-Console: support nested commands and simple value queries 8 years ago
R E Broadley 259ee09f88 Show "end" instead of many zeros when getheaders request received with a hashStop of Null. 8 years ago
Christian Barcenas 7bd5ff4623 Trivial: Fix two VarInt examples in serialize.h 8 years ago
MarcoFalke fa27c0a2c4 [doc] Fix typos in comments, doxygen: Fix comment syntax 8 years ago
Wladimir J. van der Laan 67a55025a1 init: Fix typo in help message for -whitelistforcerelay 8 years ago
Wladimir J. van der Laan 653bb3d640 Add copyright header to wallet_text_fixture.cpp 8 years ago
Patrick Strateman 8680d3aa80 Move wallet initialization logic from AppInit2 to CWallet::InitLoadWallet 8 years ago
Daniel Kraft 4207630f5a trivial: remove unused variable 8 years ago
MarcoFalke fa785d1211 Use __func__ to get function name for output printing 8 years ago
Jonas Schnelli 7e5d94df1f
[Wallet] Trivial cleanup of HD wallet changes 8 years ago
Jonas Schnelli 914154f0cc
[Qt] add HD enabled/disabled icon to the status bar 8 years ago
Wladimir J. van der Laan b4a9aa511c qt: Fix random segfault when closing "Choose data directory" dialog 8 years ago
crowning- fab2e26d20 CDB: fix debug output 8 years ago
Patrick Strateman e86eb71604 Move CWallet::setKeyPool to private section of CWallet 8 years ago
Nicolas DORIER ab48c5e721 Unit test for sighash caching 8 years ago