replace task.LoopingCall's with deferral.RobustLoopingCall that catches errors and...
[p2pool.git] / p2pool / main.py
2012-04-14 Forrest Voighttry to use iocpreactor to fix "too many file descriptor...
2012-04-14 Forrest Voightreplaced recent_blocks with gleaning from share chain
2012-04-11 Forrest Voightfixup! added special "p2pool" MM target to match P2Pool...
2012-04-11 Forrest Voightfixup! added special "p2pool" MM target to match P2Pool...
2012-04-11 Forrest Voightadded special "p2pool" MM target to match P2Pool share...
2012-04-11 Forrest Voightcompletely removed vip password, left over from old...
2012-04-07 Forrest Voightonly print irc lines in debug mode
2012-04-05 Forrest Voightremoved support for old shares
2012-04-01 Forrest Voightmade GET / redirect to /static/
2012-03-31 Forrest Voightfixed negative share count bug
2012-03-24 Forrest Voightfixed typo in irc announcer
2012-03-22 Forrest Voightadded graph of hash rate as estimated by shares found
2012-03-21 Forrest Voightmake high bit of nonce of old-style shares always 0... 0.10.3
2012-03-21 Forrest Voightadded message on startup about amount being donated 0.10.2
2012-03-21 Forrest Voightmade new graphs work without vip password by only prese...
2012-03-21 Forrest Voightadded tweaked uukgoblin's stats page, visible at 127... 0.10.1
2012-03-20 Forrest Voightlast last change to the version check
2012-03-20 Forrest Voightadded new share type with cutoff date and incremented... 0.10.0
2012-03-20 Forrest Voightadded sharereq/sharereply p2p messages with id field...
2012-03-20 Forrest Voightadded desired_version support for share implementation...
2012-03-20 Forrest Voightadded merkle_link structure that combines branch and...
2012-03-20 Forrest Voightmoved version check into network definitions so it...
2012-03-20 Forrest Voightfix p2pool fatal error messages being hidden by message...
2012-03-20 Forrest Voightrewrote irc announcer so that shares locally received...
2012-03-20 Forrest Voightlast version tweak
2012-03-20 Forrest Voightchanged version check to >=0.7 or /P2SH/ in coinbasefla...
2012-03-19 Forrest Voightcheck bitcoind version to ensure BIP16 support
2012-03-19 Forrest Voights/PORT/CONNS/
2012-03-19 Forrest Voightadded --max-conns argument
2012-03-17 Forrest Voightmoved share-related stuff into the Share class
2012-03-15 Forrest Voightmoved Authorization header handling out of util.jsonrpc
2012-03-15 Forrest Voightcleaned up bitcoin.height_tracker more
2012-03-12 Forrest Voightmoved heighttracker to bitcoin.height_tracker
2012-03-12 Forrest Voightfixed imports and indentation
2012-03-12 Forrest Voightincreased announce wait time to one minute
2012-03-09 Forrest Voighthide block not found error when not in debug mode
2012-03-09 Forrest Voightexpanded getblock height_cacher
2012-03-07 Forrest Voightdon't retry getmemorypool block submittal if it returns...
2012-03-06 Forrest Voightmade submit_block retry getmemorypool block submit...
2012-03-06 Forrest Voightfixed off-by-one error in local hash rate estimation
2012-03-06 Forrest Voightremoved old share implementation
2012-03-05 Forrest Voightcleaned up got_response
2012-03-05 Forrest Voightadded desired pseudoshare target to user string, now...
2012-03-05 Forrest Voightcleaned up preprocess_request in preparation for
2012-03-03 Forrest Voightadded error if rpcpassword isn't found in bitcoin.conf
2012-03-02 Forrest Voightuse rpc_getmemorypool to submit blocks
2012-03-02 Forrest Voightmerged block submittal into one one function
2012-02-28 Forrest Voightfix for compatibility with new getblock 0.9.2
2012-02-27 Forrest Voightfix for starting new chains
2012-02-27 Forrest Voightmade peer an explicit argument to Share
2012-02-26 Forrest Voightchange pseudoshare rate limit from 5 seconds per to...
2012-02-26 Forrest Voightuse share chain's time instead of time.time() to decide...
2012-02-22 Forrest Voightfix for 26aaf0cc4
2012-02-22 Forrest Voightcleaned up upnp
2012-02-22 Forrest Voightcleaned up address saving
2012-02-22 Forrest Voightgeneralized get_current_txouts
2012-02-22 Forrest Voightcleaned up p2p/rpc port listener retryers
2012-02-22 Forrest Voightmoved all web related stuff into p2pool.web
2012-02-20 Forrest Voightmade get_current_txouts more accurate by doing a mock...
2012-02-19 Forrest Voightprotocol change scheduled for mar 4 and feb 26 for... 0.9
2012-02-19 Forrest Voightkeep track of min_work for shares by adding max_target...
2012-02-19 Forrest Voightcleaned up unstales watchers in main
2012-02-18 Forrest Voightprevent status display exception when starting a new...
2012-02-18 Forrest Voightadded peer counts, attempts to share/block, and current...
2012-02-18 Forrest Voightadded .new_script back to Share
2012-02-18 Forrest Voightuse pubkey_hash instead of payout_script in main
2012-02-18 Forrest Voightmade HeightTracker's backlog length depend on the block...
2012-02-13 Forrest Voightobserve irc channel and pause so block announce is...
2012-02-13 Forrest Voightadded SANE_MAX_TARGET attribute to currency net definit...
2012-02-13 Forrest Voightmove net name from username into message and join ...
2012-02-12 Forrest Voightadded block explorer urls to block hash displays and...
2012-02-12 Forrest Voightwarn about duplicate share submittals
2012-02-12 Forrest Voightonly compute header_hash once in got_response
2012-02-12 Forrest Voightremoved --merged-url and --merged-userpass
2012-02-12 Forrest Voightadded current_payout to stats
2012-02-12 Forrest Voightretry RPC help and initial RPC getblock if they fail
2012-02-12 Forrest Voightmade get_height_rel_highest using getblock more robust...
2012-02-12 Forrest Voightadded RateMonitor class to clean up rate queue handling...
2012-02-11 Forrest Voightadded /web/log with the last data of assorted statistics 0.8.5
2012-02-11 Forrest Voightfixed --help being broken
2012-02-11 Forrest Voightdon't irc announce shares more than 10 minutes in past...
2012-02-10 Forrest Voightfixed last commit - was using wrong worker_endpoint...
2012-02-10 Forrest Voightimproved worker listening patch a bit - host is now...
2012-02-10 TierraDelFuegoAdd option so that p2pool can LISTEN for workers on...
2012-02-10 Forrest Voightretry block submittal
2012-02-09 Forrest Voightadded miner_hash_rate and miner_dead_hash_rate to ...
2012-02-09 Forrest Voighttell users to upgrade bitcoin when RPC getmemorypool...
2012-02-09 Forrest Voightadded --datadir argument
2012-02-09 Forrest Voightadded format_dt function and used it in status displays
2012-02-08 Forrest Voighthandle work results by using saved closures instead...
2012-02-08 Forrest Voighthash original transaction data instead of repacking...
2012-02-08 Forrest Voightfixed sje397's indentation
2012-02-08 ScottAdded 'uptime' to HTTP API
2012-02-06 Forrest Voightfixed incomplete removal of new_script
2012-02-06 Forrest Voightprefer shares that have the correct bits in block heade...
2012-02-06 Forrest Voightuse RPC getblock instead of P2P getheaders to rank...
2012-02-06 Forrest Voightprint worker username when it submits an invalid pseudo...
2012-02-05 Forrest Voightcache address indefinitely in data/*/cached_payout_addr...
2012-02-05 Forrest Voighthandle reason in p2p connectionLost
2012-02-05 Forrest Voightmove status display around and always display it, even...
next