6872 Commits (0db65d8798193cf9615f5693c66cafcd5af4be5c)
 

Author SHA1 Message Date
Chris Moore 10abe4f26e Repeatedly resetting the timestamp for seed nodes in the database was slow. Only update the database if it's a real change. 14 years ago
Gavin Andresen 84e7ad922b Bump version number to 0.3.20 14 years ago
Chris Moore 4698dd9a02 Fix -maxconnections. It used to account for the 8 outbound connections twice when calculating the number of slots left for incoming connections. 14 years ago
Gavin Andresen c90ea2bd6d cpuid instruction clobbers eax/ebx/ecx/edx 14 years ago
Chris Moore fdec7fe203 Merge branch show-version-in-help-2 of https://github.com/dooglus/bitcoin 14 years ago
Chris Moore 18cb92ab18 Merge branch 'display-version-in-help' of https://github.com/mhanne/bitcoin 14 years ago
Chris Moore 86c0af514b Merge branch 'rpcssl-help' of github.com:dooglus/bitcoin into dooglus-rpcssl-help 14 years ago
Chris Moore 2aadc8bb5b The -rpcssl command line option is a boolean, like -server, -daemon, -testnet, etc. Specifying -rpcssl=1 is the same as just -rpcssl, as for any other boolean flag, so let's show it the same in the help text. 14 years ago
Gavin Andresen ae42d69d72 Updated development process description 14 years ago
Chris Moore 5284e1b60e Add const bool VERSION_IS_BETA to serialize.h and use it when formatting the version string. Show the version string in --help text too. 14 years ago
Gavin Andresen 05563e9ef2 Add -rescan option to --help output 14 years ago
Gavin Andresen 458cf9070b Merge branch 'printtoconsole' of https://github.com/dooglus/bitcoin into integration 14 years ago
Gavin Andresen 245e1b4fdb Merge branch '4wayswitch' of https://github.com/dooglus/bitcoin into integration 14 years ago
Gavin Andresen 87c1947d49 Merge branch 'showdefaultsinhelp' of https://github.com/dooglus/bitcoin into integration 14 years ago
Chris 8b8d59eefb Don't use GetBoolArg() and mapArgs; use one or the other. 14 years ago
Gavin Andresen dbe79d3451 Fix bus error in DebugPrint if -datadir given non-existent directory. 14 years ago
Chris 10152506fe The --help text wasn't showing the default values for three of the options, as follows: 14 years ago
Chris aaac71d38f Add new command line argument "-printtoconsole" to send debugging output to the console instead of to debug.log. The code for this was already in place, but there was no way other than editing the source and rebuilding to turn it on. 14 years ago
Gavin Andresen 415535e47b Merge branch 'fix-statusbar-color' of https://github.com/mhanne/bitcoin into FIXES 14 years ago
Gavin Andresen 3475caf8f5 Merge branch 'issue34' of https://github.com/dooglus/bitcoin into FIXES 14 years ago
Gavin Andresen f1307515b7 print -rescan timing info in debug.log 14 years ago
Chris ab931be45b Fix issue 34: correct spelling of -rpcsslcertificatechainfile in --help text. 14 years ago
Gavin Andresen d9574c2f14 Reconcile getbalance and listaccounts 0 in the shared-wallet case 14 years ago
Gavin Andresen 1d23c74361 ReacceptWalletTransactions bugfix 14 years ago
Marius Hanne 0654e1c4ef include version information in help output 14 years ago
Marius Hanne ed4e8830d7 don't set statusbar background color 14 years ago
Gavin Andresen c9f70b381d Merge branch 'integration' into FIXES 14 years ago
Gavin Andresen b4671902f2 Merge branch 'listaccountsbug' of https://github.com/gavinandresen/bitcoin-git into integration 14 years ago
Gavin Andresen 76e97c4002 Merge branch 'gettransaction' of https://github.com/gavinandresen/bitcoin-git into integration 14 years ago
Gavin Andresen 1aefe491fb Merge branch 'setaccountbug' of https://github.com/gavinandresen/bitcoin-git into integration 14 years ago
David FRANCOIS 04a9217dcf Add the -keypool option description to help output 14 years ago
Gavin Andresen fa446a563e Fix setaccount/getaccountaddress interaction bug 14 years ago
Gavin Andresen 2eb09b66ef Fix so listaccounts with minconf works. 14 years ago
Gavin Andresen 80be6e69a9 Add account/address details to gettransaction output 14 years ago
Gavin Andresen 009d5fb41f Merge branch 'listaddresses' into integration 14 years ago
Gavin Andresen f86655fddd Add time to category:move transactions. 14 years ago
Gavin Andresen 0ded557af6 Merge branch 'listaddresses' of https://github.com/gavinandresen/bitcoin-git 14 years ago
Witchspace 72b9861635 don't advertise on IRC if we don't allow external connections 14 years ago
Witchspace 5f88e8887a add -nolisten command line option 14 years ago
Gavin Andresen ddb68acebe Add address to listtransactions output 14 years ago
Gavin Andresen 2d96276e24 EndModal fix for Mac from piotrp 14 years ago
Gavin Andresen 86c2bdfd5d EndModal fix for Mac from piotrp 14 years ago
Gavin Andresen cba3a1741a Straw-man for dev process 14 years ago
Gavin Andresen 5568d82c26 Merge remote branch 'refs/remotes/svn/trunk' into svn 14 years ago
gavinandresen 1c0bf23ba2 Missed a int64_t cast when I added transaction time output 14 years ago
Gavin Andresen 8250760617 Merge remote branch 'refs/remotes/svn/trunk' into svn 14 years ago
gavinandresen 59948a6e1c listtransactions was reporting address instead of account for 'receive' 14 years ago
Gavin Andresen 55c43da5d8 Merge remote branch 'refs/remotes/svn/trunk' into svn 14 years ago
gavinandresen 809ee79592 New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransactions '*' 14 years ago
s_nakamoto 629e37dde1 get external ip from irc 14 years ago