Age | Commit message (Expand) | Author |
2011-03-18 | Add long polling support | Jeff Garzik |
2011-03-17 | Improve max nonce auto-adjustment with some basic algebra. | Jeff Garzik |
2011-03-17 | miner.h: pad out work_restart to max likely cache line size | Jeff Garzik |
2011-03-17 | Introduce ability to interrupt hash scanners in the middle of scanning. | Jeff Garzik |
2011-03-14 | Release version 0.7.2.v0.7.2 | Jeff Garzik |
2011-03-14 | Fix Windows build, that broke with yasm integration | Jeff Garzik |
2011-03-14 | Merge branch 'master' of https://github.com/fleger/cpuminer into tmp | Jeff Garzik |
2011-03-14 | Move all RPC I/O to separate thread. | Jeff Garzik |
2011-03-14 | sha256_*.c: trim trailing whitespace | Jeff Garzik |
2011-03-14 | Makefile.am: neaten minerd sources list | Jeff Garzik |
2011-03-12 | Fixed yasm version check | fleger |
2011-03-12 | Merge remote-tracking branch 'upstream/master' | fleger |
2011-03-12 | Revert "Fixed yasm version check if yasm version ≥ 1.1.0" | fleger |
2011-03-11 | Merge branch 'sse2' of https://github.com/chromicant/cpuminer into tmp | Jeff Garzik |
2011-03-08 | Fixed yasm version check if yasm version ≥ 1.1.0 | fleger |
2011-03-07 | Make sure we don't check for yasm version if we don't have yasm | Mark Crichton |
2011-03-07 | Fix warnings in sse2_64 implementation. | Jeff Garzik |
2011-03-06 | X86_64 SSE2 support for Linux | Mark Crichton |
2011-03-02 | Release version 0.7.1.v0.7.1 | Jeff Garzik |
2011-03-02 | Make CURL follow redirects. | Jeff Garzik |
2011-03-02 | sha256_4way: skip last 3 rounds. | Jeff Garzik |
2011-02-21 | Changes to make the 4-way code compile on Intel Compiler | Raulo |
2011-02-17 | Show date/time when proof-of-work is found. | Jeff Garzik |
2011-02-17 | Mark hash success as unlikely, using __builtin_expect() intrinsic | Jeff Garzik |
2011-02-17 | example-cfg.json: improve comments | Jeff Garzik |
2011-02-17 | Extract get-work logic into separate function. | Jeff Garzik |
2011-02-13 | Add support for JSON-format configuration file | Jeff Garzik |
2011-02-12 | Release version 0.7.v0.7 | Jeff Garzik |
2011-02-12 | Turn off target testing for release, as some strange results appeared. | Jeff Garzik |
2011-02-10 | Use bswap_32 from byteswap.h, if __builtin_bswap() is not available | Jeff Garzik |
2011-02-10 | Re-use CURL object, thereby caching DNS and HTTP connections where possible. | Jeff Garzik |
2011-02-04 | Release version 0.6.1.v0.6.1 | Jeff Garzik |
2011-02-04 | Fix max-nonce auto-adjustment logic to actually work | Jeff Garzik |
2011-02-04 | Move verbose proof-of-work/target comparison display into -D (debug) | Jeff Garzik |
2011-02-04 | sha*.c: remove debug statement, which is redundant to hashmeter output | Jeff Garzik |
2011-02-03 | Add --retry-pause, to set length of pause time between failure retries | 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 |
2011-01-29 | Remove "PROOF OF WORK FOUND?" debug output; redundant. | Jeff Garzik |
2011-01-29 | Release version 0.6.v0.6 | Jeff Garzik |
2011-01-29 | Dynamically adjust time spent hashing current work unit, to meet target | Jeff Garzik |
2011-01-29 | Pass max-nonce as arg to each sha256 algo. | Jeff Garzik |
2011-01-29 | Code movement: move second hash time sampling to main miner loop | Jeff Garzik |
2011-01-29 | Replace ___constant_swab32() with gcc's __builtin_bswap32 | Jeff Garzik |
2011-01-29 | sha256_4way minor optimizations | Jeff Garzik |
2011-01-29 | Fix non-working short options -q and -r N, by listing them in optstring. | Jeff Garzik |
2011-01-20 | README: mention CFLAGS on *nix builds | Jeff Garzik |
2010-12-28 | Release version 0.5.v0.5 | Jeff Garzik |
2010-12-28 | Rather than sleep-loop, main thread waits for all threads to exit. | Jeff Garzik |
2010-12-28 | Improve CURL HTTP request error diagnostics. | Jeff Garzik |