aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-18Fix bug with accessing vchData[0] when vchData is empty. Abraham Jewowich
2011-07-17Merge pull request #419 from mibe/translation-deGavin Andresen
2011-07-17Merge pull request #395 from mibe/issue-395Gavin Andresen
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-17Changed Russian translation according to comment in issue 395Michael Bemmerl
2011-07-17Added German wallet encryption messages translation.Michael Bemmerl
2011-07-17Basically some grammatical fixes of the German translation.Michael Bemmerl
2011-07-15Merge pull request #418 from EricJ2190/masterJeff Garzik
2011-07-15Added crypter to makefile.vc.Eric Hosmer
2011-07-14Merge pull request #414 from spiechu/polish-translationJeff Garzik
2011-07-14added polish wallet encryption messagesDawid Spiechowicz
2011-07-14Merge pull request #413 from TheBlueMatt/loadwalletretJeff Garzik
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-13Merge pull request #411 from TheBlueMatt/masterGavin Andresen
2011-07-14Fix Build in GetReservedKey() in wallet.cppMatt Corallo
2011-07-13Merge pull request #410 from TheBlueMatt/masterGavin Andresen
2011-07-14Single DB transaction for all addresses in a messagePatrick Varilly
2011-07-14Generate Warning when using default key.Matt Corallo
2011-07-13Merge pull request #409 from TheBlueMatt/masterJeff Garzik
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-13Merge pull request #404 from TheBlueMatt/newencPieter Wuille
2011-07-13Fix makefile.linux-mingwMatt Corallo
2011-07-13Bugfix: add autogenerated addresses to address bookPieter Wuille
2011-07-13doc/README: word wrap into something readableJeff Garzik
2011-07-13Bump version to 0.3.25Jeff Garzik
2011-07-13Update CWallet::LoadWallet for proper return type.Jeff Garzik
2011-07-12Merge pull request #399 from muggenhor/warning-fixesJeff 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
2011-07-13fix warnings: using the result of an assignment as a condition without parent...Giel van Schijndel
2011-07-13fix warnings: expression result unused [-Wunused-value]Giel van Schijndel
2011-07-13fix warning on 64bit systems: cast to pointer from integer of different size ...Giel van Schijndel
2011-07-12Update makefile.linux-mingw to work with crypter and UPnP fix.Matt Corallo
2011-07-12Merge pull request #381 from TheBlueMatt/nminversionJeff Garzik
2011-07-12Merge pull request #402 from jayschwa/hirez-iconJeff Garzik
2011-07-12Merge pull request #396 from jayschwa/nsis-brandingJeff Garzik
2011-07-12Merge pull request #352 from TheBlueMatt/newencJeff Garzik
2011-07-12Increase resolution of Windows icon.Jay Weisskopf
2011-07-13Make an invalid addrIncoming so that old clients crash.Matt Corallo
2011-07-13Use DB Transactions when encrypting wallet.Matt Corallo