- 30 Dec, 2018 2 commits
-
-
Tim Armstrong authored
-
hydratim authored
-
- 29 Dec, 2018 3 commits
-
-
Dennis Jenkins authored
Buffer overflow bug
-
Dainius Narsutis authored
-
Dainius Narsutis authored
- Copying 46 bytes into 17
-
- 28 Dec, 2018 8 commits
-
-
Dennis Jenkins authored
IPv6 Bug Fix
-
hydratim authored
-
hydratim authored
-
hydratim authored
-
hydratim authored
-
hydratim authored
A silly mistake on my part conflating the use of the toString with presentation formating causing: ::getaddrinfo(host.c_str(), port.c_str(), &hints, &addrs): Name or service not known (<cwd>/src/server/listener.cc:168)
-
hydratim authored
-
hydratim authored
-
- 27 Dec, 2018 2 commits
-
-
Dennis Jenkins authored
Properly shutdown non-threaded serve
-
Louis Matthijssen authored
-
- 26 Dec, 2018 2 commits
- 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 1 commit
-
-
Dennis Jenkins authored
Add two more CORS headers
-