Thiago Macedo
|
79e6df5548
Fix for double const on pointer
|
6 年之前 |
Jesse Williamson
|
febab7dc38
civetweb: make SOMAXCONN user-configurable as max_connections
|
6 年之前 |
Thiago Macedo
|
adf11c202e
Fix for Windows compilation
|
6 年之前 |
Tomasz Gorochowik
|
67cdc2b9be
Add Zephyr RTOS support
|
6 年之前 |
Tomasz Gorochowik
|
2aa40212c3
Try to parse port with strtol instead of sscanf
|
6 年之前 |
Tomasz Gorochowik
|
85a8491da1
Fix calloc arguments order
|
6 年之前 |
bel2125
|
84d09c5457
Travis CI: Try to get OpenSSL 1.1 from an alternative source
|
6 年之前 |
bel2125
|
2100e66193
Support CGI scripts which output HTTP headers with only with LF
|
6 年之前 |
bel2125
|
5475c99e94
Code format after merge
|
6 年之前 |
Tomasz Gorochowik
|
8e274a111c
Add ARRAY_SIZE definition check
|
6 年之前 |
Tomasz Gorochowik
|
d5fb6fdb66
Add compile time configuration flags check
|
6 年之前 |
Tomasz Gorochowik
|
f82f78c1ef
Add option to use civetweb without filesystems
|
6 年之前 |
bel2125
|
1c727d700d
do not reflect "Expect:" header in error response
|
6 年之前 |
bel2125
|
94a2b6920c
Merge branch 'master' of https://github.com/civetweb/civetweb
|
6 年之前 |
bel2125
|
875516581f
Fix: read_message() blocks for 2 * request_timeout_ms when response is not coming
|
6 年之前 |
bel2125
|
d54411c2b9
Format code
|
6 年之前 |
Krzysztof Kozlowski
|
c1686a301e
Use correct name of file (certificate chain) in error message
|
6 年之前 |
xtne6f
|
8454ab6afb
Remove dead code about e3a84de89ee853d6c55b5dce2407e1de5b475ed9
|
6 年之前 |
bel2125
|
757c72d63a
pull_inner: All errors should return -2
|
6 年之前 |
xtne6f
|
e6a32efddc
Simplify mg_connect_websocket_client()
|
6 年之前 |
xtne6f
|
bb4f693fa5
SetHandleInformation() does not accept file descriptors
|
6 年之前 |
xtne6f
|
669f5fb0ee
Make mg_connect_client() thread-safe
|
6 年之前 |
xtne6f
|
7d568a31cc
Make fc/fake_connection thread-safe
|
6 年之前 |
xtne6f
|
485253fc58
More CRITICAL_SECTION on Windows
|
6 年之前 |
bel2125
|
664e4b9beb
Merge pull request #717 from civetweb/pr-read-content
|
6 年之前 |
Krzysztof Kozlowski
|
9dfef15248
Clear SSL error after reading it
|
6 年之前 |
Krzysztof Kozlowski
|
2b683b62bd
Check return value of SSL_CTX_load_verify_locations() in client connection
|
6 年之前 |
bel2125
|
5df77ec2f5
Disable SSL renegotiation (for recent OpenSSL versions)
|
6 年之前 |
bel2125
|
da24f4b6eb
Allow to disable TLS v1.2
|
6 年之前 |
bel2125
|
90cf489a8a
Store pointer in init_thread (See #534) (Step 2/?)
|
6 年之前 |