thodg/cgminer/main.c

Branch :


Log

Author Commit Date CI Message
8333a2ff 2011-07-06 00:01:40 Improve output appearance +/- verbose mode.
1fb09eaa 2011-07-05 23:11:05 Implement -n/--ndevs option.
0ebdc39a 2011-07-05 23:07:18 Make debug mode imply verbose mode.
413e6b86 2011-07-05 22:08:13 Fix potential divide by zero.
0a80d4b0 2011-07-05 22:04:54 Display the output as a refreshing line and only push continuous log to stderr if desired.
a93b22c6 2011-07-05 17:34:54 Make it possible to build without GPU mining by picking up HAVE_OPENCL from config.h.
4172fec2 2011-07-05 16:47:19 Cope with invalid parameter passing.
bc7cde7b 2011-07-05 16:37:51 Implement short option parsing.
13c57a57 2011-07-05 15:18:13 Properly initialise qd_lock mutex.
f90e73af 2011-07-05 10:47:47 Queue and pop precisely the same amount of work in flush_request to ensure all work is cleared and there isn't an uneven add/remove possible.
af6e7937 2011-07-05 10:42:11 Signal handling in dns lookup code is responsible for libcurl crashes when multithreading. Disable signal handling and use many curl handles instead, thus making work more asynchronous. Theoretically a curl can wait forever on a dns lookup with this but it's extremely unlikely.
91f9c527 2011-07-04 20:33:31 Rename code and application binary to cgminer version 1.0.9 preempting version 1.1.0, moving main code to main.c.