25 Commits (df4018141752de57cd7ce59ef556f541016facc1)

Author SHA1 Message Date
Matt Corallo 7414733bea Make an invalid addrIncoming so that old clients crash. 13 years ago
Matt Corallo 4e87d341f7 Add wallet privkey encryption. 13 years ago
Gavin Andresen d547a44332 Block-chain lock-in at 134444 13 years ago
Pieter Wuille 4973174534 Limit response to getblocks to half of output buffer size 13 years ago
Shane Wegner 926e14b362 Fix missing includes needed for Boost 1.46. 13 years ago
Wladimir J. van der Laan eade213197 add GetTotalBlocksEstimate() function, move magic number to constant 13 years ago
Pieter Wuille 64c7ee7e6b CWallet class 13 years ago
Pieter Wuille e89b9f6a2a move wallet code to separate file 13 years ago
Pieter Wuille 12a1256c1d bugfix: accept free transactions 14 years ago
Pieter Wuille 2bfda1be11 Separate required fee for relaying and creation 14 years ago
Pieter Wuille ca253d5911 Fix for small change outputs 14 years ago
Pieter Wuille 1c528eeee9 Update transactions already in the wallet when rescanning. 14 years ago
Jordan Lewis 31f2931281 Only include certain boost headers if necessary. 14 years ago
Jordan Lewis edd309e537 Only include init.h when we have to 14 years ago
Jordan Lewis 40c2614ef4 Only include net.h when we have to 14 years ago
Jordan Lewis 1512d5ce64 Only include db.h when we have to. 14 years ago
Wladimir J. van der Laan 223b6f1ba4 make bitcoin include files more modular 14 years ago
Daniel Holbert 5d1d69453a Add #ifdef USE_UPNP around usage of fUseUPnP to fix build failure. 14 years ago
Jeff Garzik a630da6400 Replace CENT with new constant MIN_TX_FEE, where appropriate. 14 years ago
Jaromil 84c3fb07b0 directory re-organization (keeps the old build system) 14 years ago
Gavin Andresen 64ad448adc Better wording for transaction fee notification messages 14 years ago
Pieter Wuille 8857aeb223 Monitor incoming transactions for spends by (a copy of) your own wallet 14 years ago
Gavin Andresen 5ec05f0a28 Accept non-standard transactions on testnet. 14 years ago
Pieter Wuille 6a76c60e6c Automatically rescan after restoring wallet.dat 14 years ago
Gavin Andresen b37f09aa2e New checkpoint at block 118,000 14 years ago
Pieter Wuille c59b6f704c Bugfix for spentpertxout: slow startup 14 years ago
Pieter Wuille aca3f961db select transaction outputs separately 14 years ago
Pieter Wuille 335e878be8 Spent per txout 14 years ago
Gavin Andresen 198fd7b0bd Report immature coinbase transactions in listtransactions 14 years ago
Jeff Garzik f5f1878ba1 Fix deadlocks in setaccount, sendfrom RPC calls 14 years ago
Jeff Garzik b26141e2c5 Remove 4way SSE2 scanhash implementation. 14 years ago
Matt Corallo 8bb5edc1c9 Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at build time(statically linked). 14 years ago
Gavin Andresen b931ed8563 sendmany RPC command, to send to multiple recipients in one transaction. 14 years ago
Gavin Andresen 88abf70386 Make sure rate-limiting code is thread-safe 14 years ago
Gavin Andresen 5de8b54c51 Continuously rate-limit free transactions. 14 years ago
Gavin Andresen cbc920d474 shy patch from Hal 14 years ago
Gavin Andresen 395c1f44bd Fix minimum transaction fee calculation mismatch between CreateTransaction and CreateBlock 14 years ago
Luke Dashjr a14bf1946d Bugfix: avoid sub-cent change (lost in fees) whenever possible 14 years ago
David FRANCOIS 98ba262a48 Reset testnet with a new genesis block 14 years ago
Gavin Andresen bd7d9140f9 new checkpoint at block 105,000 14 years ago
Gavin Andresen c90ea2bd6d cpuid instruction clobbers eax/ebx/ecx/edx 14 years ago
Chris 8b8d59eefb Don't use GetBoolArg() and mapArgs; use one or the other. 14 years ago
Gavin Andresen d9574c2f14 Reconcile getbalance and listaccounts 0 in the shared-wallet case 14 years ago
Gavin Andresen 1d23c74361 ReacceptWalletTransactions bugfix 14 years ago
Gavin Andresen ddb68acebe Add address to listtransactions output 14 years ago
gavinandresen 809ee79592 New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransactions '*' 14 years ago
s_nakamoto 986b5e257e correction 14 years ago
s_nakamoto 97ee01ad89 added some DoS limits, removed safe mode 14 years ago
gavinandresen a206a23980 IsStandard() check for CScripts: only relay/include in blocks CScripts we can understand. 14 years ago
s_nakamoto f03304a9c7 preps for future client-only mode, 14 years ago