3029 Commits (840905a8fdbac12095ac2ec1aed19181f47230b3)

Author SHA1 Message Date
Philip Kaufmann ced3c24816 log start and end of Shutdown() 11 years ago
Jeff Garzik b0730874d9 Support absence of wallet (pwalletMain==NULL) in several locations, 11 years ago
Philip Kaufmann 23b48d13f1 Bitcoin-Qt: translation fixes in sendcoins 11 years ago
Philip Kaufmann ab25271d3c Bitcoin-Qt: add missing change from branch Qt_misc 11 years ago
Philip Kaufmann f65dddc7b2 misc small spelling/indentation fixes 11 years ago
Philip Kaufmann d5f0ef54f8 several small Qt-related fixes 11 years ago
Pieter Wuille f5857e5cb5 Inline signature serializer 11 years ago
Philip Kaufmann 8d750f1d21 internal miner: move 2 globals from main to miner 11 years ago
Cozz Lovan 5dc9164edc GUI: fix sendcoinsdialog/sendcoinsentry 11 years ago
Pieter Wuille 99740bab9c Skip unspendable outputs in consistency check 11 years ago
Philip Kaufmann faaeae1eb3 fix some printf -> LogPrintf leftovers 11 years ago
Pieter Wuille e0e14e43d9 Use 'low S' as malleability breaker rather than 'even S' 11 years ago
Pieter Wuille 367c29d6e0 Bugfix: nHeightLast instead of nHeightFirst 11 years ago
Pieter Wuille 1657ed2ab4 Fix minor unit test memory leaks 11 years ago
Cory Fields dee632cc25 win32: add version info to bitcoind.exe 11 years ago
Cory Fields 7a3df1cd94 autotools: fix the Makefile.include to be safely included anywhere. 11 years ago
Cory Fields c546dc05bb autotools: fix subdir m4 check, never let it return -I 11 years ago
Wladimir J. van der Laan 9a4a7d3c6a qt: english translation update 11 years ago
Jeff Garzik acafc9ceb1 Add src/.gitignore: ignore src/test_bitcoin 11 years ago
Gavin Andresen 881a85a22d Replace printf with LogPrintf / LogPrint 11 years ago
Gavin Andresen e51321fb75 Refactor: OutputDebugStringF -> LogPrint(category, ...) 11 years ago
Gregory Maxwell d6eb259953 [Fee logic] Don't count txins for priority to encourage sweeping. 11 years ago
coblee d64eef48a4 Add getnetworkhashps to get the calculated network hashrate 11 years ago
Cory Fields 152e51c7af included-tests: generate binary data from test files for inclusion into test binaries 11 years ago
Cory Fields cae63be6c9 autotools: fix a parallel build race condition spotted by the pull-tester 11 years ago
Gregory Maxwell e7bad10c12 More fixes for blockchain corruption on OSX. 11 years ago
Cory Fields 21ffa3ce3a autotools: add translate target for qt translations 11 years ago
Philip Kaufmann b26f9d893c Bitcoin-Qt: BitcoinGUI::message() updates/fixes 11 years ago
Cory Fields f286aa1611 autotools: rearrange qt sources to make them more flexible 11 years ago
Peter Todd 2253642287
Make validateaddress provide redeemScript 11 years ago
Peter Todd be066fad7d Add RPC call decodescript 11 years ago
Peter Todd 463c9710f5 Move Parse{Hash|Hex} to be usable by all RPC code 11 years ago
Luke Dashjr 1e9d3b1392 Bugfix: Since test_bitcoin is being built and run inside src/test/, try using relative directories from that point 11 years ago
Luke Dashjr 941dba1783 configure: Check common include subdirectories for bdb headers, and refuse to use any version other than 4.8 by default 11 years ago
Cory Fields b4d8d03b86 autotools: use an absolute path to test data 11 years ago
Philip Kaufmann d78900cc1b fix some cosmetic glitches in the codebase 11 years ago
Gregory Maxwell f8b7aa8625 Longer term workaround for chainstate corruption from negative versions. 11 years ago
Gregory Maxwell 102518fdb7 Rename -tor to -onion to better reflect what it does. 11 years ago
Wladimir J. van der Laan ed4c7fd4fd qt: add vout index to transaction id in transactions details dialog 11 years ago
Philip Kaufmann 42018eff07 Bitcoin-Qt: Use qDebug() for printing to debug.log 11 years ago
Cory Fields 35b8af9226 autotools: switch to autotools buildsystem 11 years ago
Gregory Maxwell a22eed6a1e Make settxfee clear that units are btc/kb. 11 years ago
Matt Corallo 55ed3f1475 Don't warn about forks while fIsInitialDownload 11 years ago
Timothy Stranex ccf3af77c1 Fix typo in a comment: it's base58, not base48. 11 years ago
Philip Kaufmann e664c3d70c Bitcoin-Qt: allow to differentiate Qt log entries from core 11 years ago
Jonas Schnelli 9e8904f6ae qt: Display txfee in first sendCoinsDialog message box 11 years ago
Wladimir J. van der Laan 9d2fee17e0 qt: Use GUIUtil::HtmlEscape to escape HTML 11 years ago
Wladimir J. van der Laan 5da998e887 qt: Add comment to sorting step in refreshAddressTable 11 years ago
Wladimir J. van der Laan dcd0b0775e qt: Handle address purpose in incremental updates 11 years ago
Philip Kaufmann bdd0c59ab0 Bitcoin-Qt: fixes for using display unit from options 11 years ago