Commit graph

  • dc20ebf2d6 Fix array index out of bounds in sha256d() pooler 2013-06-24 23:07:07 +0200
  • 0523c798ea Version 2.3.1 v2.3.1 pooler 2013-06-18 11:40:55 +0200
  • d43247beba Accept any non-false result for mining.authorize pooler 2013-06-17 11:13:28 +0200
  • bb4b48bb95 Fix hash endianness for SHA-256d pooler 2013-06-16 00:00:55 +0200
  • fcd1162865 Avoid passing NULL to strcmp() in stratum_thread() pooler 2013-06-15 14:05:39 +0200
  • 805ea94a4d Merge commit 'b6f26e1' from martinwguy/master pooler 2013-06-13 21:50:47 +0200
  • 1bf8c63bb8 Version 2.3 v2.3 pooler 2013-06-12 15:00:13 +0200
  • 4aa1c3718e Ignore getwork errors when switching to Stratum pooler 2013-06-10 10:42:13 +0200
  • 7528a95fe1 Perform global libcurl initialization pooler 2013-06-09 18:21:39 +0200
  • f80163ec4c Replace sscanf() with strtol() in hex2bin() pooler 2013-06-09 16:06:46 +0200
  • c4a5f64019 Ignore configure.lineno and config.status.lineno pooler 2013-06-09 16:04:10 +0200
  • ee7b535ea6 Add Stratum support pooler 2013-06-08 22:15:00 +0200
  • b6f26e1acc Add "cert" option for rpc server's self-signed SSL certificate Martin Guy 2013-06-08 15:56:28 +0200
  • 3c4eb509a5 Merge pull request #19 from lye/freebsd-cpu-pinning pooler 2013-05-21 13:06:54 -0700
  • 0df168cc6f Add FreeBSD support for setting CPU affinity. lye 2013-04-17 00:17:27 -0500
  • d35050c05a Merge branch 'freebsd-avx-support' of https://github.com/lye/cpuminer pooler 2013-04-14 22:07:48 +0200
  • fc95960057 Recognize amd64 installs as 86_64 arches. lye 2013-04-11 18:46:12 +0000
  • 8f8a4b1210 Update download URL pooler 2013-04-06 11:43:06 +0200
  • 6f6b99c0e7 Tweak the User-Agent header to comply with RFC 2616 pooler 2013-03-24 15:31:40 +0100
  • 5b9fd9c731 Allow specification of username in URL pooler 2012-08-21 17:49:43 +0200
  • b53230ce9b Version 2.2.3 v2.2.3 pooler 2012-08-05 17:46:41 +0200
  • 5704acfa28 Add a --benchmark option for offline testing pooler 2012-08-05 16:48:00 +0200
  • 3419ca2607 Add optimized ARM NEON code for scrypt and SHA-256d pooler 2012-08-04 18:21:34 +0200
  • 4fd1ef6383 Add duration of getwork requests to debug output pooler 2012-08-04 00:14:26 +0200
  • 8d7a870479 Add support for the X-Reject-Reason extension pooler 2012-06-13 01:08:20 +0200
  • 364051e8f3 Allow libcurl to rewind the upload buffer pooler 2012-06-11 18:42:12 +0200
  • 66f14094d0 Reorder a few instructions in the AVX version of scrypt pooler 2012-06-10 23:21:18 +0200
  • 292967ea16 Version 2.2.2 v2.2.2 pooler 2012-06-07 22:39:04 +0200
  • 2a421866a1 Set the priority of miner threads to idle on Windows pooler 2012-06-07 00:22:23 +0200
  • 1b4d317966 Fix redefinition of alloca when compiling with MinGW-w64 pooler 2012-06-05 00:02:36 +0200
  • 6df33f0685 Add optimizations for ARMv5E and later processors pooler 2012-06-04 14:33:08 +0200
  • d290e317be Avoid 3-way scrypt on AMD Bobcat pooler 2012-06-04 01:10:53 +0200
  • 1608a0f1e4 General optimizations for scrypt on x86-64 pooler 2012-06-04 00:15:32 +0200
  • eb808402f2 Set symbol type for global functions on ARM pooler 2012-06-03 01:06:26 +0200
  • 003d1f1f84 Use _SC_NPROCESSORS_CONF instead of _SC_NPROCESSORS_ONLN pooler 2012-06-02 14:53:54 +0200
  • 21cba02b78 Do not set thread affinity on single-processor systems pooler 2012-06-02 14:45:07 +0200
  • 5b82b834a6 Performance tweaks for AMD K8 and Intel Atom pooler 2012-05-28 23:38:46 +0200
  • 29d64a8b6f Avoid 3-way scrypt on Intel Atom pooler 2012-05-26 19:59:46 +0200
  • ee7630edfd Reorder SSE2 instructions for better performance pooler 2012-05-26 17:04:49 +0200
  • 9ea6df402e Add an option to start minerd as a daemon pooler 2012-05-05 14:35:46 +0200
  • bce27720e0 Version 2.2.1 v2.2.1 pooler 2012-05-02 21:37:54 +0200
  • 73ab48b5fd Reschedule ARM instructions for dual issue pooler 2012-04-29 17:14:31 +0200
  • 023a0f2a12 Add optimized code for ARM11 processors pooler 2012-04-27 19:59:41 +0200
  • ff69f18995 Rename time_lock to avoid name conflict on AIX pooler 2012-04-16 00:37:09 +0200
  • 858601d91f Use getopt() if getopt_long() is not available pooler 2012-04-08 23:28:54 +0200
  • 654a23904b Use syslog() instead of vsyslog() pooler 2012-04-08 20:32:44 +0200
  • e0867338ab Check for <sys/endian.h> functions in configure pooler 2012-04-08 00:33:56 +0200
  • 3151311af0 Check for <sys/sysctl.h> in configure pooler 2012-04-07 14:55:50 +0200
  • 132863599c Change comment style in .S files pooler 2012-04-06 19:53:48 +0200
  • 83652d0787 Version 2.2 v2.2 pooler 2012-04-02 21:12:11 +0200
  • ca34d624f6 Fix 4-way and 12-way scrypt pooler 2012-04-02 18:24:55 +0200
  • 80c762b0da Reduce register usage in 4-way SHA-256 pooler 2012-04-01 19:39:01 +0200
  • 7ca71eb324 Make full use of 4-way SHA-256 in scrypt pooler 2012-04-01 00:56:41 +0200
  • 9093f84686 Add optimized SHA-256d implementation for x86 pooler 2012-03-31 16:44:59 +0200
  • 7dd70bc05f Change the default timeout to 270 seconds pooler 2012-03-30 16:26:24 +0200
  • d4dddcb113 Exploit constants in SHA-256d pooler 2012-03-30 00:40:41 +0200
  • 8c19b40b24 Avoid unnecessary computations in SHA-256d on x86-64 pooler 2012-03-26 14:15:35 +0200
  • 9fd497db5e Skip the last three rounds of SHA-256d pooler 2012-03-25 15:43:49 +0200
  • 18a34a72ab Precompute the first few SHA-256d rounds pooler 2012-03-24 01:27:23 +0100
  • e52982ab7f Drop unused 2-way scrypt pooler 2012-03-23 16:35:21 +0100
  • 8af4ed77e6 Enable AVX optimizations in SHA-256 for scrypt pooler 2012-03-22 17:38:35 +0100
  • fc7dd5ead0 Do not print too many decimals pooler 2012-03-21 23:41:48 +0100
  • ed3d1c94f9 Reimplement SHA-256d pooler 2012-03-21 23:07:56 +0100
  • b961766f4d Move SHA-2 code to separate files pooler 2012-03-12 13:32:11 +0100
  • 40fc3d06f9 Minor cleanups pooler 2012-03-10 23:29:11 +0100
  • c96b468d1c Keep work data in host byte order pooler 2012-03-10 13:37:33 +0100
  • 3c78575e0f Version 2.1.5 v2.1.5 pooler 2012-03-07 17:31:55 +0100
  • f482cefff1 Merge pull request #6 from pontius/cpumine pooler 2012-03-07 05:22:22 -0800
  • f1215cb75c void function cannot return value pontius 2012-03-07 14:03:56 +0100
  • 18bd6c0740 Check whether the assembler supports XOP pooler 2012-03-07 10:46:04 +0100
  • b10dc6b37d Add XOP support to scrypt on x86-64 pooler 2012-03-07 00:43:46 +0100
  • 26e2fe1f76 Ensure C compiler is in C99 mode pooler 2012-03-06 14:20:55 +0100
  • 8625cf40f6 Assume HTTP if no protocol is specified pooler 2012-03-06 00:10:35 +0100
  • f073f8ed58 Precompute midstate of the first SHA-256 in scrypt pooler 2012-03-06 00:03:19 +0100
  • 18033f6a04 Add optimizations for AVX-capable processors pooler 2012-03-05 19:32:52 +0100
  • 94cb469bbf Support for pthreads on MinGW-w64 pooler 2012-03-03 22:41:47 +0100
  • a9c46369e8 Support for building on MinGW pooler 2012-03-03 16:51:32 +0100
  • 8d326a4439 Change comment style in .S files for compatibility pooler 2012-03-01 16:05:25 +0100
  • 4aafcadbd2 Solaris doesn't have <sys/sysctl.h>. pontius 2012-03-01 09:09:23 +0100
  • 6fc88331d6 Switch to RIP-relative addressing on x86-64 v2.1.4 pooler 2012-02-28 20:51:11 +0100
  • 03d012e86c Version 2.1.4 pooler 2012-02-28 18:24:23 +0100
  • ec59ed6d6d Add support for building on Mac OS X pooler 2012-02-28 18:16:40 +0100
  • e560d53b76 Add 4-way SHA-256 implementation for x86-64 pooler 2012-02-28 18:10:26 +0100
  • 1f15a1f672 Add proxy support pooler 2012-02-26 01:34:58 +0100
  • 0ce674668c Add TCP keepalive to long polling connections pooler 2012-02-25 22:22:45 +0100
  • fc5435e338 Allow unauthenticated mining pooler 2012-02-24 21:06:10 +0100
  • 922ce0b92e Version 2.1.3 v2.1.3 pooler 2012-02-12 23:47:20 +0100
  • 61392dc673 Support for "submitold" extension to long polling pooler 2012-02-12 19:50:59 +0100
  • 131d5a2374 Add smart handling of long polling failures pooler 2012-02-12 03:23:06 +0100
  • 46fe063865 Eliminate the delay between starting threads pooler 2012-02-11 15:19:31 +0100
  • a605a2ae4d Throw an error if non-option arguments are supplied pooler 2012-02-11 02:32:49 +0100
  • 9435078a8e Extract username and password specified in URL pooler 2012-02-11 01:42:57 +0100
  • 6599e7d1a7 Only detect the number of processors once pooler 2012-02-11 00:09:50 +0100
  • 0b706173ca Clean up --help output pooler 2012-02-10 03:25:35 +0100
  • b25730c8f7 Add a --version option pooler 2012-02-09 15:19:32 +0100
  • 4d2ee802cd Do not skip submission of old work pooler 2012-02-08 15:47:32 +0100
  • 9ba5e94d3d Make the hashmeter thread-safe pooler 2012-02-05 18:17:24 +0100
  • 80db6655c6 Remove a double test when testing the full hash pooler 2012-02-05 18:04:58 +0100
  • 80412755bd Handle empty responses properly pooler 2012-02-03 23:47:04 +0100
  • 9ce0db5100 Add "X-Mining-Extensions: midstate" to HTTP headers pooler 2012-02-01 03:59:08 +0100