aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-18Changed setup for mingw toolchainv0.3.20.2_closestv0.3.20.01_closestv0.3.20Gavin Andresen
2011-02-18Windows mingw32 makefile and build notes (thanks m0mchil)Gavin Andresen
2011-02-17Bump version to 0.3.20.01Gavin Andresen
2011-02-16Set maxconnections default to 125Gavin Andresen
2011-02-16Denial-of-service flood controlGavin Andresen
Drop connections that are either sending messages too fast to handle or are processing messages so slowly data starts to back up. Adds two new options: -maxreceivebuffer Default: 2000 (2000*1000 bytes) -maxsendbuffer Default: 256 (256*1000 bytes)
2011-02-14Update windows build process for 0.3.20 releaseGavin Andresen
2011-02-10Visual C++ compatibility fixesGavin Andresen
2011-02-07Added 320 fresh seednodes to replace the old ones.Daniel Folkinshteyn
Thanks to MagicalTux for providing the data for node uptime Thanks to sgornick for scapy script to test node connectivity Closes https://github.com/bitcoin/bitcoin/issues#issue/22
2011-02-03Reset testnet with a new genesis blockDavid FRANCOIS
2011-01-31new checkpoint at block 105,000Gavin Andresen
2011-01-25Explicitly state that make -f makfile.unix is the way to buildGavin Andresen
2011-01-24Don't scan the time offsets vector repeatedly once we've displayed the ↵Chris Moore
warning that the user's clock may be wrong.
2011-01-24Repeatedly resetting the timestamp for seed nodes in the database was slow. ↵Chris Moore
Only update the database if it's a real change.
2011-01-24Bump version number to 0.3.20Gavin Andresen
2011-01-23Fix -maxconnections. It used to account for the 8 outbound connections ↵Chris Moore
twice when calculating the number of slots left for incoming connections.
2011-01-22cpuid instruction clobbers eax/ebx/ecx/edxGavin Andresen
2011-01-21Merge branch show-version-in-help-2 of https://github.com/dooglus/bitcoinChris Moore
2011-01-21Merge branch 'display-version-in-help' of https://github.com/mhanne/bitcoinChris Moore
2011-01-21Merge branch 'rpcssl-help' of github.com:dooglus/bitcoin into ↵Chris Moore
dooglus-rpcssl-help
2011-01-21The -rpcssl command line option is a boolean, like -server, -daemon, ↵Chris Moore
-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.
2011-01-21Updated development process descriptionGavin Andresen
2011-01-21Add const bool VERSION_IS_BETA to serialize.h and use it when formatting the ↵Chris Moore
version string. Show the version string in --help text too.
2011-01-20Add -rescan option to --help outputGavin Andresen
2011-01-20Merge branch 'printtoconsole' of https://github.com/dooglus/bitcoin into ↵Gavin Andresen
integration
2011-01-20Merge branch '4wayswitch' of https://github.com/dooglus/bitcoin into integrationGavin Andresen
2011-01-20Merge branch 'showdefaultsinhelp' of https://github.com/dooglus/bitcoin into ↵Gavin Andresen
integration
2011-01-20Don't use GetBoolArg() and mapArgs; use one or the other.Chris
2011-01-20Fix bus error in DebugPrint if -datadir given non-existent directory.Gavin Andresen
2011-01-20The --help text wasn't showing the default values for three of the options, ↵Chris
as follows: -rpcport (default: 8332) -rpcconnect (default: 127.0.0.1) -keypool (default: 100) Edited the --help text to include the defaults.
2011-01-20Add new command line argument "-printtoconsole" to send debugging output to ↵Chris
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.
2011-01-20Merge branch 'fix-statusbar-color' of https://github.com/mhanne/bitcoin into ↵Gavin Andresen
FIXES
2011-01-20Merge branch 'issue34' of https://github.com/dooglus/bitcoin into FIXESGavin Andresen
2011-01-20print -rescan timing info in debug.logGavin Andresen
2011-01-20Fix issue 34: correct spelling of -rpcsslcertificatechainfile in --help text.Chris
2011-01-20Reconcile getbalance and listaccounts 0 in the shared-wallet caseGavin Andresen
If you copied your wallet and used it on two different machines, the balance reported by getbalance and the sum(listaccounts) could disagree, because you might receive payments for an address that is in your wallet but not your address book. Now all such transactions are credited to the default empty-string account.
2011-01-19ReacceptWalletTransactions bugfixGavin Andresen
Fix two bugs that can happen if you copy your wallet to another machine and perform transactions on both. First, ReacceptWalletTransactions would notice if the other wallet spent coins, and would correctly mark the receiving transaction spent. However, it did not add the spending transaction to the wallet. Now it does. Second, account balances could get out of sync with 'getbalance' because coins received by the other copy of the wallet were not necessarily detected. Now ReacceptWalletTransactions will scan the entire blockchain for transactions that should be in the wallet if it runs across a 'spent in the other wallet' transaction. Finally, there was a small bug in the accounts getbalance code-- generated coins with between 100 and 119 confirmations were not being counted in the balance of account "".
2011-01-19include version information in help outputMarius Hanne
2011-01-19don't set statusbar background colorMarius Hanne
people with dark system theme otherwise have white text on light-grey bg
2011-01-18Merge branch 'integration' into FIXESGavin Andresen
2011-01-18Merge branch 'listaccountsbug' of ↵Gavin Andresen
https://github.com/gavinandresen/bitcoin-git into integration
2011-01-18Merge branch 'gettransaction' of ↵Gavin Andresen
https://github.com/gavinandresen/bitcoin-git into integration
2011-01-18Merge branch 'setaccountbug' of https://github.com/gavinandresen/bitcoin-git ↵Gavin Andresen
into integration
2011-01-14Add the -keypool option description to help outputDavid FRANCOIS
2011-01-13Fix setaccount/getaccountaddress interaction bugGavin Andresen
See https://github.com/bitcoin/bitcoin/issues#issue/29
2011-01-10Fix so listaccounts with minconf works.Gavin Andresen
2011-01-07Add account/address details to gettransaction outputGavin Andresen
2011-01-06Merge branch 'listaddresses' into integrationGavin Andresen
2011-01-05Add time to category:move transactions.Gavin Andresen
2011-01-03Merge branch 'listaddresses' of https://github.com/gavinandresen/bitcoin-gitGavin Andresen
2010-12-24don't advertise on IRC if we don't allow external connectionsWitchspace