Age | Commit message (Expand) | Author |
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 |
2010-11-26 | README: update dependency list and build instructions | Jeff Garzik |
2010-11-26 | Build on Windows using mingw32. | Jeff Garzik |
2010-11-26 | Build jansson 1.3 in-tree, if not present on system. | Jeff Garzik |
2010-11-26 | Makefile.am: add compat.h, to correct 'make distcheck' failures | 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 | sha256: Remove unused include arpa/inet.h | 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 | Do not build sha256_generic module separate from cpu-miner.c. Version 0.1.1.v0.1.1 | Jeff Garzik |
2010-11-24 | Convert over to autotools. Release version 0.1.v0.1 | Jeff Garzik |
2010-11-24 | sha256: note about bitcoin input data | Jeff Garzik |
2010-11-24 | Clean up protocol debugging output, and other cleanups. | Jeff Garzik |
2010-11-24 | sha256: Assume that input is already big endian. | Jeff Garzik |
2010-11-24 | Remove byte reversing in submit_work() | Jeff Garzik |
2010-11-24 | Code movement. Update stats counter more frequently. | Jeff Garzik |
2010-11-24 | Add command line parsing, and multiple threads. | Jeff Garzik |
2010-11-24 | Add timing info. Remove BIGNUM PoW checks. | Jeff Garzik |
2010-11-24 | Clean up proof-of-work checking, | Jeff Garzik |
2010-11-23 | Add some code comments. | Jeff Garzik |