293 Commits (1f7b7ef26e9ad0e577055554fc8cf24afadf50f5)

Author SHA1 Message Date
Noel Maersk aa471a2dfd api: remove unused SCRYPTSTR. 11 years ago
troky 9414592539 Added pool name to API "pools" command 11 years ago
Noel Maersk 87801c2578 opencl: rename cgpu_info->kname to cgpu_info->kernelname. 11 years ago
unknown 6b0b424c0a Fixed API timeval formatting again. Use of snprintf() causes problems in MSVS. 11 years ago
unknown 0e37fc24b0 Added algorrithm name to "coin" API command. Changed default algo name to "scrypt". 11 years ago
unknown 25242861c7 API: Fixed timeval struct formatting . 11 years ago
Noel Maersk ae23d25086 api: proper type casting for MSVS support. 11 years ago
Jim Jagielski 88c7720caf These may not be longs (eg: OSX)... fo a safe cast to ensure. 11 years ago
Kano ae837a762f API allow multiple commands/replies in one request 11 years ago
Con Kolivas 90cc93c6cc Add the ability to display a hexadecimal 32 bit unsigned integer to the API. 11 years ago
Con Kolivas c31de2601b Store when the last getwork was retrieved and display it in the API summary. 11 years ago
ckolivas a58ef1b8c7 Provide a helper function for determining dev runtime and use it in the hashmeters used. 11 years ago
Kano faf63ec036 Modify thread naming to make them easier to identify 11 years ago
Kano 301daae6f4 api.c 2014 11 years ago
Kano b6c6ec5c83 api add data type AVG float 3 decimal 11 years ago
Kano 83ea44af5d api.c set the actual version number to 3.0 11 years ago
Kano 83176cb52a API V3.0 unlimited socket reply size 11 years ago
Noel Maersk 4e08eb41ef api: bump API version number to indicate changes that happened after 4.0.0. 11 years ago
Markus Peloquin bf8e37ce19 Support building in cygwin. 11 years ago
Noel Maersk 0e8ec8d060 pools: Allow disabling pool even if it's the last one enabled. 11 years ago
Perry Huang 8bd980dbbd Add API_KHS endpoint. 11 years ago
Sanjin Trošelj 84eefc74cd VS2010 build: prepare API. 11 years ago
Noel Maersk 048c82b9b2 pools: rename 'pool->enabled' to 'pool->state'. 11 years ago
Wolf 39b9945c11 Changed API reporting of MH/s for added precision. 11 years ago
Noel Maersk 50066cf3c7 misc: Replace all remaining instances of 'cgminer' with 'sgminer'. 11 years ago
Noel Maersk 5b977125fa misc: Replace many (but not all) instances of 'cgminer' with 'sgminer'. 11 years ago
Kano 65518d3712 api.c no decref if not json 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 39b7bc26cb Silence irrelevant warning. 11 years ago
Con Kolivas ebeb710375 Decrement json references in api.c to not leak memory. 11 years ago
Kano 89000ffb1a api.c trylock() add missing locklock 11 years ago
Maksym Borodin d976abe12d api.c: Release apisock on error in api() 11 years ago
Maksym Borodin 7383e19a9d api.c: Release io_data->ptr when releasing io_data in io_free() 11 years ago
Noel Maersk 83e52dfe78 api: remove references to FPGAs and ASICs. 11 years ago
Noel Maersk 199cb10e18 HAVE_OPENCL is mandatory, remove checks form code an build system. 11 years ago
Noel Maersk 323af83fdb Remove define-clauses for USE_SCRYPT. 11 years ago
Noel Maersk 95586f72f0 Squash-merge branch dead-end with unnecessary check removals. 11 years ago
Con Kolivas c3854378e1 Display works completed in summary and API data. 11 years ago
Con Kolivas 448b1fae64 Rationalise use of current_hash to a single hex string the length of the previous block and display only the first non zero hex chars of the block in the status window. 11 years ago
Con Kolivas 25d4f16727 Add the ability to add uint8 and uint16 entities to api data. 11 years ago
Con Kolivas 6bcd60a931 Add KNC to api 11 years ago
Kano d9449b2578 api ... the code related to device elapsed 11 years ago
Kano 514b3c424f API add 'MHS %ds' to 'summary' 11 years ago
Kano d3d3fc1316 Optional lock tracking and stats via the API 11 years ago
Kano 55e233d52c API add 'MHS %ds' to 'summary' 11 years ago
Kano c2073f0944 Optional lock tracking and stats via the API 11 years ago
Kano da7223f1b4 api incorrect message name 11 years ago
Con Kolivas b537976036 Make pthread conditional timeouts handle all bulk usb transfer timeouts performing libusb_cancel_transfer, disabling timeouts within libusb itself. 11 years ago
Con Kolivas d34279b226 Remove unused variables. 11 years ago