Age | Commit message (Expand) | Author |
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 |
2010-12-28 | Improve JSON-RPC result/error checking, and improve error diagnostic output. | Jeff Garzik |
2010-12-27 | Add --quiet option, to disable hashmeter output. | Jeff Garzik |
2010-12-27 | Release version 0.3.3.v0.3.3 | Jeff Garzik |
2010-12-27 | sha256_cryptopp asm: byteswap input words | Jeff Garzik |
2010-12-26 | Move 32-bit swap code into miner.h, for sharing. | Jeff Garzik |
2010-12-23 | Release version 0.3.2.v0.3.2 | Jeff Garzik |
2010-12-23 | sha256_via: ensure that found nonce is copied back into output data buffer | Jeff Garzik |
2010-12-19 | Release version 0.3.1.v0.3.1 | Jeff Garzik |
2010-12-19 | sha256_via: ensure proper data area is fully checksummed | Jeff Garzik |
2010-12-18 | Handle temporary JSON failures (due to server reboot, etc.) | Jeff Garzik |
2010-12-18 | README: update win32 build insns | Jeff Garzik |
2010-12-18 | Release version 0.3.v0.3 | Jeff Garzik |
2010-12-18 | sha256_4way: work around gcc 4.5.x bug by always inlining ROTR and SHR | Jeff Garzik |
2010-12-06 | Display version on minerd --help usage output. | Jeff Garzik |
2010-12-06 | sha256_cryptopp: Add crypto++ 32-bit assembly implementation | Jeff Garzik |
2010-12-06 | Release version 0.2.2.v0.2.2 | Jeff Garzik |
2010-12-06 | sha256_4way: do not include unnecessary headers, when !4way | Jeff Garzik |
2010-12-06 | sha256_via: align tmp_hash1 to 128, to avoid stack clobber | Jeff Garzik |
2010-12-05 | Avoid null deref in command line arg processing. | Jeff Garzik |
2010-11-29 | Release version 0.2.1.v0.2.1 | Jeff Garzik |
2010-11-29 | submit_work: increase string buffer, to avoid overflow | Jeff Garzik |
2010-11-28 | Add Crypto++ sha256 implementation (C only, ASM elided for now) | Jeff Garzik |
2010-11-27 | Move sha256_generic into its own .o build output. Const-ify midstate param. | Jeff Garzik |
2010-11-27 | Release version 0.2.v0.2 | Jeff Garzik |
2010-11-27 | Clean up multi-algorithm selection and display | Jeff Garzik |
2010-11-27 | sha256_4way: patch proper nonce into data block | Jeff Garzik |
2010-11-27 | sha256_via: add further comments on byte-swapping work | Jeff Garzik |