- 12 Jun, 2019 5 commits
-
-
Ian Roddis authored
-
Ian Roddis authored
-
Ian Roddis authored
-
Ian Roddis authored
-
Ian Roddis authored
Changing maxPayload to maxRequestSize, adding maxResponseSize, and adding an endpoint option to configure it.
-
- 11 Jun, 2019 1 commit
-
-
- 08 Jun, 2019 3 commits
-
-
Dennis Jenkins authored
remove broken Tcp::Options::InstallSignalHandler
-
archetype authored
-
archetype authored
Also remove unreachable shutdown() from examples and add http_server_shutdown example with signal handling.
-
- 26 May, 2019 5 commits
-
-
Dennis Jenkins authored
debian/control: Build-Depends was missing cppcheck...
-
Kip Warner authored
-
Kip Warner authored
-
Kip Warner authored
debian/rules: get-orig-source target would bail if build directory already exists... debian/source/lintian-overrides: Added overrides for two false positives arising from Javascript related code... version.txt: Added central location for versioning...
-
Kip Warner authored
CMakeLists.txt: Better support for generating daily unstable builds by giving tarball git commit date... debian/changelog: Disco build for 25 May, 2019... include/pistache/version.h.in: Add Git commit date in case anyone needs it...
-
- 21 May, 2019 6 commits
-
-
Dennis Jenkins authored
Some clean-up of the net primitives
-
Tim Armstrong authored
I messed up some copypasta (left a flag in that wasn't required)
-
Tim Armstrong authored
The address was supplied as `[2001:0DB8:AABB:CCDD:EEFF:0011:2233:4455]:8080` however the correct presentation format is `2001:db8:aabb:ccdd:eeff:11:2233:4455` as the Address and IP objects now correctly parse and recreate the presentation format of plaintext addresses this broke an assertion that previously passed.
-
Tim Armstrong authored
This should fix the broken tests * Adds address family validation to all `Address` tests * Adds direct tests to the IP class * Fixes tests broken by the clean-up
-
Dennis Jenkins authored
Add error handling in cases of writing to an invalid file descriptor
-
Daniel Morton authored
Adding context to the change for "future generations".
-
- 20 May, 2019 2 commits
-
-
hydratim authored
Currently untested, but should work and be backwards compatible-ish. * Unifies the Ipv4 and Ipv6 classes into IP * Swaps out std::string host_ for the new IP class as the backing store for Address
-
Daniel Morton authored
Related to recent unit test intermittent failures. Handles a condition where the file descriptor for a connection is closed before all processing is done, leading to an error. This is usually the result of multiple exceptions being thrown by the HTTP parser without a connection being set to Keep-Alive.
-
- 10 May, 2019 2 commits
-
-
Dennis Jenkins authored
Add support for HTTP 405 responses from the REST server
-
Daniel Morton authored
If the REST router cannot find an exact match for the requested method and resource, it will search for other methods that support the resource. If another method supporting the resource is found, router will send a HTTP 405 response to the client. Also added a unit test to exercise REST server response code support.
-
- 29 Apr, 2019 2 commits
-
-
Dennis Jenkins authored
fix tests/listener_test for musl c library
-
Frédéric Leroy authored
When compiling on Alpine linux which use the musl library, listener_test fails. It expects to have "Address already in use" from perror but instead have "Address in use". This commit tests if either string is returned.
-
- 28 Apr, 2019 3 commits
-
-
Dennis Jenkins authored
Kip debianization
-
Kip Warner authored
-
Kip Warner authored
-
- 24 Apr, 2019 2 commits
-
-
Dennis Jenkins authored
Added PPA and pkg-config instructions
-
Kip Warner authored
-
- 23 Apr, 2019 1 commit
-
-
Dennis Jenkins authored
Initial Debianization (#228)
-
- 15 Apr, 2019 5 commits
-
-
Dennis Jenkins authored
Bugfix/compiler warnings tests
-
bdvd authored
-
bdvd authored
-
Dennis Jenkins authored
fix potential resource leak in FileBuffer's constructor
-
M Furkan USLU authored
-
- 13 Apr, 2019 2 commits
-
-
Dennis Jenkins authored
added query to path string
-
Matthew Knight authored
-
- 10 Apr, 2019 1 commit
-
-
Ian Roddis authored
-