aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-04Merge pull request #379 from gavinandresen/nocommasv0.3.24rc2Gavin Andresen
Do not use comma as thousands separator
2011-07-04Merge pull request #380 from TheBlueMatt/buildupdatesJeff Garzik
Added a couple minor things to match newer build process.
2011-07-05Added a couple minor things to match newer build process.Matt Corallo
This adds the relevent patches which are applied to wx, and updates for cross compiling.
2011-07-04Do not use comma as thousands separatorGavin Andresen
Using the comma as thousands separator causes problems for parts of the world where comma == decimal point. Germans sending 0,001 bitcoins are unpleasantly surprised when that results in 1 BTC getting sent.
2011-07-03Block-chain lock-in at 134444Gavin Andresen
2011-07-02Bump OSX version to 0.3.24 (missed in previous commit)v0.3.24rc1Jeff Garzik
2011-07-02Bump version to 0.3.24.Jeff Garzik
2011-07-02Merge branch 'tmp2' into tmp3Jeff Garzik
2011-07-02Merge pull request #374 from TheBlueMatt/neterrorJeff Garzik
Give more detailed error messages for connection failure.
2011-07-02Give more detailed error messages for connection failure.Matt Corallo
2011-07-01Merge pull request #372 from TheBlueMatt/upnpJeff Garzik
Make UPnP default on Bitcoin but not on Bitcoind.
2011-07-01Merge pull request #373 from EricJ2190/masterJeff Garzik
Another Visual C++ Makefile Update
2011-07-01Add keystore.h to makefile.vs's header list.Eric Hosmer
2011-07-01Further updated Visual C++ makefile.Eric Hosmer
2011-07-02Make UPnP default on Bitcoin but not on Bitcoind.Matt Corallo
This is a bit of an ugly hack, but its the only way to do it.
2011-07-01Merge pull request #343 from muggenhor/proper-http-server-rejectionJeff Garzik
rpc server: send '403 Forbidden' to rejected clients
2011-07-01Merge pull request #368 from TheBlueMatt/dnsseedJeff Garzik
Only use dnsseeds when not on testnet.
2011-07-01Merge pull request #371 from EricJ2190/masterJeff Garzik
Updated Visual C++ Makefile
2011-07-01Enable DNS seeding by default.Jeff Garzik
2011-07-01Merge pull request #369 from sipa/limitblocksendJeff Garzik
Limit size of response to getblocks
2011-07-01Updated Visual C++ makefile.Eric Hosmer
2011-07-01Only use dnsseeds and static seeds when not on testnet.Matt Corallo
2011-07-01Limit response to getblocks to half of output buffer sizePieter Wuille
Introduce SendBufferSize() and ReceiveBufferSize(), and limit the blocks sent as response to the "getblocks" message to half of the active send buffer size.
2011-06-30Merge pull request #367 from TheBlueMatt/dnsseedJeff Garzik
Add new DNSSeed dnsseed.bluematt.me.
2011-06-30Add new DNSSeed dnsseed.bluematt.me.Matt Corallo
This seed will pull a random set of 20 nodes from the network which are tested to be online instead of a static list.
2011-06-29Merge pull request #357 from jrmithdobbs/osx-appbundleGavin Andresen
Add OSX App bundle and correct build instructions to reflect reality.
2011-06-29Merge pull request #361 from spiechu/polish-translationGavin Andresen
added polish translation
2011-06-28Merge pull request #362 from ius/issue340Pieter Wuille
Fix connection failure debug output
2011-06-28Fix connection failure debug outputJoerie de Gram
2011-06-28added polish translationDawid Spiechowicz
2011-06-27Fix AddressBook syncrhonization between a CWallet and CWalletDBStéphane Gimenez
This problem was reported independently by laanwj in Issue #350.
2011-06-27Merge pull request #356 from gavinandresen/unitTestGavin Andresen
Boost unit-testing framework. Thanks to Steve (gasteve in irc) for original code.
2011-06-27Add OSX App bundle and correct build instructions to reflect reality.Doug Huff
2011-06-27Boost unit-testing framework.Gavin Andresen
make -f makefile.{unix,osx,mingw} test_bitcoin to compile dumb, do-almost-nothing placeholder unit tests.
2011-06-26rpc: don't send 403 when using SSL to prevent DoSGiel van Schijndel
Signed-off-by: Giel van Schijndel <me@mortis.eu>
2011-06-26rpc server: send '403 Forbidden' to rejected clientsGiel van Schijndel
In order to be a proper HTTP implementation clients that aren't allowed to connect to the RPC server (using -rpcallowip), should receive a proper HTTP response. So instead of closing the connection on them send a '403 Forbidden' status. Signed-off-by: Giel van Schijndel <me@mortis.eu>
2011-06-26Merge pull request #347 from sipa/delkeyuserPieter Wuille
Fix segfault when creating new wallet
2011-06-26Fix segfault when creating new walletPieter Wuille
The initialization of the default key used keyUser instead of vchDefaultKey. keyUser is now complete removed.
2011-06-24Merge branch 'totalblocksestimate1' of https://github.com/laanwj/bitcoinGavin Andresen
2011-06-23Merge pull request #342 from jburkle/datadir_checkJeff Garzik
Edited init.cpp to include a check that -datadir exists
2011-06-23Edited init.cpp to include a check that -datadir existsJames Burkle
2011-06-20Merge pull request #334 from sipa/walletclassPieter Wuille
Bugfixes walletclass
2011-06-20Bugfixes walletclassPieter Wuille
Some problems found by ius: * compiler complains with no return after critical section block * CKeyStore::GetPrivKey(key) was undefined for unknown key * missing return statement in GetChange()
2011-06-19Merge pull request #332 from shanew/masterJeff Garzik
Include missing Boost header
2011-06-19Merge pull request #331 from TheBlueMatt/translatefixJeff Garzik
Update translations and remove obsolete translations.
2011-06-19Fix missing includes needed for Boost 1.46.Shane Wegner
2011-06-18CWalletTx::GetAmounts(): pass NULL for CKeyStore*, rather than falseJeff Garzik
to fix warning.
2011-06-18Merge pull request #288 from sipa/walletclassPieter Wuille
CWallet class
2011-06-19add GetTotalBlocksEstimate() function, move magic number to constantWladimir J. van der Laan
2011-06-18Update translations and remove obsolete translations.Matt Corallo