2926 Commits (31c3759ecdee5db19a589640250a6deddbc93f06)
 

Author SHA1 Message Date
Kano ade940bcba api.c all STATUS messages automatically escaped 12 years ago
Kano fd2fa260c7 api.c add missing escape for comma in MSG_PGAUNW 12 years ago
Kano 99f0607fb2 API add display of and setting queue,scantime,expiry 12 years ago
Kano e649aa3906 HW: dont submit bad shares 12 years ago
Kano fced503ed6 save individual pool proxy settings to config 12 years ago
Kano 0ac350547e --default-config - allow command line to define the default configuration file for loading and saving 12 years ago
Kano 6c2515752f API-README update for pools proxy info 12 years ago
Kano 68046631d5 README URL proxy must use quote so show in the example 12 years ago
Kano e043f5a5aa bug: remove proxy: from the front of the proxy used 12 years ago
Kano cef9731fbc CURL support for individual proxy per pool and all proxy types 12 years ago
Kano 6b2deb0afa README spelling/etc 12 years ago
Kano 9f9c688f72 README - FPGA device FAQ 12 years ago
Kano 307d8da034 HW: error counter auto for all devices - ztex code not fixed 12 years ago
Kano 9950cff5ae API pgaidentify - unsupported message should be a warning 12 years ago
Kano 9487ba05cd API/BFL identify a device - currently only BFL to flash the led 12 years ago
Kano 7a2407f15c BFL add throttle count to internal stats + API 12 years ago
Kano 71e2f23f47 BFL: missing device id in log message 12 years ago
Kano bd151ef36d miner.php correct to new Diff1 Work field names 12 years ago
Kano 93555e271a API add device diff1 work 12 years ago
Kano fd2034ce77 Merge branch 'main' 12 years ago
Kano e5347ed971 API-README update 12 years ago
Kano 381478e65c api.c Correct diff1 field name 12 years ago
Kano 4023872b76 count device diff1 shares 12 years ago
Kano 2bf08bb4f8 API-README more debug parameter information 12 years ago
Kano 568b0fed89 API allow full debug settings control 12 years ago
Con Kolivas ba0122535a Bump version number to 2.7.5 12 years ago
Con Kolivas ae8bacc54f Update NEWS. 12 years ago
Con Kolivas 57c3b12f64 Sort the blocks database in reverse order, allowing us to remove the first block without iterating over them. Output the block number to debug. 12 years ago
Con Kolivas b34f36b700 Merge branch 'master' of github.com:ckolivas/cgminer 12 years ago
Con Kolivas f1c6ae22f7 Adjust opencl intensity when adjusting thread count to prevent it getting pegged at a value below the minimum threads possible. 12 years ago
Con Kolivas 26eb918100 Merge pull request #307 from kanoi/icarus 12 years ago
Kano a178039a65 miner.h max_hashes -> int64_t 12 years ago
Con Kolivas f97bf2e2ac Keep the local block number in the blocks structs stored and sort them by number to guarantee we delete the oldest when ageing the block struct entries. 12 years ago
Con Kolivas d91af893c8 Use correct sdk version detection for SDK 2.7 12 years ago
Con Kolivas 69983b778b Revert "Pick worksize 256 with Cypress if none is specified." 12 years ago
Con Kolivas b768758818 Test for lagging once more in queue_request to enable work to leak to backup pools. 12 years ago
Con Kolivas 579c1299c6 There is no need to try to switch pools in select_pool since the current pool is actually not affected by the choice of pool to get work from. 12 years ago
Con Kolivas 4a210d4eff Only clear the pool lagging flag if we're staging work faster than we're using it. 12 years ago
Con Kolivas d1683f75c9 needed flag is currently always false in queue_request. Remove it for now. 12 years ago
Con Kolivas 1b7db5bc9c thr is always NULL going into queue_request now. 12 years ago
Con Kolivas 7fe8142cbf Bump version to 2.7.4. 12 years ago
Con Kolivas cf6033cb0a Update NEWS. 12 years ago
Con Kolivas 0e0093e602 Select pool regardless of whether we're lagging or not, and don't queue another request in switch pool to avoid infinite recursion. 12 years ago
Con Kolivas 5095ed29a1 Merge branch 'master' of github.com:ckolivas/cgminer 12 years ago
Con Kolivas 9bec1e158e Simplify macros in output kernels avoiding apparent loops and local variables. 12 years ago
Con Kolivas 3acc064be3 Merge pull request #306 from kanoi/api 12 years ago
Con Kolivas 7992e5f3c8 Carry the needed bool over the work command queue. 12 years ago
Con Kolivas 37fa7d36d4 Move the decision to queue further work upstream before threads are spawned based on fine grained per-pool stats and increment the queued count immediately. 12 years ago
Con Kolivas 618b3e8b11 Track queued and staged per pool once again for future use. 12 years ago
Con Kolivas 4fbe5bed15 OpenCL 1.0 does not have native atomic_add and extremely slow support with atom_add so detect opencl1.0 and use a non-atomic workaround. 12 years ago