Commit Graph

  • 75d31c84db Merge pull request #3039 from Diapolo/Qt_misc Wladimir J. van der Laan 2013-09-29 02:50:56 -07:00
  • b2180d82a4 Merge pull request #3029 from wtogami/gitianwin32 Gavin Andresen 2013-09-29 01:44:07 -07:00
  • d5f0ef54f8 several small Qt-related fixes Philip Kaufmann 2013-09-28 19:29:44 +02:00
  • f5857e5cb5 Inline signature serializer Pieter Wuille 2013-05-04 19:32:33 +02:00
  • b41fa66ba7 Merge pull request #3034 from fanquake/corect-qt-download-link Wladimir J. van der Laan 2013-09-28 04:52:34 -07:00
  • e21a435dd1 Merge pull request #3035 from fanquake/remove-homebrew-patches Wladimir J. van der Laan 2013-09-28 02:16:50 -07:00
  • 7de4e47d5f Merge pull request #3031 from Diapolo/miner Wladimir J. van der Laan 2013-09-28 01:21:57 -07:00
  • 18c5910e8f Merge pull request #3027 from cozz/cozz2 Wladimir J. van der Laan 2013-09-28 00:46:41 -07:00
  • cd4d495ed4 Update Qt 4.8.3 download link fanquake 2013-09-26 15:53:08 +08:00
  • f2bc1d35d6 Upgrade gitian win32 to boost-1.54.0 Warren Togami 2013-09-25 22:33:25 -10:00
  • af6c2c71ed Upgrade gitian win32 to Precise 12.04. Warren Togami 2013-09-22 16:55:00 -10:00
  • 619e76e6e6 Removes obselete HomeBrew patches fanquake 2013-09-26 16:00:18 +08:00
  • c589f5f2bd build: add libcrypt32 dep for new mingw. Also ensure that libgcc/libstdc++ are static-linked regardless of the toolchain config Cory Fields 2013-09-25 17:58:18 -04:00
  • 8d750f1d21 internal miner: move 2 globals from main to miner Philip Kaufmann 2013-09-25 15:45:46 +02:00
  • d14b86730b Merge pull request #3026 from sipa/checkunspend Pieter Wuille 2013-09-25 04:41:02 -07:00
  • 5dc9164edc GUI: fix sendcoinsdialog/sendcoinsentry Cozz Lovan 2013-09-24 16:08:24 +02:00
  • 99740bab9c Skip unspendable outputs in consistency check Pieter Wuille 2013-09-24 14:11:17 +02:00
  • fb8724ee6c Merge pull request #2791 from sipa/proveprune Gavin Andresen 2013-09-23 14:23:14 -07:00
  • a28fb70e45 Merge pull request #3016 from sipa/lows Pieter Wuille 2013-09-23 06:05:29 -07:00
  • 8e782e924e Merge pull request #3023 from Michagogo/pgp Gavin Andresen 2013-09-23 00:33:32 -07:00
  • ff4e3e63e7 Merge pull request #2949 from gmaxwell/fewer_fee_footguns Gavin Andresen 2013-09-22 16:44:35 -07:00
  • 7010e505f5 Adjust weight for michagogo in gitian download scripts Micha 2013-09-22 23:11:54 +03:00
  • 0766e6ced5 Add michagogo to gitian download scripts Micha 2013-09-21 23:44:16 +03:00
  • c2f4187263 Merge pull request #2995 from Diapolo/GUI_message Wladimir J. van der Laan 2013-09-20 23:38:56 -07:00
  • f676fb91f3 Merge pull request #3020 from Diapolo/LogPrint_fixes Pieter Wuille 2013-09-20 01:52:57 -07:00
  • faaeae1eb3 fix some printf -> LogPrintf leftovers Philip Kaufmann 2013-09-19 14:47:21 +02:00
  • e0e14e43d9 Use 'low S' as malleability breaker rather than 'even S' Pieter Wuille 2013-09-18 23:37:05 +02:00
  • 9196f38c8f Tweaks to the top-level pull-tester script Gavin Andresen 2013-09-20 15:55:05 +10:00
  • 3ee673a2c9 Rename BitcoinjBitcoindComparisonTool just BitcoindComparisonTool Gavin Andresen 2013-09-20 13:33:07 +10:00
  • 5d56b4574f Master pull-tester-driver python script Gavin Andresen 2013-09-20 08:49:36 +10:00
  • 08596fc15d Merge pull request #3021 from Diapolo/fix_extract_strings_qt Wladimir J. van der Laan 2013-09-19 08:01:51 -07:00
  • 01cbaeb62f fix extract_strings_qt.py Philip Kaufmann 2013-09-19 14:59:45 +02:00
  • b4355ccaf7 Merge pull request #3019 from sipa/fugbix Pieter Wuille 2013-09-19 03:45:29 -07:00
  • 367c29d6e0 Bugfix: nHeightLast instead of nHeightFirst Pieter Wuille 2013-09-19 10:44:35 +02:00
  • d969c2c073 Fix gitian: bitcoin-deps is at version 0.0.7 Gavin Andresen 2013-09-19 12:40:02 +10:00
  • 69b16a11a2 Merge pull request #3014 from theuni/gitian-fixups Gavin Andresen 2013-09-18 16:05:05 -07:00
  • 623518e115 Merge pull request #3017 from sipa/unitleaks Gavin Andresen 2013-09-18 16:01:16 -07:00
  • 1657ed2ab4 Fix minor unit test memory leaks Pieter Wuille 2013-09-19 00:01:36 +02:00
  • 5ceb9c9637 win32: only check for windres for win32, and fail if missing Cory Fields 2013-09-18 17:39:18 -04:00
  • dee632cc25 win32: add version info to bitcoind.exe Cory Fields 2013-09-18 15:53:29 -04:00
  • 7a3df1cd94 autotools: fix the Makefile.include to be safely included anywhere. Cory Fields 2013-09-18 15:45:31 -04:00
  • c546dc05bb autotools: fix subdir m4 check, never let it return -I Cory Fields 2013-09-18 17:09:11 -04:00
  • 7f1c162aae gitian: remove obsolete --disable-debug flag Cory Fields 2013-09-18 15:36:23 -04:00
  • 8d36b2dcfb gitian: fix win32 build after configure bdb changes Cory Fields 2013-09-18 15:35:33 -04:00
  • 2e9c8aed31 configure.ac: remove unneeded OSX flags Jeff Garzik 2013-09-18 08:21:39 -04:00
  • 87d7a0ee10 Merge pull request #3011 from jgarzik/autoconf Jeff Garzik 2013-09-18 05:18:21 -07:00
  • 8bd6d19a92 configure.ac: remove debug/release concept, prefer autotools default CXXFLAGS Jeff Garzik 2013-09-18 07:58:05 -04:00
  • 9a4a7d3c6a qt: english translation update Wladimir J. van der Laan 2013-09-18 13:32:09 +02:00
  • acafc9ceb1 Add src/.gitignore: ignore src/test_bitcoin Jeff Garzik 2013-09-18 07:07:41 -04:00
  • e0d6dd11e3 Merge pull request #3009 from gavinandresen/LogPrint Jeff Garzik 2013-09-18 04:00:03 -07:00
  • 881a85a22d Replace printf with LogPrintf / LogPrint Gavin Andresen 2013-09-18 20:38:08 +10:00
  • e51321fb75 Refactor: OutputDebugStringF -> LogPrint(category, ...) Gavin Andresen 2013-09-18 18:03:21 +10:00
  • 9085c8c7c3 Update contrib/debian: proper desktop category and update changelog Matt Corallo 2013-09-15 14:11:44 -04:00
  • d6eb259953 [Fee logic] Don't count txins for priority to encourage sweeping. Gregory Maxwell 2013-08-28 02:15:39 -07:00
  • d64eef48a4 Add getnetworkhashps to get the calculated network hashrate coblee 2013-05-17 00:57:05 -10:00
  • b16e9f02c8 Merge pull request #2985 from theuni/included-tests Gavin Andresen 2013-09-16 18:11:51 -07:00
  • 152e51c7af included-tests: generate binary data from test files for inclusion into test binaries Cory Fields 2013-09-10 15:18:09 -04:00
  • 08081e393b included-tests: update gitian descriptors for hexdump dependency Cory Fields 2013-09-10 15:15:10 -04:00
  • a25cd0bfdf Merge pull request #3000 from gmaxwell/more_osx_fsync Jeff Garzik 2013-09-16 06:25:12 -07:00
  • 17e0f67505 Merge pull request #3001 from theuni/fix-make-race Gavin Andresen 2013-09-15 23:54:09 -07:00
  • cae63be6c9 autotools: fix a parallel build race condition spotted by the pull-tester Cory Fields 2013-09-16 01:22:50 -04:00
  • e7bad10c12 More fixes for blockchain corruption on OSX. Gregory Maxwell 2013-09-15 20:14:06 -07:00
  • 2975db76b3 Merge pull request #2996 from theuni/qt-translation Gavin Andresen 2013-09-14 16:17:27 -07:00
  • a0c3ab7ed1 autotools: update translation docs Cory Fields 2013-09-14 12:07:18 -04:00
  • 035ddf6f6b autotools: check for lupdate/xgettext Cory Fields 2013-09-14 11:49:33 -04:00
  • 21ffa3ce3a autotools: add translate target for qt translations Cory Fields 2013-09-14 11:52:42 -04:00
  • b26f9d893c Bitcoin-Qt: BitcoinGUI::message() updates/fixes Philip Kaufmann 2013-09-14 11:44:12 +02:00
  • f3f09462cd autotools: teach extract_strings_qt.py to respect the XGETTEXT env variable Cory Fields 2013-09-14 11:48:27 -04:00
  • f286aa1611 autotools: rearrange qt sources to make them more flexible Cory Fields 2013-09-14 11:51:40 -04:00
  • 4c5969b367 Merge pull request #2830 from petertodd/p2sh-rpc Gregory Maxwell 2013-09-12 20:50:32 -07:00
  • 2253642287 Make validateaddress provide redeemScript Peter Todd 2013-07-15 03:07:38 -04:00
  • be066fad7d Add RPC call decodescript Peter Todd 2013-07-15 01:22:10 -04:00
  • 463c9710f5 Move Parse{Hash|Hex} to be usable by all RPC code Peter Todd 2013-07-15 02:24:33 -04:00
  • 11a79680b1 Merge pull request #2979 from luke-jr/autoconf Gregory Maxwell 2013-09-10 17:51:05 -07:00
  • 85311c1ef8 Merge pull request #2982 from gmaxwell/20130908_ccoins_corrupt Gregory Maxwell 2013-09-10 16:07:34 -07:00
  • 1e9d3b1392 Bugfix: Since test_bitcoin is being built and run inside src/test/, try using relative directories from that point Luke Dashjr 2013-09-10 23:04:45 +00:00
  • 9a09c0091c configure: Prefer specific known-good versions of Qt metacompiler tools Luke Dashjr 2013-09-08 01:22:32 +00:00
  • 56ba02aa2a build-unix.md: Remove now-redundant and unnecessary Gentoo instructions Luke Dashjr 2013-09-09 03:10:55 +00:00
  • 941dba1783 configure: Check common include subdirectories for bdb headers, and refuse to use any version other than 4.8 by default Luke Dashjr 2013-09-07 19:43:25 +00:00
  • b4d8d03b86 autotools: use an absolute path to test data Cory Fields 2013-09-10 18:22:47 -04:00
  • 2bc004c658 Merge pull request #2961 from Diapolo/cosmetic Wladimir J. van der Laan 2013-09-09 03:55:45 -07:00
  • d78900cc1b fix some cosmetic glitches in the codebase Philip Kaufmann 2013-08-31 01:11:12 +02:00
  • f8b7aa8625 Longer term workaround for chainstate corruption from negative versions. Gregory Maxwell 2013-09-09 02:11:11 -07:00
  • 4c723841e2 Merge pull request #2968 from TheBlueMatt/master Gavin Andresen 2013-09-08 17:48:42 -07:00
  • 8394f4a2dc Merge pull request #2977 from laanwj/2013_09_release_process_protobuf Gavin Andresen 2013-09-08 17:31:04 -07:00
  • 102518fdb7 Rename -tor to -onion to better reflect what it does. Gregory Maxwell 2013-09-08 04:54:06 -07:00
  • a6b3de1395 Silence useless warning in src/json/json_spirit_writer_template.h to make important warnings easier to see. Warren Togami 2013-09-07 21:17:27 -10:00
  • 12564aa166 configure.ac: remove superfluous bracket Jeff Garzik 2013-09-07 19:42:32 -04:00
  • 15fd245b9a Merge pull request #2943 from theuni/autotools-final Jeff Garzik 2013-09-06 17:09:55 -07:00
  • 495242c1ad Merge pull request #2976 from laanwj/2013_09_txid_details Wladimir J. van der Laan 2013-09-06 04:21:45 -07:00
  • 9d6b60cf50 Merge pull request #2973 from Diapolo/qDebug Wladimir J. van der Laan 2013-09-06 03:26:02 -07:00
  • ed4c7fd4fd qt: add vout index to transaction id in transactions details dialog Wladimir J. van der Laan 2013-09-05 12:23:08 +02:00
  • 42018eff07 Bitcoin-Qt: Use qDebug() for printing to debug.log Philip Kaufmann 2013-09-04 11:52:45 +02:00
  • d22d9753cc Merge pull request #2978 from gmaxwell/rpc_settxfee_doc Gavin Andresen 2013-09-05 21:57:52 -07:00
  • 35b8af9226 autotools: switch to autotools buildsystem Cory Fields 2013-05-27 19:55:01 -04:00
  • a22eed6a1e Make settxfee clear that units are btc/kb. Gregory Maxwell 2013-09-05 17:54:31 -07:00
  • 51c2fa16bb Qt 4.8.3 r2 in gitian and release process Wladimir J. van der Laan 2013-09-05 14:38:59 +02:00
  • af079f0b21 Add protobuf 2.5.0 download to gitian release process Wladimir J. van der Laan 2013-09-05 13:21:01 +02:00
  • 2fee100f03 Merge pull request #2944 from gavinandresen/acceptheader Gavin Andresen 2013-09-03 19:52:38 -07:00
  • 55ed3f1475 Don't warn about forks while fIsInitialDownload Matt Corallo 2013-09-03 22:06:02 -04:00