refactored jsonrpc: broke generic jsonrpc handling out of HTTP-specific implementatio...
[p2pool.git] / p2pool / bitcoin / worker_interface.py
2012-12-28 Forrest Voightrefactored jsonrpc: broke generic jsonrpc handling...
2012-12-28 Forrest Voightmake WorkerBridge unaware of http.Request object. only...
2012-07-13 Forrest Voightincreased timestamp advance from 12 to 120 seconds...
2012-07-13 Forrest VoightRevert "added miner timestamp rolling check"
2012-07-09 Forrest Voightadded miner timestamp rolling check
2012-04-01 Forrest Voightmade GET / redirect to /static/
2012-03-15 Forrest Voightseparated jsonrpc.Server and the object it's proxying
2012-03-07 Forrest Voightreinsert work handler in mapping when new work is gener...
2012-02-08 Forrest Voighthandle work results by using saved closures instead...
2012-01-28 Forrest Voightadded submitold to work responses, which should cause...
2012-01-23 Forrest Voightremoved worker_interface's dependency on weakref
2012-01-16 Forrest VoightAdded X-Is-P2Pool HTTP response header (value: "true")
2012-01-07 Forrest Voightrefactor functions passed to worker_interface into...
2011-12-30 Forrest Voightcap work timestamp incrementing at ten minutes
2011-12-29 Forrest Voightclean up worker_interface debug messages
2011-12-29 Forrest Voightcache merkle roots between miners with different usernames
2011-12-25 Forrest Voighthandle GET requests as JSON-RPC getwork calls
2011-12-24 Forrest Voightremoved unnecessary import
2011-12-23 Forrest Voighttransparently handle work indentifier in worker_interface
2011-12-23 Forrest Voightfix for worker_interface long polling loop bug
2011-12-23 Forrest Voightcleaned up worker_interface - use request.getUser(...
2011-12-23 Forrest Voightcleaned up worker_interface - separate logic and web...
2011-12-23 Forrest Voightcleaned up worker_interface - misc
2011-12-23 Forrest Voightcleaned up worker_interface - consolidated long poll...
2011-12-23 Forrest Voightin worker_interface, cache merkle roots by moving times...
2011-12-23 Forrest Voightin worker_interface, removed worker memory workarounds
2011-12-23 Forrest Voightcleaned up worker_interface - made long polling a json...
2011-12-23 Forrest Voightcleaned up worker_interface - misc
2011-12-23 Forrest Voightcleaned up worker_interface - removed holds
2011-12-12 Forrest Voightremoved worker maximum target workarounds. p2pool's...
2011-12-12 Forrest Voightfixed jansson's maximum target
2011-12-11 Ruxiao MaAdded a miner UA.
2011-12-11 Forrest VoightChanged cpuminer's maximum target to 2^256-1 to support...
2011-12-03 Forrest VoightFix handling of worker state - only long poll responses...
2011-12-02 Forrest VoightMade p2pool work not pass through worker_interface
2011-12-02 Forrest Voightremoved jsonrpc.takes_request
2011-12-02 Forrest Voightmoved worker_interface.py to bitcoin/