- 02 Jul, 2019 1 commit
-
-
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.
-
- 27 Jun, 2019 2 commits
-
-
Dennis Jenkins authored
CMake: disable test targets when not testing
-
muttley authored
-
- 23 Jun, 2019 3 commits
-
-
Dennis Jenkins authored
Fixed EINTR epoll_wait() signal interruption
-
Kip Warner authored
-
Kip Warner authored
Fixed EINTR epoll_wait() signal interruption to now retry. This was previously making GDB miserable.
-
- 21 Jun, 2019 1 commit
-
-
Dennis Jenkins authored
Recursive rejects
-
- 16 Jun, 2019 2 commits
-
-
-
Dennis Jenkins authored
Change version.h and libpistache.pc install source location to use CMAKE_CURRENT_BINARY_DIR
-
- 15 Jun, 2019 1 commit
-
-
Eric Pederson authored
Change version.h and libpistache.pc install source location to use CMAKE_CURRENT_BINARY_DIR instead of CMAKE_BINARY_DIR
-
- 14 Jun, 2019 11 commits
-
-
Ian Roddis authored
-
Ian Roddis authored
-
Dennis Jenkins authored
Bugfix/minor imrovements
-
bdvd authored
-
bdvd authored
-
bdvd authored
-
bdvd authored
-
Dennis Jenkins authored
Content-Length parsing used incorrect conversion function
-
Ian Roddis authored
Changing incorrect conversion stoi to stoull. this was causing issues when Content-Length was larger than 2GB
-
Dennis Jenkins authored
Timeout use-after-free error
-
Ian Roddis authored
Adding disarm to Timeout destructor to avoid a use-after free condition when peer disconnects early.
-
- 12 Jun, 2019 10 commits
-
-
Dennis Jenkins authored
Request and response limits
-
Ian Roddis authored
-
Dennis Jenkins authored
All raw headers are now preserved
-
Kip Warner authored
-
Kip Warner authored
All client request headers are now preserved in rawList(), regardless of whether they are in the Registry or not.
-
Kip Warner 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.
-
- 27 May, 2019 1 commit
-
-
Kip Warner authored
-
- 26 May, 2019 4 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...
-