SChernykh
|
b83b691714
|
TCPServer: cleaned up IPv4 address handling
|
2023-09-11 19:43:28 +02:00 |
|
SChernykh
|
fcf9d2ad15
|
p2pool v3.6.1
|
2023-09-01 12:39:07 +02:00 |
|
SChernykh
|
76c4573c39
|
CI: cleanup build warnings
Tests: fixed "unused const variable" warning
CMakeLists.txt: fixed deprecation warnings
|
2023-08-16 14:20:23 +02:00 |
|
SChernykh
|
d8ecc1174d
|
P2PServer: refactored BLOCK_NOTIFY logic
- Limit how many block requests can be in flight
- Don't send requests for the same block twice
|
2023-07-07 12:14:24 +02:00 |
|
SChernykh
|
3554adf0c1
|
Refactored string conversions
Use `log::Stream` everywhere
|
2023-06-27 14:29:19 +02:00 |
|
SChernykh
|
e0a3add5f2
|
Refactored is_localhost()
|
2023-05-26 00:02:15 +02:00 |
|
SChernykh
|
3d526cebbc
|
Enabled MemorySanitizer
|
2023-05-25 07:32:33 +02:00 |
|
SChernykh
|
3c7fcf65a9
|
Fixed DNS TXT parsing
|
2023-05-12 15:41:02 +02:00 |
|
SChernykh
|
4fa344a0f7
|
Refactored DNS TXT resolver code
|
2023-05-12 10:37:58 +02:00 |
|
SChernykh
|
2d76846d3c
|
Removed unused <iostream>
|
2023-04-05 14:47:44 +02:00 |
|
SChernykh
|
080fbaa26c
|
Util: adder PerfTimer
|
2023-03-30 19:09:15 +02:00 |
|
SChernykh
|
d41a441e98
|
UPnP: remove port mapping on shutdown
|
2023-03-21 10:23:17 +01:00 |
|
SChernykh
|
86b6cf2d65
|
UPnP: handle port mapping conflicts
|
2023-03-20 22:13:12 +01:00 |
|
SChernykh
|
bb4c7f0298
|
Run UPnP discovery in the background
|
2023-03-20 11:56:41 +01:00 |
|
SChernykh
|
19cc044cab
|
Added UPnP port forwarding
|
2023-03-19 23:02:09 +01:00 |
|
SChernykh
|
7a1afc7a95
|
Fixed cppcheck error
|
2023-02-26 20:12:00 +01:00 |
|
SChernykh
|
c7ba11c607
|
Retry getaddrinfo with IPv4 only after an error
|
2023-01-27 10:29:04 +01:00 |
|
SChernykh
|
d4329ae594
|
Show file:line where panic() was called from
|
2023-01-14 12:37:08 +01:00 |
|
SChernykh
|
b346b93285
|
Updated copyright
|
2023-01-04 13:07:55 +01:00 |
|
SChernykh
|
07a5b191bb
|
Fixes for different BSD variants
|
2022-12-17 12:56:32 +01:00 |
|
SChernykh
|
4bb1982806
|
Added BlockTemplate tests
|
2022-11-24 21:38:15 +01:00 |
|
SChernykh
|
488ed8e562
|
Added more 128 bit calculations
|
2022-11-16 10:36:46 +01:00 |
|
SChernykh
|
b3bce1651b
|
SideChain: use full 128 bits in get_difficulty
|
2022-11-15 16:39:39 +01:00 |
|
SChernykh
|
da9cdf7df3
|
Send our P2Pool version to other peers
|
2022-11-10 14:31:02 +01:00 |
|
SChernykh
|
19414b061b
|
Refactored BackgroundJobTracker
|
2022-11-04 10:20:32 +01:00 |
|
SChernykh
|
1f7c89a95c
|
Fixed Coverity issues
|
2022-11-03 19:24:15 +01:00 |
|
SChernykh
|
6cf1b13500
|
p2pool v2.5
|
2022-10-31 17:39:33 +01:00 |
|
SChernykh
|
314a1ba39b
|
p2pool v2.4
|
2022-09-30 17:52:33 +02:00 |
|
SChernykh
|
e4dd46b498
|
Added --no-dns command line parameter
|
2022-09-04 18:10:14 +02:00 |
|
SChernykh
|
86156f3fec
|
SOCKS5 proxy support
|
2022-09-03 22:35:38 +02:00 |
|
SChernykh
|
d40bb61da8
|
p2pool v2.3
|
2022-08-30 18:01:45 +02:00 |
|
SChernykh
|
4733f46a28
|
Added uv_cond_init_checked
|
2022-07-14 09:02:08 +02:00 |
|
SChernykh
|
1c33cc9f3d
|
p2pool v2.2.1
|
2022-07-08 17:47:28 +02:00 |
|
SChernykh
|
c5ea4dca67
|
p2pool v2.2
|
2022-06-30 17:58:40 +02:00 |
|
SChernykh
|
a35d4b2701
|
Change llhttp to libcurl
|
2022-06-06 15:08:37 +02:00 |
|
SChernykh
|
9a5be0a321
|
p2pool v2.1
|
2022-05-31 18:20:21 +02:00 |
|
SChernykh
|
d23c46ff84
|
Added bsr() function to util
|
2022-05-09 13:02:06 +02:00 |
|
SChernykh
|
6b4640c413
|
Fixes for Termux
|
2022-05-03 07:32:47 +02:00 |
|
SChernykh
|
8aebcdc580
|
p2pool v2.0
|
2022-04-30 17:50:27 +02:00 |
|
SChernykh
|
32533e3c96
|
FreeBSD build
|
2022-04-05 19:36:37 +02:00 |
|
SChernykh
|
5b9b73abcc
|
p2pool v1.9
|
2022-03-30 20:15:47 +02:00 |
|
SChernykh
|
a2afa29052
|
Updated copyright
|
2022-03-30 14:42:26 +02:00 |
|
SChernykh
|
c21d052d7a
|
Refactored RNG usage across the code
|
2022-03-17 16:14:29 +01:00 |
|
SChernykh
|
0db57e5047
|
p2pool v1.8
|
2022-02-27 19:56:47 +01:00 |
|
SChernykh
|
42370bf11e
|
p2pool v1.7
|
2022-02-14 19:29:55 +01:00 |
|
SChernykh
|
cf184295b4
|
Updated version
|
2022-01-26 19:42:49 +01:00 |
|
SChernykh
|
248fcee174
|
Update version
|
2022-01-09 17:19:20 +01:00 |
|
SChernykh
|
eaf29872cb
|
Update version
|
2021-12-01 18:24:36 +01:00 |
|
SChernykh
|
e44baad73c
|
Update version
|
2021-11-05 15:39:20 +01:00 |
|
SChernykh
|
998c2ba72f
|
Fixed msys2 build crash
|
2021-10-31 20:29:35 +01:00 |
|