29 Commits (ce364b2d7aba6b7802471a30148f221b26a4ab38)

Author SHA1 Message Date
Han Lin Yap 8c2143d4d8 Comment "deprecated" 14 years ago
Pieter Wuille 2ffba736e9 Use CBitcoinAddress instead of string/uint160 14 years ago
Pieter Wuille 03fbd79049 get rid of mapPubKeys 14 years ago
Giel van Schijndel 93752b8a39 fix warning: variable ‘nMinDepth’ set but not used [-Wunused-but-set-variable] 14 years ago
Giel van Schijndel 858cebed7d fix warning: unused variable 'X' [-Wunused-variable] 14 years ago
Giel van Schijndel d7f1d200ab fix warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] 14 years ago
Matt Corallo fbeb5fb483 Add the walletlock RPC method to lock the wallet manually. 14 years ago
Matt Corallo 98545d2cdf Push unlocked_until in getinfo. 14 years ago
Matt Corallo 4e87d341f7 Add wallet privkey encryption. 14 years ago
Stéphane Gimenez 4d410cfce9 Fix AddressBook syncrhonization between a CWallet and CWalletDB 14 years ago
Giel van Schijndel e913574e02 rpc: don't send 403 when using SSL to prevent DoS 14 years ago
Giel van Schijndel c9e70d4c0a rpc server: send '403 Forbidden' to rejected clients 14 years ago
Shane Wegner 926e14b362 Fix missing includes needed for Boost 1.46. 14 years ago
Pieter Wuille 64c7ee7e6b CWallet class 14 years ago
Pieter Wuille 5e1e458ecb loss of significance in difficulty (by lfm) 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
Gavin Andresen 832fb114a7 Allow move RPC to take account balances negative 14 years ago
Jeff Garzik d9068ad5a1 Add settxfee RPC, to permit setting default TX fee at runtime. 14 years ago
Gavin Andresen e8adcf88cd Help for sendtoaddress/sendfrom was wrong: amounts are rounded to 0.00000001 14 years ago
Jaromil 84c3fb07b0 directory re-organization (keeps the old build system) 14 years ago
Gavin Andresen 72e962cf55 getbalance '*' was ignoring minconf param. 14 years ago
Gavin Andresen 9ff411f7f7 Set time locale to POSIX in rfc1123Time so weekday/months in http responses are correct. 14 years ago
Jeff Garzik 17616eac17 Send/return full bitcoin version string in Server and User-Agent HTTP headers 14 years ago
Carlo Alberto Ferraris 5aef2c0d55 add parameter from to listtransactions this allows querying for ranges, i.e. transactions [from, from+count) 14 years ago
Jeff Garzik d98beea894 rfc1123Time: increase buffer size for time string 14 years ago
Gavin Andresen 198fd7b0bd Report immature coinbase transactions in listtransactions 14 years ago
Eric Swanson 0a4cb86976 Fixed issue 76 -- RPC error where addresses from addressbook's sending tab appear in listaccounts 14 years ago
Jeff Garzik 6f074b71bb RPC sendmany must acquire cs_main lock 14 years ago
Jeff Garzik f5f1878ba1 Fix deadlocks in setaccount, sendfrom RPC calls 14 years ago
Gavin Andresen b931ed8563 sendmany RPC command, to send to multiple recipients in one transaction. 14 years ago
Matt Corallo c1f74f152b throw JSONRPCError(-5, "Invalid bitcoin address") instead. 14 years ago
Matt Corallo 279ab5e62f setaccount should return if an invalid address is provided. 14 years ago
Gavin Andresen 789259d2e7 Do not round input amounts; allow RPC full precision. 14 years ago
Gavin Andresen 83b9f42796 Use ValueFromAmount consistently 14 years ago
Gavin Andresen 47908a8907 Visual C++ compatibility fixes 14 years ago
sandos 8fd402bfcf Set SO_REUSEADDR for JSON-RPC port 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 fa446a563e Fix setaccount/getaccountaddress interaction bug 14 years ago
Gavin Andresen 2eb09b66ef Fix so listaccounts with minconf works. 14 years ago
Gavin Andresen 80be6e69a9 Add account/address details to gettransaction output 14 years ago
Gavin Andresen f86655fddd Add time to category:move transactions. 14 years ago
Gavin Andresen ddb68acebe Add address to listtransactions output 14 years ago
gavinandresen 1c0bf23ba2 Missed a int64_t cast when I added transaction time output 14 years ago
gavinandresen 59948a6e1c listtransactions was reporting address instead of account for 'receive' 14 years ago
gavinandresen 809ee79592 New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransactions '*' 14 years ago