mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-31 00:44:19 +00:00
misc: update AUTHORS.md, add CR to sgminer.c, minor style.
This commit is contained in:
parent
78cc408369
commit
4f387321ce
@ -3,7 +3,7 @@
|
|||||||
## Core
|
## Core
|
||||||
|
|
||||||
* Multiple algorithms and switching: Jan Berdajs <mrbrdo at mrbrdo dot net> 15bULC8snaKAMeFb3xBmmhbWj1xyTmBUfm
|
* Multiple algorithms and switching: Jan Berdajs <mrbrdo at mrbrdo dot net> 15bULC8snaKAMeFb3xBmmhbWj1xyTmBUfm
|
||||||
* Scrypt-only refactor: Noel Maersk <veox at wemakethings dot net> LfxRFgXzA13TSTxgFGUFEtumv5ShGzAmLw
|
* Historical scrypt-only refactor: Noel Maersk <veox at wemakethings dot net> 12jF1VExtmmMu8D36vo4Y4CYqLK5yCtLC4
|
||||||
* Core: Martin Danielsen <kalroth {at} gmail _dot_ com> 1DNBcSEENBwDKrcTyTW61ezWhzsPy5imkn
|
* Core: Martin Danielsen <kalroth {at} gmail _dot_ com> 1DNBcSEENBwDKrcTyTW61ezWhzsPy5imkn
|
||||||
* Core: Con Kolivas <kernel [at] kolivas {dot} org> 15qSxP1SQcUX3o4nhkfdbgyoWEFMomJ4rZ
|
* Core: Con Kolivas <kernel [at] kolivas {dot} org> 15qSxP1SQcUX3o4nhkfdbgyoWEFMomJ4rZ
|
||||||
* Core: Luke Dashjr <luke-jr+cgminer @at@ utopios .dot. org> 1QATWksNFGeUJCWBrN4g6hGM178Lovm7Wh
|
* Core: Luke Dashjr <luke-jr+cgminer @at@ utopios .dot. org> 1QATWksNFGeUJCWBrN4g6hGM178Lovm7Wh
|
||||||
@ -33,7 +33,6 @@ updated by many others.
|
|||||||
|
|
||||||
## Testing, bug fixes, improvements
|
## Testing, bug fixes, improvements
|
||||||
|
|
||||||
* Hot-switching OpenCL kernel (N-Factor): Jan Berdajs <mrbrdo>
|
|
||||||
* Michael Fiano <mfiano>
|
* Michael Fiano <mfiano>
|
||||||
* Gabriel Devenyi <gdevenyi>
|
* Gabriel Devenyi <gdevenyi>
|
||||||
* Benjamin Herrenschmidt <ozbenh>
|
* Benjamin Herrenschmidt <ozbenh>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
|
* Copyright 2013-2014 sgminer developers (see AUTHORS.md)
|
||||||
* Copyright 2011-2013 Con Kolivas
|
* Copyright 2011-2013 Con Kolivas
|
||||||
* Copyright 2011-2012 Luke Dashjr
|
* Copyright 2011-2012 Luke Dashjr
|
||||||
* Copyright 2010 Jeff Garzik
|
* Copyright 2010 Jeff Garzik
|
||||||
@ -756,8 +757,7 @@ static void setup_url(struct pool *pool, char *arg)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
opt_set_charp(arg, &pool->rpc_url);
|
opt_set_charp(arg, &pool->rpc_url);
|
||||||
if (strncmp(arg, "http://", 7) &&
|
if (strncmp(arg, "http://", 7) && strncmp(arg, "https://", 8)) {
|
||||||
strncmp(arg, "https://", 8)) {
|
|
||||||
char *httpinput;
|
char *httpinput;
|
||||||
|
|
||||||
httpinput = (char *)malloc(255);
|
httpinput = (char *)malloc(255);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user