aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Added 'Backup Wallet' menu optionsje3972012-02-157-5/+40
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Change #ifdef GUI to #ifdef QT_GUI, GUI is not defined anymore...Wladimir J. van der Laan2012-02-171-4/+4
| |_|_|/ / / / |/| | | | | |
* | | | | | | don't allow -daemon in bitcoin-qt (changes only #defines)Wladimir J. van der Laan2012-02-171-3/+3
* | | | | | | fix typo in CNetAddr::IsRFC4843() (fixes #850)Wladimir J. van der Laan2012-02-171-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #843 from TheBlueMatt/qrcodedocPieter Wuille2012-02-162-8/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Properly include $*_LIB_PATH in makefile.unixMatt Corallo2012-02-151-2/+2
| * | | | | Fix compilation warning.Matt Corallo2012-02-151-6/+6
| | |/ / / | |/| | |
* | | | | Merge pull request #844 from sipa/shutdownfixPieter Wuille2012-02-161-5/+8
|\ \ \ \ \
| * | | | | Several shutdown-related fixesPieter Wuille2012-02-151-5/+8
| |/ / / /
* | | | | Merge pull request #842 from sipa/checkafPieter Wuille2012-02-161-1/+5
|\ \ \ \ \
| * | | | | Bugfix: do not create CAddress for invalid acceptsPieter Wuille2012-02-151-1/+5
| | |/ / / | |/| | |
* | | | | Merge pull request #828 from sipa/fixwalletlockPieter Wuille2012-02-163-20/+32
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Extra wallet locking fixesPieter Wuille2012-02-111-8/+16
| * | | | Fix wallet locking lockingPieter Wuille2012-02-111-16/+14
| * | | | Macros for manual critical sectionsPieter Wuille2012-02-112-3/+9
* | | | | increase BitcoinAddressValidator::MaxAddressLength from 34 to 35Wladimir J. van der Laan2012-02-151-1/+1
| |/ / / |/| | |
* | | | Merge pull request #807 from TheBlueMatt/bip21Wladimir J. van der Laan2012-02-125-10/+123
|\ \ \ \
| * | | | Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start.Matt Corallo2012-02-104-0/+96
| * | | | Add -req prefixes to comply with BIP21.Matt Corallo2012-02-101-10/+27
* | | | | Add export action to file menu (as long as we have a file menu, export certai...Wladimir J. van der Laan2012-02-121-1/+2
* | | | | Merge pull request #826 from laanwj/2012_02_fixminimizetotrayWladimir J. van der Laan2012-02-122-11/+27
|\ \ \ \ \
| * | | | | Fix Minimize to the tray instead of the taskbarJanne Pulkkinen2012-02-112-11/+27
* | | | | | Merge pull request #817 from TheBlueMatt/dpiversionfixgmaxwell2012-02-111-1/+21
|\ \ \ \ \ \
| * | | | | | Get ext. IP from UPnP, make sure addrMe IsRoutable() in version.Matt Corallo2012-02-101-1/+21
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #827 from sipa/fixencryptPieter Wuille2012-02-111-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix wallet encryption with compressed pubkeysPieter Wuille2012-02-111-1/+1
| | |/ / / | |/| | |
* / | | | Fix #822Pieter Wuille2012-02-111-1/+1
|/ / / /
* | | | Merge pull request #818 from laanwj/2012_02_win32_qtaccessibleWladimir J. van der Laan2012-02-101-0/+1
|\ \ \ \
| * | | | Enable accessible widgets Qt module on win32, so that people with screen read...Wladimir J. van der Laan2012-02-101-0/+1
| |/ / /
* / / / Fix #794. Only remove transactions from memory pool when they're actually in...Chris Moore2012-02-091-5/+9
|/ / /
* | | Update all copyrights to 2012Gavin Andresen2012-02-0741-42/+42
* | | Increase client version to 0.6Gavin Andresen2012-02-071-1/+1
* | | Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. An...Gavin Andresen2012-02-074-18/+19
* | | New GetArg features: allow --, and booleans can be -foo or -nofooGavin Andresen2012-02-072-0/+100
* | | Unit tests for the GetArg() methodsGavin Andresen2012-02-073-24/+146
* | | Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-gitGavin Andresen2012-02-075-11/+67
|\ \ \
| * | | Make transactions with extra data in their scriptSig's non-standard.Gavin Andresen2012-01-195-11/+67
* | | | -bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...Gavin Andresen2012-02-065-15/+34
* | | | Merge branch 'rpcpassword' of https://github.com/gmaxwell/bitcoinGavin Andresen2012-02-061-7/+16
|\ \ \ \
| * | | | Have bitcoind recommend a secure RPC password. Increase invalid password delay.Gregory Maxwell2012-02-051-7/+16
* | | | | Merge branch 'decomposetransfix' of https://github.com/laanwj/bitcoinGavin Andresen2012-02-061-37/+23
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Restructure credit transaction decomposition (solves issue #689)Wladimir J. van der Laan2012-02-061-37/+23
* | | | | fetch translations from transifexNils Schneider2012-02-0525-7278/+31099
|/ / / /
* | | | Change up/down increment in UI to 0.001 BTC (issue #760)Wladimir J. van der Laan2012-02-051-0/+1
* | | | Avoid advertising the node's address when it is not listening or IsInitialBlo...Gregory Maxwell2012-02-012-6/+8
|/ / /
* | | Remove loose amp; from Portugese translation (issue #701)Wladimir J. van der Laan2012-02-011-24/+47
* | | Allow -upnp to override setting in wallet (and simplify logic a bit)Gavin Andresen2012-02-011-10/+5
* | | Fix UPnP by reannouncing every 20 minutes.Matt Corallo2012-01-311-2/+22
* | | Testnet difficulty calculation changes, to take effect Feb 15 2012Gavin Andresen2012-01-311-4/+29
* | | Merge branch 'checkkeys' of https://github.com/sipa/bitcoinGavin Andresen2012-01-312-1/+15
|\ \ \