2165 Commits (1a20469428ef623f4edc2cdac72aef001836536c)

Author SHA1 Message Date
Andrey 1a20469428 Updated help and tests for getreceivedby(account|address) 12 years ago
Andrey 62c9b1155f listreceivedbyaddress now provides tx ids (issue #1149) 12 years ago
Philip Kaufmann 50ce5735d6 LevelDB: build_detect_platform fix NATIVE_WINDOWS indentation 12 years ago
Andrey Alekseenko 6a3aef39e7 OptionsModel now has MapPortUPnP=false if UPNP is not supported 12 years ago
Mike Cassano 44051af1a8 add rescan bool to importprivkey to control whether to do a rescan after import 12 years ago
Pieter Wuille 3fb9b99cca Allow lengthy block reconnections to be interrupted 12 years ago
Pieter Wuille c8b2e4426b Update the block file counter in database when using -reindex 12 years ago
Pieter Wuille 89b7019be8 Reconstruct coins/ from scratch when missing. 12 years ago
Pieter Wuille 8a28bb6dee Add -benchmark for reporting block processing times 12 years ago
Pieter Wuille 0ae0712b1c Add GetTimeMicros() for ore accurate benchmarking 12 years ago
Philip Kaufmann fa45c26a0e call CheckDiskSpace() before pre-allocating space 12 years ago
grimd34th 679131b235 Update src/makefile.mingw 12 years ago
Philip Kaufmann 15d8ff2029 rework ThreadSafeAskFee() / askFee() functions 12 years ago
Philip Kaufmann 7f5a1b529b remove unneeded flag from MSG_INFORMATION and fix an indentation 12 years ago
Philip Kaufmann 50ecd7b689 use new message() function in BitcoinGUI 12 years ago
Philip Kaufmann 3675588a30 Bitcoin-Qt: remove obsolete modal flag from GUI APIs 12 years ago
Philip Kaufmann a8a4b9673e add 2 constructors in CDiskBlockPos to simplify class usage 12 years ago
Pieter Wuille d33a9218ab Make SetBestChain() atomic 12 years ago
Philip Kaufmann b19388dd88 FlushBlockFile(): check for valid FILE pointer 12 years ago
Pieter Wuille 8259c57321 Only send reorged txn to mempool after checkpoint 12 years ago
Pieter Wuille 038784b979 Enable script verification for reorganized mempool tx 12 years ago
Pieter Wuille 487db8a2b1 Make test_bitcoin run in a temp datadir 12 years ago
Pieter Wuille 597fa4cd63 Add GetTempPath() to util 12 years ago
Jeff Garzik e6955d0411 New 'checkpoints' option should default to true. 12 years ago
Jeff Garzik 857b3ad923 Add "checkpoints" option, to permit disabling of checkpoint logic. 12 years ago
Philip Kaufmann f82102121f split of createTrayIconMenu() from createTrayIcon() in BitcoinGUI 12 years ago
Philip Kaufmann ad525e9c8f do not silently ignore errors on "backupwallet" RPC cmd 12 years ago
Luke Dashjr 2646080e3d Allow -printpriority without -debug 12 years ago
Philip Kaufmann 5350ea4171 update CClientUIInterface and remove orphan Wx stuff 12 years ago
Pieter Wuille 231b399952 Bugfix: remove conflicting transactions from memory pool 12 years ago
Gavin Andresen a91efb2d8d Add assert and comment for subtle pay-to-script-hash logic 12 years ago
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