yhirose
|
a691e531c3
Close the listening socket in stop() even when not serving (#2517)
|
1 hete |
yhirose
|
ae8356d86e
Clean up addr_map hostname support
|
1 hete |
Kim, Hyuk
|
49b921b52d
Allow addr_map_ values to be hostnames, not just IP literals (#2515)
|
1 hete |
yhirose
|
447b9c4a29
Buffer the WebSocket handshake before writing it to the socket
|
1 hete |
yhirose
|
f406808497
Merge pull request #2514 from Hyukya/master
|
1 hete |
hyuk.kim
|
2c28d2fa3e
websocket: rebuild handshake on Request/header pipeline
|
1 hete |
yhirose
|
f24e79aab9
Fix benchmark-run reporting success without measuring anything
|
1 hete |
yhirose
|
60f285a301
Add a workflow to run the committed benchmark on CI
|
1 hete |
yhirose
|
29ceccecd6
Add A/B throughput benchmark for comparing two refs
|
1 hete |
yhirose
|
85ec3963bc
Increase default listen backlog from 5 to 128
|
1 hete |
Sayed Kaif
|
f4fce42e77
fail mmap::open when ::mmap returns MAP_FAILED
|
1 hete |
Sayed Kaif
|
23fef15e07
apply Range only to a 206 response in write_content_with_provider
|
1 hete |
yhirose
|
34b7c846d4
Merge pull request #2496 from superm1/superm1/SWSPLAT-23622
|
1 hete |
Mario Limonciello
|
76b54e7de4
Sanitize uploaded filenames in upload example to prevent path traversal
|
3 hete |
yhirose
|
5b9d1495ff
Apply path encoding to open_stream()
|
2 hete |
yhirose
|
d66d9a9599
Release v0.51.0
|
2 hete |
yhirose
|
2fa0417754
Fix mbedTLS is_peer_closed() destroying the first response byte
|
2 hete |
yhirose
|
82b1492c3d
Merge pull request #2507 from yhirose/flaky-ci-diagnostics
|
2 hete |
yhirose
|
f7c8455a62
Log res.error() on all ServerTest ASSERT_TRUE(res) assertions
|
2 hete |
yhirose
|
cc1be5ebb5
Merge pull request #2506 from yhirose/refactor/consolidate-field-validation
|
2 hete |
yhirose
|
cda2bb5342
Consolidate header field-pair validation into fields::is_field_valid
|
2 hete |
yhirose
|
613a41b49d
Merge pull request #2505 from metsw24-max/write-headers-crlf-guard
|
2 hete |
Sayed Kaif
|
695961f8ae
skip invalid fields in write_headers to prevent response splitting
|
2 hete |
yhirose
|
c64bf21a5e
Merge pull request #2504 from emreay-/skip-drain-on-closing-connection
|
2 hete |
Emre Ay
|
8bbfc90380
Apply clang-format to test.cc and httplib.h
|
2 hete |
yhirose
|
bf8baf0739
clang-format
|
2 hete |
yhirose
|
fd0c18b1b5
Validate connecting peer before honoring X-Forwarded-For
|
2 hete |
yhirose
|
bbd56a7e2c
Merge pull request #2497 from superm1/superm1/SWSPLAT-23636
|
2 hete |
yhirose
|
54b3c1d072
Add Mbed TLS 4.x support (PSA Crypto) (#2502)
|
2 hete |
metsw24-max
|
6c4cbd49a2
scan X-Forwarded-For right-to-left in get_client_ip (#2503)
|
2 hete |