MHU-valantic
|
afea23abf3
Apply patch for #1024
|
3 years ago |
bel2125
|
6dc8388fe8
Merge branch 'master' of https://github.com/civetweb/civetweb
|
3 years ago |
bel2125
|
e1bcce1820
Accept HTTP basic authentication
|
3 years ago |
bel2125
|
4d42a5f1c9
Update documentation
|
3 years ago |
bel2125
|
0ce1271def
Merge pull request #1068 from cfriedt/zephyr-time-instead-of-posix-time
|
3 years ago |
Christopher Friedt
|
35923e48a0
zephyr: remove posix prefix on standard headers
|
3 years ago |
bel2125
|
95d8b7ccdb
Merge pull request #1063 from minhanghuang/master
|
3 years ago |
huangminhang
|
9ad4d99948
feat: add pkg-config find libs
|
3 years ago |
bel2125
|
13f08c1557
Merge pull request #1061 from skyhisi/master
|
3 years ago |
Silas Parker
|
6287e1a91f
Replace usage of localtime with localtime_r in log_access when built with REENTRANT_TIME
|
3 years ago |
bel2125
|
ba1396eb9d
Merge pull request #1060 from minhanghuang/find-package
|
3 years ago |
huangminhang
|
f53d4bbf89
feat: add find package libdir and lib
|
3 years ago |
bel2125
|
ea49d6b33b
Merge branch 'master' of https://github.com/civetweb/civetweb
|
3 years ago |
bel2125
|
abe72466e4
Merge pull request #1057 from oliv3r/fix_makefile
|
3 years ago |
bel2125
|
afb14a5b3e
Update rest example to use new mg_match() function
|
3 years ago |
bel2125
|
27cf144a3a
Fixes for old compilers (VS2012)
|
3 years ago |
Olliver Schinagl
|
e2fba83a40
Makefile: Ensure each install is idempotent
|
3 years ago |
bel2125
|
7fe76b4995
Document pattern matching interface (#499)
|
3 years ago |
bel2125
|
14182bd4f4
Provide mg_match() as public interface
|
3 years ago |
bel2125
|
0ba5caeb99
mg_match should join consecutive matches
|
3 years ago |
bel2125
|
2f01cc95f3
Rewrite pattern matching (#499)
|
3 years ago |
bel2125
|
0874322e76
Rewrite pattern matching (#499)
|
3 years ago |
bel2125
|
0a1b5d3b55
Merge pull request #1056 from hahnjo/resolve-warnings
|
3 years ago |
Jonas Hahnfeld
|
720544859e
Improve const-ness of options
|
3 years ago |
bel2125
|
c2461ca295
Add fuzz test for pattern matching
|
3 years ago |
bel2125
|
cb4b68ddc4
Format code, add CIVETWEB_API marker
|
3 years ago |
Jonas Hahnfeld
|
63ef070ca5
Avoid pointer subtraction with null pointers
|
3 years ago |
bel2125
|
26ff105268
Move declaration to top of block (old compiler support)
|
3 years ago |
bel2125
|
e037c4e850
Interface change: struct mg_error_data
|
3 years ago |
bel2125
|
d9f54f844f
Fix typo and format code
|
3 years ago |