3279 Commits (19a5676280370148492cf59a5103584cf37893ac)

Author SHA1 Message Date
Wladimir J. van der Laan 19a5676280 Use mutex pointer instead of name for AssertLockHeld 11 years ago
Wladimir J. van der Laan 636a42bd0e
Remove ui_interface ThreadSafeAskFee residue 11 years ago
Philip Kaufmann 6c1bf199ca [Qt] style-police, add missing license headers 11 years ago
Philip Kaufmann 46469d0f86 some more small re-branding changes (Bitcoin Core) 11 years ago
Wladimir J. van der Laan 88ba2643f0 qt: Update English language file for translators 11 years ago
Wladimir J. van der Laan 06eb2f215b Seperate out wallet options in help message 11 years ago
Wladimir J. van der Laan 4a61c39456 qt: status WalletModel::Aborted is no longer used 11 years ago
Kangmo 0205abd83d Improve unit test code not to compare with explanatory messages for each platform. 11 years ago
Wladimir J. van der Laan 93a5d0bb98 qt: use GUIUtil::dateTimeStr in coincontrol 11 years ago
Kangmo bccd5324ab Fix unit test error on OSX 10.9 using Apple LLVM v5.0. 11 years ago
Wladimir J. van der Laan ca2c83da50 Remove unused ThreadSafeAskFee from ui_interface 11 years ago
Wladimir J. van der Laan 37e67d37c1 Remove unused ThreadSafeHandleURI from ui_interface 11 years ago
Philip Kaufmann a9a37c8bb5 update help for -blockmaxsize and blockprioritysize 11 years ago
Wladimir J. van der Laan 22f0135df0 Rebrand to `Bitcoin Core` 11 years ago
Cory Fields efdfee423f build: fix detection of boost libs on multi-arch distros 11 years ago
Philip Kaufmann 7df07b3f45 [Qt] fix RecentRequestsTableModel function ambiuguity 11 years ago
Philip Kaufmann 24646ee76f [Qt] fix possibilty to delete last sendcoins entry 11 years ago
Tamas Blummer 3e01c00f42 Add tests for correct and incorrect order of signatures for a multisig 11 years ago
Gavin Andresen 0b238b2786 Use thread-local storage for LogPrint(category...) 11 years ago
Gavin Andresen 962b1cf441 Fix infinite loop with LogPrint on Windows 11 years ago
Philip Kaufmann f914c7a1a4 rpcwallet: use EnsureWalletIsUnlocked() where possible 11 years ago
Philip Kaufmann 84f8551f3a [Qt] misc small Mac related changes/cleanups 11 years ago
Philip Kaufmann fdbdb7f345 cleanup includes in rpcnet.cpp 11 years ago
Philip Kaufmann b6aafca03d some string and indentation updates in init/rpcclient 11 years ago
Wladimir J. van der Laan fbc7a96d03 Re-enable miner tests in --disable-wallet mode 11 years ago
Wladimir J. van der Laan acfa03337e Move internal miner functionality together 11 years ago
Wladimir J. van der Laan 4a85e06750 Allow mining RPCs with --disable-wallet 11 years ago
Gavin Andresen 80ecf6702a Add ThreadGetMyExternalIP to net thread group 11 years ago
Pieter Wuille b2864d2fb3 Add main-specific node state 11 years ago
Gregory Maxwell a702a0b61d Restore hex to getrawtransaction vout scriptPubkey. 11 years ago
Philip Kaufmann 4cf3411056 [Qt] misc PaymentServer changes (e.g. changes to eventFilter()) 11 years ago
Philip Kaufmann 38cbeab1ff fix typo in rpcnet.cpp 11 years ago
Wladimir J. van der Laan 4ef92a9067 Refuse to retransmit transactions without vins 11 years ago
Wladimir J. van der Laan d3ef9b00ec Prevent empty transactions from being added to vtxPrev 11 years ago
Wladimir J. van der Laan 5094f8d46f Split off rpc_wallet_tests 11 years ago
Wladimir J. van der Laan 829c920387 Move CCryptoKeyStore to crypter.cpp 11 years ago
Wladimir J. van der Laan 4f9e993bc9 Add --disable-wallet option to build system 11 years ago
Wladimir J. van der Laan d004d7279f Move CAddrDB frrom db to net 11 years ago
Wladimir J. van der Laan 48ba56cdfd Delimit code with #ifdef ENABLE_WALLET 11 years ago
Wladimir J. van der Laan 991685d3dc Move getinfo to rpcnet.cpp 11 years ago
Wladimir J. van der Laan bbb093652e Move HelpExample* from rpcwallet to rpcserver 11 years ago
Wladimir J. van der Laan 6c98cca9e4 qt: use deleteLater to remove send entries 11 years ago
Gavin Andresen 1e01f7c506 Payment request URI syntax changed, from request=... to r=... 11 years ago
Philip Kaufmann ccd1372dd0 [Qt] small notificator and style changes 11 years ago
Wladimir J. van der Laan 0b47fe6bdc bitcoin-cli: remove unneeded dependencies (only code movement) 11 years ago
Gregory Maxwell 9b59e3bda8 Sanitize assert usage and refuse to compile with NDEBUG. 11 years ago
Philip Kaufmann d3207b6fa8 [Qt] coin-control features GUI cleanup 3 11 years ago
Philip Kaufmann 834e14e57f [Qt] coin-control features GUI cleanup 2 11 years ago
Sined d6cb85d50d Lossless image optimization 11 years ago
Ryan Niebur bae6c7e32b Fix a rare crash on Mac OS X, by removing a setFocus on the payTo field that was not necessary, as the field still receives focus without it. 11 years ago