aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | The -rpcssl command line option is a boolean, like -server, -daemon, -testnet...Chris Moore2011-01-211-1/+1
| | |/ / | |/| |
* / | | Updated development process descriptionGavin Andresen2011-01-211-5/+8
|/ / /
* | | Add -rescan option to --help outputGavin Andresen2011-01-201-1/+2
* | | Merge branch 'printtoconsole' of https://github.com/dooglus/bitcoin into inte...Gavin Andresen2011-01-201-0/+1
|\ \ \
| * | | Add new command line argument "-printtoconsole" to send debugging output to t...Chris2011-01-201-0/+1
| |/ /
* | | Merge branch '4wayswitch' of https://github.com/dooglus/bitcoin into integrationGavin Andresen2011-01-201-1/+1
|\ \ \
| * | | Don't use GetBoolArg() and mapArgs; use one or the other.Chris2011-01-201-1/+1
| |/ /
* | | Merge branch 'showdefaultsinhelp' of https://github.com/dooglus/bitcoin into ...Gavin Andresen2011-01-201-3/+3
|\ \ \
| * | | The --help text wasn't showing the default values for three of the options, a...Chris2011-01-201-3/+3
| |/ /
* | | Fix bus error in DebugPrint if -datadir given non-existent directory.Gavin Andresen2011-01-201-1/+1
* | | Merge branch 'fix-statusbar-color' of https://github.com/mhanne/bitcoin into ...Gavin Andresen2011-01-202-2/+1
|\ \ \
| * | | don't set statusbar background colorMarius Hanne2011-01-192-2/+1
| |/ /
* | | Merge branch 'issue34' of https://github.com/dooglus/bitcoin into FIXESGavin Andresen2011-01-201-4/+4
|\ \ \
| * | | Fix issue 34: correct spelling of -rpcsslcertificatechainfile in --help text.Chris2011-01-201-4/+4
| |/ /
* | | print -rescan timing info in debug.logGavin Andresen2011-01-201-3/+7
* | | Reconcile getbalance and listaccounts 0 in the shared-wallet caseGavin Andresen2011-01-203-2/+29
* | | ReacceptWalletTransactions bugfixGavin Andresen2011-01-193-7/+91
* | | Merge branch 'integration' into FIXESGavin Andresen2011-01-189-70/+145
|\| |
| * | Merge branch 'listaccountsbug' of https://github.com/gavinandresen/bitcoin-gi...Gavin Andresen2011-01-181-3/+3
| |\ \
| | * | Fix so listaccounts with minconf works.Gavin Andresen2011-01-101-3/+3
| * | | Merge branch 'gettransaction' of https://github.com/gavinandresen/bitcoin-git...Gavin Andresen2011-01-181-6/+14
| |\| |
| | * | Add account/address details to gettransaction outputGavin Andresen2011-01-071-6/+14
| * | | Merge branch 'setaccountbug' of https://github.com/gavinandresen/bitcoin-git ...Gavin Andresen2011-01-181-10/+30
| |\ \ \
| | * | | Fix setaccount/getaccountaddress interaction bugGavin Andresen2011-01-131-10/+30
| | |/ /
| * / / Add the -keypool option description to help outputDavid FRANCOIS2011-01-141-0/+1
| |/ /
| * | Merge branch 'listaddresses' into integrationGavin Andresen2011-01-061-0/+1
| |\ \
| | * | Add time to category:move transactions.Gavin Andresen2011-01-051-0/+1
| * | | Merge branch 'listaddresses' of https://github.com/gavinandresen/bitcoin-gitGavin Andresen2011-01-033-34/+67
| |\| |
| | * | Add address to listtransactions outputGavin Andresen2010-12-213-34/+67
| * | | don't advertise on IRC if we don't allow external connectionsWitchspace2010-12-241-1/+3
| * | | add -nolisten command line optionWitchspace2010-12-224-8/+17
| * | | EndModal fix for Mac from piotrpGavin Andresen2010-12-201-5/+4
| * | | Straw-man for dev processGavin Andresen2010-12-191-9/+10
| |/ /
* / / EndModal fix for Mac from piotrpGavin Andresen2010-12-201-5/+4
|/ /
* | Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen2010-12-171-1/+1
|\ \
| * | Missed a int64_t cast when I added transaction time outputgavinandresen2010-12-171-1/+1
* | | Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen2010-12-161-2/+5
|\| |
| * | listtransactions was reporting address instead of account for 'receive'gavinandresen2010-12-161-2/+5
* | | Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen2010-12-1610-153/+327
|\| |
| * | New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransac...gavinandresen2010-12-167-138/+280
| * | get external ip from ircs_nakamoto2010-12-155-16/+48
* | | Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen2010-12-1322-38/+38
|\| |
| * | -- version 0.3.19 releasev0.3.19s_nakamoto2010-12-1322-38/+38
* | | Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen2010-12-123-17/+41
|\| |
| * | corrections_nakamoto2010-12-123-7/+34
| * | added some DoS limits, removed safe modes_nakamoto2010-12-123-40/+37
* | | Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen2010-12-088-18/+57
|\| |
| * | -- version 0.3.18 releasev0.3.18s_nakamoto2010-12-085-8/+9
| * | IsStandard() check for CScripts: only relay/include in blocks CScripts we can...gavinandresen2010-12-076-11/+49
* | | Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen2010-12-0610-73/+232
|\| |