Sergey Lyubka
							
						 | 
						
							
							
								cf53f3da4f
							
							Revert "Added MG_SHUTDOWN event"
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								15a0d819ed
							
							Added MG_SHUTDOWN event
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								4d0a2db658
							
							#include <stdio.h> in mongoose.h, since FILE is used
						 | 
						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
							
						 | 
						
							
							
								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
							
						 | 
						
							
							
								e6bb39a2d3
							
							Using client-side SSL context for mg_connect()
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								104480ed9c
							
							mg_start_thread() exported
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								6c54370aa1
							
							Added mg_connect(), mg_fetch() API functions. More tests added
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								2824ae345d
							
							Added new event, MG_REQUEST_COMPLETE
						 | 
						13 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								905413b656
							
							Fix issue 300
						 | 
						13 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								b30e1893dc
							
							Better documentation
						 | 
						14 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								4e551d9a1d
							
							Copyright year changed to 2011. Fixed documentation string for mg_get_cookie()
						 | 
						14 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								8942a4cdad
							
							Ignoring SIGCHLD to let OS reap the zombies.
						 | 
						14 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								29a38875ff
							
							Corrected description of mg_send_file()
						 | 
						14 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								5bbb6fbbd5
							
							Added mg_send_file()
						 | 
						14 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								be6162ff2e
							
							Added <stddef.h>, since size_t is used in the API
						 | 
						14 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								d7cba57e17
							
							Make source g++ friendly
						 | 
						14 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								d1de5f0190
							
							Corrected comment for mg_start()
						 | 
						14 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								29716fa22e
							
							Changed API: function mg_modify_passwords_file(). Instead of passing context, a domain name is passed, thus making this function completely mongoose-agnostic.
						 | 
						14 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								11951a57ff
							
							API change: added void *user_data to mg_start(). Bumped version to 3.0
						 | 
						15 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								f105b74dc0
							
							experimental keep-alive, options defaults
						 | 
						15 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								d9551c505a
							
							mg_start: struct mg_request_info * -> const struct mg_request_info *
						 | 
						15 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								97f2155239
							
							introduced short option names
						 | 
						15 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								546bec333c
							
							API change for mg_start: most binary compatible across releases.
						 | 
						15 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								5651657ac6
							
							passing const struct mg_config
						 | 
						15 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								a0d765a6f0
							
							removed port_data, post_data_len from request_info. added prototype for mg_read()
						 | 
						15 years ago |