6012 Commits (e545371b77d419b3bf4dd194b3f3c107d9bce6d1)

Author SHA1 Message Date
Wladimir J. van der Laan a4fe57da62
Revert "Assert on probable deadlocks if the second lock isnt try_lock" 9 years ago
Casey Rodarmor 231c5601a1 Use unique name for AlertNotify tempfile 9 years ago
Wladimir J. van der Laan 5922b6774e Add assertion and cast before sending reject code 9 years ago
Pavol Rusnak 7b79cbd722 limit total length of user agent comments 9 years ago
Ross Nicoll 9ca7857df7 Rationalize currency unit to "BTC" 9 years ago
Matt Quinn 19dd40a25f Consolidate individual references to the current maximum peer connection 9 years ago
Casey Rodarmor f261f19b4b Give a better error message if system clock is bad 9 years ago
Wladimir J. van der Laan f18b8ec7cf Make sure LogPrintf strings are line-terminated 9 years ago
Wladimir J. van der Laan a8d0407c4f Move recentRejects initialization to top of InitBlockIndex 9 years ago
Pavol Rusnak 557f8eac7a implement uacomment config parameter 9 years ago
Wladimir J. van der Laan eec7757445 qt: Introduce PlatformStyle 9 years ago
Daniel Kraft 5fb5c9b213 Clean up chainparams some more. 9 years ago
Adam Weiss f0cba6f8eb Delay initial pruning until after wallet init 9 years ago
Peter Todd 0847d9cb5f
Keep track of recently rejected transactions 9 years ago
Pieter Wuille eddaba7b56
Revert "Cache transaction validation successes" 9 years ago
Casey Rodarmor 17ac0f4025 Avoid leaking file descriptors in RegisterLoad 9 years ago
Pavel Vasin 5e56ef5152 qt: use CHashWriter also in SignVerifyMessageDialog 9 years ago
Pieter Wuille d741371d7d Only use randomly created nonces in CRollingBloomFilter. 9 years ago
Peter Todd d2d7ee0e86 Make CRollingBloomFilter set nTweak for you 9 years ago
Pieter Wuille a3d65fedaa Reuse vector hashing code for uint256 9 years ago
Peter Todd bbe41088c6 Add uint256 support to CRollingBloomFilter 9 years ago
Gavin Andresen 517e6dd256 Unit test doublespends in new blocks 9 years ago
Pieter Wuille 17b11428c1 Cache transaction validation successes 9 years ago
Wladimir J. van der Laan c38c49d0b7 Fix argument parsing oddity with -noX 9 years ago
Wladimir J. van der Laan 614601be8f rpc: Accept strings in AmountFromValue 9 years ago
Jonas Schnelli 6f8b6d339b don't try to decode invalid encoded ext keys 9 years ago
Cory Fields fe997dfd12 build: fix building against qt5.4/5.5 9 years ago
Jorge Timón 60c8bac77c Includes: Cleanup around net main and wallet 9 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 9 years ago
Jonas Schnelli 8d2af54ecc extend bip32 tests to cover Base58c/CExtKey decode 9 years ago
Jonas Schnelli 7cb1f9f7eb fix and extend CBitcoinExtKeyBase template 9 years ago
Matt Corallo 0fcc4e1e04 Assert on probable deadlocks if the second lock isnt try_lock 10 years ago
Ross Nicoll c433828df9 Handle no chain tip available in InvalidChainFound() 10 years ago
Pavel Janík 1327897aee Reformat help text of estimatefee and estimatepriority to match other help texts. 10 years ago
Pieter Wuille 9e38d0f745 Separate core memory usage computation in core_memusage.h 10 years ago
Wladimir J. van der Laan 89289d875d
Fix warning introduced by #6412 10 years ago
Simon Males 0ef9858707 Documenting pruned, pruneheight and softforks in getblockchaininfo 10 years ago
zathras-crypto 0aad1f13b2
Exempt unspendable transaction outputs from dust checks 10 years ago
Wladimir J. van der Laan ec249d4a1d util: use locale-independent parsing in ParseDouble 10 years ago
Wladimir J. van der Laan 7650449a67 univalue: Avoid unnecessary roundtrip through double for numbers 10 years ago
Wladimir J. van der Laan e061e2778d rpc: Make ValueFromAmount always return 8 decimals 10 years ago
Philip Kaufmann dca6040a86 [Qt] remove std namespace polution from code 10 years ago
Pavel Vasin 2cb8ee9ac7 remove unused inv from ConnectTip() 10 years ago
Wladimir J. van der Laan ce183dce2e
qt: update forgotten emit to Q_EMIT in macdockiconhandler.mm 10 years ago
Wladimir J. van der Laan d29ec6c230 qt: define QT_NO_KEYWORDS 10 years ago
Cory Fields d4b1d5a8ba openssl: avoid config file load/race 10 years ago
Wladimir J. van der Laan 71cbeaad9a rpc: Implement random-cookie based authentication 10 years ago
Jorge Timón c4973aaaf6 Chainparams: CTestNetParams and CRegTestParams extend directly from CChainParams 10 years ago
Jorge Timón d3cf546ec2 Chainparams: Introduce CreateGenesisBlock() static function 10 years ago
Suhas Daftuar 59b49cd074 Eliminate signed/unsigned comparison warning 10 years ago