bitcoind/sipa.git
2012-08-22 Pieter WuilleFix infinite loops in connection logic fix_netloops
2012-08-21 Gavin AndresenMerge branch 'testdata' of git://github.com/TheBlueMatt...
2012-08-21 Jeff GarzikMerge pull request #1493 from jgarzik/unlocked-rpc
2012-08-21 Jeff GarzikRPC: add facility to enable RPCs to run outside cs_main...
2012-08-21 Gavin AndresenRestore OSX 10.5 compatibility (do not use pthread_setn...
2012-08-21 Gavin AndresenFix 32-bit build error: include util.h to get int64...
2012-08-21 Jeff GarzikMerge pull request #1693 from jgarzik/rpcwallet
2012-08-21 Jeff GarzikRPC, cosmetic: move more RPC code to new rpcblockchain...
2012-08-21 Jeff GarzikRPC, cosmetic: move wallet-related RPCs to new rpcwalle...
2012-08-21 Pieter WuilleMerge pull request #1687 from gavinandresen/quietunit
2012-08-21 Gregory MaxwellMerge pull request #1690 from gavinandresen/signrawtx_null
2012-08-21 Jeff GarzikMerge pull request #1691 from jgarzik/submitwork
2012-08-21 Jeff GarzikRPC: submitblock returns null on success, string on...
2012-08-21 Jeff GarzikRPC, cosmetic: Create rpcmining.cpp as new home for...
2012-08-21 Jeff GarzikRPC, cosmetic: de-indent getblocktemplate()
2012-08-21 Jeff GarzikRPC: split new 'submitblock' out of 'getblocktemplate'
2012-08-20 Gavin AndresenAllow signrawtransaction '...' null null 'hashtype'
2012-08-20 Gregory MaxwellMerge pull request #1689 from gavinandresen/rawtx_singlefix
2012-08-20 Jeff GarzikMerge pull request #1526 from gavinandresen/heightincoi...
2012-08-20 Gavin AndresenWhen using SIGHASH_SINGLE, do not sign inputs that...
2012-08-20 Matt CoralloAllow setting a different linker than compiler in makef...
2012-08-20 Matt CoralloAdd data-driven transaction tests.
2012-08-20 Matt CoralloAdd a few test cases to data-driven script tests.
2012-08-20 Gavin AndresenSuppress output when running unit tests.
2012-08-20 Gavin AndresenReject block.nVersion<=1 blocks if network has upgraded...
2012-08-20 Gavin AndresenBlock height in coinbase as a new block rule
2012-08-20 Gavin AndresenSet block.nVersion to fix miner unit test
2012-08-20 Jeff GarzikMerge pull request #1641 from jgarzik/mempool
2012-08-18 Jeff GarzikMerge pull request #1686 from Diapolo/fix_comment
2012-08-18 Philip Kaufmannfix a comment in addrman.cpp
2012-08-18 Wladimir J... Merge pull request #1673 from Diapolo/Qt_Win_ASLR_DEP_l...
2012-08-18 Philip KaufmannBitcoin-Qt (Windows only): add ASLR and DEP linker...
2012-08-17 Wladimir J... Merge pull request #1680 from Diapolo/add_message_on_bl...
2012-08-17 Gregory MaxwellMerge pull request #1681 from TheBlueMatt/fixtests
2012-08-17 Matt CoralloRemove useless non-cross-platform tests.
2012-08-17 Wladimir J... Merge pull request #1607 from Diapolo/Qt_Win_exe_desc
2012-08-17 Jeff GarzikMerge pull request #1678 from Diapolo/LoadExternalBlock...
2012-08-17 Pieter WuilleMerge pull request #1679 from Diapolo/fix_sign_warning
2012-08-17 Philip Kaufmannadd splashscreen message when importing blocks via...
2012-08-17 Philip Kaufmannfix a compiler sign warning in OpenBlockFile()
2012-08-16 Philip Kaufmannlog how long LoadExternalBlockFile() takes in ms (Bench...
2012-08-14 Philip KaufmannBitcoin-Qt (Windows only): extend Resource File
2012-08-14 Wladimir J... Merge pull request #1649 from Diapolo/optionsdialog
2012-08-14 Wladimir J... Merge pull request #1614 from Diapolo/Qt_Win_enable_DEP
2012-08-13 Gregory MaxwellMerge pull request #936 from luke-jr/gmp_bip
2012-08-13 Wladimir J... Merge pull request #1623 from Diapolo/pro-file-set...
2012-08-12 Wladimir J... Revert "Make this error message similar to the others"
2012-08-09 Wladimir J... Merge pull request #1661 from laanwj/2012_08_stringsupdate
2012-08-09 Gregory MaxwellMerge pull request #1655 from gmaxwell/signrawtransacti...
2012-08-08 Jeff GarzikMerge pull request #1658 from TheBlueMatt/qttest
2012-08-07 Matt CoralloFix test_bitcoin build in makefile.linux-mingw
2012-08-07 Wladimir J... Update English translation strings
2012-08-07 Wladimir J... Merge pull request #1660 from fanquake/master
2012-08-07 Matt CoralloFix Qt test cases by moving address checks to parseBitc...
2012-08-07 Matt CoralloFix Win32 compiling of qt/test/uritests.cpp
2012-08-07 Matt CoralloReturn !0 when qt tests fail.
2012-08-07 fanquakeMake this error message similar to the others
2012-08-06 Gregory MaxwellCorrectly handle missing inputs in signrawtransaction...
2012-08-03 Philip KaufmannBitcoin-Qt (Windows only): enable DEP for bitcoin-qt.exe
2012-08-03 Luke DashjrMerge branch 'gmp_bip_0.6.0' into gmp_bip
2012-08-03 Luke DashjrMinimal BIP 22 (getblocktemplate) support
2012-08-02 Jeff GarzikMerge pull request #1650 from Diapolo/spelling_fixes
2012-08-02 Wladimir J... Merge pull request #1644 from Diapolo/update_translations
2012-08-02 Philip Kaufmannfix further spelling errors / remove a tab in the source
2012-08-02 Wladimir J... Merge pull request #1646 from Diapolo/only_upd_changed_vals
2012-08-02 Philip Kaufmannsmall UX update for optionsdialog
2012-08-01 Philip Kaufmannonly update cached values in ClientModel::updateTimer...
2012-08-01 Philip KaufmannTranslations update 2012-08-01 (fetched from Transifex)
2012-08-01 Gregory MaxwellMerge pull request #1612 from luke-jr/opti_getblkhash
2012-08-01 Luke DashjrOptimize JSON-RPC getblockhash
2012-08-01 Jeff GarzikMerge pull request #1632 from luke-jr/spelling
2012-08-01 Jeff GarzikMerge pull request #1636 from Diapolo/Warning_string
2012-08-01 Jeff GarzikAdd doc/release-notes.txt, temporary for 0.7 release
2012-08-01 Luke DashjrBugfix: Correct English grammar regarding "'s"
2012-08-01 Luke DashjrBugfix: Use standard BTC unit in comments
2012-08-01 Luke DashjrBugfix: Fix a variety of misspellings
2012-08-01 Philip KaufmannUpdate Warning-strings to use a standard-format
2012-08-01 Jeff GarzikMerge pull request #1465 from Diapolo/NOUI_showSSLVersion
2012-08-01 Jeff GarzikMerge pull request #1396 from rebroad/NoShrinkOption
2012-08-01 Jeff GarzikMerge pull request #1344 from rebroad/AskForTimeFormat
2012-08-01 Jeff GarzikMerge pull request #1343 from rebroad/MisbehavingDelta
2012-07-31 Jeff GarzikAdd 'mempool' P2P command, and extend 'getdata' behavior
2012-07-28 Wladimir J... Merge pull request #1635 from Diapolo/update_helpMessage
2012-07-27 Wladimir J... Merge pull request #1594 from Diapolo/GUI_testnet3_fix
2012-07-27 Philip Kaufmannupdate HelpMessage()
2012-07-27 Wladimir J... Merge pull request #1571 from Diapolo/optionsdialog_cleanup
2012-07-26 Gregory MaxwellSwitch testnet3's message bytes to avoid connecting...
2012-07-26 Gavin AndresenHandle should-never-happen case of orphan in mempool
2012-07-26 Gavin AndresenWhen creating new blocks, sort 'paid' area by fee-per-kb
2012-07-26 Gavin AndresenMerge branch 'checknewblock' of git://github.com/luke...
2012-07-26 Gavin AndresenMerge branch 'bugfix_CNBerr' of git://github.com/luke...
2012-07-26 Wladimir J... Merge pull request #1631 from laanwj/2012_07_translatio...
2012-07-26 Wladimir J... Update translation messages
2012-07-26 Wladimir J... Merge pull request #1624 from Diapolo/fix_typo_log_file
2012-07-26 Wladimir J... Merge pull request #1630 from fanquake/master
2012-07-26 Michael FordTypo
2012-07-25 Gregory MaxwellMerge pull request #1615 from Diapolo/net_noExtIp_IPv6only
2012-07-25 Gregory MaxwellMerge pull request #1628 from glondu/master
2012-07-24 Stephane GlonduFix spelling of successfully
2012-07-23 Philip Kaufmannfix typo "logfile" -> "log file"
next