2165 Commits (1a20469428ef623f4edc2cdac72aef001836536c)

Author SHA1 Message Date
Alexander Kjeldaas c043ff79e3 o Added threadsafety.h - a set of macros using the -Wthread-safety 12 years ago
Alexander Kjeldaas 40c5e409e1 o Removed verbose clang warning 12 years ago
Pieter Wuille 160b028b88 One-line comments for public main functions 12 years ago
Pieter Wuille 45a9365f18 Fix status text after reindex 12 years ago
Philip Kaufmann b56585d067 fix some missing indentations in main.cpp for better readability 12 years ago
Philip Kaufmann c74bae0fdf simplify CDBEnv::Open() / fix small glitches 12 years ago
Philip Kaufmann c73323eec9 allow listening on -bind=address for blocked networks 12 years ago
Pieter Wuille c7075c4b65 Fix tests after cache tweaks 12 years ago
Philip Kaufmann d0b0925be9 make CBase58Data class use zero_after_free_allocator 12 years ago
Philip Kaufmann 0f8a647782 don't use memset() in privacy/security relevant code parts 12 years ago
Pieter Wuille 7fea484674 Add -reindex, to perform in-place reindexing of block chain files 12 years ago
Pieter Wuille 7a5b7535bf Move ThreadImport to init.cpp 12 years ago
Pieter Wuille 05d9726805 LoadExternalBlockFile switched to CBufferedFile 12 years ago
Pieter Wuille b5d5f44c95 Add CBufferedFile 12 years ago
Philip Kaufmann 128eefa0f8 Qt: small header changes / fixes 12 years ago
Pieter Wuille cd6dc96c4f Do not reorganize if new branch has same amount of work 12 years ago
Jeff Garzik fcf234fc08 RPC: HTTP server uses its own ReadHTTPRequestLine() 12 years ago
Jeff Garzik 2306dc4b76 RPC, cosmetic: push down ReadHTTPStatus() calls into ReadHTTP() callers 12 years ago
Pieter Wuille 1c83b0a377 Cache size optimizations 12 years ago
Pieter Wuille 92467073ad Remove -detachdb and stop's detach argument. 12 years ago
Philip Kaufmann ed552cfae0 remove printf redefinition from bitcoinrpc.cpp 12 years ago
Pieter Wuille 9d6633ac0d Comments for constants 12 years ago
Pieter Wuille c9c7d4824f Add virtual destructor to CCoinsView 12 years ago
Pieter Wuille 5eaf91a428 Bugfix: do not keep relaying spent wallet transactions 12 years ago
Arnav Singh 8986a1369f Fixed making leveldb with custom CFLAGS/CXXFLAGS in the same way as makefile.unix 12 years ago
Philip Kaufmann 6f959c4cb3 Bitcoin-Qt: use statustips in addition to tooltips 12 years ago
Matt Corallo 38fe2e6a68 Add missing calls to ranlib in Windows makefiles 12 years ago
Matt Corallo f53b125507 Fix linux-mingw makefile's leveldb build by setting CXX. 12 years ago
Matt Corallo 3b4f8ad71d Use && instead of ; in leveldb calls to makefile. 12 years ago
Gavin Andresen 34226be7a8 New createmultisig rpc command 12 years ago
Gavin Andresen 03346a61b1 Add redeemScript to listunspent output and signrawtransaction input 12 years ago
Gavin Andresen 2d43f88e1f Tests for raw transactions argument checking 12 years ago
Gavin Andresen c4d884e20e No need for test fixture now that multisig is enabled on main network. 12 years ago
Pieter Wuille 28982cc9dc Remove P2SH transition code: P2SH violations may cause DoS trigger 12 years ago
Pieter Wuille 0b297a614f Bugfix: don't crash by trying to write unchanged best block 12 years ago
Philip Kaufmann 6b3783a9c9 fix some double-spaces in strings 12 years ago
Pieter Wuille bb790aa24d First flush block tree, then coin set 12 years ago
tucenaber 3026baaa7c Added checks for null pointers in Shutdown 12 years ago
Philip Kaufmann 847593228d fix some thread related log messages 12 years ago
Philip Kaufmann 83a3fb81f3 ensure AskPassphraseDialog::eventFilter forwards events 12 years ago
Wladimir J. van der Laan 62e21fb5d0 Show warning when using prerelease version 12 years ago
Gregory Maxwell 3beac9837f Don't force getblocktemplate to have a parameter. 12 years ago
Wladimir J. van der Laan 4fbad9124e Fix out-of-bounds read noticed by Ricardo Correia 12 years ago
Gregory Maxwell faff50d129 Fixes a race condition in CreateNewBlock and a future null deref on testnet. 12 years ago
Pieter Wuille 4afc0b5411 Bugfix: actually use CCoinsViewMemPool 12 years ago
Pieter Wuille c2ed184f98 Added some comments 12 years ago
Pieter Wuille 1e64c2d585 Bugfix: off-by-one in priority calculation 12 years ago
Pieter Wuille 9e957fb3b1 Bugfix: add missing fee check 12 years ago
Pieter Wuille 56424040a4 Bugfix: off-by-one error in coinbase maturity check 12 years ago
Alex 39ad0aa692 Fixed 100% CPU utilization problem on FreeBSD 9 12 years ago