6132 Commits (98676763b96f938d67adbfe54bf776c1a353de6b)
 

Author SHA1 Message Date
Noel Maersk 463668b878 core: initial implementation of user-settable xintensity. Has a bug. 11 years ago
Noel Maersk 9d0b7f9658 core: Accidentally left a part of a previously non-merged commit (thread display). 11 years ago
Noel Maersk 1049af3a04 misc: Add Luke-jr back to AUTHORS.md and reorder a bit. 11 years ago
Luke Dashjr 3faf4dd4a6 Use lround instead of llround, since it has better compatibility with older MingW and Cygwin versions 11 years ago
Martin Danielsen 7aeae40af2 EXPERIMENTAL: A new way of setting intensity; introducing xintensity! 11 years ago
Martin Danielsen d7e469bd76 Stratum servers can now be named. 11 years ago
Noel Maersk 2f0fac6c66 core: Allow setting kernel. 11 years ago
Noel Maersk b16a05aa0e core: lower maximum intensity to 31. 11 years ago
Wolf 39b9945c11 Changed API reporting of MH/s for added precision. 11 years ago
Noel Maersk bc1ce6984b doc: minor FAQ update. 11 years ago
Noel Maersk f16f1b1b05 Merge pull request #13 from Drogean/patch-1 11 years ago
Drogean b1de4c896b Added SGMINER specific steps 11 years ago
Noel Maersk 3845e89d00 doc: wrong link in ADL_SDK readme.txt. 11 years ago
Noel Maersk 693a5679e6 Merge pull request #3 from jbruggeman/master 11 years ago
Joseph Bruggeman 4b7cf40e63 doc: update faq to remove non-scrypt (irrelevent) information 11 years ago
Joseph Bruggeman 9b37a0131b doc: update windows doc to reflect changes in configure.ac 11 years ago
Noel Maersk 3af2534e22 doc: missing 'make' in README + file name misspelled. 11 years ago
Noel Maersk 3bf3df09b7 Bump version to 4.0.0. 11 years ago
Noel Maersk cbad2d67df doc: clarify what doc/GPU is. 11 years ago
Noel Maersk 11920081ec ui: Don't pad most displayed strings with spaces. 11 years ago
Noel Maersk e46581dea1 Remove --vectors (current kernel only supports 1 vector). 11 years ago
Noel Maersk e6b5fb7aa8 core: remove deprecated --scrypt option. 11 years ago
Noel Maersk 50066cf3c7 misc: Replace all remaining instances of 'cgminer' with 'sgminer'. 11 years ago
Noel Maersk 6ea3b93809 core: fix build error due to CGMINER_PREFIX reference. 11 years ago
Noel Maersk 9d16ff98f5 doc: reference veox/sgminer in ChangeLog. 11 years ago
Noel Maersk 683abd0b17 build: fix warning + other small fixes. 11 years ago
Noel Maersk 5b977125fa misc: Replace many (but not all) instances of 'cgminer' with 'sgminer'. 11 years ago
Noel Maersk 909af927c3 Merge pull request #2 from veox/forward-port 11 years ago
Kano 65518d3712 api.c no decref if not json 11 years ago
Con Kolivas 350fe7f135 Minimise risk of nonce2 overflow with small nonce2 lengths by always encoding the work little endian, and increasing the maximum size of nonce2 to 8 bytes. 11 years ago
Con Kolivas 9628207066 Provide a helper function that can reset cgsems to zero. 11 years ago
Con Kolivas 155945094f Add to cgminer_CPPFLAGS instead of redefining them. 11 years ago
Noel Maersk 747d870d32 build: remove reference to a linux-usb-miner 11 years ago
Con Kolivas d26fb09e7c Replace deprecated use of INCLUDES with _CPPFLAGS. 11 years ago
Con Kolivas 1ca4198a45 Quieten down jansson component of build. 11 years ago
Tim Bateman 0a187bdd41 Fixed one byte stack overflow in mcast recvfrom. 11 years ago
Con Kolivas 65d9136dd5 Fix json parsing in api.c 11 years ago
Con Kolivas 79521fe8f0 Initialise devices before attempting to connect to pools to allow their thread prepare function to be called before having to connect to pools. 11 years ago
Con Kolivas 7d2cee3066 Drop json stratum auth failed message log level to verbose. 11 years ago
Con Kolivas 39b7bc26cb Silence irrelevant warning. 11 years ago
Con Kolivas 05d69bf75c Provide a function to discard queued work based on age. (NOTE: may be unused) 11 years ago
Con Kolivas ebeb710375 Decrement json references in api.c to not leak memory. 11 years ago
ouɐɹɔs ʞɹɐɯ c8b97fbd8a line 2913 added urlencode 11 years ago
Con Kolivas 93782c30ed Update api example compilation instructions. 11 years ago
Con Kolivas 7dd8b316ac Prevent a deadlock with use of restart_threads by spawning a thread to send the driver flush work messages. 11 years ago
Con Kolivas 39121183e1 Set priority of various threads if possible. 11 years ago
Con Kolivas e9f20f5e0b Do not hold the mining thread lock in restart_threads when calling the driver flush work commands. 11 years ago
Con Kolivas b5eddd1159 Don't run device restart code if the device is not enabled. 11 years ago
Con Kolivas 9ed6c3b1b5 Provide a function for setting the work ntime. 11 years ago
Kano 89000ffb1a api.c trylock() add missing locklock 11 years ago