aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-02-17Allow setting UI language from commandline (implements #678)Wladimir J. van der Laan
2012-02-17Change #ifdef GUI to #ifdef QT_GUI, GUI is not defined anymore...Wladimir J. van der Laan
2012-02-17don't allow -daemon in bitcoin-qt (changes only #defines)Wladimir J. van der Laan
2012-02-17fix typo in CNetAddr::IsRFC4843() (fixes #850)Wladimir J. van der Laan
2012-02-16Merge pull request #843 from TheBlueMatt/qrcodedocPieter Wuille
2012-02-16Merge pull request #844 from sipa/shutdownfixPieter Wuille
2012-02-16Merge pull request #842 from sipa/checkafPieter Wuille
2012-02-16Merge pull request #828 from sipa/fixwalletlockPieter Wuille
2012-02-15Properly include $*_LIB_PATH in makefile.unixMatt Corallo
2012-02-15Fix compilation warning.Matt Corallo
2012-02-15Several shutdown-related fixesPieter Wuille
2012-02-15Bugfix: do not create CAddress for invalid acceptsPieter Wuille
2012-02-15increase BitcoinAddressValidator::MaxAddressLength from 34 to 35Wladimir J. van der Laan
2012-02-12Merge pull request #807 from TheBlueMatt/bip21Wladimir J. van der Laan
2012-02-12Add export action to file menu (as long as we have a file menu, export certai...Wladimir J. van der Laan
2012-02-12Merge pull request #826 from laanwj/2012_02_fixminimizetotrayWladimir J. van der Laan
2012-02-11Merge pull request #817 from TheBlueMatt/dpiversionfixgmaxwell
2012-02-11Merge pull request #827 from sipa/fixencryptPieter Wuille
2012-02-11Extra wallet locking fixesPieter Wuille
2012-02-11Fix wallet locking lockingPieter Wuille
2012-02-11Macros for manual critical sectionsPieter Wuille
2012-02-11Fix Minimize to the tray instead of the taskbarJanne Pulkkinen
2012-02-11Fix wallet encryption with compressed pubkeysPieter Wuille
2012-02-11Fix #822Pieter Wuille
2012-02-10Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start.Matt Corallo
2012-02-10Add -req prefixes to comply with BIP21.Matt Corallo
2012-02-10Merge pull request #818 from laanwj/2012_02_win32_qtaccessibleWladimir J. van der Laan
2012-02-10Enable accessible widgets Qt module on win32, so that people with screen read...Wladimir J. van der Laan
2012-02-10Get ext. IP from UPnP, make sure addrMe IsRoutable() in version.Matt Corallo
2012-02-09Fix #794. Only remove transactions from memory pool when they're actually in...Chris Moore
2012-02-07Update all copyrights to 2012Gavin Andresen
2012-02-07Increase client version to 0.6Gavin Andresen
2012-02-07Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. An...Gavin Andresen
2012-02-07New GetArg features: allow --, and booleans can be -foo or -nofooGavin Andresen
2012-02-07Unit tests for the GetArg() methodsGavin Andresen
2012-02-07Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-gitGavin Andresen
2012-02-06-bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...Gavin Andresen
2012-02-06Merge branch 'rpcpassword' of https://github.com/gmaxwell/bitcoinGavin Andresen
2012-02-06Merge branch 'decomposetransfix' of https://github.com/laanwj/bitcoinGavin Andresen
2012-02-06Restructure credit transaction decomposition (solves issue #689)Wladimir J. van der Laan
2012-02-05fetch translations from transifexNils Schneider
2012-02-05Change up/down increment in UI to 0.001 BTC (issue #760)Wladimir J. van der Laan
2012-02-05Have bitcoind recommend a secure RPC password. Increase invalid password delay.Gregory Maxwell
2012-02-01Avoid advertising the node's address when it is not listening or IsInitialBlo...Gregory Maxwell
2012-02-01Remove loose amp; from Portugese translation (issue #701)Wladimir J. van der Laan
2012-02-01Allow -upnp to override setting in wallet (and simplify logic a bit)Gavin Andresen
2012-01-31Fix UPnP by reannouncing every 20 minutes.Matt Corallo
2012-01-31Testnet difficulty calculation changes, to take effect Feb 15 2012Gavin Andresen
2012-01-31Merge branch 'checkkeys' of https://github.com/sipa/bitcoinGavin Andresen
2012-01-28CreateNewBlock was not adding in transaction fees.Gavin Andresen