2573 Commits (da986f793d839d63692aa8b497f42c30fd584c66)

Author SHA1 Message Date
Philip Kaufmann be8e1f8479 Bitcoin-Qt: fix crash on Windows caused by CDBEnv::EnvShutdown() 12 years ago
Philip Kaufmann 11406c89fe ConnectBlock(): fix error() format to be unsigned 12 years ago
Philip Kaufmann baa510b210 update bitcoinstrings.cpp and bitcoin_en.ts 12 years ago
Philip Kaufmann 42152c3da9 ensure we use our format macros to avoid compilation warnings 12 years ago
Jeff Garzik fdbb537d26 Add new RPC "lockunspent", to prevent spending of selected outputs 12 years ago
Jeff Garzik 7e1610d51e RPC: Forbid RPC username == RPC password 12 years ago
Pieter Wuille e754cf4133 Split off CBlockHeader from CBlock 12 years ago
Pieter Wuille 99d0d0f356 Introduce script verification flags 12 years ago
Luke Dashjr 4ade04ddbd Print error for coinbase-pays-too-much case of ConnectBlock failing 12 years ago
Philip Kaufmann 29e214aaf5 make enum and parameter used in Bind() unsigned 12 years ago
Alexander Kjeldaas bfc9620799 Simplify CMutexLock 12 years ago
Pieter Wuille 4291e8feab Prevent RPC 'move' from deadlocking 12 years ago
Luke Dashjr c34a32699e Change block references in debug.log to full hash instead of just 0..20 12 years ago
Luke Dashjr f3a84c3a6b Abstract block hash substr extraction (for debug.log) into BlockHashStr inline 12 years ago
Philip Kaufmann 966a0e8cc9 add CWalletTx::GetImmatureCredit() and use it in CWallet::GetImmatureBalance() 12 years ago
Robert Backhaus 978770b59d Change 'make' to $(MAKE) in leveldb make command line 12 years ago
Philip Kaufmann 13e5cce4c3 some small fixes for main.cpp/.h 12 years ago
Alexander Kjeldaas 25511af4a5 o Annotated lock-like functions in net.h. 12 years ago
Alexander Kjeldaas 05f97d1263 o Added AnnotatedMixin which adds locking annotations to the mutex 12 years ago
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
kjj2 cae686d31e Add -walletnotify to call an external script on wallet transactions 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