Sergey Lyubka
							
						 | 
						
							
							
								d70c18d692
							
							3.2 -> 3.3
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								9c7d4da85a
							
							make release changed
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								0c5c3b18ec
							
							Fixed WM_CLOSE handling
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								9378946e7d
							
							Added comments in read_request()
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								d7e6492fac
							
							Refactored code that discards request data after handling
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								102101e9d6
							
							Corrected dangerous assert() in process_new_connection
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								b68b0e3e50
							
							Exit cleanly on WM_CLOSE
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								cf53f3da4f
							
							Revert "Added MG_SHUTDOWN event"
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								15a0d819ed
							
							Added MG_SHUTDOWN event
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								6add727c72
							
							%zu printf spec is not understood by MS compiler, changing it to %lu
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								375950f6d7
							
							Fixed hang for keep-alive connections
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								38d805933e
							
							Passing mg_connection to pull() function, in order to give it access to the stop status
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								941500f967
							
							Sorted options list alphabetically
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								4d0a2db658
							
							#include <stdio.h> in mongoose.h, since FILE is used
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								fd0de7a8e6
							
							Showing build date in help message
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								6619f2edac
							
							Implemented -x option
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								33853cd5de
							
							BUFSIZ -> MG_BUF_LEN
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								9a807aa7be
							
							Added If-None-Match support
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								5f4deeda06
							
							Writing mongoose errors to stdout
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								4a5e1ecf92
							
							Fixed error logging in set_ssl_option()
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								e26a993f2a
							
							Changing API: callback doesnt get mg_request_info pointer anymore, but it is possible to get it using mg_get_request_info()
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								0e0091e1c0
							
							Changing API: callback doesnt get mg_request_info pointer anymore, but it is possible to get it using mg_get_request_info()
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								e8f3132aa8
							
							Added .json => text/json mime type. In handle_cgi_request, closing write stream straight after data is sent to the CGI process.
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								dccc524adb
							
							Fixed fseek() on large files on windows, using _lseeki64() and not casting to off_t
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								b42d25edd2
							
							NOT exporting string functions
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								39215f6930
							
							Exported mg_get_builtin_mime_type()
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								df7da95cb6
							
							Setting Host header in mg_fetch. Added test for fetching large file.
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								4bc508525b
							
							Exported string functions
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								a9bb7d78ab
							
							Fixed mg_fetch() by passing a buffer, placeholder for the reply headers
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								84e26ccddd
							
							More tests for mg_fetch()
						 | 
						13 years ago |