- 27 Dec, 2018 2 commits
-
-
Dennis Jenkins authored
Properly shutdown non-threaded serve
-
Louis Matthijssen authored
-
- 25 Dec, 2018 3 commits
-
-
Dennis Jenkins authored
Added IPv6 support
-
Dennis Jenkins authored
Ephemeral ports
-
hydratim authored
-
- 21 Dec, 2018 2 commits
-
-
Dennis Jenkins authored
Add missing override to derived class virtual member functions
-
xurxoham authored
-
- 20 Dec, 2018 3 commits
-
-
Dennis Jenkins authored
-
Dennis Jenkins authored
Issue #383: Implemented ephemeral TCP port for listener, exposed in endpoint. Requires additional logic outside of Pistache for maximal benefit. To get an ephemeral port, just create an Address or Port with a TCP port number of 0, then call Endpoint::getPort() after the Pistache accept thread has created the socket.
-
Dennis Jenkins authored
Sync to oktak/pistache/master
-
- 19 Dec, 2018 4 commits
-
-
Dennis Jenkins authored
Add unit test to reproduce #379
-
jcastro authored
Removed allocEntry member function and moved Queue::Entry allocation to Queue::push, which now constructs and adds the Entry to the queue. See #379
-
jcastro authored
See #379
-
hydratim authored
-
- 17 Dec, 2018 5 commits
-
-
Dennis Jenkins authored
Fix connection OnDone execution: problem was introduced in PR #374 + test
-
knowledge4igor authored
-
knowledge4igor authored
-
knowledge4igor authored
-
Dennis Jenkins authored
Remove EmptyCall
-
- 16 Dec, 2018 5 commits
-
-
knowledge4igor authored
-
Dennis Jenkins authored
Fix Connection problem in Client + code refactoring + one more test
-
knowledge4igor authored
-
knowledge4igor authored
-
knowledge4igor authored
-
- 08 Dec, 2018 7 commits
-
-
Dennis Jenkins authored
Add two more CORS headers
-
ciody authored
-
ciody authored
-
Dennis Jenkins authored
Fix warnings in headers and add registry test
-
knowledge4igor authored
-
Dennis Jenkins authored
Add more cookies tests
-
Dennis Jenkins authored
Refactoring and code improvements in http headers
-
- 07 Dec, 2018 3 commits
-
-
knowledge4igor authored
-
knowledge4igor authored
-
knowledge4igor authored
-
- 06 Dec, 2018 6 commits
-
-
Dennis Jenkins authored
Remove redundant include in CMakeLists.txt
-
knowledge4igor authored
-
Dennis Jenkins authored
Fix data races in http_client_test
-
knowledge4igor authored
-
knowledge4igor authored
-
Dennis Jenkins authored
Tiny code improvements
-