bitcoin:eloipool.git
2013-10-29 Luke DashjrBugfix: Only account shares for dynamic targetting...
2012-09-02 Luke DashjrBeginnings of dynamic targetting support
2012-09-01 Luke DashjrMerge branch 'bugfix_hicb_getMC'
2012-09-01 Luke DashjrBugfix: getBlockTemplate: Get work identifier after...
2012-09-01 Luke DashjrMerge branch 'bip23_basic'
2012-09-01 Luke DashjrCompatibility with "BIP 23 Basic Pool Extensions" by...
2012-09-01 Luke DashjrMerge branch 'bip22'
2012-09-01 Luke DashjrBugfix: getblocktemplate: coinbasetxn is an Object
2012-09-01 Luke DashjrMerge branch 'bip22'
2012-09-01 Luke DashjrMerge branch 'bugfix_hicb_getMC'
2012-09-01 Luke DashjrBugfix: checkShare: Check for work identifier after...
2012-09-01 Luke Dashjrgetblocktemplate: Initial server-side implementation...
2012-09-01 Luke DashjrUpdate to use current BIP22 method names for upstream
2012-09-01 Luke DashjrMerge branch 'bugfix_hicb_getMC'
2012-09-01 Luke DashjrBugfix: Adapt getMC to height in makeCoinbase
2012-09-01 Luke DashjrMerge branch 'cve-2012-2459'
2012-09-01 Luke DashjrNow that CVE-2012-2459 is publicly disclosed, document...
2012-09-01 Luke DashjrAvoid flooding warnings under any circumstances
2012-09-01 Luke DashjrMerge branch 'coinbase_height'
2012-09-01 Luke DashjrEncode block height in coinbases using the minimal...
2012-08-31 Luke DashjrClear merkleroots only after changing currentBlock...
2012-08-31 Luke DashjrBugfix: Avoid race conditions in merkleroot creation
2012-08-31 Luke DashjrHandle premature merkleMaker.blockUpdate properly
2012-08-31 Luke DashjrMerge branch 'bugfix_hicb' into coinbase_height
2012-08-31 Luke DashjrBugfix: Restore change to merkleMaker.currentBlock...
2012-08-31 Luke DashjrDump block payloads in hex
2012-08-31 Luke DashjrUpdate block version to 2, but continue accepting versi...
2012-08-31 Luke DashjrMerge branch 'master' into coinbase_height
2012-08-30 Luke DashjrMerge branch 'bugfix_final_init'
2012-08-30 Luke DashjrBugfix: Split final_init between handler plugins
2012-08-30 Luke DashjrMerge branch 'bugfix_proxy_sharetarget'
2012-08-30 Luke DashjrBugfix: Define a default ShareTarget
2012-08-30 Luke DashjrAttempt to handle circumstances that leave us without...
2012-07-30 Luke DashjrMerge branch 'sharetarget'
2012-07-30 Luke DashjrExpose share target to logger as {target} and {_targethex}
2012-07-30 Luke DashjrMerge branch 'sharetarget'
2012-07-30 Luke Dashjrconfig.py.example: Suggest pdiff1 for both targets
2012-07-29 Luke DashjrMerge branch 'sharetarget'
2012-07-29 Luke DashjrSupport for share targets higher than pdiff 1
2012-07-01 Luke DashjrSave original getmemorypool response on merkletree...
2012-06-21 Luke DashjrMerge branch 'bugfix_short_cb'
2012-06-21 Luke DashjrBugfix: Solve false-positive bad-cb-flag when coinbase...
2012-06-21 Luke DashjrLongpoll tracking by username
2012-06-15 Luke Dashjrmerklemaker: APOT test
2012-06-07 Luke DashjrSome checks to react nicer on second exit()
2012-05-18 Luke DashjrMerge branch 'bugfix_gmpproxy_leak'
2012-05-18 Luke DashjrBugfix: gmp-proxy: clear jsonrpc_getwork._CheckForDupes...
2012-05-16 Luke DashjrMerge branch 'bugfix_gmpp_fwd'
2012-05-16 Luke DashjrBugfix: Really put TrustedForwarders init in the right...
2012-05-16 Luke DashjrMerge branch 'bugfix_gmpp_fwd'
2012-05-16 Luke DashjrBugfix: Move TrustedForwarders initialization to Networ...
2012-05-15 Luke DashjrDebugging tools (and checks) for POT
2012-05-15 Luke DashjrmerkleMaker: New fee-aware _makeBlockSafe method to...
2012-05-14 Luke DashjrUse BIP22 "obj" transactions when possible
2012-05-14 Luke DashjrAttempt upstream BIP22 getmemorypool requests
2012-05-13 Luke DashjrBackward-compatible support for new BIP 22 getmemorypoo...
2012-05-13 Luke DashjrWait until JSONRPCServer is initialized before starting...
2012-05-13 Luke DashjrMerge branch 'bugfix_check_path'
2012-05-13 Luke DashjrBugfix: JSONRPCServer: Check that path is actually...
2012-05-13 Luke DashjrMerge branch 'bugfix_example_ccmd'
2012-05-13 Luke DashjrBugfix: config.py.example: example CoinbaserCmd echo...
2012-05-11 Luke DashjrMerge branch 'bugfix_notrim'
2012-05-11 Luke DashjrJust log an error, rather than make invalid-due-to...
2012-05-11 Luke DashjrRaiseRedFlags if upstream rejects a block
2012-05-07 Luke DashjrMerge branch 'bugfix_thr_sigusr1'
2012-05-07 Luke DashjrBugfix: Use a new thread to handle SIGUSR1, in case...
2012-05-06 Luke DashjrNetworkServer: Try to send data immediately
2012-05-06 Luke DashjrMerge branch 'bugfix_sck_nonblock'
2012-05-06 Luke DashjrBugfix: Set actual connection sockets non-blocking
2012-05-05 Luke DashjrDon't need all merkleroots to be up-to-date before...
2012-05-05 Luke DashjrSupport for being greedy and excluding trailing feeless...
2012-04-24 Luke DashjrMerge branch 'html'
2012-04-24 Luke DashjrSupport downloads of complete source as a tar archive
2012-04-24 Luke DashjrServe source files with correct Content-Type
2012-04-24 Luke DashjrServe source file list as HTML with links
2012-04-24 Luke DashjrMerge remote branch 'kinlo/saveuserifpasscorrect'
2012-04-24 Peter LeursOnly store the username if the password is correct.
2012-04-23 Luke DashjrMerge branch 'tests'
2012-04-23 Luke DashjrWhen deciding whether to restore full worklog, count...
2012-04-23 Luke DashjrDocument the different worklog format versions
2012-04-23 Luke DashjrMerkleTree: More extensive testing
2012-04-23 Luke DashjrMerkleTree: Adopt new test suite format, to clean up...
2012-04-23 Luke Dashjrbitcoin.txn: Test suite
2012-04-23 Luke DashjrMerge branch 'bugfix_txn_isCoinbase'
2012-04-23 Luke DashjrBugfix: Correct input check for isCoinbase
2012-04-23 Luke DashjrMerge branch 'bugfix_varlen_bytes'
2012-04-23 Luke DashjrBugfix: varlenDecode/varlenEncode still epic failed...
2012-04-23 Luke DashjrMerge branch 'bugfix_txn_isCoinbase'
2012-04-23 Luke DashjrBugfix: a typo in isCoinbase broke it always
2012-04-20 Luke DashjrAdd debugging variables to networkserver
2012-04-12 Luke DashjrMerge branch 'bugfix_gmp_submitblock_rv_2'
2012-04-12 Luke DashjrMerge branch 'bugfix_gmp_submitblock_rv' into bugfix_gm...
2012-04-12 Luke DashjrBugfix: Refactor sendReply (and derivatives) to use...
2012-04-09 Luke DashjrMerge branch 'bugfix_lp_rollntime'
2012-04-09 Luke DashjrBugfix: Correctly assign JSONRPCMethod and _JSONHeaders...
2012-04-08 Luke DashjrTemporary HACK to keep working with older gmp-proxy
2012-04-08 Luke Dashjrgmp-proxy: Send custom User-Agent with bitcoinrpc
2012-04-08 Luke DashjrMerge branch 'bugfix_gmp_submitblock_rv_2'
2012-04-08 Luke DashjrMerge branch 'bugfix_gmp_submitblock_rv' into bugfix_gm...
2012-04-08 Luke Dashjrgmp-proxy: Bugfix: submitblock method returns a rejecti...
next