Commit Graph

126 Commits

Author SHA1 Message Date
cryptonote-social
764bd70c18 fix failure to return after chat retrieval error 2020-12-26 14:57:08 -08:00
cryptonote-social
4d534cbe78 int -> int64 2020-12-26 11:44:47 -08:00
cryptonote-social
591b2cf06f typo fix 2020-12-26 11:18:38 -08:00
cryptonote-social
cb1871fea4 more chat stuff 2020-12-26 10:54:22 -08:00
cryptonote-social
25333c6e38 increased chat fetching 2020-12-26 08:32:54 -08:00
cryptonote-social
755be8eab5 new stuff to ignore 2020-12-25 18:18:17 -08:00
cryptonote-social
7c5fe3abac use C cast 2020-12-25 16:41:26 -08:00
cryptonote-social
9689c11682 change to const char* 2020-12-25 13:46:20 -08:00
C.S
5e9ccf42a3 chat fixes 2020-12-24 17:11:24 -08:00
cryptonote-social
d908527792 initial client work for chat support 2020-12-24 16:49:37 -08:00
cryptonote-social
29adb10295 bump up max limit on request size and change Error return type to interface{} since it can sometimes be a single string 2020-12-22 11:32:15 -08:00
cryptonote-social
6f8bed0f31 fix check for error indicating rejected share 2020-12-22 11:29:47 -08:00
cryptonote-social
d0de4e6ad6 fix missing word in error msg 2020-12-22 11:28:40 -08:00
cryptonote-social
4eafaa9b65 merge 2020-09-04 14:28:39 -07:00
cryptonote-social
45c0afad34 fix bug in hour range validity checking 2020-09-04 14:28:18 -07:00
C.S
e1764d89cd add min mac version flag 2020-08-23 10:14:57 -07:00
C.S
d34e2d3d31 fix size-reducing flags 2020-08-22 18:03:22 -07:00
cryptonote-social
3288f74124 build flags to shrink release library 2020-08-22 17:27:23 -07:00
C.S
e6647344ba fix osx machine stater 2020-08-20 20:42:42 -07:00
cryptonote-social
3dff9834ea win machine stater fixes 2020-08-20 20:20:47 -07:00
cryptonote-social
0643c871f3 screen -> machine stater 2020-08-20 20:13:30 -07:00
cryptonote-social
5a42c68d78 make battery state detection work on windows 2020-08-20 19:58:19 -07:00
cryptonote-social
1c2f8c770c battery power status on windows 2020-08-20 15:39:19 -07:00
cryptonote-social
37d526e481 more logging cleanup 2020-08-20 12:09:43 -07:00
C.S
fb26927e76 removing and cleaning up info/debug logging 2020-08-20 11:02:38 -07:00
cryptonote-social
7508389985 revert accidental checkin 2020-08-19 21:44:09 -07:00
cryptonote-social
d0017d7ec1 getting read for v0.2.0 release 2020-08-19 21:19:23 -07:00
cryptonote-social
89ee6edcd2 have submitWork return miner & pool stats 2020-08-18 20:38:12 -07:00
cryptonote-social
d8a9a5cf73 reuse http client instead of reallocating anew 2020-08-18 07:23:12 -07:00
cryptonote-social
4f49bda761 simplify client implementation to fix race condition 2020-08-17 21:38:55 -07:00
cryptonote-social
827030daed remove deprecated startdiff command line flag 2020-08-17 19:17:20 -07:00
cryptonote-social
5ee381c3e3 call pokeJobDispatcher in fresh goroutine to avoid blocking 2020-08-17 19:17:00 -07:00
cryptonote-social
0c14cb7846 worker threads shouldn't wait on dead clients: moved dead client waiting into the submit goroutine 2020-08-17 17:00:17 -07:00
cryptonote-social
5f784fb6e5 debugging stuff for client sync issues 2020-08-17 15:26:52 -07:00
cryptonote-social
548c44028b fix potential deadlock if poollogin called during reconnection attempt 2020-08-17 11:58:14 -07:00
cryptonote-social
b1ac1c72ea make test.c use the new empty string idiom instead of null 2020-08-17 11:56:23 -07:00
cryptonote-social
1b0db4dd60 add aggressive stats polling to test script 2020-08-17 10:51:10 -07:00
cryptonote-social
1f645f1280 empty strings instead of nulls 2020-08-16 17:19:02 -07:00
cryptonote-social
f56eae1134 make sure pool username and logged in username match when getting stats 2020-08-16 16:49:18 -07:00
cryptonote-social
faea137ff2 recent stats fixes 2020-08-16 16:31:54 -07:00
cryptonote-social
a97298f709 return extra duration info for stats 2020-08-16 12:35:13 -07:00
cryptonote-social
1803122a24 make recent hashrate more accurate 2020-08-16 11:54:06 -07:00
cryptonote-social
3a15204dc0 removed stray debug logging 2020-08-16 11:38:17 -07:00
cryptonote-social
ec2ba5566b improvements to recent hashrate computation 2020-08-16 11:35:52 -07:00
cryptonote-social
63e611cac8 better done channel handling 2020-08-16 09:00:18 -07:00
cryptonote-social
81e428de5f moved to done channels for syncing dispatch loops 2020-08-15 17:33:49 -07:00
cryptonote-social
af379def2c stop any active worker threads before starting a new mining loop 2020-08-15 16:36:18 -07:00
cryptonote-social
fbdcb961e0 tweak locking 2020-08-15 16:25:09 -07:00
cryptonote-social
a0df6f931c fix possible double free 2020-08-15 16:24:14 -07:00
cryptonote-social
1caf52f1df state management and changes to reconnection logic 2020-08-15 16:08:48 -07:00