Log

Author Commit Date CI Message
Con Kolivas bb574d6c 2012-01-06T20:37:15 Update NEWS.
Con Kolivas 95522262 2012-01-05T14:32:11 Merge pull request #66 from kanoi/master If api-description is specified, save it when writing the config file
Con Kolivas 17e8d60b 2012-01-06T09:21:11 Adjust utility width to be constant maximum as well.
Con Kolivas ad54c016 2012-01-05T12:46:59 Merge pull request #67 from Proofer/RejectRatioPercentSigns Add percent signs to reject ratio outputs
Steve Brecher 52d134ce 2012-01-05T11:44:26 Add percent signs to reject ratio outputs
Con Kolivas ec8501a7 2012-01-05T21:45:46 Should the donation pool fail, don't make the fallover pool behave as though the primary pool is lagging.
ckolivas 59c29fc6 2012-01-05T09:37:51 Use an alternative pool should the donation getwork fail.
Kano 7187dfa0 2012-01-01T23:55:23 If api-description is specified, save it when writing the config file
Con Kolivas d515d318 2012-01-01T20:28:36 Bump version number to 2.1.1
Con Kolivas 30e6b34e 2012-01-01T20:28:09 Update NEWS.
Con Kolivas 743d81b3 2012-01-01T20:25:04 Adjust column width of A/R/HW to be the maximum of any device and align them.
Con Kolivas 4f6cf3c8 2011-12-31T21:11:42 Merge pull request #65 from kanoi/master Display pool in summary if only 1 pool
Con Kolivas afa72ffe 2012-01-01T16:11:18 Merge branch 'master' of github.com:ckolivas/cgminer
Kano 9bf0ad18 2012-01-01T16:07:48 Display pool in summary if only 1 pool
Con Kolivas a4f6d5c6 2012-01-01T16:07:38 Update NEWS.
Con Kolivas d56e5ae6 2012-01-01T14:40:31 Force fresh curl connections on any detected rpc failure in case of dead persistent connections..
Con Kolivas 638c8c52 2012-01-01T14:21:22 Make curl use a fresh connection if the json rpc call fails for any reason in case curl is relying on dead persistent connections.
Con Kolivas 40ea56ee 2012-01-01T09:03:18 Continue attempting to restart every minute whether a GPU is considered sick or dead.
Con Kolivas c0775734 2012-01-01T08:47:07 Again do not attempt to restart a hung device with the every minute attempted restart.
Con Kolivas 19e373b8 2011-12-30T11:31:16 All threads are detached so there is no need to join them and it may dereference causing crash on exit.
Con Kolivas c7c838d7 2011-12-30T11:30:14 Give warning with donor pool so as to explain why there may be a slow startup.
Con Kolivas d656c14e 2011-12-29T13:42:49 Don't give pool slow warning if it is the donation pool.
Con Kolivas f67111da 2011-12-29T10:22:16 Include API examples in distribution tarball.
Con Kolivas d1f896a6 2011-12-26T23:50:32 Merge pull request #63 from kanoi/master fix test/set of thr->pth to also work in windows
Kano 5033dcd3 2011-12-27T18:33:49 fix test/set of thr->pth to also work in windows
Con Kolivas 4c1c8250 2011-12-27T18:06:55 Fix typos courtesy of Steve Brecher.
Con Kolivas 4f879b42 2011-12-27T16:23:27 Bump version to 2.1.0.
Con Kolivas 1d0730a8 2011-12-27T16:22:03 Update NEWS.
Con Kolivas 17ea91ae 2011-12-27T15:23:42 Update README.
Con Kolivas 9f41f2f3 2011-12-27T14:53:14 Try to align device outputs in curses output.
Con Kolivas 2257b502 2011-12-27T11:37:30 Simplify longpoll changeover to just check which pool it should grab its next longpoll from. This should prevent locking hangs and thread cancellation crashes.
Con Kolivas 5e2e2f28 2011-12-27T10:35:53 Only use GPU management menu item if GPU threads exist.
Con Kolivas a51514d9 2011-12-27T10:30:04 White space cleanup.
Con Kolivas eee66589 2011-12-27T10:24:09 Save config options for GPUs only if there are GPU devices.
Con Kolivas 291f1749 2011-12-27T09:38:57 Ensure the correct pool information goes with the longpoll work item.
Con Kolivas ae786202 2011-12-27T09:31:21 Show which pool is unresponsive on startup.
Con Kolivas c786ac3b 2011-12-26T12:54:06 Prevent crash from statline dereference if cgminer is quit before setting up fully.
Con Kolivas b69aa234 2011-12-26T10:49:27 Use control_lock to protect thr->pth for thread creation/destruction.
Con Kolivas 59293a37 2011-12-26T09:29:16 Only pthread_join when pthread_cancel does not return an error.
Con Kolivas 13c40f75 2011-12-25T00:06:25 Zero all pthread_t identities upon cancelling threads.
Con Kolivas acf88e0d 2011-12-24T23:36:41 Kill off the longpoll thread in kill_work only if have_longpoll is true.
Con Kolivas 8c066c42 2011-12-24T23:26:41 If have_longpoll is enabled, then make it mandatory the longpoll thread is killed from the outside, avoiding the race of trying to kill off a longpoll thread that has potentially exited already.
Con Kolivas 19d5a197 2011-12-23T15:50:00 Merge pull request #62 from kanoi/master Cleanup API thread if it exits early
Kano d80e0ef4 2011-12-24T10:45:45 Cleanup API thread if it exits early
Con Kolivas 9d36ee9b 2011-12-24T09:33:30 Do not add blank lines when there are less cpu threads enabled than processors.
Con Kolivas 78c89dc7 2011-12-24T09:22:55 Move longpoll with changes to current active pool, selecting most suitable source for longpoll, or using any backup pool that has longpoll. Actively stop longpoll if we already have longpoll running and have initiated a longpoll restart. Make the longpoll activation notification warning level to make the switch visible. Change lp_url to alloca to not lose malloced ram.
Con Kolivas e75c8ec8 2011-12-24T08:50:07 Fix for non-adl configuration files.
Con Kolivas 400cb21d 2011-12-24T08:06:53 Off by one error in performance level.
Con Kolivas f4d657ee 2011-12-24T07:35:42 Only adjust gpu engine speed in autotune mode if the gpu is currently at the performance level of that being adjusted.
Con Kolivas 90fa5fcd 2011-12-20T23:45:15 Bump to version 2.0.9 while still in development.
Con Kolivas 25cd835a 2011-12-20T23:36:31 Change API message to debug only.
Kano 7abe8c3b 2011-12-20T23:13:23 Set my name :P
Con Kolivas 4813b7dd 2011-12-20T23:12:08 Merge branch 'master' of https://github.com/kanoi/cgminer into api
Con Kolivas 924425d4 2011-12-20T23:04:54 Remove defunct inet files.
Kano f32a0725 2011-12-20T16:22:18 DOC related updates
Kano aacf1e55 2011-12-20T12:05:40 JSON reply to JSON request
Kano da798519 2011-12-13T09:32:43 Web page - minor color/formatting
Kano a039ec09 2011-12-08T23:35:57 api version change
Kano 7ec90dd7 2011-12-07T22:04:22 Spelling ...
Kano f16c6d7e 2011-12-07T21:34:03 Add a simple full web interface in PHP to use the API
Kano 152708fe 2011-12-04T23:42:56 Cleanup/remove included inet functions)
Kano 50a08922 2011-12-04T00:24:26 2.0.8x Full GPU stats, descriptive field names and --api-description
Kano c33553d5 2011-12-03T00:29:33 C sample api code
Kano 2a3c99f6 2011-11-30T15:37:40 Add API.java + API.class to access the API
Kano 45068ced 2011-11-29T11:07:27 Version 2.0.8w (windows changes)
Kano 293582d2 2011-11-24T21:05:19 Plural commands
Kano 45ebf2c5 2011-11-24T20:41:31 Fix threading issues and bugs
Kano d234b857 2011-11-24T12:59:30 API v0.2 Added GPU commands and improved messages
Kano df3fad3d 2011-11-23T22:22:10 Add API options for port and listen mode
Kano 49532277 2011-11-23T17:01:45 Add summary command
Kano bbe1702d 2011-11-23T16:25:13 Add quit command
Kano 89c221ad 2011-11-23T15:57:47 Fix missing close() for invalid commands
Kano 23580566 2011-11-23T14:35:49 API v0.1
Kano 9671f0a2 2011-11-23T14:35:04 API v0.1
Con Kolivas 4c68ad01 2011-11-13T08:23:09 Fix for Intel Macs.
Con Kolivas 1419719c 2011-11-11T22:23:23 Update NEWS.
Con Kolivas d5231ea5 2011-11-11T22:21:30 Fix build error with -ldl being passed to LDFLAGS instead of LDADD and update configure output.
Con Kolivas 35a8b9f3 2011-11-11T19:42:21 Bump version number to 2.0.8
Con Kolivas 79159c3b 2011-11-11T19:42:03 Update NEWS.
Con Kolivas 0638155c 2011-11-11T19:39:36 Don't load the default config if a config file is specified on the command line.
Con Kolivas b0bfd816 2011-11-11T19:35:41 Don't build VIA on apple since -a auto bombs instead of gracefully ignoring VIA failing.
Con Kolivas 19cad2a6 2011-11-11T19:31:59 Update NEWS.
Con Kolivas d548670e 2011-11-11T19:27:53 Update README.
Con Kolivas a70629a7 2011-11-01T15:19:26 Make longpoll do a mandatory flushing of all work even if the block hasn't changed, thus supporting longpoll initiated work change of any sort and merged mining.
Forrest Voight e01d6941 2011-10-23T23:55:17 Byteswap computed hash in hashtest so it can be correctly checked
Con Kolivas d8770654 2011-10-28T11:11:28 Add x86_64 w64 mingw32 target courtesy of dukrat.
Con Kolivas 8c63061e 2011-10-23T20:50:52 Allow a fixed speed difference between memory and GPU clock speed that will change memory speed when GPU speed is changed in autotune mode.
Con Kolivas 1acdad89 2011-10-17T14:24:42 Bump version number to 2.0.7.
Con Kolivas 2ac11bd7 2011-10-17T14:24:05 Update NEWS.
Con Kolivas 2a19153d 2011-10-17T14:07:38 Add example.conf to makefile dist.
Con Kolivas 9a0b7096 2011-10-17T13:51:40 Update documentation about new configuration file with an example file.
Con Kolivas 6d004ddf 2011-10-17T13:25:57 Write unix configuration to .cgminer/cgminer.conf by default and prompt to overwrite if given a filename from the menu that exists.
Con Kolivas 09f6736a 2011-10-17T12:27:41 Style cleanups.
Con Kolivas 31d3af02 2011-10-16T20:04:45 Support new configuration file format courtesy of Chris Savery which can write the config file from the menu and will load it on startup.
Con Kolivas 3ba86c49 2011-10-15T14:55:51 Cosmetic fixes.
Con Kolivas 8d96722c 2011-10-15T14:48:23 Merge branch 'no_midstate' of https://github.com/luke-jr/cgminer into 05
Con Kolivas fb0c580b 2011-10-15T13:29:44 Go to kernel build should we fail to clCreateProgramWithBinary instead of failing on that device. Should fix the windows problems with devices not initialising.
Con Kolivas 5976f6b3 2011-10-14T21:51:55 Get rid of unused variable.
Luke Dashjr e8720b90 2011-10-09T00:05:48 Support work without midstate or hash1, which are deprecated in bitcoind 0.5+
Con Kolivas a41db9d4 2011-10-09T14:14:50 Bump version to 2.0.6 and update docs.