Age | Commit message (Expand) | Author |
2010-12-15 | get external ip from irc | s_nakamoto |
2010-12-13 | -- version 0.3.19 releasev0.3.19 | s_nakamoto |
2010-12-12 | correction | s_nakamoto |
2010-12-12 | added some DoS limits, removed safe mode | s_nakamoto |
2010-12-08 | -- version 0.3.18 releasev0.3.18 | s_nakamoto |
2010-12-07 | IsStandard() check for CScripts: only relay/include in blocks CScripts we can... | gavinandresen |
2010-12-06 | fix wallet.dat compatibility problem if you downgrade from 0.3.17 and then up... | s_nakamoto |
2010-12-05 | preps for future client-only mode, | s_nakamoto |
2010-12-03 | All boolean options/flags now work the same way. | gavinandresen |
2010-11-30 | JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance... | gavinandresen |
2010-11-27 | added boost tuples to serialize.h | s_nakamoto |
2010-11-25 | -- version 0.3.17 releasev0.3.17 | s_nakamoto |
2010-11-25 | still working on account-based commands getbalance, move and sendfrom, they'r... | s_nakamoto |
2010-11-23 | new getwork | s_nakamoto |
2010-11-22 | Depracate "label" API, replacing with account | gavinandresen |
2010-11-21 | added transaction fee setting in UI options menu, | s_nakamoto |
2010-11-20 | small bugfix | s_nakamoto |
2010-11-19 | require some minimal priority for free transactions to slow down transaction ... | s_nakamoto |
2010-11-19 | efficiently sort transaction dependencies in one pass | s_nakamoto |
2010-11-18 | OutputDebugStringF fix for Mac FileVault problem, take 3 | gavinandresen |
2010-11-16 | Make OutputDebugStringF thread-safe again (thanks ArtForz for catching) | gavinandresen |
2010-11-16 | Re-open debug.log every ten minutes instead of every printf; fixes performanc... | gavinandresen |
2010-11-15 | Update websites used for GetMyExternalIP | gavinandresen |
2010-11-14 | -- version 0.3.15 releasev0.3.15 | s_nakamoto |
2010-11-10 | Add paytxfee to getinfo output | gavinandresen |
2010-11-09 | SelectCoins first pass tries not to use coins with less than 6 confirmations | s_nakamoto |
2010-11-08 | -paytxfee is now per KB, | s_nakamoto |
2010-11-04 | Fix IsInitialBlockDownload if running on testnet | gavinandresen |
2010-11-03 | Prevent double-sends from quick double-button-clicks | gavinandresen |
2010-10-23 | bugfixes from Dean Gores, | s_nakamoto |
2010-10-22 | testnet and keypoololdest added to RPC getinfo output. And RPC now sends pro... | gavinandresen |
2010-10-21 | -- version 0.3.14 releasev0.3.14 | s_nakamoto |
2010-10-20 | Gavin Andresen: multiple instance check, -testnet use port 18333 | s_nakamoto |
2010-10-20 | validateaddress RPC command | gavinandresen |
2010-10-19 | Gavin's TEST network as -testnet switch, misc fixes | s_nakamoto |
2010-10-14 | makefile.unix tweak from Xunie so bitcoind links on Ubuntu 10.04 x86_64 | gavinandresen |
2010-10-11 | Fixed description of -rpcuser/-rpcpassword options. | gavinandresen |
2010-10-11 | -rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix. | gavinandresen |
2010-10-11 | dkaparis: boost::bind build fix for c++0x | s_nakamoto |
2010-10-09 | key pool for safer wallet backup | s_nakamoto |
2010-10-06 | updated Russian translation | s_nakamoto |
2010-10-06 | recursive function to determine if own unconfirmed transaction can be spent | s_nakamoto |
2010-10-04 | Russian translation by eurekafag | s_nakamoto |
2010-09-30 | fixed linux build,v0.3.13 | s_nakamoto |
2010-09-30 | don't count or spend payments until they have 1 confirmation, | s_nakamoto |
2010-09-23 | changed free transactions per block threshold | s_nakamoto |
2010-09-19 | only accept transactions sent by IP address if -allowreceivebyip is specified | s_nakamoto |
2010-09-15 | config option -rpcallowip= to accept json-rpc connections from another machine | s_nakamoto |
2010-09-13 | reorganize BitcoinMiner to make it easier to add different SHA256 routines | s_nakamoto |
2010-09-12 | dropped DB_PRIVATE from dbenv.open | s_nakamoto |