5a3e82f9f5Set maxconnections default to 125
Gavin Andresen
2011-02-16 14:43:04 -0500
9cbae55a6eDenial-of-service flood control 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)
Gavin Andresen
2011-02-16 13:18:11 -0500
cf7c1874feUpdate windows build process for 0.3.20 release
Gavin Andresen
2011-02-14 17:25:34 +0000
47908a8907Visual C++ compatibility fixes
Gavin Andresen
2011-02-10 19:24:22 -0500
8fd402bfcfSet SO_REUSEADDR for JSON-RPC port
sandos
2011-02-10 09:25:42 +0100
d2e2cb0d27Added 320 fresh seednodes to replace the old ones.
Daniel Folkinshteyn
2011-02-06 15:10:02 -0500
98ba262a48Reset testnet with a new genesis block
David FRANCOIS
2011-02-03 14:21:21 +0100
bd7d9140f9new checkpoint at block 105,000
Gavin Andresen
2011-01-31 11:26:02 -0500
b1ca5eb58ado not create 'Your Address' account
tcatm
2011-01-31 16:42:28 +0100
f0b7952caa1. Change hardcoded g++ to $(CXX) 2. Change CFLAGS to CXXFLAGS 3. Add binaries to clean target 4. Generate wxWidgets includes/ldflags/etc from wx-config
ojab
2011-01-31 15:07:55 +0300
b1a657a00dExplicitly state that make -f makfile.unix is the way to build
Gavin Andresen
2011-01-25 09:29:13 -0500
d9711a5798Don't scan the time offsets vector repeatedly once we've displayed the warning that the user's clock may be wrong.
Chris Moore
2011-01-24 16:25:41 -0800
10abe4f26eRepeatedly resetting the timestamp for seed nodes in the database was slow. Only update the database if it's a real change.
Chris Moore
2011-01-24 14:47:36 -0800
84e7ad922bBump version number to 0.3.20
Gavin Andresen
2011-01-24 11:13:25 -0500
4698dd9a02Fix -maxconnections. It used to account for the 8 outbound connections twice when calculating the number of slots left for incoming connections.
Chris Moore
2011-01-23 00:08:09 -0800
86c0af514bMerge branch 'rpcssl-help' of github.com:dooglus/bitcoin into dooglus-rpcssl-help
Chris Moore
2011-01-21 11:59:56 -0800
2aadc8bb5bThe -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.
Chris Moore
2011-01-21 10:14:33 -0800
ae42d69d72Updated development process description
Gavin Andresen
2011-01-21 10:52:48 -0500
5284e1b60eAdd const bool VERSION_IS_BETA to serialize.h and use it when formatting the version string. Show the version string in --help text too.
Chris Moore
2011-01-21 02:37:34 -0800
8b8d59eefbDon't use GetBoolArg() and mapArgs; use one or the other.
Chris
2011-01-20 12:26:33 -0800
dbe79d3451Fix bus error in DebugPrint if -datadir given non-existent directory.
Gavin Andresen
2011-01-20 14:57:46 -0500
10152506feThe --help text wasn't showing the default values for three of the options, as follows:
Chris
2011-01-20 11:49:29 -0800
aaac71d38fAdd 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.
Chris
2011-01-20 11:45:01 -0800
f1307515b7print -rescan timing info in debug.log
Gavin Andresen
2011-01-20 14:12:10 -0500
ab931be45bFix issue 34: correct spelling of -rpcsslcertificatechainfile in --help text.
Chris
2011-01-20 10:49:44 -0800
d9574c2f14Reconcile getbalance and listaccounts 0 in the shared-wallet case 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.
Gavin Andresen
2011-01-20 13:10:01 -0500
59948a6e1clisttransactions was reporting address instead of account for 'receive' setgenerate true 0 is now the same as setgenerate false And return transaction time
gavinandresen
2010-12-16 18:17:26 +0000
e4ff4e6898Depracate "label" API, replacing with account New RPC methods: move, sendfrom Change to getbalance (now takes optional [account] argument) Renamed methods with "label" in their names. sendtoaddress returns hexadecimal transaction ID instead of "sent".
gavinandresen
2010-11-22 15:53:20 +0000
c4679ad0f1OutputDebugStringF fix for Mac FileVault problem, take 3 (cannot use a CRITICAL_BLOCK because of undefined order calling static destructors; instead, keep debug.log open, and tell people to use copytruncate when doing log rotation)
gavinandresen
2010-11-18 00:11:33 +0000
2f7a9997c8Make OutputDebugStringF thread-safe again (thanks ArtForz for catching)
gavinandresen
2010-11-16 17:41:44 +0000
026c5f7617Re-open debug.log every ten minutes instead of every printf; fixes performance problem with Mac FileVault.
gavinandresen
2010-11-16 02:32:36 +0000
222e3de4beUpdate websites used for GetMyExternalIP
gavinandresen
2010-11-15 21:37:33 +0000
910bd45756-- version 0.3.15 release
s_nakamoto
2010-11-14 00:06:10 +0000