1386 Commits (5d0f7c4f47e6b9aa382846dd9b4a034e724d461a)

Author SHA1 Message Date
Wladimir J. van der Laan bc5e6b9f21 On windows, show message box with help, as there is no stderr (fixes #702) 13 years ago
Wladimir J. van der Laan 83d1d1a906 Hide window from taskbar when "minimize to tray" active by making window into Tool window 13 years ago
Wladimir J. van der Laan 23b3cf9d10 Restructure IPC URL handling (fixes #851) 13 years ago
Wladimir J. van der Laan 39231e9105 don't allow -daemon in bitcoin-qt (changes only #defines) 13 years ago
Wladimir J. van der Laan d3896211d2 fix typo in CNetAddr::IsRFC4843() (fixes #850) 13 years ago
Chris Moore d64e124cf4 Fix #846. Allow negative options such as "nolisten=1" in bitcoin.conf as well as on the command line. 13 years ago
Gavin Andresen 0f8cb5db73 Fix issue #848 : broken mining on testnet 13 years ago
Pieter Wuille c59881eaee Symbolic names for threads 13 years ago
Matt Corallo 7dcd200489 Properly include $*_LIB_PATH in makefile.unix 13 years ago
Matt Corallo 32af6b16f1 Fix compilation warning. 13 years ago
Pieter Wuille cc201e01f8 Several shutdown-related fixes 13 years ago
Pieter Wuille 25ab17585e Bugfix: do not create CAddress for invalid accepts 13 years ago
Wladimir J. van der Laan 303a47c095 fix default suffixes in save dialog in GNOME, make it more clear that PNG is used (solves #833) 13 years ago
Wladimir J. van der Laan c85c37acb1 increase BitcoinAddressValidator::MaxAddressLength from 34 to 35 13 years ago
sje397 4efbda3f25 Added 'Backup Wallet' menu option 13 years ago
Wladimir J. van der Laan 1df182ff88 (trivial) regularize coding style 13 years ago
Wladimir J. van der Laan d27b4576f3 Add export action to file menu (as long as we have a file menu, export certainly should be there) 13 years ago
Pieter Wuille aa625ed6ed Extra wallet locking fixes 13 years ago
Pieter Wuille b0529ffd95 Fix wallet locking locking 13 years ago
Pieter Wuille 88bc5f9485 Macros for manual critical sections 13 years ago
Janne Pulkkinen 6af93ee2ea Fix Minimize to the tray instead of the taskbar 13 years ago
Pieter Wuille cd5ee3bbb4 Fix wallet encryption with compressed pubkeys 13 years ago
Pieter Wuille 402deef944 Fix #822 13 years ago
Matt Corallo 245484679a Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start. 13 years ago
Matt Corallo cce89ead18 Add -req prefixes to comply with BIP21. 13 years ago
Wladimir J. van der Laan 2e5a781c64 Enable accessible widgets Qt module on win32, so that people with screen readers such as NVDA can make sense of it. 13 years ago
Matt Corallo baba6e7de2 Get ext. IP from UPnP, make sure addrMe IsRoutable() in version. 13 years ago
Chris Moore 74f28bf1fd Fix #794. Only remove transactions from memory pool when they're actually in the memory pool. 13 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 13 years ago
Gavin Andresen 6bf4253a68 Increase client version to 0.6 13 years ago
Gavin Andresen 9d952d17bb Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. And switch default for irc to 0. 13 years ago
Gavin Andresen 3ad9f8a70f New GetArg features: allow --, and booleans can be -foo or -nofoo 13 years ago
Gavin Andresen 3ae0735553 Unit tests for the GetArg() methods 13 years ago
Gavin Andresen 7bf8b7c25c -bip16 option (default: 1) to support / not support BIP 16. And bumped default BIP16 switchover date from Feb 15 to Mar 1 13 years ago
Wladimir J. van der Laan ab07866c8d Restructure credit transaction decomposition (solves issue #689) 13 years ago
Nils Schneider 9d4b05c0dc fetch translations from transifex 13 years ago
Wladimir J. van der Laan f69b82e78a Change up/down increment in UI to 0.001 BTC (issue #760) 13 years ago
Gregory Maxwell b04f301c8e Have bitcoind recommend a secure RPC password. Increase invalid password delay. 13 years ago
Gregory Maxwell 5d1b8f1725 Avoid advertising the node's address when it is not listening or IsInitialBlockDownload(). 13 years ago
Wladimir J. van der Laan d2291cce92 Remove loose amp; from Portugese translation (issue #701) 13 years ago
Gavin Andresen 8beb917c6c Allow -upnp to override setting in wallet (and simplify logic a bit) 13 years ago
Matt Corallo 177dbcaace Fix UPnP by reannouncing every 20 minutes. 13 years ago
Gavin Andresen c52296a73e Testnet difficulty calculation changes, to take effect Feb 15 2012 13 years ago
Gavin Andresen 68649bef93 CreateNewBlock was not adding in transaction fees. 13 years ago
Luke Dashjr 2bc4fd609c Bitcoin-Qt signmessage GUI (pull request #582) 13 years ago
Pieter Wuille 91f43a33f8 Full checking of all loaded keys 13 years ago
Pieter Wuille b25cc627a3 Check consistency of private keys 13 years ago
Gavin Andresen 341519523f Support makefile.osx building test_bitcoin with dynamic boost 13 years ago
Luke Dashjr 34c69036da Rename src/obj/test to src/obj-test to workaround bug in older GNU Make 13 years ago
Gavin Andresen 149f580c82 Only store transactions with missing inputs in the orphan pool. 13 years ago