bel
|
8fbf4e94ce
Add md5 test to unit test
|
11 年之前 |
bel
|
ca5967bbdf
SSL unit tests
|
11 年之前 |
bel
|
34f434b07b
Get unit-tests running again (90% done, some tests commented out for the moment)
|
11 年之前 |
bel
|
5ca68ecbfa
Unit test for Windows
|
11 年之前 |
jmc-
|
89c1672469
Added a new Makefile rule called 'unit_test', which builds a stand-alone executable called 'civetweb_test' that runs unit tests.
|
11 年之前 |
Thomas Davis
|
b2aee90d14
Regorganized directories to make them more intuitive
|
12 年之前 |
Thomas Davis
|
a8bc92a305
Renamed to Civetweb
|
12 年之前 |
Sergey Lyubka
|
2055d41a9f
Corrected misplaced brackets in parse_http_message()
|
12 年之前 |
Sergey Lyubka
|
743f48b8e0
Added mg_exec_lua_script, mg_prepare_lua_environment -> prepare_lua_environment
|
12 年之前 |
Sergey Lyubka
|
e53d05637a
Binding to IPv6 addresses
|
12 年之前 |
Sergey Lyubka
|
62d66201c9
make match_prefix() case-insensitive
|
12 年之前 |
Sergey Lyubka
|
c80a88a407
Added test for uploading 2 files
|
12 年之前 |
Sergey Lyubka
|
bc40aa5442
fixed strtoll() for win32: using _atoi64
|
12 年之前 |
Sergey Lyubka
|
e7c34c26cb
mg_read() with no Content-Length would read until socket is closed
|
12 年之前 |
Sergey Lyubka
|
6e59ad8a0d
Fix for prepare_lua_environment
|
12 年之前 |
Sergey Lyubka
|
2e232b3304
Lua functionality change: print renamed to mg.write, read renamed to mg.read. Expanded user manual, fixed example pages.
|
12 年之前 |
Sergey Lyubka
|
e579355b01
url_decode -> mg_url_decode
|
12 年之前 |
Sergey Lyubka
|
4120b9bcc0
mg_get_cookie() signature change
|
12 年之前 |
Sergey Lyubka
|
fbf1ccee45
Fix out-of-bounds acces in url_decode()
|
12 年之前 |
Sergey Lyubka
|
0bd43bcae3
Using mg_strcasestr() instead of strstr()
|
12 年之前 |
Sergey Lyubka
|
b809665cad
Squashed warning
|
12 年之前 |
Sergey Lyubka
|
9baf2d4ba4
Using keep alive in unit test
|
12 年之前 |
Sergey Lyubka
|
cde25a8b82
Removed embedded test
|
12 年之前 |
Sergey Lyubka
|
b80157b7ea
Setting user data pointer properly
|
12 年之前 |
Sergey Lyubka
|
ee55d38b55
API CHANGE: using struct mg_callbacks
|
12 年之前 |
Sergey Lyubka
|
d73aa1ad09
Added skeleton for regex checks
|
12 年之前 |
Sergey Lyubka
|
ec7d0b1abd
Added test_mg_upload()
|
12 年之前 |
Sergey Lyubka
|
75d9a6c844
Removed mg_connect() and mg_fetch(). Added mg_download()
|
12 年之前 |
Sergey Lyubka
|
9c4853471c
Added stub for test_mg_upload()
|
12 年之前 |
Sergey Lyubka
|
83fae879bf
Binding to 127.0.0.1 to prevent annoying popups on mac
|
12 年之前 |