Age | Commit message (Expand) | Author |
2011-03-21 | --user/--pass fixes | Jeff Garzik |
2011-03-21 | Support --user and --pass, as alternative to --userpass | Jeff Garzik |
2011-03-21 | Convert remaining [f]print to applog(). | Jeff Garzik |
2011-03-21 | Avoid potential for div-by-zero, when calculating max-nonce | Jeff Garzik |
2011-03-21 | cpu-miner.c: Remove newline from applog() call | 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-17 | Improve max nonce auto-adjustment with some basic algebra. | Jeff Garzik |
2011-03-17 | Introduce ability to interrupt hash scanners in the middle of scanning. | 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-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 |