p2pool.git
2012-02-01 Forrest Voightfix peer ranking for bootstrap addresses
2012-01-31 Forrest Voightmoved util.bases into util.math
2012-01-31 Forrest Voightfix incomplete base58 move from a7d3ae4
2012-01-31 Forrest Voightuse exact payout distribution of last share instead...
2012-01-31 Forrest Voightmoved base58 functions into bitcoin.data
2012-01-31 Forrest Voightmore verbose invalid hash message
2012-01-31 Forrest Voightcreate an empty file named "ready_flag" in data dir...
2012-01-30 Forrest Voightchanged irc announcement to bold only
2012-01-30 Forrest Voightonly display address in irc announcement, not "Address...
2012-01-30 Forrest Voightretry p2p port on all errors and direct errors to stderr
2012-01-30 Forrest Voightretry listening on worker port in background
2012-01-30 Forrest Voightretry binding to p2p port in the background if it is...
2012-01-30 Forrest Voightrestore behaviour of dying in case of a "fatal error...
2012-01-30 Forrest Voightretry listening on worker port
2012-01-30 Forrest Voightdon't rebroadcast all shares during initial sharechain...
2012-01-30 Forrest Voightfixed stale_info documentation in p2pool.data
2012-01-30 Forrest Voightfixed typo in irc announcer
2012-01-30 Forrest Voightdisplay peer address in "Processing shares" message
2012-01-29 Forrest Voightadded testcase for litecoin pow hash function
2012-01-29 Forrest Voightremoved PassthruType and moved hashing functions from...
2012-01-29 Forrest Voightimprovements to irc announcer
2012-01-29 Forrest Voightremoved unnecessary headers from main.py
2012-01-29 Forrest Voightfixed irc bot not remembering announced blocks
2012-01-29 Forrest Voightchanged formatting of stale proportion/efficiency....
2012-01-29 Forrest Voightprefer own bitcoin-stales to others' older shares,...
2012-01-28 Forrest Voightmoved base58 to only p2pool.bitcoin.data
2012-01-28 Forrest Voightmoved generic data types to util.pack
2012-01-28 Forrest Voightcleaned up AttributeDelta handling
2012-01-28 Forrest Voightadded submitold to work responses, which should cause...
2012-01-27 Forrest Voightadded *.pyo to .gitignore
2012-01-27 Forrest Voightadded global stale rate to graphs
2012-01-27 Forrest Voightremoved --no-overwrite options from rrdtool calls to...
2012-01-27 Forrest Voightanother fix to irc announcer
2012-01-27 Forrest Voightimproved binom_conf_interval
2012-01-26 Forrest Voighttry to resolve bootstrap and node addresses provided...
2012-01-26 Forrest Voightreformatted conf file error message, including a random...
2012-01-26 Forrest Voightseparated logging classes into util.logging and started...
2012-01-26 Forrest Voightreplaced hardcoded conf path (/home/forrest/.bitcoin...
2012-01-26 Forrest Voightautomatic gleaning of rpcport, p2pport, rpcuser, rpcpas...
2012-01-26 Forrest Voightforward all block solutions to peers
2012-01-25 Forrest Voightfix for binomial_conf_interval
2012-01-24 Forrest Voightfixed ierf
2012-01-24 Forrest Voightsome more transformations to speed up binomial_conf_int...
2012-01-24 Forrest Voightsome transformations to speed up binomial_conf_interval
2012-01-24 Forrest Voightfixed find_root start and made binomial_conf_interval...
2012-01-24 Forrest Voightfixes to irc announcer
2012-01-24 Forrest Voightimproved binomial_conf_interval
2012-01-24 Forrest Voightseparated root finder in util.math
2012-01-24 Forrest Voightadded irc announce option
2012-01-23 Forrest Voightremoved unused variable - start_time
2012-01-23 Forrest Voightfixed object.__new__ depreciation warning
2012-01-23 Forrest Voightalways display stale proportion
2012-01-23 Forrest Voightoptimized integer reading/writing for a 36% improvement
2012-01-23 Forrest Voightremoved worker_interface's dependency on weakref
2012-01-23 Forrest Voightfixed faulty assert messing up merged mining when ...
2012-01-23 Forrest Voightremoved unnecessary import
2012-01-23 Forrest Voightreplace byte reversing with big-endian packing
2012-01-23 Forrest Voightremoved bitcoin reply message - checkorder and submitor...
2012-01-23 Forrest Voightunified HashType, ShortHashType, and StructType into...
2012-01-23 Forrest Voightsimplified perfect_round
2012-01-23 Forrest Voightregulate local difficulty to ensure that work is return...
2012-01-23 Forrest Voightuse scipy inverse beta function for exact confidence...
2012-01-23 Forrest Voightimproved estimation of stale proportion by using maximu...
2012-01-22 Gregory MaxwellSwitch grapher to RRD alternative maximum scaling to...
2012-01-22 Forrest Voightinclude getmemorypool's "coinbaseflags" data in coinbase
2012-01-22 Forrest Voightfixed formatting of worker password line
2012-01-22 Forrest Voightadded per-miner graphs
2012-01-22 Forrest Voightmade Grapher use a function to get arguments to rrdgraph
2012-01-22 Forrest Voightcleaned up the no-rrdtool Grapher
2012-01-21 Forrest Voightmoved stale skiplist to tracker's delta object
2012-01-21 Forrest Voightmade Tracker use head/tail from deltas instead of share...
2012-01-21 Forrest Voightincluded head/tail in delta objects
2012-01-21 Forrest Voightseparated Tracker element attributes into AttributeDelta
2012-01-20 Forrest Voightallocate a connection slot for each node added with... 0.8.2
2012-01-20 Forrest Voightrewrote chain scoring function for better performance...
2012-01-20 Forrest Voightdisable caching in several places
2012-01-20 Forrest Voightno longer attempt to use pubkey in payout script
2012-01-17 Forrest Voightadded packetReceived method to p2p protocols, letting...
2012-01-17 Forrest Voightdealt with a few old XXX's
2012-01-17 Forrest Voightremoved checkorder, submit order Bitcoin p2p messages...
2012-01-17 Forrest Voightmoved p2p methods into a subclass of p2p.Node
2012-01-17 Forrest Voightfixed not providing "peer" when calling handle_shares...
2012-01-17 Forrest Voightdifferentiate between incoming and outgoing connections...
2012-01-17 Forrest Voightseparated client and server handling into factories...
2012-01-17 Forrest Voightchanged handling of addr_store
2012-01-17 Forrest Voightindentation fixes
2012-01-17 Forrest Voightallow for variably-sized pubkeys
2012-01-17 Forrest Voightcombined several lines in README
2012-01-16 Forrest Voightdon't call set_real_work1 if it's already running,...
2012-01-16 Forrest VoightAdded X-Is-P2Pool HTTP response header (value: "true")
2012-01-14 Forrest Voightadded graph of local dead hash rate
2012-01-14 Forrest Voightfixed litecoin_scrypt build on linux
2012-01-14 Forrest Voightfixups to setup.py to include some extra required modul...
2012-01-14 Forrest Voightfixes to ltc_scrypt for MSVC
2012-01-13 Forrest Voightadded graphing of local hash rate
2012-01-10 Forrest Voightremoved namecoin p2pools... going to return shortly...
2012-01-10 Forrest Voightcleaned up anti-bitdust patch
2012-01-09 Gregory MaxwellException fix for patron_sendmany and a small output...
2012-01-09 Forrest Voightabstracted Renderer and added week/month graphs
2012-01-08 Forrest Voightadded graph of pool hash rate
next