novacoin.git
2011-08-03 Matt CoralloMake it clear that setting proxy requires restart to...
2011-07-27 Pieter WuilleMerge pull request #436 from TheBlueMatt/master
2011-07-27 Matt CoralloFix EncryptKeys crash introduced by a9ba4710, identifie...
2011-07-26 Jeff GarzikCAddrDB::LoadAddresses: properly initialize CAddress
2011-07-26 Pieter WuilleMerge pull request #435 from sipa/fixextract
2011-07-26 Pieter WuilleBugfix: don't overuse limited ExtractAddress
2011-07-26 Pieter WuilleMerge pull request #434 from laanwj/addkey_retval
2011-07-26 Wladimir J... make SetHash160 return a value (as specified in the...
2011-07-24 Jeff GarzikMerge pull request #403 from sipa/cbitcoinaddress
2011-07-24 Pieter WuilleMerge pull request #428 from sipa/mintxfeefix
2011-07-24 Pieter WuilleFix for small change outputs
2011-07-22 Jeff GarzikMerge pull request #423 from TheBlueMatt/mapalreadyaske...
2011-07-21 Matt CoralloActually use mapAlreadyAskedFor.
2011-07-18 Pieter WuilleMerge pull request #1 from AbrahamJewowich/cbitcoinaddress
2011-07-18 Abraham JewowichFix bug with accessing vchData[0] when vchData is empty.
2011-07-18 Gavin AndresenMerge pull request #419 from mibe/translation-de
2011-07-18 Gavin AndresenMerge pull request #395 from mibe/issue-395
2011-07-17 Pieter Wuillesplit off CBase58Data from CBitcoinAddress
2011-07-17 Pieter WuilleUse CBitcoinAddress instead of string/uint160
2011-07-17 Pieter Wuilleget rid of mapPubKeys
2011-07-17 Michael BemmerlChanged Russian translation according to comment in...
2011-07-17 Michael BemmerlAdded German wallet encryption messages translation.
2011-07-17 Michael BemmerlBasically some grammatical fixes of the German translation.
2011-07-16 Jeff GarzikMerge pull request #418 from EricJ2190/master
2011-07-16 Eric HosmerAdded crypter to makefile.vc.
2011-07-15 Jeff GarzikMerge pull request #414 from spiechu/polish-translation
2011-07-14 Dawid Spiechowiczadded polish wallet encryption messages
2011-07-14 Jeff GarzikMerge pull request #413 from TheBlueMatt/loadwalletret
2011-07-14 Matt CoralloFix bad return values in LoadWallet.
2011-07-14 Pieter WuilleMerge pull request #412 from sgimenez/db-transactions
2011-07-14 Stéphane GimenezSingle DB transaction for addresses from DNS seeds
2011-07-14 Gavin AndresenMerge pull request #411 from TheBlueMatt/master
2011-07-14 Matt CoralloFix Build in GetReservedKey() in wallet.cpp
2011-07-14 Gavin AndresenMerge pull request #410 from TheBlueMatt/master
2011-07-14 Patrick VarillySingle DB transaction for all addresses in a message
2011-07-14 Matt CoralloGenerate Warning when using default key.
2011-07-14 Jeff GarzikMerge pull request #409 from TheBlueMatt/master
2011-07-14 Matt CoralloFix crashes when a wallet is locked and GetReservedKey...
2011-07-13 Jeff GarzikMerge pull request #406 from muggenhor/warning-fixes
2011-07-13 Jeff GarzikMerge pull request #405 from sipa/syncdefault
2011-07-13 Giel van Schijndelfix warning: control reaches end of non-void function...
2011-07-13 Giel van Schijndelfix warning: variable ‘nMinDepth’ set but not used...
2011-07-13 Pieter WuilleMerge pull request #404 from TheBlueMatt/newenc
2011-07-13 Matt CoralloFix makefile.linux-mingw
2011-07-13 Pieter WuilleBugfix: add autogenerated addresses to address book
2011-07-13 Jeff Garzikdoc/README: word wrap into something readable
2011-07-13 Jeff GarzikBump version to 0.3.25
2011-07-13 Jeff GarzikUpdate CWallet::LoadWallet for proper return type.
2011-07-13 Jeff GarzikMerge pull request #399 from muggenhor/warning-fixes
2011-07-13 Giel van Schijndelfix warning: unused function 'SigIllHandlerSSE2' [...
2011-07-13 Giel van Schijndelfix warning: unused variable 'X' [-Wunused-variable]
2011-07-13 Giel van Schijndelfix warning: X enumeration values not handled in switch...
2011-07-13 Giel van Schijndelfix warning: comparison of unsigned expression < 0...
2011-07-13 Giel van Schijndelfix warnings: using the result of an assignment as...
2011-07-13 Giel van Schijndelfix warnings: expression result unused [-Wunused-value]
2011-07-13 Giel van Schijndelfix warning on 64bit systems: cast to pointer from...
2011-07-13 Matt CoralloUpdate makefile.linux-mingw to work with crypter and...
2011-07-13 Jeff GarzikMerge pull request #381 from TheBlueMatt/nminversion
2011-07-13 Jeff GarzikMerge pull request #402 from jayschwa/hirez-icon
2011-07-13 Jeff GarzikMerge pull request #396 from jayschwa/nsis-branding
2011-07-13 Jeff GarzikMerge pull request #352 from TheBlueMatt/newenc
2011-07-13 Jay WeisskopfIncrease resolution of Windows icon.
2011-07-13 Matt CoralloMake an invalid addrIncoming so that old clients crash.
2011-07-13 Matt CoralloUse DB Transactions when encrypting wallet.
2011-07-13 Pieter WuilleDo not use obsolete CPrivKey for passing keys around
2011-07-13 Matt CoralloAdd Wallet Encryption section to README
2011-07-13 Matt CoralloAdd the walletlock RPC method to lock the wallet manually.
2011-07-13 Matt CoralloDynamically remove/insert the Options for encryption...
2011-07-13 Matt CoralloPush unlocked_until in getinfo.
2011-07-13 Matt CoralloSet the number of SHA512 rounds based on the speed...
2011-07-13 Matt CoralloAdd wallet privkey encryption.
2011-07-12 Jay WeisskopfRemove NSIS branding from bottom divider.
2011-07-11 Jay WeisskopfSet default compression for NSIS installer to LZMA.
2011-07-11 Jay WeisskopfAdd logos/branding currently found on bitcoin.org into...
2011-07-10 Doug HuffMake mlock() and munlock() portable to systems that...
2011-07-09 Jeff GarzikMerge pull request #392 from laanwj/antimagic
2011-07-09 Wladimir J... remove magic number: change threshold for nLockTime...
2011-07-08 Jeff GarzikCompile 'sv' translation
2011-07-08 Jeff GarzikMerge pull request #376 from codler/translate
2011-07-08 Dylan Noblesmithmlock() all private keys in memory
2011-07-08 Pieter WuillePrepare codebase for Encrypted Keys.
2011-07-05 Jeff GarzikMerge pull request #383 from sipa/syncdefault
2011-07-05 Jeff GarzikMerge pull request #384 from TheBlueMatt/upnp
2011-07-05 Matt CoralloAdd minversion to wallet.
2011-07-05 Matt CoralloEnable UPnP by default on bitcoin, but not on bitcoind...
2011-07-05 Matt CoralloRevert "Make UPnP default on Bitcoin but not on Bitcoind."
2011-07-05 Pieter WuilleFix synchronization of default key
2011-07-05 Gavin AndresenMerge pull request #379 from gavinandresen/nocommas
2011-07-04 Jeff GarzikMerge pull request #380 from TheBlueMatt/buildupdates
2011-07-04 Matt CoralloAdded a couple minor things to match newer build process.
2011-07-04 Gavin AndresenDo not use comma as thousands separator
2011-07-03 Gavin AndresenBlock-chain lock-in at 134444
2011-07-03 Han Lin YapMinor translation changes for latest build
2011-07-02 Jeff GarzikBump OSX version to 0.3.24 (missed in previous commit)
2011-07-02 Jeff GarzikBump version to 0.3.24.
2011-07-02 Jeff GarzikMerge branch 'tmp2' into tmp3
2011-07-02 Jeff GarzikMerge pull request #374 from TheBlueMatt/neterror
2011-07-02 Matt CoralloGive more detailed error messages for connection failure.
2011-07-02 Jeff GarzikMerge pull request #372 from TheBlueMatt/upnp
2011-07-02 Jeff GarzikMerge pull request #373 from EricJ2190/master
next