Dynamically remove/insert the Options for encryption in the menus.
[novacoin.git] / src /
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-10 Doug HuffMake mlock() and munlock() portable to systems that...
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 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 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-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
2011-07-02 Eric HosmerAdd keystore.h to makefile.vs's header list.
2011-07-02 Eric HosmerFurther updated Visual C++ makefile.
2011-07-01 Matt CoralloMake UPnP default on Bitcoin but not on Bitcoind.
2011-07-01 Jeff GarzikMerge pull request #343 from muggenhor/proper-http...
2011-07-01 Jeff GarzikMerge pull request #368 from TheBlueMatt/dnsseed
2011-07-01 Jeff GarzikMerge pull request #371 from EricJ2190/master
2011-07-01 Jeff GarzikEnable DNS seeding by default.
2011-07-01 Eric HosmerUpdated Visual C++ makefile.
2011-07-01 Matt CoralloOnly use dnsseeds and static seeds when not on testnet.
2011-07-01 Pieter WuilleLimit response to getblocks to half of output buffer...
2011-06-30 Jeff GarzikMerge pull request #367 from TheBlueMatt/dnsseed
2011-06-30 Matt CoralloAdd new DNSSeed dnsseed.bluematt.me.
2011-06-28 Joerie de GramFix connection failure debug output
2011-06-27 Stéphane GimenezFix AddressBook syncrhonization between a CWallet and...
2011-06-27 Gavin AndresenMerge pull request #356 from gavinandresen/unitTest
2011-06-27 Gavin AndresenBoost unit-testing framework.
2011-06-26 Giel van Schijndelrpc: don't send 403 when using SSL to prevent DoS
2011-06-26 Giel van Schijndelrpc server: send '403 Forbidden' to rejected clients
2011-06-26 Pieter WuilleFix segfault when creating new wallet
2011-06-24 Gavin AndresenMerge branch 'totalblocksestimate1' of https://github...
2011-06-24 James BurkleEdited init.cpp to include a check that -datadir exists
2011-06-20 Pieter WuilleBugfixes walletclass
2011-06-19 Shane WegnerFix missing includes needed for Boost 1.46.
2011-06-19 Jeff GarzikCWalletTx::GetAmounts(): pass NULL for CKeyStore*,...
2011-06-18 Wladimir J. van... add GetTotalBlocksEstimate() function, move magic numbe...
2011-06-15 Pieter WuilleCWallet class
2011-06-15 Pieter Wuillemove wallet code to separate file
2011-06-14 Jeff GarzikMerge pull request #226 from jordanlewis/betterheaders
2011-06-14 Jeff GarzikFormatFullVersion: build fix related to recent translat...
2011-06-14 Jeff GarzikMerge pull request #314 from codler/translate
2011-06-11 Pieter WuilleFaster timeout when connecting
2011-06-11 Han Lin YapDouble check translation and improved a translation...
2011-06-11 Han Lin YapRemove unused variable
2011-06-10 Jeff GarzikLower minimum relay TX fee to 0.0001 (from 0.0005)...
2011-06-10 Jeff GarzikMerge pull request #304 from TheBlueMatt/cpufix
2011-06-07 Gavin AndresenMerge pull request #293 from tcatm/keypool-fix
2011-06-06 Matt CoralloFix CPU Usage bug when using -nolisten and have no...
2011-06-06 Doug HuffDemystify a few magic numbers.
2011-06-05 Jeff GarzikReduce minimum TX fee for new transactions, to 0.0005.
2011-06-05 Jeff GarzikBump version to 0.3.23.
2011-06-05 Jeff GarzikMerge pull request #264 from sipa/mintxfeefix
2011-06-05 Jeff GarzikMerge pull request #255 from sipa/rescanupdate
2011-06-03 Nils Schneidercreate keypool in LoadWallet()
2011-06-02 Doug HuffFix rfc1918 and rfc3927 compliance for ignoring non...
2011-06-02 Pieter WuilleBugfix for dnsseed introduced by dnslookup
2011-06-02 Pieter WuilleMerge remote branch 'upstream/master'
2011-05-28 Pieter WuilleMerge pull request #278 from TheBlueMatt/win32ssl
2011-05-28 Pieter Wuillebugfix: accept free transactions
2011-05-27 Matt CoralloFix GUI build on UNIX.
2011-05-27 Matt CoralloUpdate to openssl-1.0.0d and enable RPC-SSL on Win32
2011-05-27 Matt CoralloHandle high DPI a bit more gracefully on Win32. #243
2011-05-26 Pieter Wuilleloss of significance in difficulty (by lfm)
2011-05-26 Pieter WuilleMerge pull request #267 from sipa/mintxrelay
2011-05-26 Matt CoralloFixes #240 and #244 - delete delete[] mismatch.
2011-05-25 Pieter WuilleSeparate required fee for relaying and creation
2011-05-25 Pieter WuilleFix for small change outputs
2011-05-22 Pieter WuilleUpdate transactions already in the wallet when rescanning.
2011-05-21 Matt CoralloRevert "OSX build tweaks (laszlo)"
2011-05-21 Jeff Garzikirc: #bitcoin is overflowing. split up into 100 random...
2011-05-21 Jeff GarzikOSX build tweaks (laszlo)
2011-05-17 Jordan LewisOnly include certain boost headers if necessary.
2011-05-17 Jordan LewisRemove some globally unused headers from headers.h
2011-05-17 Pieter WuilleBugfix for dnslookup: irc.cpp still used old CAddress...
2011-05-17 Jeff GarzikMerge pull request #221 from gavinandresen/portoption
2011-05-16 Jordan LewisOnly include strlcpy.h when we have to
2011-05-16 Jordan LewisOnly include init.h when we have to
2011-05-16 Jordan LewisOnly include net.h when we have to
2011-05-16 Jordan LewisOnly included rpc.h when necessary
2011-05-16 Jordan LewisOnly include db.h when we have to.
2011-05-16 Jordan LewisOnly include irc.h when needed
2011-05-15 Gavin AndresenBuild error mingw, missing std::
2011-05-15 Gavin Andresen-port option to listen on arbitrary port
2011-05-15 Wladimir J. van... make bitcoin include files more modular
2011-05-14 Pieter WuilleMerge pull request #224 from TheBlueMatt/mingwbuildfix
2011-05-14 Matt CoralloFix MinGW build due to bad pointers to ui.rc pixmaps...
2011-05-14 Pieter Wuillebugfix in dnslookup code: didn't compile in mingw
2011-05-12 Jeff GarzikMerge pull request #215 from gavinandresen/negativemove
2011-05-12 Jeff GarzikMerge branch 'fUseUPnPfix' of https://github.com/TheBlu...
2011-05-12 Jeff GarzikMerge pull request #192 from sipa/dnslookup
2011-05-12 Daniel HolbertAdd #ifdef USE_UPNP around usage of fUseUPnP to fix...
next