Age | Commit message (Expand) | Author |
2011-03-06 | X86_64 SSE2 support for Linux | Mark Crichton |
2011-02-17 | Show date/time when proof-of-work is found. | 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-10 | Re-use CURL object, thereby caching DNS and HTTP connections where possible. | Jeff Garzik |
2011-02-04 | Fix max-nonce auto-adjustment logic to actually work | 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-01-29 | Remove "PROOF OF WORK FOUND?" debug output; redundant. | 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 | Fix non-working short options -q and -r N, by listing them in optstring. | 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-27 | Add --quiet option, to disable hashmeter output. | Jeff Garzik |
2010-12-23 | sha256_via: ensure that found nonce is copied back into output data buffer | 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 | Release version 0.3.v0.3 | 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-05 | Avoid null deref in command line arg processing. | 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 | Clean up multi-algorithm selection and display | Jeff Garzik |
2010-11-27 | Add experimental (read: probably broken) VIA padlock support. | Jeff Garzik |
2010-11-27 | Improve and modularize compile-time CPU detection. | Jeff Garzik |
2010-11-27 | s/__SSE__/__SSE2__/ | Jeff Garzik |
2010-11-26 | Note that 4way is experimental | Jeff Garzik |
2010-11-26 | Improve hash performance statistics. | Jeff Garzik |
2010-11-26 | Improve --help output. Mention --help in README. | Jeff Garzik |
2010-11-26 | Correct -a command line help. | Jeff Garzik |
2010-11-26 | Add tcatm's 4way SSE2 sha256 implementation. | Jeff Garzik |
2010-11-26 | Build on Windows using mingw32. | Jeff Garzik |
2010-11-26 | Introduce compat.h, for Win32 builds | Jeff Garzik |
2010-11-26 | Replace argp with getopt_long | Jeff Garzik |
2010-11-26 | Link with pthreads lib, if present. Remove GNU-specific asprintf usage. | Jeff Garzik |
2010-11-25 | code movement: move submit_work() above hot path | Jeff Garzik |
2010-11-25 | Move utility routines to util.c. | Jeff Garzik |
2010-11-25 | scanhash micro-optimizations | Jeff Garzik |
2010-11-25 | Allocate work struct once, on stack, rather than alloc+free for each getwork. | Jeff Garzik |
2010-11-25 | Remove unused OpenSSL dependency. | Jeff Garzik |
2010-11-25 | RPC URL, username and password become arguments, | Jeff Garzik |
2010-11-25 | Small cleanups and comment additions. Don't sleep after proof of work found. | Jeff Garzik |
2010-11-24 | Add GPLv2 header. | Jeff Garzik |
2010-11-24 | Convert over to autotools. Release version 0.1.v0.1 | Jeff Garzik |
2010-11-24 | Clean up protocol debugging output, and other cleanups. | Jeff Garzik |