XMRig
|
5a78ea73ea
|
Optimize HttpResponse for fixed size API responses.
|
2019-03-29 14:22:10 +07:00 |
|
XMRig
|
5f58f1c3f9
|
Change HttpResponse creation method.
|
2019-03-29 12:56:34 +07:00 |
|
XMRig
|
9c62e8217a
|
Added new HTTP server (tiny wrapper on top of libuv + http_parser), removed libmicrohttpd support.
|
2019-03-29 12:33:11 +07:00 |
|
XMRig
|
d21d32c620
|
New API settings.
|
2019-03-29 02:31:56 +07:00 |
|
XMRig
|
dec7460e6a
|
Added "donate-over-proxy" option.
|
2019-03-19 00:16:30 +07:00 |
|
XMRig
|
d55e70ce48
|
Added class Buffer.
|
2019-03-15 02:25:38 +07:00 |
|
XMRig
|
cdd5930a7e
|
Rename files.
|
2019-03-15 01:50:35 +07:00 |
|
XMRig
|
7862f71256
|
Client refactoring.
|
2019-03-15 01:06:10 +07:00 |
|
XMRig
|
94f06a7802
|
Sync changes with AMD miner.
|
2019-02-21 19:03:53 +07:00 |
|
XMRig
|
f5a8b9308a
|
Move network classes into xmrig namespace.
|
2019-02-17 06:59:19 +07:00 |
|
XMRig
|
af65e1aee9
|
Old static class Cpu replaced to interface ICpuInfo.
|
2018-09-23 17:51:56 +03:00 |
|
XMRig
|
1c8896855b
|
* Fixed API ID collision.
|
2018-08-31 18:30:51 +03:00 |
|
XMRig
|
3f24209599
|
Move files.
|
2018-06-05 07:34:58 +07:00 |
|
XMRig
|
81303d7a12
|
Sync changes with proxy.
|
2018-04-25 14:48:32 +07:00 |
|
XMRig
|
77b1c7087d
|
Move Job to common.
|
2018-04-20 23:44:32 +07:00 |
|
XMRig
|
2393b537f2
|
Move keccak to common code.
|
2018-04-20 14:45:51 +07:00 |
|
XMRig
|
f93726ab01
|
Move shared network code to common folder.
|
2018-04-20 13:44:30 +07:00 |
|
XMRig
|
8a4bda71eb
|
Add extra information to threads API.
|
2018-04-17 14:36:32 +07:00 |
|
XMRig
|
5610263f5a
|
Added hashrate information to "GET /1/threads" endpoint.
|
2018-04-17 10:51:29 +07:00 |
|
XMRig
|
88dbdd9952
|
Use direct access to hashrate in API.
|
2018-04-17 10:29:37 +07:00 |
|
XMRig
|
a4bd5ed0af
|
Added x3 x4 x5 hashing modes.
|
2018-04-16 15:40:37 +07:00 |
|
XMRig
|
31c786b5c3
|
Rewrite memory allocation.
|
2018-04-15 11:08:47 +07:00 |
|
XMRig
|
c07d9bd83a
|
Move Platform.
|
2018-04-13 07:23:01 +07:00 |
|
XMRig
|
85731f5f39
|
Move common parts of API.
|
2018-04-13 07:12:53 +07:00 |
|
XMRig
|
964a7030fc
|
Remove unused class UploadCtx.
|
2018-04-10 23:22:49 +07:00 |
|
XMRig
|
3a11cd6e21
|
Added classes IThread, CpuThread and API endpoint "GET /1/threads".
|
2018-04-01 22:49:21 +07:00 |
|
XMRig
|
fdcb9ab260
|
Added API endpoint "GET /1/config".
|
2018-03-31 19:00:31 +07:00 |
|
XMRig
|
33600bd923
|
Options class replaced to xmrig::Config.
|
2018-03-31 16:29:47 +07:00 |
|
XMRig
|
49c15117ed
|
Background http changes from proxy.
|
2018-03-27 14:01:38 +07:00 |
|
XMRig
|
4c02d9e9fc
|
#454 Fixed build with libmicrohttpd version below v0.9.35.
|
2018-03-18 08:30:56 +07:00 |
|
XMRig
|
55e56bc95b
|
Revert changes in Api class, single threaded http server will not be included in 2.5 release.
|
2018-03-09 01:47:44 +07:00 |
|
XMRig
|
81a20e6e2c
|
Merge branch 'vtnerd-monero-v1-pow' into dev
# Conflicts:
# src/api/Httpd.cpp
# src/api/Httpd.h
|
2018-03-09 01:41:47 +07:00 |
|
XMRig
|
aa0e556318
|
Added full IPv6 support.
|
2018-03-07 16:38:58 +07:00 |
|
XMRig
|
30515aa6b6
|
Use adaptive timer instead of idle handler for HTTP server.
|
2018-03-01 09:53:27 +07:00 |
|
XMRig
|
bf9e84f4b7
|
Run internal http server in main loop to avoid requirement to thread synchronization.
|
2018-02-20 23:22:34 +07:00 |
|
Foudge
|
107cf54513
|
Remove compilation warnings under MSVC
|
2018-01-27 11:42:22 +01:00 |
|
XMRig
|
2776bea124
|
#204 Fix Linux build, again.
|
2017-11-17 22:44:36 +03:00 |
|
XMRig
|
c8947681d3
|
#196 Fix Linux build.
|
2017-11-17 12:59:46 +03:00 |
|
XMRig
|
b46f376f32
|
Remove unused variables .
|
2017-10-07 19:23:46 +03:00 |
|
XMRig
|
f02b98efe7
|
Fix clang warnings and job comparison bug.
|
2017-10-07 18:58:04 +03:00 |
|
XMRig
|
914fdd5f0a
|
#97 Ignore keepalive option with minergate and nicehash.com
|
2017-10-06 19:10:08 +03:00 |
|
XMRig
|
af51513614
|
libjansson replaced to rapidjson.
Sync changes with proxy.
|
2017-10-04 23:33:30 +03:00 |
|
XMRig
|
e9a16912c3
|
Fix typo.
|
2017-09-02 19:24:06 +03:00 |
|
XMRig
|
38e93ed6e3
|
Fixed Linux build.
|
2017-09-02 14:33:53 +03:00 |
|
XMRig
|
325e116624
|
Added API authorization via Bearer token.
|
2017-09-02 08:18:24 +03:00 |
|
XMRig
|
7798f09dc7
|
Added connection statistics to API.
|
2017-09-02 05:47:30 +03:00 |
|
XMRig
|
8e08df2fd2
|
Rename Results => NetworkState.
|
2017-09-01 15:35:00 +03:00 |
|
XMRig
|
9e9cddedc5
|
Added results statistics to API.
|
2017-09-01 08:02:56 +03:00 |
|
XMRig
|
1651b041de
|
Added hashrate to reports.
|
2017-09-01 03:45:08 +03:00 |
|
XMRig
|
30dd7d6fe4
|
Added support for id and worker_id in API.
|
2017-08-31 06:31:49 +03:00 |
|