774 Commits (f85c0974492d9c779d45112fc943f0dbe0b95cda)
 

Author SHA1 Message Date
Giel van Schijndel f85c097449 fix warnings: using the result of an assignment as a condition without parentheses [-Wparentheses] 13 years ago
Giel van Schijndel ecf1c79aad fix warnings: expression result unused [-Wunused-value] 13 years ago
Giel van Schijndel df40181417 fix warning on 64bit systems: cast to pointer from integer of different size [-Wint-to-pointer-cast] 13 years ago
Matt Corallo 0ca8324f59 Update makefile.linux-mingw to work with crypter and UPnP fix. 13 years ago
Jeff Garzik 0fa89d8e81 Merge pull request #381 from TheBlueMatt/nminversion 13 years ago
Jeff Garzik 61e3c011f5 Merge pull request #402 from jayschwa/hirez-icon 13 years ago
Jeff Garzik 696d34069a Merge pull request #396 from jayschwa/nsis-branding 13 years ago
Jeff Garzik 0bad8e4237 Merge pull request #352 from TheBlueMatt/newenc 13 years ago
Jay Weisskopf aaa468563b Increase resolution of Windows icon. 13 years ago
Matt Corallo 7414733bea Make an invalid addrIncoming so that old clients crash. 13 years ago
Matt Corallo 96f34cd5c4 Use DB Transactions when encrypting wallet. 13 years ago
Pieter Wuille 0efda1a79e Do not use obsolete CPrivKey for passing keys around 13 years ago
Matt Corallo b6b039d84e Add Wallet Encryption section to README 13 years ago
Matt Corallo fbeb5fb483 Add the walletlock RPC method to lock the wallet manually. 13 years ago
Matt Corallo 81598083e7 Dynamically remove/insert the Options for encryption in the menus. 13 years ago
Matt Corallo 98545d2cdf Push unlocked_until in getinfo. 13 years ago
Matt Corallo ddebdd9a8f Set the number of SHA512 rounds based on the speed of the computer. 13 years ago
Matt Corallo 4e87d341f7 Add wallet privkey encryption. 13 years ago
Jay Weisskopf aa0bcaaf2b Remove NSIS branding from bottom divider. 13 years ago
Jay Weisskopf 230b894779 Set default compression for NSIS installer to LZMA. 13 years ago
Jay Weisskopf 6c9498147f Add logos/branding currently found on bitcoin.org into NSIS installer. 13 years ago
Doug Huff a48c671957 Make mlock() and munlock() portable to systems that require the address to be on a page boundary. 13 years ago
Jeff Garzik 354f2dd094 Merge pull request #392 from laanwj/antimagic 13 years ago
Wladimir J. van der Laan aa496b75c2 remove magic number: change threshold for nLockTime to constant 13 years ago
Jeff Garzik f08736405e Compile 'sv' translation 13 years ago
Jeff Garzik c05d011fba Merge pull request #376 from codler/translate 13 years ago
Dylan Noblesmith c1aacf0be3 mlock() all private keys in memory 13 years ago
Pieter Wuille acd6501610 Prepare codebase for Encrypted Keys. 13 years ago
Jeff Garzik e94010b239 Merge pull request #383 from sipa/syncdefault 13 years ago
Jeff Garzik bb0d9ce226 Merge pull request #384 from TheBlueMatt/upnp 13 years ago
Matt Corallo 7ec552676c Add minversion to wallet. 13 years ago
Matt Corallo 09923991e5 Enable UPnP by default on bitcoin, but not on bitcoind (on gitian) 13 years ago
Matt Corallo 3f0950ea01 Revert "Make UPnP default on Bitcoin but not on Bitcoind." 13 years ago
Pieter Wuille e9f61c8787 Fix synchronization of default key 13 years ago
Gavin Andresen 9390431ce4 Merge pull request #379 from gavinandresen/nocommas 13 years ago
Jeff Garzik 06c903b26c Merge pull request #380 from TheBlueMatt/buildupdates 13 years ago
Matt Corallo fa105b1d3a Added a couple minor things to match newer build process. 13 years ago
Gavin Andresen 59f9c8e8c9 Do not use comma as thousands separator 13 years ago
Gavin Andresen d547a44332 Block-chain lock-in at 134444 13 years ago
Han Lin Yap 096a890097 Minor translation changes for latest build 13 years ago
Jeff Garzik fc27eb188f Bump OSX version to 0.3.24 (missed in previous commit) 13 years ago
Jeff Garzik b4b536d782 Bump version to 0.3.24. 13 years ago
Jeff Garzik a76899624a Merge branch 'tmp2' into tmp3 13 years ago
Jeff Garzik 1a19fc17b2 Merge pull request #374 from TheBlueMatt/neterror 13 years ago
Matt Corallo 013df1cc3b Give more detailed error messages for connection failure. 13 years ago
Jeff Garzik 9cd1dfe898 Merge pull request #372 from TheBlueMatt/upnp 13 years ago
Jeff Garzik cfbcb1de66 Merge pull request #373 from EricJ2190/master 13 years ago
Eric Hosmer 58d9badfe2 Add keystore.h to makefile.vs's header list. 13 years ago
Eric Hosmer 12a4af47c2 Further updated Visual C++ makefile. 13 years ago
Matt Corallo ee1f884229 Make UPnP default on Bitcoin but not on Bitcoind. 13 years ago