Age | Commit message (Expand) | Author |
2011-03-13 | sendmany RPC command, to send to multiple recipients in one transaction. | Gavin Andresen |
2011-03-02 | Fix minimum transaction fee calculation mismatch between CreateTransaction an... | Gavin Andresen |
2011-01-19 | ReacceptWalletTransactions bugfix | Gavin Andresen |
2010-12-21 | Add address to listtransactions output | Gavin Andresen |
2010-12-16 | New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransac... | gavinandresen |
2010-12-15 | get external ip from irc | s_nakamoto |
2010-12-12 | correction | 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-11-30 | JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance... | gavinandresen |
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-19 | require some minimal priority for free transactions to slow down transaction ... | s_nakamoto |
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-10-19 | Gavin's TEST network as -testnet switch, misc fixes | s_nakamoto |
2010-10-09 | key pool for safer wallet backup | s_nakamoto |
2010-10-06 | recursive function to determine if own unconfirmed transaction can be spent | 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-13 | reorganize BitcoinMiner to make it easier to add different SHA256 routines | s_nakamoto |
2010-09-07 | cleanup, | s_nakamoto |
2010-08-29 | propset svn:eol-style native | s_nakamoto |
2010-08-25 | alert system | s_nakamoto |
2010-08-19 | block index checking on load, extra redundant checks, misc refactoring | s_nakamoto |
2010-08-16 | blocks-1, | s_nakamoto |
2010-08-15 | fix for block 74638 overflow output transaction | s_nakamoto |
2010-08-15 | misc changes | s_nakamoto |
2010-08-10 | gethashespersec and added version and hashespersec to getinfo | s_nakamoto |
2010-08-03 | new safety feature displays a warning message and locks down RPC if it detect... | s_nakamoto |
2010-07-25 | Gavin Andresen's JSON-RPC HTTP authentication, | s_nakamoto |
2010-07-15 | fix openssl linkage problems, | s_nakamoto |
2010-06-10 | automatically change displayed address whenever it receives anything,v0.2.10 | s_nakamoto |
2010-02-25 | GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,v0.2.7 | s_nakamoto |
2010-02-23 | run as daemon without GUI,v0.2.6 | s_nakamoto |
2010-02-20 | Address Book with tabs instead of separate Your Address book, v0.2.4 | s_nakamoto |
2010-02-12 | command line and JSON-RPC first draft, requires Boost 1.35 or higher for boos... | s_nakamoto |
2010-02-03 | update fSpent flag on wallet transactions if they're seen spent in case copy ... | s_nakamoto |
2009-12-06 | fix transaction fee bug in CreateTransaction, higher size cutoff for free tra... | s_nakamoto |
2009-11-24 | minor fix to batched initial download in case requester has more than 500 blo... | s_nakamoto |
2009-11-18 | bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle, | s_nakamoto |
2009-11-13 | monitor ThreadSocketHandler and terminate and restart if hung, convert _begin... | s_nakamoto |
2009-11-07 | UI tweaks, use BindListenPort to detect instance already running, setsockopt(... | s_nakamoto |
2009-11-06 | got rid of CheckForShutdown, replaced some thread-unsafe wxWidgets calls, Lin... | s_nakamoto |
2009-11-05 | unix build merged in, bitmap resources from xpm instead of rc, better addr re... | s_nakamoto |
2009-11-01 | move debug.log and db.log to data dir, portable GetDataDir, optimize GetBalan... | s_nakamoto |
2009-10-29 | better wallet.dat flush, consolidated QueryPerformanceCounter, PRI64d printf ... | s_nakamoto |
2009-10-29 | addr relaying fixes, proxy option and privacy patches, detect connect to self... | s_nakamoto |