| .. | 
		
		
			
				
					| ajax | 6d3cbb697f
					Update manual tests | 9 anni fa | 
		
			
				
					| canvasdir | accd42698f
					Test: Add canvas test | 7 anni fa | 
		
			
				
					| dir with spaces | d864d72470
					On windows, enclosing path to CGI script in quotes to allow paths with spaces | 12 anni fa | 
		
			
				
					| htmldir | c899246d73
					Test: make visible if CSS is loaded | 8 anni fa | 
		
			
				
					| imagetest | 4872116f19
					image test: File extension is case sensitive for Linux | 10 anni fa | 
		
			
				
					| protected | b06c3f90da
					Rename parameter "domain" to "realm", to use the same parameter names | 8 anni fa | 
		
			
				
					| scriptdir | ac677235ce
					Add script dir test | 8 anni fa | 
		
			
				
					| svgdir | 9753ec1df5
					Test: Add SVG test | 7 anni fa | 
		
			
				
					| .leading.dot.txt | a69a2da39d
					Initial import - converting from Subversion. | 15 anni fa | 
		
			
				
					| 1000images.lua | 72b3d3deb2
					Reduce test default from 10000 images to 1000 (number can be configured as ?cnt=1000) | 10 anni fa | 
		
			
				
					| 100images.htm | 6d3cbb697f
					Update manual tests | 9 anni fa | 
		
			
				
					| HugeText.lua | a9cdd7960c
					Test 'require' of other Lua libs | 11 anni fa | 
		
			
				
					| MakefileTest.mk | 16b31002e7
					Updated test makefile to eb easier to read. | 12 anni fa | 
		
			
				
					| MethodTest.xhtml | 01711abd46
					Test even more HTTP methods | 10 anni fa | 
		
			
				
					| README.md | 548baf792c
					Added check unit tests | 10 anni fa | 
		
			
				
					| all_build_flags.pl | cd94fb9bdc
					Changed exec permissions on perl test programs | 12 anni fa | 
		
			
				
					| bad.cgi | 8849e7f3ba
					More instrumentation for #519 | 8 anni fa | 
		
			
				
					| bad2.cgi | 82bcf523f3
					added | 13 anni fa | 
		
			
				
					| bad_page.lp | 66aa28b234
					Add a bad lua script and a bad lua page for test purposes | 10 anni fa | 
		
			
				
					| bad_script.lua | 66aa28b234
					Add a bad lua script and a bad lua page for test purposes | 10 anni fa | 
		
			
				
					| cgi_test.html | 1b4b8b8fc7
					Add HTML page for CGI test (#296) | 9 anni fa | 
		
			
				
					| cors.html | 7a366c45b2
					CORS test should work with default port 8080 | 10 anni fa | 
		
			
				
					| cors.reply.html | c498dde851
					Add cross-origin resource sharing (CORS) test | 11 anni fa | 
		
			
				
					| cors.reply.lua | 158e71c8e6
					Add support for access_control_allow_headers | 8 anni fa | 
		
			
				
					| cors.reply.shtml | c62ded82e8
					CORS for SSI pages | 11 anni fa | 
		
			
				
					| delayed.cgi | f0445b5de8
					Code should be C89/C90 compliant, and add some CGI tests | 8 anni fa | 
		
			
				
					| donate.html | 80353abe03
					Add some local tests to the git repo | 8 anni fa | 
		
			
				
					| echo.lua | 7539ab1172
					Add websocket echo test | 9 anni fa | 
		
			
				
					| env.cgi | da75a62a32
					More tests | 13 anni fa | 
		
			
				
					| error.lua | b5da6dbcaa
					Lua error handler for all errors | 11 anni fa | 
		
			
				
					| 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 anni fa | 
		
			
				
					| exit.lua | 1473a00ce2
					Add Lua script to exit the server | 10 anni fa | 
		
			
				
					| exploit.pl | cd94fb9bdc
					Changed exec permissions on perl test programs | 12 anni fa | 
		
			
				
					| filehandler.lua | aa6dd2f84e
					Add example for a Lua file handler | 9 anni fa | 
		
			
				
					| form.html | b08b61d0d2
					Alternative to mg_upload (Step 7/?) | 9 anni fa | 
		
			
				
					| handle_form.lua | 8dea7de0c4
					Dump file content as hex in handle_form example | 10 anni fa | 
		
			
				
					| hello.cgi | f0445b5de8
					Code should be C89/C90 compliant, and add some CGI tests | 8 anni fa | 
		
			
				
					| hello.shtml | a2178b9045
					New test for server side includes (SSI) | 9 anni fa | 
		
			
				
					| hello.txt | a69a2da39d
					Initial import - converting from Subversion. | 15 anni fa | 
		
			
				
					| hello_gz.txt.gz | 94b38ccc65
					Add zipped test file | 10 anni fa | 
		
			
				
					| hello_gz_unzipped.txt | 94b38ccc65
					Add zipped test file | 10 anni fa | 
		
			
				
					| html_esc.lua | 0911ddd6f3
					Fixed a lot of misspellings in source code and documentation | 7 anni fa | 
		
			
				
					| linux.cgi | a6eb2d232f
					Linux shell scripts used as CGI process must still return \r\n at the end of header lines | 9 anni fa | 
		
			
				
					| linux_fail.cgi | c9bb894b84
					Redirect stderr of CGI process to error log (Step 3/3) | 10 anni fa | 
		
			
				
					| linux_fail_silent.cgi | c9bb894b84
					Redirect stderr of CGI process to error log (Step 3/3) | 10 anni fa | 
		
			
				
					| linux_stderr.cgi | 1a7f248e23
					Improve documentation and error messages for CGI | 7 anni fa | 
		
			
				
					| lua_preload_file.lua | 4f3c267731
					Add test for lua_preload_file | 11 anni fa | 
		
			
				
					| page.lp | 6ed309a7ac
					Update link in test scripts | 8 anni fa | 
		
			
				
					| page.lua | 80353abe03
					Add some local tests to the git repo | 8 anni fa | 
		
			
				
					| page.ssjs | 4189a556ab
					Fix Duktape test: rename function in test | 10 anni fa | 
		
			
				
					| page1.lua | 80353abe03
					Add some local tests to the git repo | 8 anni fa | 
		
			
				
					| page2.lp | 533eac37cd
					Add library test for Lua5.3 | 10 anni fa | 
		
			
				
					| page2.lua | 80353abe03
					Add some local tests to the git repo | 8 anni fa | 
		
			
				
					| page2.ssjs | e9860d7180
					Duktape example: show content of civetweb specific javascript objects | 10 anni fa | 
		
			
				
					| page3.lp | 53144a0904
					Add test page for mg.include | 8 anni fa | 
		
			
				
					| page3.lua | 80353abe03
					Add some local tests to the git repo | 8 anni fa | 
		
			
				
					| page3.ssjs | 9a9a424511
					Duktape: Add http_headers | 10 anni fa | 
		
			
				
					| page3a.lp | 5c0a223474
					Lua Pages: mg.include should support absolute, relative and virtual path types | 8 anni fa | 
		
			
				
					| page3r.lp | 5c0a223474
					Lua Pages: mg.include should support absolute, relative and virtual path types | 8 anni fa | 
		
			
				
					| page3v.lp | 5c0a223474
					Lua Pages: mg.include should support absolute, relative and virtual path types | 8 anni fa | 
		
			
				
					| page4.lua | 80353abe03
					Add some local tests to the git repo | 8 anni fa | 
		
			
				
					| page5.lua | f030c1c71e
					Add very simple test page (created by Lua) | 8 anni fa | 
		
			
				
					| page6.lua | d0fac166e5
					Fix #ifdef error in unit test | 8 anni fa | 
		
			
				
					| page_keep_alive.lua | 6ed309a7ac
					Update link in test scripts | 8 anni fa | 
		
			
				
					| page_keep_alive_chunked.lua | aae7646e90
					Cache control (see also #201) (Step 1/?) | 10 anni fa | 
		
			
				
					| page_status.lua | 8ccd6f7270
					Convert system info text to JSON format | 8 anni fa | 
		
			
				
					| passfile | a69a2da39d
					Initial import - converting from Subversion. | 15 anni fa | 
		
			
				
					| prime.ssjs | 799a8e0f19
					Duktape: Store connection object as internal property on the Ecmascript function object | 10 anni fa | 
		
			
				
					| pytest.linux.cgi | e16c39cc79
					Add pyton test script | 8 anni fa | 
		
			
				
					| require_test.lua | a9cdd7960c
					Test 'require' of other Lua libs | 11 anni fa | 
		
			
				
					| resource_script_demo.lua | e497dd34f8
					Test for chunked transfer encoding (#95, #98) | 10 anni fa | 
		
			
				
					| ssi_test.shtml | a2178b9045
					New test for server side includes (SSI) | 9 anni fa | 
		
			
				
					| syntax_error.ssjs | 9308cbd16d
					Duktape: Create 'conn' object with 'read' and 'write' function | 10 anni fa | 
		
			
				
					| test.ico | 32cbb48710
					Allow to specify title and tray icon for the Windows standalone server | 11 anni fa | 
		
			
				
					| test.pl | cd94fb9bdc
					Changed exec permissions on perl test programs | 12 anni fa | 
		
			
				
					| timeout.cgi | 08bf149d85
					timeout.cgi test sometimes failed. | 15 anni fa | 
		
			
				
					| websocket.lua | ed72d40adf
					Websocket test should support WSS | 11 anni fa | 
		
			
				
					| websocket.xhtml | 1a273e421d
					Fix for issue #77 (Step 1/?) | 10 anni fa | 
		
			
				
					| windows.cgi | ceb5f39461
					Add CGI test for windows, that does not need an extra interpreter | 10 anni fa | 
		
			
				
					| 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 anni fa | 
		
			
				
					| windows_fail.cgi | d8adf7d640
					Redirect stderr of CGI process to error log (Step 2/3) | 10 anni fa | 
		
			
				
					| windows_fail.cgi.cmd | d8adf7d640
					Redirect stderr of CGI process to error log (Step 2/3) | 10 anni fa | 
		
			
				
					| windows_fail_silent.cgi | d8adf7d640
					Redirect stderr of CGI process to error log (Step 2/3) | 10 anni fa | 
		
			
				
					| windows_fail_silent.cgi.cmd | d8adf7d640
					Redirect stderr of CGI process to error log (Step 2/3) | 10 anni fa | 
		
			
				
					| ws_status.lua | bd2e80ca53
					Prepare data for server status (Step 20/?) (See #243) | 8 anni fa | 
		
			
				
					| x.php | 771ce9059c
					added | 13 anni fa |