Commit Graph

  • b03cb15789 Make bitcoin-qt static-link libqrcode and add it for debian pkgs. Matt Corallo 2012-02-15 14:42:51 -05:00
  • 32af6b16f1 Fix compilation warning. Matt Corallo 2012-01-28 04:29:01 -05:00
  • cc201e01f8 Several shutdown-related fixes Pieter Wuille 2012-02-15 21:17:15 +01:00
  • 25ab17585e Bugfix: do not create CAddress for invalid accepts Pieter Wuille 2012-02-15 20:56:29 +01:00
  • 303a47c095 fix default suffixes in save dialog in GNOME, make it more clear that PNG is used (solves #833) Wladimir J. van der Laan 2012-02-15 14:47:08 +01:00
  • c85c37acb1 increase BitcoinAddressValidator::MaxAddressLength from 34 to 35 Wladimir J. van der Laan 2012-02-15 17:08:34 +01:00
  • 4efbda3f25 Added 'Backup Wallet' menu option sje397 2012-02-14 23:14:43 +11:00
  • 1df182ff88 (trivial) regularize coding style Wladimir J. van der Laan 2012-02-15 13:14:16 +01:00
  • 15b87b2ec4 Merge pull request #807 from TheBlueMatt/bip21 Wladimir J. van der Laan 2012-02-12 05:52:34 -08:00
  • d27b4576f3 Add export action to file menu (as long as we have a file menu, export certainly should be there) Wladimir J. van der Laan 2012-02-12 12:53:20 +01:00
  • 2aa3429899 Merge pull request #826 from laanwj/2012_02_fixminimizetotray Wladimir J. van der Laan 2012-02-12 01:49:18 -08:00
  • 9f3de58d83 Merge pull request #817 from TheBlueMatt/dpiversionfix gmaxwell 2012-02-11 15:14:02 -08:00
  • 7c39b56c3b Merge pull request #827 from sipa/fixencrypt Pieter Wuille 2012-02-11 15:02:05 -08:00
  • aa625ed6ed Extra wallet locking fixes Pieter Wuille 2012-02-11 18:01:24 +01:00
  • b0529ffd95 Fix wallet locking locking Pieter Wuille 2012-02-11 16:35:40 +01:00
  • 88bc5f9485 Macros for manual critical sections Pieter Wuille 2012-02-11 20:02:55 +01:00
  • 6af93ee2ea Fix Minimize to the tray instead of the taskbar Janne Pulkkinen 2012-02-03 20:08:50 +02:00
  • b25474d1be Merge pull request #825 from sipa/fix_822 Gavin Andresen 2012-02-11 09:12:00 -08:00
  • cd5ee3bbb4 Fix wallet encryption with compressed pubkeys Pieter Wuille 2012-02-11 16:35:13 +01:00
  • 402deef944 Fix #822 Pieter Wuille 2012-02-11 15:25:42 +01:00
  • 245484679a Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start. Matt Corallo 2012-02-10 17:25:36 -05:00
  • cce89ead18 Add -req prefixes to comply with BIP21. Matt Corallo 2012-02-07 13:46:53 -05:00
  • 26d9e2c19d Merge pull request #818 from laanwj/2012_02_win32_qtaccessible Wladimir J. van der Laan 2012-02-10 09:31:21 -08:00
  • b0cfef3214 Merge pull request #813 from dooglus/master Gavin Andresen 2012-02-10 09:04:19 -08:00
  • 2e5a781c64 Enable accessible widgets Qt module on win32, so that people with screen readers such as NVDA can make sense of it. Wladimir J. van der Laan 2012-02-10 08:28:32 +01:00
  • baba6e7de2 Get ext. IP from UPnP, make sure addrMe IsRoutable() in version. Matt Corallo 2012-02-09 22:41:42 -05:00
  • 74f28bf1fd Fix #794. Only remove transactions from memory pool when they're actually in the memory pool. Chris Moore 2012-02-09 05:21:41 -08:00
  • 328b26d40b Update readme-qt.rst for 0.6.0 Wladimir J. van der Laan 2012-02-07 21:16:28 +01:00
  • a15bc17632 Merge pull request #805 from luke-jr/gitian_deps Gavin Andresen 2012-02-07 09:23:34 -08:00
  • f1142dcc5b Update doc/release-process.txt Luke Dashjr 2012-02-07 12:12:10 -05:00
  • 9909340f37 Split smaller dependencies out of gitian-win32 into deps-win32 Luke Dashjr 2012-02-07 11:52:40 -05:00
  • 882164196e Update all copyrights to 2012 Gavin Andresen 2012-02-07 11:28:30 -05:00
  • 6bf4253a68 Increase client version to 0.6 Gavin Andresen 2012-02-07 11:22:09 -05:00
  • 9d952d17bb Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. And switch default for irc to 0. Gavin Andresen 2012-02-06 14:35:57 -05:00
  • 3ad9f8a70f New GetArg features: allow --, and booleans can be -foo or -nofoo Gavin Andresen 2012-02-06 13:55:11 -05:00
  • 3ae0735553 Unit tests for the GetArg() methods Gavin Andresen 2012-02-06 12:37:49 -05:00
  • 0b452dff5e Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-git Gavin Andresen 2012-02-07 09:04:56 -05:00
  • 7bf8b7c25c -bip16 option (default: 1) to support / not support BIP 16. And bumped default BIP16 switchover date from Feb 15 to Mar 1 Gavin Andresen 2012-02-06 15:48:00 -05:00
  • 0b9a05a2bc Merge branch 'rpcpassword' of https://github.com/gmaxwell/bitcoin Gavin Andresen 2012-02-06 15:10:30 -05:00
  • 30999ec6f9 Merge branch 'decomposetransfix' of https://github.com/laanwj/bitcoin Gavin Andresen 2012-02-06 14:50:59 -05:00
  • ab07866c8d Restructure credit transaction decomposition (solves issue #689) Wladimir J. van der Laan 2012-02-05 11:53:52 +01:00
  • f051ee5f96 Update zlib and libpng (previous version had a security issue) Luke Dashjr 2012-02-06 11:46:49 -05:00
  • aad945f9b1 Merge branch 'translation-fixes' of https://github.com/tcatm/bitcoin Gavin Andresen 2012-02-06 09:35:20 -05:00
  • 0104e36d4b Mac deploy tool: make dylibs writeable when copying into app bundle, so they can be stripped/nametool'ed Gavin Andresen 2012-02-06 09:32:35 -05:00
  • f118b5fc5d miniupnpc Porfile removed; new and improved macdeployqtplus p2k 2012-01-19 21:45:49 +01:00
  • 9d4b05c0dc fetch translations from transifex Nils Schneider 2012-02-05 13:28:39 +01:00
  • f69b82e78a Change up/down increment in UI to 0.001 BTC (issue #760) Wladimir J. van der Laan 2012-02-05 12:15:16 +01:00
  • b04f301c8e Have bitcoind recommend a secure RPC password. Increase invalid password delay. Gregory Maxwell 2012-02-05 02:30:43 -05:00
  • 5d1b8f1725 Avoid advertising the node's address when it is not listening or IsInitialBlockDownload(). Gregory Maxwell 2012-02-01 18:08:03 -05:00
  • d2291cce92 Remove loose amp; from Portugese translation (issue #701) Wladimir J. van der Laan 2012-02-01 20:14:13 +01:00
  • 8beb917c6c Allow -upnp to override setting in wallet (and simplify logic a bit) Gavin Andresen 2012-02-01 13:24:15 -05:00
  • 177dbcaace Fix UPnP by reannouncing every 20 minutes. Matt Corallo 2012-01-31 17:36:25 -05:00
  • c52296a73e Testnet difficulty calculation changes, to take effect Feb 15 2012 Gavin Andresen 2011-12-05 15:50:22 -05:00
  • 4477b17f15 Merge branch 'checkkeys' of https://github.com/sipa/bitcoin Gavin Andresen 2012-01-31 12:19:26 -05:00
  • 68649bef93 CreateNewBlock was not adding in transaction fees. Gavin Andresen 2012-01-28 10:16:21 -05:00
  • 2bc4fd609c Bitcoin-Qt signmessage GUI (pull request #582) Luke Dashjr 2011-12-23 10:14:57 -05:00
  • 91f43a33f8 Full checking of all loaded keys Pieter Wuille 2012-01-26 19:26:34 +01:00
  • 70f55355e2 Merge pull request #593 (Full URL Support in bitcoin-qt) Wladimir J. van der Laan 2012-01-26 19:00:02 +01:00
  • 4c932cca6f Merge pull request #782 from sipa/checkkeys Gavin Andresen 2012-01-25 05:43:44 -08:00
  • b6a35d2d52 Merge pull request #773 from gavinandresen/p2shSigOpCount Gavin Andresen 2012-01-25 05:21:20 -08:00
  • b25cc627a3 Check consistency of private keys Pieter Wuille 2012-01-25 03:05:16 +01:00
  • 341519523f Support makefile.osx building test_bitcoin with dynamic boost Gavin Andresen 2012-01-23 15:58:06 -05:00
  • 2a9b46cf4b Merge branch 'bugfix_shared_boost_test' of https://github.com/luke-jr/bitcoin Gavin Andresen 2012-01-23 15:16:59 -05:00
  • 34c69036da Rename src/obj/test to src/obj-test to workaround bug in older GNU Make Luke Dashjr 2012-01-23 14:27:08 -05:00
  • a702ceaafc Merge branch 'lockcontention' of https://github.com/TheBlueMatt/bitcoin Gavin Andresen 2012-01-23 13:15:43 -05:00
  • 9ef59797af Merge branch 'master' of github.com:bitcoin/bitcoin Gavin Andresen 2012-01-23 13:14:49 -05:00
  • b8056dc5d0 Merge branch 'bugfix_areinpstd' of https://github.com/luke-jr/bitcoin Gavin Andresen 2012-01-23 13:09:34 -05:00
  • 5e437f05c7 Merge pull request #764 from luke-jr/update_release_process Gavin Andresen 2012-01-23 09:59:38 -08:00
  • 149f580c82 Only store transactions with missing inputs in the orphan pool. Gavin Andresen 2012-01-18 13:36:44 -05:00
  • dc77dce07c Fixed addmultisigaddress if looking up public keys from locked wallets. Gavin Andresen 2012-01-23 12:04:34 -05:00
  • ca9afa8401 Bugfix: Support building test_bitcoin with shared-object boost test framework Luke Dashjr 2012-01-23 11:37:48 -05:00
  • 198fb229a4 Add DEBUG_LOCKCONTENTION, to warn each time a thread waits to lock. Matt Corallo 2012-01-07 12:12:39 -05:00
  • 575bdcde93 Sanitize AreInputsStandard slightly Luke Dashjr 2012-01-20 20:59:04 -05:00
  • 137d0685a4 Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for prompting this). Gavin Andresen 2012-01-20 17:07:40 -05:00
  • 1240a1b0a8 Back out spacing changes to json spirit code Gavin Andresen 2012-01-19 14:32:45 -05:00
  • 7012b124bc Merge branch 'updateseednodes' of https://github.com/nanotube/bitcoin Gavin Andresen 2012-01-19 14:23:49 -05:00
  • c55fd06b99 Merge branch 'tabs-to-space' of https://github.com/larsr/bitcoin Gavin Andresen 2012-01-19 14:22:26 -05:00
  • aacefd2795 Merge branch 'getmemorypool_blockflagstime' of https://github.com/forrestv/bitcoin Gavin Andresen 2012-01-19 14:14:41 -05:00
  • 39f0d96860 Make transactions with extra data in their scriptSig's non-standard. Gavin Andresen 2012-01-19 13:30:54 -05:00
  • b2f76e9ded Update seednodes, pick long-uptime nodes with version >= 0.4.0 Daniel Folkinshteyn 2012-01-19 01:54:14 -05:00
  • 9965e1d044 Various updates to the release process Luke Dashjr 2012-01-17 21:50:08 -05:00
  • 43cda5f325 Merge pull request #762 from laanwj/qtprogressfix Wladimir J. van der Laan 2012-01-17 00:35:16 -08:00
  • 06706ab8ef Remove erroneous ":" in front of port in options dialog (introduced with network refactor) Wladimir J. van der Laan 2012-01-17 09:34:24 +01:00
  • be4d08b261 fix the build (port IP validation in options to network refactoring) Wladimir J. van der Laan 2012-01-17 09:27:03 +01:00
  • b2a967cd0b Revert to global progress indication (see #753) Wladimir J. van der Laan 2012-01-17 09:19:23 +01:00
  • c981d768b3 Fix handling of default ports Pieter Wuille 2012-01-17 02:12:35 +01:00
  • 8498c59144 Merge branch 'keepnode' of https://github.com/TheBlueMatt/bitcoin Gavin Andresen 2012-01-16 16:45:43 -05:00
  • 5dc090009e Merge pull request #758 from Matoking/master Wladimir J. van der Laan 2012-01-15 08:09:53 -08:00
  • ab84512258 Added mintime and curtime to RPC getmemorypool Forrest Voight 2012-01-14 18:52:23 -05:00
  • 52a3d2635c Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return it Forrest Voight 2012-01-14 18:51:52 -05:00
  • 29b7273153 *Clear all has a tooltip now *About dialog updated Janne Pulkkinen 2012-01-14 21:31:49 +02:00
  • b985efaac1 Replace tabs with four spaces to comply with coding standard in doc/coding.txt Lars Rasmusson 2012-01-14 12:14:36 +01:00
  • 9e8818ec9d Remove base58 encoding from validateaddress/addmultisigaddress Gavin Andresen 2012-01-12 10:33:21 -05:00
  • 4063460534 Refactor: needing to call ConnectInputs to process coinbase transactions was counter-intuitive Gavin Andresen 2012-01-10 20:45:55 -05:00
  • 8d7849b6db Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-verifying signatures. Gavin Andresen 2012-01-10 20:18:00 -05:00
  • 922e8e2929 Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). Gavin Andresen 2012-01-04 21:40:52 -05:00
  • d11a58a2d3 Remove not-used-anywhere scriptPrereq from SignSignature() Gavin Andresen 2012-01-04 17:31:21 -05:00
  • f290a649f9 Merge branch 'getmininginfo' of https://github.com/luke-jr/bitcoin Gavin Andresen 2012-01-13 10:06:05 -05:00
  • 10ba0a3efc Minor code cleanup to use fHaveUPnP instead of #ifdef Matt Corallo 2011-12-08 20:34:11 -05:00
  • b24e6e4d1b Add -keepnode which attempts to -addnode and keep a connection open Matt Corallo 2011-12-16 19:48:03 -05:00