bel2125
|
377b8afab5
Correct #ifdef clause
|
3 년 전 |
bel2125
|
7d922980a9
Fix (workaround?) for Tcl websocket client
|
3 년 전 |
bel2125
|
b3db71aee6
Fix code formatting error
|
3 년 전 |
bel2125
|
b6cd78b6d4
Format code
|
3 년 전 |
bel2125
|
4e172b5b40
Merge branch 'master' of https://github.com/civetweb/civetweb
|
3 년 전 |
bel2125
|
e1a1e1db71
Add OPENSSL_API_3_0 define to documentation
|
3 년 전 |
bel2125
|
8af597b4b4
Revert "Remove unused variables mlen, uri_len"
|
3 년 전 |
bel2125
|
5a8fb0c1f9
Merge pull request #1080 from linev/digest_ssl3
|
3 년 전 |
sbruceheart
|
dc07fc5417
Remove unused variables mlen, uri_len
|
3 년 전 |
Sergey Linev
|
43f68d664e
Use EVP_Digest only with OpenSSL 3.0
|
3 년 전 |
bel2125
|
9166d50d84
Merge branch 'master' of https://github.com/civetweb/civetweb
|
3 년 전 |
bel2125
|
2466497c24
Add type casts for mg_base64_decode
|
3 년 전 |
Gerard Marull-Paretas
|
9a610af6ff
zephyr: use <zephyr/kernel.h>
|
3 년 전 |
Gerard Marull-Paretas
|
c7a0bc272d
zephyr: update include paths to use <zephyr/...>
|
3 년 전 |
Jonas Rembser
|
6bf1a495ea
Using higher-level wrapper of OpenSSL SHA1 hash function
|
3 년 전 |
bel2125
|
6dc8388fe8
Merge branch 'master' of https://github.com/civetweb/civetweb
|
3 년 전 |
bel2125
|
e1bcce1820
Accept HTTP basic authentication
|
3 년 전 |
Christopher Friedt
|
35923e48a0
zephyr: remove posix prefix on standard headers
|
3 년 전 |
Silas Parker
|
6287e1a91f
Replace usage of localtime with localtime_r in log_access when built with REENTRANT_TIME
|
3 년 전 |
bel2125
|
14182bd4f4
Provide mg_match() as public interface
|
3 년 전 |
bel2125
|
0874322e76
Rewrite pattern matching (#499)
|
3 년 전 |
bel2125
|
c2461ca295
Add fuzz test for pattern matching
|
3 년 전 |
bel2125
|
cb4b68ddc4
Format code, add CIVETWEB_API marker
|
3 년 전 |
bel2125
|
26ff105268
Move declaration to top of block (old compiler support)
|
3 년 전 |
bel2125
|
e037c4e850
Interface change: struct mg_error_data
|
3 년 전 |
bel2125
|
d9f54f844f
Fix typo and format code
|
3 년 전 |
bel2125
|
351bf60b13
Initialize error data structure with 0 if there is no error
|
3 년 전 |
bel2125
|
ba657e6a88
Set error codes for mg_start2, mg_start_domain2, mg_connect_client2
|
3 년 전 |
bel2125
|
185e845cd9
Pattern matching: ? should not match /
|
3 년 전 |
bel2125
|
836b2f52e1
Directory listing: Sort by name as secondary criterion
|
3 년 전 |