aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-28Improve JSON-RPC result/error checking, and improve error diagnostic output.Jeff Garzik
2010-12-27Add --quiet option, to disable hashmeter output.Jeff Garzik
2010-12-27Release version 0.3.3.v0.3.3Jeff Garzik
2010-12-27sha256_cryptopp asm: byteswap input wordsJeff Garzik
2010-12-26Move 32-bit swap code into miner.h, for sharing.Jeff Garzik
2010-12-23Release version 0.3.2.v0.3.2Jeff Garzik
2010-12-23sha256_via: ensure that found nonce is copied back into output data bufferJeff Garzik
2010-12-19Release version 0.3.1.v0.3.1Jeff Garzik
2010-12-19sha256_via: ensure proper data area is fully checksummedJeff Garzik
2010-12-18Handle temporary JSON failures (due to server reboot, etc.)Jeff Garzik
2010-12-18README: update win32 build insnsJeff Garzik
2010-12-18Release version 0.3.v0.3Jeff Garzik
2010-12-18sha256_4way: work around gcc 4.5.x bug by always inlining ROTR and SHRJeff Garzik
2010-12-06Display version on minerd --help usage output.Jeff Garzik
2010-12-06sha256_cryptopp: Add crypto++ 32-bit assembly implementationJeff Garzik
2010-12-06Release version 0.2.2.v0.2.2Jeff Garzik
2010-12-06sha256_4way: do not include unnecessary headers, when !4wayJeff Garzik
2010-12-06sha256_via: align tmp_hash1 to 128, to avoid stack clobberJeff Garzik
2010-12-05Avoid null deref in command line arg processing.Jeff Garzik
2010-11-29Release version 0.2.1.v0.2.1Jeff Garzik
2010-11-29submit_work: increase string buffer, to avoid overflowJeff Garzik
2010-11-28Add Crypto++ sha256 implementation (C only, ASM elided for now)Jeff Garzik
2010-11-27Move sha256_generic into its own .o build output. Const-ify midstate param.Jeff Garzik
2010-11-27Release version 0.2.v0.2Jeff Garzik
2010-11-27Clean up multi-algorithm selection and displayJeff Garzik
2010-11-27sha256_4way: patch proper nonce into data blockJeff Garzik
2010-11-27sha256_via: add further comments on byte-swapping workJeff Garzik
2010-11-27miner.h: include sys/time.h for struct timeval definitionJeff Garzik
2010-11-27Add experimental (read: probably broken) VIA padlock support.Jeff Garzik
2010-11-27Improve and modularize compile-time CPU detection.Jeff Garzik
2010-11-27s/__SSE__/__SSE2__/Jeff Garzik
2010-11-26Windows build tweaks.Jeff Garzik
2010-11-26Note that 4way is experimentalJeff Garzik
2010-11-26sha256_4way: perform 16m hashes, not 64k, per invocationJeff Garzik
2010-11-26Improve hash performance statistics.Jeff Garzik
2010-11-26Improve --help output. Mention --help in README.Jeff Garzik
2010-11-26Drop all Windows DLL in same dir as minerd.exeJeff Garzik
2010-11-26Correct -a command line help.Jeff Garzik
2010-11-26Add tcatm's 4way SSE2 sha256 implementation.Jeff Garzik
2010-11-26README: add win32 installer instructionsJeff Garzik
2010-11-26Add Windows installer creation script, mknsis.sh.Jeff Garzik
2010-11-26Release version 0.1.2.v0.1.2Jeff Garzik
2010-11-26README: update dependency list and build instructionsJeff Garzik
2010-11-26Build on Windows using mingw32.Jeff Garzik
2010-11-26Build jansson 1.3 in-tree, if not present on system.Jeff Garzik
2010-11-26Makefile.am: add compat.h, to correct 'make distcheck' failuresJeff Garzik
2010-11-26Introduce compat.h, for Win32 buildsJeff Garzik
2010-11-26Replace argp with getopt_longJeff Garzik
2010-11-26Link with pthreads lib, if present. Remove GNU-specific asprintf usage.Jeff Garzik
2010-11-25code movement: move submit_work() above hot pathJeff Garzik