Commit Graph

187 Commits (986b5e257e2bb9d7aaed5111ca335732f8808b2d)
 

Author SHA1 Message Date
s_nakamoto 986b5e257e correction
14 years ago
s_nakamoto 97ee01ad89 added some DoS limits, removed safe mode
14 years ago
s_nakamoto 8220180133 -- version 0.3.18 release
14 years ago
gavinandresen a206a23980 IsStandard() check for CScripts: only relay/include in blocks CScripts we can understand.
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 bdde31d787 All boolean options/flags now work the same way.
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 24324d83e8 -- version 0.3.17 release
14 years ago
s_nakamoto b7ccd48dd8 still working on account-based commands getbalance, move and sendfrom, they're only for testing for now
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 51d9b435cd small bugfix
14 years ago
s_nakamoto f35e21e2e4 require some minimal priority for free transactions to slow down transaction spam
14 years ago
s_nakamoto 683bcb9154 efficiently sort transaction dependencies in one pass
14 years ago
gavinandresen c4679ad0f1 OutputDebugStringF fix for Mac FileVault problem, take 3
14 years ago
gavinandresen 2f7a9997c8 Make OutputDebugStringF thread-safe again (thanks ArtForz for catching)
14 years ago
gavinandresen 026c5f7617 Re-open debug.log every ten minutes instead of every printf; fixes performance problem with Mac FileVault.
14 years ago
gavinandresen 222e3de4be Update websites used for GetMyExternalIP
14 years ago
s_nakamoto 910bd45756 -- version 0.3.15 release
14 years ago
gavinandresen 838e8c9166 Add paytxfee to getinfo output
14 years ago
s_nakamoto e2a186af10 SelectCoins first pass tries not to use coins with less than 6 confirmations
14 years ago
s_nakamoto 461764cbbe -paytxfee is now per KB,
14 years ago
gavinandresen 3b8848fa4e Fix IsInitialBlockDownload if running on testnet
14 years ago
gavinandresen 3cac997e19 Prevent double-sends from quick double-button-clicks
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 2ce73dbe85 -- version 0.3.14 release
14 years ago
s_nakamoto d9c6b09ac4 Gavin Andresen: multiple instance check, -testnet use port 18333
14 years ago
gavinandresen 2ea5fa0710 validateaddress RPC command
14 years ago
s_nakamoto 5cbf75324d Gavin's TEST network as -testnet switch, misc fixes
14 years ago
gavinandresen 2fad3d34b7 makefile.unix tweak from Xunie so bitcoind links on Ubuntu 10.04 x86_64
14 years ago
gavinandresen 77cd030ac3 Fixed description of -rpcuser/-rpcpassword options.
14 years ago
gavinandresen ed54768f5f -rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix.
14 years ago
s_nakamoto 83082f04a4 dkaparis: boost::bind build fix for c++0x
14 years ago
s_nakamoto 103849419a key pool for safer wallet backup
14 years ago
s_nakamoto 0a27bd065e updated Russian translation
14 years ago
s_nakamoto b22c884231 recursive function to determine if own unconfirmed transaction can be spent
14 years ago
s_nakamoto dc8adc3b48 Russian translation by eurekafag
14 years ago
s_nakamoto 178152f604 fixed linux build,
14 years ago
s_nakamoto a790fa46f4 don't count or spend payments until they have 1 confirmation,
14 years ago
s_nakamoto 9b8eb4d690 changed free transactions per block threshold
14 years ago
s_nakamoto 172f006020 only accept transactions sent by IP address if -allowreceivebyip is specified
14 years ago
s_nakamoto efae3da41d config option -rpcallowip= to accept json-rpc connections from another machine
14 years ago
s_nakamoto 3df62878c3 reorganize BitcoinMiner to make it easier to add different SHA256 routines
14 years ago
s_nakamoto fdbf76d4f4 dropped DB_PRIVATE from dbenv.open
14 years ago
s_nakamoto c39b06866e fix build on non-intel architectures, thanks teknohog
14 years ago
s_nakamoto 4968232490 fix problem sending the last cent with sub-cent fractional change
14 years ago