- 09 Aug, 2019 2 commits
-
-
Mateusz Szychowski (Muttley) authored
-
Mateusz Szychowski (Muttley) authored
fixes #588
-
- 29 Jul, 2019 2 commits
-
-
Dennis Jenkins authored
add SO_REUSEPORT
-
lethe555 authored
-
- 27 Jul, 2019 2 commits
-
-
Dennis Jenkins authored
Set Thread name for running HTTP server threads
-
Mohsen authored
Complete Test with setting name on server side threads, with send and receive the request from client side, to prove no exception and no side effect
-
- 10 Jul, 2019 2 commits
-
-
Dennis Jenkins authored
Removing Http's close of open fd
-
Ian Roddis authored
-
- 08 Jul, 2019 2 commits
- 07 Jul, 2019 9 commits
- 06 Jul, 2019 6 commits
-
-
Mohsen authored
using std::string and fix code style
-
Mohsen authored
using std::string, fix code style
-
Mohsen authored
using std::string data type, fix code style
-
Mohsen authored
using std::string type, and fix code style
-
Mohsen authored
use the std::string type.
-
Mohsen authored
change char* to std::string
-
- 03 Jul, 2019 8 commits
-
-
Mohsen authored
Remove forgotten test lines
-
Mohsen authored
-
Mohsen authored
set thread name by pthread_setname_np
-
Mohsen authored
add workersName_
-
Mohsen authored
add optional threadsName_
-
Mohsen authored
add optional threadsName_
-
Mohsen authored
add optional workersName_
-
Mohsen authored
Add optional threadsName as option in endpoint.
-
- 02 Jul, 2019 5 commits
-
-
Dennis Jenkins authored
Adding hostname resolution to peer
-
Dennis Jenkins authored
Remove broken memcpy in Address::init
-
tcanens authored
There's no guarantee that `host_` is long enough for the `INET_ADDRSTRLEN` (or `INET6_ADDRSTRLEN`, respectively) memcpy to be valid, and in any event there doesn't seem to be a reason to copy it in the first place.
-
Ian Roddis authored
-
Ian Roddis authored
-
- 27 Jun, 2019 2 commits
-
-
Dennis Jenkins authored
CMake: disable test targets when not testing
-
muttley authored
-