index
:
cpuminer
cell-be-optimizations
cpumine
scrypt-bigendian
Cell BE optimized miner for litecoin http://yyz.us/bitcoin/
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util.c
Age
Commit message (
Expand
)
Author
2012-02-20
CURLOPT_NOSIGNAL fix (borrowed from pooler's code)
Siarhei Siamashka
2011-05-09
jansson 2.x compatibility
Jeff Garzik
2011-04-11
util: correct off-by-one in month display
Jeff Garzik
2011-03-22
Add User-Agent header to each HTTP request
Jeff Garzik
2011-03-21
Convert remaining [f]print to applog().
Jeff Garzik
2011-03-18
Introduce more standardized logging (incl. optional syslog).
Jeff Garzik
2011-03-18
Add long polling support
Jeff Garzik
2011-03-14
Fix Windows build, that broke with yasm integration
Jeff Garzik
2011-03-14
Move all RPC I/O to separate thread.
Jeff Garzik
2011-03-02
Make CURL follow redirects.
Jeff Garzik
2011-02-12
Turn off target testing for release, as some strange results appeared.
Jeff Garzik
2011-02-10
Re-use CURL object, thereby caching DNS and HTTP connections where possible.
Jeff Garzik
2011-02-04
Move verbose proof-of-work/target comparison display into -D (debug)
Jeff Garzik
2011-02-03
Continue scanhash, even if high 32 bits are zero.
Jeff Garzik
2011-02-02
Display proof-of-work hash when one is discovered
Jeff Garzik
2010-12-28
Improve CURL HTTP request error diagnostics.
Jeff Garzik
2010-12-28
Improve JSON-RPC result/error checking, and improve error diagnostic output.
Jeff Garzik
2010-11-26
Improve hash performance statistics.
Jeff Garzik
2010-11-25
Move utility routines to util.c.
Jeff Garzik