Harshit Malpani 
							
						 
					 
					
						
						
							
						
						2c56c6cad8 
					 
					
						
						
							
							Updated coding style and added error logs  
						
						
						
						
					 
					
						2022-05-11 08:58:01 +00:00 
						 
				 
			
				
					
						
							
							
								Nathan Phillips 
							
						 
					 
					
						
						
							
						
						e8e63a06e8 
					 
					
						
						
							
							Don't ignore return value of httpd_stop  
						
						
						
						
					 
					
						2022-05-11 08:58:01 +00:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						66fb5a29bb 
					 
					
						
						
							
							Whitespace: Automated whitespace fixes (large commit)  
						
						... 
						
						
						
						Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace) 
						
						
					 
					
						2020-11-11 07:36:35 +00:00 
						 
				 
			
				
					
						
							
							
								sU8U7SfkcwTJVH7PjaVmej7D 
							
						 
					 
					
						
						
							
						
						6673407f98 
					 
					
						
						
							
							httpd_resp_send: use HTTPD_RESP_USE_STRLEN when possible  
						
						
						
						
					 
					
						2020-07-13 05:34:56 +00:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						31b2702387 
					 
					
						
						
							
							esp_netif, examples: esp_netif_init() moved into ESP_ERROR_CHECK()  
						
						... 
						
						
						
						esp_netif_init() returns standard esp_err_t error code (unlike tcpip_adapter init), so shall be checked for the return value
Also to make the initialization code more consistent. 
						
						
					 
					
						2019-12-17 09:07:49 +01:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						a49b934ef8 
					 
					
						
						
							
							examples: protocol examples which use common connection component  
						
						... 
						
						
						
						updated to use esp_netif_init instead of tcpip_adapter in initialization code 
						
						
					 
					
						2019-11-13 12:36:25 +01:00 
						 
				 
			
				
					
						
							
							
								liu zhifu 
							
						 
					 
					
						
						
							
						
						003a9872b7 
					 
					
						
						
							
							esp_wifi: wifi support new event mechanism  
						
						... 
						
						
						
						1. WiFi support new event mechanism
2. Update examples to use new event mechanism 
						
						
					 
					
						2019-08-20 09:39:51 +00:00 
						 
				 
			
				
					
						
							
							
								Anton Maklakov 
							
						 
					 
					
						
						
							
						
						afbaf74007 
					 
					
						
						
							
							tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)  
						
						
						
						
					 
					
						2019-08-01 16:28:56 +07:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						a5b0f5d6ed 
					 
					
						
						
							
							examples/protocols/http(s)_server: use common network component  
						
						
						
						
					 
					
						2019-04-15 03:32:05 +00:00 
						 
				 
			
				
					
						
							
							
								Anurag Kar 
							
						 
					 
					
						
						
							
						
						8340ed3ddb 
					 
					
						
						
							
							HTTP Server Examples : Include header esp_http_server.h  
						
						
						
						
					 
					
						2018-10-24 17:32:43 +05:30 
						 
				 
			
				
					
						
							
							
								Anurag Kar 
							
						 
					 
					
						
						
							
						
						6a3fa5c180 
					 
					
						
						
							
							HTTP Server Examples : Updated examples to manually return 408 and 500 errors  
						
						
						
						
					 
					
						2018-10-17 17:36:50 +05:30 
						 
				 
			
				
					
						
							
							
								Anurag Kar 
							
						 
					 
					
						
						
							
						
						3ed5af18fd 
					 
					
						
						
							
							HTTP Server Example Tests : Fix various issues  
						
						... 
						
						
						
						* Fixed regex constraints for parsing IP and other parameters from monitor log.
* httplib connection timeouts set
* Redundent tests (commented out earlier) have been removed from advanced_tests. These tests are already run during unit testing. 
						
						
					 
					
						2018-09-05 23:29:07 +05:30 
						 
				 
			
				
					
						
							
							
								Anurg Kar 
							
						 
					 
					
						
						
							
						
						656bef7bb7 
					 
					
						
						
							
							Http Server : Add a simple light weight HTTP Server Component.  
						
						... 
						
						
						
						Also add examples, docs and test apps for the HTTP Server. 
						
						
					 
					
						2018-07-20 15:49:17 +05:30