ambrop7
|
a23d1d7f84
client, server: implement experimental support for performing SSL operations in worker threads
|
13 lat temu |
ambrop7
|
c7d42bc280
client: make max_peers adjustible at runtime via command line
|
13 lat temu |
ambrop7
|
2185655723
fix many potential aliasing issues
|
13 lat temu |
ambrop7
|
93bc612a21
get rid of some warnings
|
13 lat temu |
ambrop7
|
f9cb7b96a2
remove LinkedList2 and use LinkedList1 instead
|
13 lat temu |
ambrop7
|
a21e23fe8a
port to compile with MSVC
|
13 lat temu |
ambrop7
|
0d99d6a26a
switch to using the New BSD License
|
14 lat temu |
ambrop7
|
7c999b0a14
call open_standard_streams() on startup to ensure stdin/stdout/stderr file descriptors exist
|
14 lat temu |
ambrop7
|
236f0ab126
Revert revision 759. It actually significally slowed down some other workload, and wouldn't have
|
14 lat temu |
ambrop7
|
2171058a0f
FragmentProtoDisassembler: use a job instead of a timer to wait for more input before submitting an
|
14 lat temu |
ambrop7
|
7f9c10c2ee
cosmetic changes: remove includes already included in header files
|
14 lat temu |
ambrop7
|
75d0b0bbaa
use the same global log function typedef everywhere
|
14 lat temu |
ambrop7
|
b89aef0fa1
Rework logging, don't format log messages if we wouldn't log them. Results in a noticable performance
|
14 lat temu |
ambrop7
|
04da0f5330
client: send resetpeer if we run out of send buffer
|
14 lat temu |
ambrop7
|
f39c5c16f8
client: cosmetic changes
|
14 lat temu |
ambrop7
|
03e24424d4
cosmetic changes
|
14 lat temu |
ambrop7
|
d21100eba8
cosmetic changes
|
14 lat temu |
ambrop7
|
3de3e985ef
PacketPassFairQueue: enforce MTU limit through error not assertion
|
14 lat temu |
ambrop7
|
e0105159d8
cosmetic changes
|
14 lat temu |
ambrop7
|
6bc9e6c879
client: move peer message sending buffer to PeerChat
|
14 lat temu |
ambrop7
|
bb3085e820
client: don't require --allow-peer-talk-without-ssl if we're not using SSL in the first place
|
14 lat temu |
ambrop7
|
32d4517862
client: PeerChat: prepend peer log prefix to log messages
|
14 lat temu |
ambrop7
|
8eed20d12d
StreamPeerIO: prepend peer log prefix to log messages
|
14 lat temu |
ambrop7
|
ce794a8f83
client: DatagramPeerIO: prepend peer log prefix to log messages
|
14 lat temu |
ambrop7
|
cd864d2277
client: DatagramPeerIO: remove DatagramPeerIO_SetHandlers
|
14 lat temu |
ambrop7
|
a8aca3da0c
client: FrameDecider: prepend peer log prefix to log messages
|
14 lat temu |
ambrop7
|
cf2b1d4a8c
client: merge "talking" and "initialized" log messages
|
14 lat temu |
ambrop7
|
b6594f0f99
Make peers use SSL when talking through the server.
|
14 lat temu |
ambrop7
|
d8d0eea7e9
client: process messages through PeerChat
|
14 lat temu |
ambrop7
|
681c939284
client: move chat out of server_flow into peer
|
14 lat temu |