p2pool.git
2013-08-18 Forrest Voightfixed sharereply result handler raising a string as... 13.3
2013-08-18 Forrest Voightadded bits to block-stale punishment message
2013-08-18 Forrest Voightadded version, protocol_version, and fee to /local_stats
2013-08-18 Forrest Voightcheck version on all networks, now that litecoin net...
2013-08-04 Forrest Voightreplace task.LoopingCall's with deferral.RobustLoopingC...
2013-08-03 Forrest VoightRevert "remove deferral.sleep's canceller, as it wasn...
2013-08-02 Forrest Voightfixed broken testcase
2013-08-02 Forrest Voightfixed CLEAN script
2013-08-02 Forrest Voightcheck if bitcoind is still up before work cache is...
2013-08-02 Forrest Voightclose stratum connection if get_work fails to let miner...
2013-07-26 Forrest VoightMerge pull request #121 from ncstdc/master
2013-07-26 ncstdcUpdate networks.py
2013-07-21 Forrest Voightfixed error in assertion text
2013-07-21 Forrest Voightupdated SHARE_PERIOD to current value so everything...
2013-07-19 Forrest VoightMerge pull request #119 from Rav3nPL/patch-2 13.2
2013-07-19 Forrest Voightfix for commit f5239b2: refuse to connect to old nodes...
2013-07-18 Forrest Voightincreased available stratum nonce length for bitcoin...
2013-07-18 Forrest Voightrefuse to connect to old nodes for bitcoin network
2013-07-15 Rav3nPLless spam when 'invalid hash for'
2013-07-08 Forrest Voightdon't punish new shares for not having all transactions... 13.1
2013-07-07 Forrest VoightMerge branch 'newshare' 13.0
2013-07-07 Forrest Voightfixed incompatibility bug with pypy
2013-07-07 Forrest Voightfix bug when bootstrapping a new chain, introducted...
2013-07-07 Forrest Voightadded year as an allowable time unit for display
2013-07-03 Forrest Voightincreased maximum difficulty multiplier to 30
2013-07-03 Forrest Voightupdated bootstrap addrs
2013-07-03 Forrest Voightsimplified transaction preforwarding by requiring share...
2013-07-03 Forrest Voightstore total share count and work within shares
2013-07-03 Forrest Voightincremented network version to 13
2013-07-03 Forrest Voightchange SHARE_PERIOD and SPREAD to new values on switch...
2013-07-03 Forrest Voightuse OP_RETURN in new shares
2013-07-03 Forrest Voightincreased last_txout_nonce length from 4 to 8 bytes
2013-07-03 Forrest Voightchanged new share to delay payouts 1 share
2013-07-03 Forrest Voightadded new share class
2013-07-03 Forrest Voightonly duplicated Share class so next few changes are...
2013-07-03 Forrest Voightdynamically adjust share difficulty to prevent payouts...
2013-07-03 Forrest Voightprint notice of imminent switchover
2013-07-03 Forrest Voightfix litecoin testnet target high for testing
2013-06-30 Forrest Voightavoid breaking asicminer BE blade with too-long getwork...
2013-06-28 Forrest Voightmodulate share difficulty to prevent any node from...
2013-06-28 Forrest Voightfixed crash when running in --debug mode
2013-06-28 Forrest VoightMerge pull request #114 from iongchun/fix-userdiff
2013-06-28 Ang Iong Chunfix user difficulty in username
2013-06-28 Forrest Voightremoved now-useless other_txs Share attribute, updated...
2013-06-28 Forrest Voightremoved now-unnecessary version checks in p2p
2013-06-28 Forrest Voightfix to ab3e2da's regex to get username parsing working...
2013-06-27 Forrest Voighttry RPC submitblock and then fall back to submitting...
2013-06-27 Forrest Voightfixed 5cde217 causing assertion failures in debug mode
2013-06-27 Forrest Voightignore trailing payload data in bitcoin p2p messages
2013-06-26 Forrest Voightcleaned up worker username parsing - order of parameter...
2013-06-26 Forrest Voightadded some checks to bitcoin target util functions
2013-06-24 Forrest Voightcheck that switchover has happened in node system test
2013-06-24 Forrest Voightfixed "invalid fee" message in test case
2013-06-24 Forrest Voightreinstated share voting logic
2013-04-25 Forrest Voightreplaced all loseConnection calls with abortConnection... 11.4
2013-04-25 Forrest VoightMerge branch 'master' of git://github.com/hardcpp/p2poo...
2013-04-25 Forrest VoightMerge pull request #98 from davidkassa/master
2013-04-25 David KassaAdd memory usage support for Windows
2013-04-24 HardCPPAdd script building instruction for visual c++
2013-04-24 hardcppFix missing dep for windows
2013-04-23 Forrest VoightMerge pull request #94 from Rav3nPL/patch-12
2013-04-23 Rav3nPLUpdate setup.py
2013-04-23 Forrest VoightMerge pull request #92 from hardcpp/master
2013-04-23 HardCPPFinal readme rewrite
2013-04-23 hardcppUpdate readme to github-flavored-markdown format
2013-04-23 hardcppChange readme extension, link official wiki
2013-04-23 hardcppUpdate readme syntax
2013-04-10 Forrest Voightclarified parse function
2013-03-22 Forrest VoightMerge pull request #86 from wtogami/master 11.3
2013-03-22 Warren TogamiMake p2pool's stratum implementation match the dumb...
2013-03-22 Forrest Voightadded optional stratum subscribe arguments
2013-03-20 Forrest Voightfixed self.node
2013-03-19 Forrest VoightMerge pull request #85 from Rav3nPL/patch-11
2013-03-19 Rav3nPLFix for litecoin block sending
2013-02-25 Forrest Voightprint warning if older version of twisted without abort...
2013-02-07 Forrest Voightfixed incompatibility with older versions of twisted...
2013-02-02 Forrest VoightMerge pull request #81 from varatada/master 11.2
2013-02-02 Tadas VaranaviciusAbort timed out connections with abortConnection()
2013-01-27 Forrest VoightRevert "broadcast shares in serial", strongly suspected...
2013-01-25 Forrest Voightfixed faulty assertion in data.load_share
2013-01-25 Forrest Voightfixed FIND utility's space-character handling
2013-01-25 Forrest Voightcompleted previous incomplete patch of memory leak
2013-01-21 Forrest Voightban peers that send a message with an invalid hash...
2013-01-10 Forrest Voightremoved garbage collection before taking memory measure...
2013-01-10 Forrest Voightfixed memory leak of peer objects due Share objects... 11.1
2013-01-09 Forrest Voightprint warning if uncollectable cyclic garbage is produced
2013-01-08 Forrest Voightfixed possible DoS - there was no limit on the number...
2013-01-07 Forrest Voightcorrected units in memory graph
2013-01-07 Forrest Voightadded memory usage graph
2013-01-02 Forrest VoightMerge pull request #74 from Rav3nPL/patch-10
2013-01-02 Forrest Voightincremented versions to 11 11.0
2013-01-02 Forrest Voightcheck coinbase subsidy in test_nodes
2013-01-02 Forrest Voightfixed up test cases
2013-01-02 Forrest Voightfixed bug in fix to subsidy calculation: subsidy adjust...
2013-01-02 Rav3nPLAdd "per block" to payout
2013-01-02 Forrest Voightfixed: don't display meaningless "punishing share for...
2013-01-02 Forrest Voightassert that merkle_root passed to get_share is correct
2013-01-01 Forrest Voightsend work right after subscribe with unknown username...
2013-01-01 Forrest Voightcache work by rolling coinbase
2012-12-31 Forrest Voightmade miner interfaces not assume coinbase nonce is...
next