Wolfram Rösler
							
						 | 
						
							
							
								c6eb8f9104
							
							Fix static analysis findings
						 | 
						4 years ago | 
					
				
					
						
							
								   Sebastien Jodogne
							
						 | 
						
							
							
								fa410cf749
							
							missing definition of OPENSSL_REMOVE_THREAD_STATE if OpenSSL 3.x
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								d87a1149e5
							
							Merge pull request #1007 from wolframroesler/pwdfile_ha1
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								14c5b1747d
							
							Merge pull request #1006 from kjeldflarup/use_NO_SSL_DL
						 | 
						4 years ago | 
					
				
					
						
							
								   Wolfram Rösler
							
						 | 
						
							
							
								40e286450f
							
							Add mg_modify_passwords_file_ha1
						 | 
						4 years ago | 
					
				
					
						
							
								   Kjeld Flarup
							
						 | 
						
							
							
								f59843e7be
							
							Fix using NO_SSL_DL
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								049efd0db2
							
							poll: Add all sockets to select() error set
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								a5e9612516
							
							Faster return on socket error (socket close, broken connection)
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								a73612354b
							
							Always use mg_poll (instead of poll) internally
						 | 
						4 years ago | 
					
				
					
						
							
								   Abramo Bagnara
							
						 | 
						
							
							
								4535041111
							
							[PATCH] Improved poll implementation.
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								4aee4ea661
							
							Fix for unix domain sockets
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								8c9cf44cdd
							
							Add type casts
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								d674d31e52
							
							Add new media format and set accept_gzip flag
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								eb82f615cc
							
							Fix coverity warning
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								365b389310
							
							Allow internal functions to connect to domain sockets
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								06821ee78b
							
							Format code after merge and add CREDITS
						 | 
						4 years ago | 
					
				
					
						
							
								   Tim Hudson
							
						 | 
						
							
							
								d58d777163
							
							correct ifdef logic
						 | 
						4 years ago | 
					
				
					
						
							
								   Tim Hudson
							
						 | 
						
							
							
								67f5aa9fd2
							
							quick OpenSSL-3.0 API support
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								58070cd614
							
							Add TLSv1.2 and TLSv1.3 to SSL_CTC_clear_options
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								b7b3d2cdd9
							
							Change default SSL protocol version to >= TLS1.2
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								b9d87b0b16
							
							Remove WinCE block
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								c2b5cc8c79
							
							Fix build error for some configurations
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								d13eff8b2b
							
							Add "result" argument to log() function
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								e9209760a3
							
							Allow filtering and formating the access log in Lua
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								52425fc70f
							
							Sort options in per domain, per server and main.c options, and document it
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								1e4ad93f14
							
							Do not log if log_access returns not 0
						 | 
						4 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								7600670c4b
							
							Document local_uri_raw and format code
						 | 
						4 years ago | 
					
				
					
						
							
								   DL6ER
							
						 | 
						
							
							
								da5fdd5b7b
							
							Add CGI environment variable LOCAL_URI_RAW
						 | 
						4 years ago | 
					
				
					
						
							
								   DL6ER
							
						 | 
						
							
							
								0b55b14ce3
							
							Duplicate memory before passing to remove_dot_segments(). This is likely what should have been done in the first place and the reason for the (char*) cast in the call to remove_dot_segments() as the compiler would have (rightfully) complained otherwise.
						 | 
						4 years ago | 
					
				
					
						
							
								   DL6ER
							
						 | 
						
							
							
								45cb2d7b9b
							
							Introduce mg_request_info::local_uri_raw which contains the URI in un-cleaned form.
						 | 
						4 years ago |