p2pool.git
2012-03-22 Forrest Voightfixed rate request in static/index.html
2012-03-22 Forrest Voightadded index.html to setup.py data_files
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 Voightdon't print bitcoin ALERT message
2012-03-21 Forrest Voightadded deprecation warning to rrd graph page
2012-03-21 Forrest Voightmade new graphs work without vip password by only prese...
2012-03-21 Forrest Voightfixed litecoin version checkers
2012-03-21 Forrest Voightadded per-miner graphs
2012-03-21 Forrest Voightadded peer count graph
2012-03-21 Forrest Voightadded efficiency to local_stats
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 Voightfixes for share explorer
2012-03-20 Forrest Voightfix baea64dc5 - assert failed in debug mode
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 Voightsome fixes to util.pack: support 0-bit integers and...
2012-03-20 Forrest Voightmoved version check into network definitions so it...
2012-03-20 Forrest Voightinclude share type in share explorer
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 Voightmove __init__.py when inserting version during build...
2012-03-19 Forrest Voightcheck bitcoind version to ensure BIP16 support
2012-03-19 Forrest Voightfixed rename on windows
2012-03-19 Forrest Voightadded web-static to py2exe data_files
2012-03-19 Forrest Voights/PORT/CONNS/
2012-03-19 Forrest Voightcount all stale types
2012-03-19 Forrest Voightgraphs
2012-03-19 Forrest Voightadded missing p2pool import to bitcoin.height_tracker
2012-03-19 Forrest Voighthack to get git working on windows and fixed string...
2012-03-19 Forrest Voightadded --max-conns argument
2012-03-19 Forrest Voightprint info about p2p connections while in debug mode
2012-03-19 Forrest Voightfixed git versioning on linux
2012-03-19 Forrest Voightmuch-improved graphs
2012-03-17 Forrest Voightmoved share-related stuff into the Share class
2012-03-17 Forrest Voightadded broken_mode option to get_cumulative_weights
2012-03-17 Forrest Voightintegrated d3's line-defined branch to prevent missing...
2012-03-17 Forrest Voightadded pool rate to graphs
2012-03-17 Forrest Voightimproved graphs - the range is now based on the current...
2012-03-16 Forrest Voightadded _trial_temp.lock to .gitignore
2012-03-16 Forrest Voightfixed bitcoin.p2p test and moved to /test
2012-03-16 Forrest Voightmoved BaseProtocol to util.p2protocol
2012-03-16 Forrest Voightmade share with invalid PoW ban peer
2012-03-16 Forrest Voightmoved WeightsSkipList to p2pool.data
2012-03-16 Forrest Voighthandle graph database not initially existing gracefully
2012-03-16 Forrest Voightfixed jsonrpc import missing in bitcoin.height_tracker...
2012-03-16 Forrest Voightfixed "peer too old" warning message, which previously...
2012-03-16 Forrest Voightfixes to get version and py2exe working on windows
2012-03-16 Forrest Voightcleaned up error handling in jsonrpc and removed notifi...
2012-03-15 Forrest Voightremoved duplication of json error serialization
2012-03-15 Forrest Voightseparated jsonrpc.Server and the object it's proxying
2012-03-15 Forrest Voightmoved Authorization header handling out of util.jsonrpc
2012-03-15 Forrest Voightcleaned up bitcoin.height_tracker more
2012-03-15 Forrest Voightnon-rrd graphs
2012-03-15 Forrest Voightadded _trial_temp to .gitignore
2012-03-15 Forrest Voightfixed git describe cwd for py2exe
2012-03-12 Forrest Voightgive a nice warning about banned peers instead of the...
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-11 Forrest Voightsend ping to bitcoind every 30 seconds
2012-03-11 Forrest Voightdisabled non-unicode error for JSON errors
2012-03-11 Forrest VoightRevert "Force JSONRPC error message to Unicode to deal...
2012-03-11 Forrest VoightForce JSONRPC error message to Unicode to deal with...
2012-03-09 Forrest Voightsimplified assertion in pack since pack/unpack are...
2012-03-09 Forrest VoightEmit Content-Length header so that chunked mode isn...
2012-03-09 Forrest Voighthide block not found error when not in debug mode
2012-03-09 Forrest Voightremoved SciPy warning
2012-03-09 Forrest Voightexpanded getblock height_cacher
2012-03-07 Forrest Voightdon't retry getmemorypool block submittal if it returns...
2012-03-07 Forrest Voightimproved share explorer jumping
2012-03-07 Forrest Voightchoose chain with maximum work instead of height when...
2012-03-07 Forrest Voightreinsert work handler in mapping when new work is gener...
2012-03-06 Forrest Voightfixes for edge cases for share chains with near-0 diffi...
2012-03-06 Forrest Voightmade submit_block retry getmemorypool block submit...
2012-03-06 Forrest Voightadded addresses to peer_versions
2012-03-06 Forrest Voightadded peer_versions to web api
2012-03-06 Forrest Voightfixed off-by-one error in local hash rate estimation
2012-03-06 Forrest Voightcleaned up p2pool.data
2012-03-06 Forrest Voightdon't load old-style shares
2012-03-06 Forrest Voightremoved old share implementation
2012-03-06 Forrest Voightmerged README-Litecoin into README and cleaned it up
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-05 Forrest Voightversion finder now calls git-describe; py2exe build...
2012-03-03 Forrest Voightadded error if rpcpassword isn't found in bitcoin.conf
2012-03-03 Forrest Voightcleaned up ChecksummedType
2012-03-03 Forrest Voightcleaned up sha256 implementation
2012-03-03 Forrest Voightreplaced self.verified.shares with self.shares where...
2012-03-02 Forrest Voightprefer block solutions when shares are competing
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 Voightadded unix timestamp display to share explorer 0.9.1
next