aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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 #352 from TheBlueMatt/newencJeff Garzik
2011-07-13Make an invalid addrIncoming so that old clients crash.Matt Corallo
2011-07-13Use DB Transactions when encrypting wallet.Matt Corallo
2011-07-13Do not use obsolete CPrivKey for passing keys aroundPieter Wuille
2011-07-13Add the walletlock RPC method to lock the wallet manually.Matt Corallo
2011-07-13Dynamically remove/insert the Options for encryption in the menus.Matt Corallo
2011-07-13Push unlocked_until in getinfo.Matt Corallo
2011-07-13Set the number of SHA512 rounds based on the speed of the computer.Matt Corallo
2011-07-13Add wallet privkey encryption.Matt Corallo
2011-07-10Make mlock() and munlock() portable to systems that require the address to be...Doug Huff
2011-07-09remove magic number: change threshold for nLockTime to constantWladimir J. van der Laan
2011-07-08mlock() all private keys in memoryDylan Noblesmith
2011-07-08Prepare codebase for Encrypted Keys.Pieter Wuille
2011-07-05Merge pull request #383 from sipa/syncdefaultv0.3.24rc3Jeff Garzik
2011-07-05Add minversion to wallet.Matt Corallo
2011-07-05Revert "Make UPnP default on Bitcoin but not on Bitcoind."Matt Corallo
2011-07-05Fix synchronization of default keyPieter Wuille
2011-07-04Merge pull request #379 from gavinandresen/nocommasv0.3.24rc2Gavin Andresen
2011-07-05Added a couple minor things to match newer build process.Matt Corallo
2011-07-04Do not use comma as thousands separatorGavin Andresen
2011-07-03Block-chain lock-in at 134444Gavin Andresen
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
2011-07-02Give more detailed error messages for connection failure.Matt Corallo
2011-07-01Merge pull request #372 from TheBlueMatt/upnpJeff Garzik
2011-07-01Merge pull request #373 from EricJ2190/masterJeff Garzik
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
2011-07-01Merge pull request #343 from muggenhor/proper-http-server-rejectionJeff Garzik
2011-07-01Merge pull request #368 from TheBlueMatt/dnsseedJeff Garzik
2011-07-01Merge pull request #371 from EricJ2190/masterJeff Garzik
2011-07-01Enable DNS seeding by default.Jeff Garzik
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
2011-06-30Merge pull request #367 from TheBlueMatt/dnsseedJeff Garzik
2011-06-30Add new DNSSeed dnsseed.bluematt.me.Matt Corallo