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 | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								e6bb39a2d3
							
							Using client-side SSL context for mg_connect()
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								104480ed9c
							
							mg_start_thread() exported
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								c1ab21ecfe
							
							Argh, nasty typo fixed
						 | 
						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
							
						 | 
						
							
							
								0b4676b711
							
							More unit test for parse_http_header()
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								39fd804aeb
							
							Using BUFSIZ->16384 buffer size for the headers returned by CGI. BUFSIZ may be too small, e.g. 512
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								22b430deb2
							
							Using ctypes.WinDLL on Windows
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								7d5eb279a7
							
							Added unit test
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								97392645c4
							
							Refactored read_request()
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								995d7bd1a6
							
							Clarified usage of -w option
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								0ede6a35f4
							
							Squashed build warning
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								4566ca567c
							
							Squashed warnings in callback()
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								2e3e1ba7cd
							
							Uncommented unit test in test_should_keep_alive()
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								9771d184f2
							
							Squashed -DNO_SSL build warning
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								3ca6155add
							
							should_keep_alive() nitpick fix
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								594a37d51d
							
							refactored should_keep_alive() for better readability
						 | 
						13 years ago |