Martin Gaida
|
36daa5404d
Merge remote-tracking branch 'upstream/master' for travis build.
|
9 年之前 |
Martin Gaida
|
7105998eb8
fixed ssl_short_trust bug in sslize (see #280)
|
9 年之前 |
bel2125
|
1d0faa4220
Merge pull request #284 from gaida/master
|
9 年之前 |
Martin Gaida
|
134f978964
optimized flow for use of short lived certificates
|
9 年之前 |
Martin Gaida
|
2c78581a37
decreased disk io and added thread safety for short lived certificates
|
9 年之前 |
bel2125
|
d55d5c9db8
Merge pull request #280 from gaida/master
|
9 年之前 |
thewaterymoon
|
2db0c25518
Fix size_t/int issue (index is allowed to become -1 in the loop)
|
9 年之前 |
thewaterymoon
|
16da6d722f
Restart an interrupted recv()
|
9 年之前 |
thewaterymoon
|
af26c5c670
Fix the checking of 'keep-alive' connection flag.
|
9 年之前 |
bel
|
1ef0bc06c1
Re-format source
|
9 年之前 |
bel
|
6a5cdc470e
Avoid warnings in pthread_t to unsigned long cast
|
9 年之前 |
Martin Gaida
|
007588a08c
fixed small bug
|
9 年之前 |
Martin Gaida
|
21fc4332c2
fixed minor bug
|
9 年之前 |
bel2125
|
055e807198
Use of pthread_self must be changed for OSX build
|
9 年之前 |
bel2125
|
657e30ddd7
Fix for long values >=0x80000000L
|
9 年之前 |
bel2125
|
3c0b1e6079
Fix MinGW warning (SSL_OP_ALL needs to be unsigned in a 32 bit environment)
|
9 年之前 |
bel
|
a41e091973
Win64 builds should use OpenSSL 64 bit as default
|
9 年之前 |
Martin Gaida
|
ca755dd11d
Added certificate hot swap for use with short lived certificates.
|
9 年之前 |
bel
|
54c6b08917
Add unit test for CGI
|
9 年之前 |
bel2125
|
6506e38923
Merge pull request #275 from jd-boyd/mg_send_mime_file
|
9 年之前 |
Joshua D. Boyd
|
4c52dcfd6a
Add mg_send_mime_file.
|
9 年之前 |
bel
|
aa4408b202
Fix crash if mg_start is called twice, with invalid port at first call (see #270)
|
9 年之前 |
Joshua D. Boyd
|
3ff8a74afe
Add MIME types for fonts.
|
9 年之前 |
bel
|
da7f6c3943
Do not call CRYPTO_cleanup_all_ex_data for every thread ... again.
|
9 年之前 |
bel
|
833fda13ba
mg_remove is also available if NO_FILE is set
|
9 年之前 |
bel
|
8b5b7d516d
Add some comments on cache control
|
9 年之前 |
bel2125
|
e7758c8ef5
Fix some coverity warnings
|
9 年之前 |
bel
|
f8709d6caf
Call CRYPTO_cleanup_all_ex_data for every thread (#263)
|
9 年之前 |
bel
|
23f02df8fd
Configuration for Cache-Control: max-age
|
9 年之前 |
bel
|
bfc6dfe52b
Remove nested comment
|
9 年之前 |