Age | Commit message (Expand) | Author |
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 |
2010-11-27 | miner.h: include sys/time.h for struct timeval definition | 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 | Windows build tweaks. | Jeff Garzik |
2010-11-26 | Note that 4way is experimental | Jeff Garzik |
2010-11-26 | sha256_4way: perform 16m hashes, not 64k, per invocation | 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 | Drop all Windows DLL in same dir as minerd.exe | 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 | README: add win32 installer instructions | Jeff Garzik |
2010-11-26 | Add Windows installer creation script, mknsis.sh. | Jeff Garzik |
2010-11-26 | Release version 0.1.2.v0.1.2 | Jeff Garzik |