.. |
ajax
|
bb5bc3ff99
New CGI script for ajax test
|
10 سال پیش |
dir with spaces
|
d864d72470
On windows, enclosing path to CGI script in quotes to allow paths with spaces
|
12 سال پیش |
imagetest
|
4872116f19
image test: File extension is case sensitive for Linux
|
10 سال پیش |
.leading.dot.txt
|
a69a2da39d
Initial import - converting from Subversion.
|
15 سال پیش |
1000images.lua
|
72b3d3deb2
Reduce test default from 10000 images to 1000 (number can be configured as ?cnt=1000)
|
10 سال پیش |
100images.htm
|
8ce2caa2aa
Update test description
|
10 سال پیش |
CMakeLists.txt
|
db985a162b
Add exe test suite and make CI testing more verbose
|
9 سال پیش |
HugeText.lua
|
a9cdd7960c
Test 'require' of other Lua libs
|
11 سال پیش |
MakefileTest.mk
|
16b31002e7
Updated test makefile to eb easier to read.
|
11 سال پیش |
MethodTest.xhtml
|
01711abd46
Test even more HTTP methods
|
10 سال پیش |
README.md
|
548baf792c
Added check unit tests
|
10 سال پیش |
all_build_flags.pl
|
cd94fb9bdc
Changed exec permissions on perl test programs
|
11 سال پیش |
bad.cgi
|
a69a2da39d
Initial import - converting from Subversion.
|
15 سال پیش |
bad2.cgi
|
82bcf523f3
added
|
13 سال پیش |
civetweb_check.h
|
acdec461ab
Disable `Microsoft does not like standard C library functions` warning for all tests
|
9 سال پیش |
cors.html
|
7a366c45b2
CORS test should work with default port 8080
|
10 سال پیش |
cors.reply.html
|
c498dde851
Add cross-origin resource sharing (CORS) test
|
11 سال پیش |
cors.reply.lua
|
1e3d8ff8ca
Full CORS support for dynamic resources
|
11 سال پیش |
cors.reply.shtml
|
c62ded82e8
CORS for SSI pages
|
11 سال پیش |
embed.c
|
ec9d5413a8
replace Windows CRLF with Unix newline
|
10 سال پیش |
env.cgi
|
da75a62a32
More tests
|
13 سال پیش |
error.lua
|
b5da6dbcaa
Lua error handler for all errors
|
11 سال پیش |
error404.htm
|
4b0bfbb55b
Error4xx page should be an error404 page. The error 403 (e.g., list a directory if enable_directory_listing no is configured) will show the error.lua page
|
11 سال پیش |
exploit.pl
|
cd94fb9bdc
Changed exec permissions on perl test programs
|
11 سال پیش |
form.html
|
50c2f4f11f
Fix example for form handling and file upload in Lua (example for #70)
|
10 سال پیش |
handle_form.lua
|
8dea7de0c4
Dump file content as hex in handle_form example
|
10 سال پیش |
hello.cgi
|
a69a2da39d
Initial import - converting from Subversion.
|
15 سال پیش |
hello.txt
|
a69a2da39d
Initial import - converting from Subversion.
|
15 سال پیش |
hello_gz.txt.gz
|
94b38ccc65
Add zipped test file
|
10 سال پیش |
hello_gz_unzipped.txt
|
94b38ccc65
Add zipped test file
|
10 سال پیش |
html_esc.lua
|
d8adb70f43
Character encoding converstion functions for Lua (as test/example)
|
11 سال پیش |
linux.cgi
|
a3d71a0a0c
Show CGI variables in Linux mini-CGI shell script
|
10 سال پیش |
linux_fail.cgi
|
c9bb894b84
Redirect stderr of CGI process to error log (Step 3/3)
|
9 سال پیش |
linux_fail_silent.cgi
|
c9bb894b84
Redirect stderr of CGI process to error log (Step 3/3)
|
9 سال پیش |
lua_preload_file.lua
|
4f3c267731
Add test for lua_preload_file
|
11 سال پیش |
main.c
|
8165305549
Rearrange definition of main for exe test
|
9 سال پیش |
page.lp
|
5e9859510b
Add documentation on the working path used for Lua scripts
|
10 سال پیش |
page.lua
|
5e9859510b
Add documentation on the working path used for Lua scripts
|
10 سال پیش |
page.ssjs
|
b806e83762
Experimental support for duktape (Step 5/?)
|
9 سال پیش |
page2.lp
|
533eac37cd
Add library test for Lua5.3
|
9 سال پیش |
page2.lua
|
533eac37cd
Add library test for Lua5.3
|
9 سال پیش |
page3.lua
|
9bb13c9232
Add parameter checking in var_get
|
11 سال پیش |
page4.lua
|
65c83fa8a6
get_response_code_text for Lua
|
10 سال پیش |
page_keep_alive.lua
|
90fc294777
Change dead links to Civetweb sourceforge page
|
10 سال پیش |
page_keep_alive_chunked.lua
|
65d019b734
Lua script http keep-alive test 2: Use chunked transfer (content length is not known)
|
11 سال پیش |
passfile
|
a69a2da39d
Initial import - converting from Subversion.
|
15 سال پیش |
prime.ssjs
|
9308cbd16d
Duktape: Create 'conn' object with 'read' and 'write' function
|
9 سال پیش |
private.c
|
e29dbdc5a0
Support absolute uri (#197) - (Step 6/?)
|
9 سال پیش |
private.h
|
622ea2f659
Clang-Format every source file
|
10 سال پیش |
private_exe.c
|
8165305549
Rearrange definition of main for exe test
|
9 سال پیش |
private_exe.h
|
8165305549
Rearrange definition of main for exe test
|
9 سال پیش |
public_func.c
|
30afbf03f7
Set a minumum test timeout for all unit tests
|
10 سال پیش |
public_func.h
|
57e0bcb743
Split public unit test into server tests and function tests (Step 2)
|
10 سال پیش |
public_server.c
|
0c7c7ed678
Fix some TODOs and auto-format code
|
9 سال پیش |
public_server.h
|
57e0bcb743
Split public unit test into server tests and function tests (Step 2)
|
10 سال پیش |
require_test.lua
|
a9cdd7960c
Test 'require' of other Lua libs
|
11 سال پیش |
resource_script_demo.lua
|
e497dd34f8
Test for chunked transfer encoding (#95, #98)
|
10 سال پیش |
shared.c
|
9a69a05905
Update source code format details
|
9 سال پیش |
shared.h
|
41331e29c6
Add shared test to Visual Studio and format script
|
9 سال پیش |
ssi1.shtml
|
e003236a03
Made SSI #include file= relative to the current doc, as per spec
|
12 سال پیش |
ssi2.shtml
|
a69a2da39d
Initial import - converting from Subversion.
|
15 سال پیش |
ssi3.shtml
|
a69a2da39d
Initial import - converting from Subversion.
|
15 سال پیش |
ssi4.shtml
|
a69a2da39d
Initial import - converting from Subversion.
|
15 سال پیش |
ssi5.shtml
|
e003236a03
Made SSI #include file= relative to the current doc, as per spec
|
12 سال پیش |
ssi6.shtml
|
e003236a03
Made SSI #include file= relative to the current doc, as per spec
|
12 سال پیش |
ssi7.shtml
|
a69a2da39d
Initial import - converting from Subversion.
|
15 سال پیش |
ssi8.shtml
|
a69a2da39d
Initial import - converting from Subversion.
|
15 سال پیش |
ssi9.shtml
|
e003236a03
Made SSI #include file= relative to the current doc, as per spec
|
12 سال پیش |
syntax_error.ssjs
|
9308cbd16d
Duktape: Create 'conn' object with 'read' and 'write' function
|
9 سال پیش |
test.ico
|
32cbb48710
Allow to specify title and tray icon for the Windows standalone server
|
11 سال پیش |
test.pl
|
cd94fb9bdc
Changed exec permissions on perl test programs
|
11 سال پیش |
testclient.c
|
6620783911
testclient.c: fix format qualifier use %i for int var
|
10 سال پیش |
timeout.cgi
|
08bf149d85
timeout.cgi test sometimes failed.
|
14 سال پیش |
unit_test.c
|
ac3968c850
Add patch of pull request #196 to unit_test.c
|
9 سال پیش |
websocket.lua
|
ed72d40adf
Websocket test should support WSS
|
11 سال پیش |
websocket.xhtml
|
1a273e421d
Fix for issue #77 (Step 1/?)
|
10 سال پیش |
windows.cgi
|
ceb5f39461
Add CGI test for windows, that does not need an extra interpreter
|
10 سال پیش |
windows.cgi.cmd
|
1286e26b43
Windows minimal CGI test: HTTP method and status code are sent by the framework and windows.cgi.cmd must be in the PATH
|
10 سال پیش |
windows_fail.cgi
|
d8adf7d640
Redirect stderr of CGI process to error log (Step 2/3)
|
9 سال پیش |
windows_fail.cgi.cmd
|
d8adf7d640
Redirect stderr of CGI process to error log (Step 2/3)
|
9 سال پیش |
windows_fail_silent.cgi
|
d8adf7d640
Redirect stderr of CGI process to error log (Step 2/3)
|
9 سال پیش |
windows_fail_silent.cgi.cmd
|
d8adf7d640
Redirect stderr of CGI process to error log (Step 2/3)
|
9 سال پیش |
x.php
|
771ce9059c
added
|
12 سال پیش |