71 Commits (d0d80170a2ca73004e08fb85007fe055cbf4e411)

Author SHA1 Message Date
Pieter Wuille d3800d59d5 Fix segfault when creating new wallet 13 years ago
James Burkle ed2c01405f Edited init.cpp to include a check that -datadir exists 13 years ago
Pieter Wuille 98705aa51c Bugfixes walletclass 13 years ago
Shane Wegner 926e14b362 Fix missing includes needed for Boost 1.46. 13 years ago
Jeff Garzik aa0c5e87e8 CWalletTx::GetAmounts(): pass NULL for CKeyStore*, rather than false 13 years ago
Wladimir J. van der Laan eade213197 add GetTotalBlocksEstimate() function, move magic number to constant 13 years ago
Pieter Wuille 64c7ee7e6b CWallet class 13 years ago
Pieter Wuille e89b9f6a2a move wallet code to separate file 13 years ago
Jeff Garzik c02ec54269 FormatFullVersion: build fix related to recent translation improvement 13 years ago
Pieter Wuille 76d660ebd3 Faster timeout when connecting 14 years ago
Han Lin Yap ca93cc563e Double check translation and improved a translation string 14 years ago
Han Lin Yap a299e551fe Remove unused variable 14 years ago
Jeff Garzik 6de1326ba4 Lower minimum relay TX fee to 0.0001 (from 0.0005) BTC. 14 years ago
Matt Corallo c6710c7a70 Fix CPU Usage bug when using -nolisten and have no connections. 14 years ago
Doug Huff a9d3af8821 Demystify a few magic numbers. 14 years ago
Jeff Garzik 352b4ea5b9 Reduce minimum TX fee for new transactions, to 0.0005. 14 years ago
Jeff Garzik 6f07e22210 Bump version to 0.3.23. 14 years ago
Nils Schneider ca81b168d9 create keypool in LoadWallet() 14 years ago
Doug Huff 482cb65690 Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts. 14 years ago
Pieter Wuille e104c79374 Bugfix for dnsseed introduced by dnslookup 14 years ago
Pieter Wuille 12a1256c1d bugfix: accept free transactions 14 years ago
Matt Corallo af531f0449 Fix GUI build on UNIX. 14 years ago
Matt Corallo 0649b6af90 Update to openssl-1.0.0d and enable RPC-SSL on Win32 14 years ago
Matt Corallo bd39b48f19 Handle high DPI a bit more gracefully on Win32. #243 14 years ago
Pieter Wuille 5e1e458ecb loss of significance in difficulty (by lfm) 14 years ago
Matt Corallo 77172463a3 Fixes #240 and #244 - delete delete[] mismatch. 14 years ago
Pieter Wuille 2bfda1be11 Separate required fee for relaying and creation 14 years ago
Pieter Wuille ca253d5911 Fix for small change outputs 14 years ago
Pieter Wuille 1c528eeee9 Update transactions already in the wallet when rescanning. 14 years ago
Matt Corallo 7ee8e5bf86 Revert "OSX build tweaks (laszlo)" 14 years ago
Jeff Garzik 69a27a4ec6 irc: #bitcoin is overflowing. split up into 100 randomly-joined channels. 14 years ago
Jeff Garzik 69ae372b51 OSX build tweaks (laszlo) 14 years ago
Jordan Lewis 31f2931281 Only include certain boost headers if necessary. 14 years ago
Jordan Lewis 6b783965c4 Remove some globally unused headers from headers.h 14 years ago
Pieter Wuille b201c1f600 Bugfix for dnslookup: irc.cpp still used old CAddress constructor 14 years ago
Jordan Lewis fdd7d04744 Only include strlcpy.h when we have to 14 years ago
Jordan Lewis edd309e537 Only include init.h when we have to 14 years ago
Jordan Lewis 40c2614ef4 Only include net.h when we have to 14 years ago
Jordan Lewis ed0c143242 Only included rpc.h when necessary 14 years ago
Jordan Lewis 1512d5ce64 Only include db.h when we have to. 14 years ago
Jordan Lewis f23f9a03c8 Only include irc.h when needed 14 years ago
Gavin Andresen f441949515 Build error mingw, missing std:: 14 years ago
Gavin Andresen 00bcfe0b7e -port option to listen on arbitrary port 14 years ago
Wladimir J. van der Laan 223b6f1ba4 make bitcoin include files more modular 14 years ago
Matt Corallo bcb971f930 Fix MinGW build due to bad pointers to ui.rc pixmaps stuff. 14 years ago
Pieter Wuille 545a679aed bugfix in dnslookup code: didn't compile in mingw 14 years ago
Daniel Holbert 5d1d69453a Add #ifdef USE_UPNP around usage of fUseUPnP to fix build failure. 14 years ago
Jeff Garzik 2a2487514a Decrease minimum TX fee to 0.0005 BTC. 14 years ago
Jeff Garzik a630da6400 Replace CENT with new constant MIN_TX_FEE, where appropriate. 14 years ago
Pieter Wuille a6a5bb7c20 Support for name lookups in -connect and -addnode 14 years ago