aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-08-08Add a file for script testsVegard Nossum
2011-08-08Add prototype for EvalScript() to script.hVegard Nossum
2011-08-08Fix testing setupVegard Nossum
2011-08-08Add missing include to serialize.hMatt Corallo
2011-08-08Add missing includes to net.hVegard Nossum
2011-08-08Add missing include to script.hVegard Nossum
2011-08-08Add missing includes to key.hVegard Nossum
2011-08-08Merge pull request #443 from TheBlueMatt/dupinGavin Andresen
2011-08-04Merge branch 'tmp2'Jeff Garzik
2011-08-04Merge pull request #448 from sipa/cbitcoinaddressJeff Garzik
2011-08-04Merge pull request #446 from WakiMiko/upnp-descJeff Garzik
2011-08-04Merge pull request #451 from TheBlueMatt/tornolistenJeff Garzik
2011-08-03Don't listen if on TOR (resolves #441).Matt Corallo
2011-08-03Make it clear that setting proxy requires restart to fully apply.Matt Corallo
2011-08-03avoid strAddress + validity checksPieter Wuille
2011-08-01Identify as "Bitcoin + version number" when mapping UPnP portJohannes Henninger
2011-07-31Check for duplicate txins in CheckTransaction.Matt Corallo
2011-07-30Comment "deprecated"Han Lin Yap
2011-07-27Fix EncryptKeys crash introduced by a9ba4710, identified by TD.Matt Corallo
2011-07-26CAddrDB::LoadAddresses: properly initialize CAddressJeff Garzik
2011-07-26Bugfix: don't overuse limited ExtractAddressPieter Wuille
2011-07-26make SetHash160 return a value (as specified in the function signature)Wladimir J. van der Laan
2011-07-25Fix UNIX-specific thread handle leak.JoelKatz
2011-07-24Merge pull request #403 from sipa/cbitcoinaddressJeff Garzik
2011-07-24Fix for small change outputsPieter Wuille
2011-07-21Actually use mapAlreadyAskedFor.Matt Corallo
2011-07-18Fix bug with accessing vchData[0] when vchData is empty. Abraham Jewowich
2011-07-17split off CBase58Data from CBitcoinAddressPieter Wuille
2011-07-17Use CBitcoinAddress instead of string/uint160Pieter Wuille
2011-07-17get rid of mapPubKeysPieter Wuille
2011-07-15Added crypter to makefile.vc.Eric Hosmer
2011-07-14Fix bad return values in LoadWallet.Matt Corallo
2011-07-14Merge pull request #412 from sgimenez/db-transactionsPieter Wuille
2011-07-14Single DB transaction for addresses from DNS seedsStéphane Gimenez
2011-07-14Fix Build in GetReservedKey() in wallet.cppMatt Corallo
2011-07-14Single DB transaction for all addresses in a messagePatrick Varilly
2011-07-14Generate Warning when using default key.Matt Corallo
2011-07-14Fix crashes when a wallet is locked and GetReservedKey() is calledMatt Corallo
2011-07-13Merge pull request #406 from muggenhor/warning-fixesJeff Garzik
2011-07-13Merge pull request #405 from sipa/syncdefaultJeff Garzik
2011-07-13fix warning: control reaches end of non-void function [-Wreturn-type]Giel van Schijndel
2011-07-13fix warning: variable ‘nMinDepth’ set but not used [-Wunused-but-set-vari...Giel van Schijndel
2011-07-13Fix makefile.linux-mingwMatt Corallo
2011-07-13Bugfix: add autogenerated addresses to address bookPieter Wuille
2011-07-13Bump version to 0.3.25Jeff Garzik
2011-07-13Update CWallet::LoadWallet for proper return type.Jeff Garzik
2011-07-13fix warning: unused function 'SigIllHandlerSSE2' [-Wunused-function]Giel van Schijndel
2011-07-13fix warning: unused variable 'X' [-Wunused-variable]Giel van Schijndel
2011-07-13fix warning: X enumeration values not handled in switch [-Wswitch-enum]Giel van Schijndel
2011-07-13fix warning: comparison of unsigned expression < 0 is always false [-Wtautolo...Giel van Schijndel