- 01 Jan, 2019 1 commit
-
-
- 31 Dec, 2018 7 commits
-
-
Dennis Jenkins authored
Resolves bug #323: double invocation of router's notFound handler.
-
Dennis Jenkins authored
-
Dennis Jenkins authored
merge from upstream
-
Dennis Jenkins authored
-
Dennis Jenkins authored
Delete obsolete check
-
Dennis Jenkins authored
Simple patch to bugs listed in #392
-
Dennis Jenkins authored
Use ephemeral ports in several tests
-
- 30 Dec, 2018 6 commits
-
-
Tim Armstrong authored
-
hydratim authored
-
knowledge4igor authored
-
knowledge4igor authored
-
Dennis Jenkins authored
Fix client send request problem (caused by connect and pop from queue order)
-
knowledge4igor 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 4 commits
-
-
Dennis Jenkins authored
merge from head
-
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 2 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
-