Thomas Davis
							
						 | 
						
							
							
								57a5276677
							
							Updated guthub URI's
						 | 
						12 years ago | 
					
				
					
						
							
								   Thomas Davis
							
						 | 
						
							
							
								a8bc92a305
							
							Renamed to Civetweb
						 | 
						12 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								62d66201c9
							
							make match_prefix() case-insensitive
						 | 
						12 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								35cb27dbe6
							
							Always use absolute path for document_root. If relative path is used, it is relative to mongoose.exe directory. See https://github.com/valenok/mongoose/issues/181
						 | 
						12 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								e003236a03
							
							Made SSI #include file=  relative to the current doc, as per spec
						 | 
						12 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								d864d72470
							
							On windows, enclosing path to CGI script in quotes to allow paths with spaces
						 | 
						12 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								6e59ad8a0d
							
							Fix for prepare_lua_environment
						 | 
						12 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								4505b00733
							
							Removed support for option names
						 | 
						12 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								1b7f036199
							
							Removed embedded test
						 | 
						12 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								ee55d38b55
							
							API CHANGE: using struct mg_callbacks
						 | 
						12 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								7ed94d1918
							
							Unit test call fixed
						 | 
						12 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								75d9a6c844
							
							Removed mg_connect() and mg_fetch(). Added mg_download()
						 | 
						12 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								4b29689a42
							
							Binding to 127.0.0.1 to prevent popup windows on mac
						 | 
						12 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								bec6ea00ea
							
							Using unit test targets
						 | 
						12 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								dbb8a5bbf4
							
							put_delete_passwords_file -> put_delete_auth_file
						 | 
						12 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								2539a473fe
							
							Added test for byte range past EOF
						 | 
						13 years ago | 
					
				
					
						
							
								   test
							
						 | 
						
							
							
								66e088d843
							
							Removed the test for a directory name with only a backslash, because this causes problems on windows.
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								6619f2edac
							
							Implemented -x option
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								6c54370aa1
							
							Added mg_connect(), mg_fetch() API functions. More tests added
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								da75a62a32
							
							More tests
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								9771d184f2
							
							Squashed -DNO_SSL build warning
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								4c5fee9673
							
							Protect from DoS with negative Content-Length
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								07e76e4918
							
							Fixing #327
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								fbe059acaa
							
							test case for CGI status text
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								fa22388529
							
							PATH_INFO support
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								9d3af98a5e
							
							Remove repeating backslashes only on Windows
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								8b65d40fad
							
							Added test for relative path to the CGI interpreter
						 | 
						13 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								ed70793670
							
							Options ssi_extensions, cgi_extensions became cgi_pattern, ssi_pattern
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								aa90972a31
							
							Set code 302 automatically if CGI reply has Location: header present
						 | 
						14 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								8601b03ead
							
							Do not set Connection: keep-alive unless -enable_keep_alive is set
						 | 
						14 years ago |