19 Commits (bd1e54bc0b7f1bdfc571edf1f4f1ecf422260b8c)

Author SHA1 Message Date
Jeff Garzik a139ed74f2 CAddrDB::LoadAddresses: properly initialize CAddress 13 years ago
Matt Corallo 3a10d1c493 Fix bad return values in LoadWallet. 13 years ago
Giel van Schijndel 858cebed7d fix warning: unused variable 'X' [-Wunused-variable] 13 years ago
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
Pieter Wuille acd6501610 Prepare codebase for Encrypted Keys. 13 years ago
Matt Corallo 7ec552676c Add minversion to wallet. 13 years ago
Shane Wegner 926e14b362 Fix missing includes needed for Boost 1.46. 13 years ago
Pieter Wuille 64c7ee7e6b CWallet class 13 years ago
Pieter Wuille e89b9f6a2a move wallet code to separate file 13 years ago
Nils Schneider ca81b168d9 create keypool in LoadWallet() 13 years ago
Jordan Lewis 31f2931281 Only include certain boost headers if necessary. 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
Jaromil 84c3fb07b0 directory re-organization (keeps the old build system) 14 years ago
Jeff Garzik e93e5349cb Remove GUI's "Generate Coins" option from the menu. 14 years ago
Jeff Garzik f5f1878ba1 Fix deadlocks in setaccount, sendfrom RPC calls 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
tcatm b1ca5eb58a do not create 'Your Address' account 14 years ago
gavinandresen 809ee79592 New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransactions '*' 14 years ago
s_nakamoto 865c3a2383 fix wallet.dat compatibility problem if you downgrade from 0.3.17 and then upgrade again 14 years ago
s_nakamoto f03304a9c7 preps for future client-only mode, 14 years ago
gavinandresen bfd471f53e JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance <account> 14 years ago
s_nakamoto 84d7c981dc added boost tuples to serialize.h 14 years ago
s_nakamoto 776d0f3459 new getwork 14 years ago
gavinandresen e4ff4e6898 Depracate "label" API, replacing with account 14 years ago
s_nakamoto 298a771494 added transaction fee setting in UI options menu, 14 years ago
s_nakamoto c891967b6f bugfixes from Dean Gores, 14 years ago
gavinandresen c285051c08 testnet and keypoololdest added to RPC getinfo output. And RPC now sends proper HTTP Date headers. 14 years ago
s_nakamoto 5cbf75324d Gavin's TEST network as -testnet switch, misc fixes 14 years ago
s_nakamoto 103849419a key pool for safer wallet backup 14 years ago
s_nakamoto a790fa46f4 don't count or spend payments until they have 1 confirmation, 14 years ago
s_nakamoto fdbf76d4f4 dropped DB_PRIVATE from dbenv.open 14 years ago
s_nakamoto c8ad9b8375 dropped DB_PRIVATE from dbenv.open 14 years ago
s_nakamoto f1e1fb4bde cleanup, 14 years ago
s_nakamoto 8c9479c6bb cleanup, 14 years ago
s_nakamoto d743f03552 Gavin Andresen: json-rpc return standard error objects with error code numbers, 14 years ago
s_nakamoto 0a61b0df12 propset svn:eol-style native 14 years ago
Satoshi Nakamoto 7a37c906a1 block index checking on load, extra redundant checks, misc refactoring 14 years ago
s_nakamoto 05454818dc block index checking on load, extra redundant checks, misc refactoring 14 years ago
Satoshi Nakamoto 43deefa435 do an extra CheckBlock in ConnectBlock 14 years ago
Satoshi Nakamoto 21ca2d833b erase the bad chain after disconnecting it 14 years ago
Satoshi Nakamoto bb3fd02930 blocks-1, 14 years ago
s_nakamoto 44a0de1861 do an extra CheckBlock in ConnectBlock 14 years ago
s_nakamoto a01d5876fa erase the bad chain after disconnecting it 14 years ago
s_nakamoto 15399da9fe blocks-1, 14 years ago
Satoshi Nakamoto b34e8c3c36 new safety feature displays a warning message and locks down RPC if it detects a problem that may require an upgrade 14 years ago
s_nakamoto 2c06be915d new safety feature displays a warning message and locks down RPC if it detects a problem that may require an upgrade 14 years ago
Satoshi Nakamoto b6dc3b517b bitcoind now compiles without wxWidgets or wxBase 14 years ago