Jiacheng Guo
							
						 
					 | 
					
						
						
							
						
						4049b3b5ed
					 | 
					
						
						
							
							mdns: make delegate host address a list
						
						
						
						
						
						
						
						Also adds unit test and doc string for new apis.
* Original commit: espressif/esp-idf@2d34352f3d 
						
						
					 | 
					
						2022-05-27 17:44:24 +04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jiacheng Guo
							
						 
					 | 
					
						
						
							
						
						c8821199a2
					 | 
					
						
						
							
							mdns: add remove delegate host api
						
						
						
						
						
						
						
						* Original commit: espressif/esp-idf@2174693096 
						
						
					 | 
					
						2022-05-27 17:44:24 +04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jiacheng Guo
							
						 
					 | 
					
						
						
							
						
						1eb5df9780
					 | 
					
						
						
							
							mdns: add mdns delegation
						
						
						
						
						
						
						
						This allows publishing mdns services for other devices.
* Original commit: espressif/esp-idf@401ff56cc1 
						
						
					 | 
					
						2022-05-27 17:44:24 +04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								suren.gabrielyan
							
						 
					 | 
					
						
						
							
						
						22c7c0a195
					 | 
					
						
						
							
							mDNS: Updated APIs description and shows the warning when hostname contains domain name during the query
						
						
						
						
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/6590
* Original commit: espressif/esp-idf@9f8d2b944d 
						
						
					 | 
					
						2022-05-27 17:44:23 +04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								yuanjm
							
						 
					 | 
					
						
						
							
						
						1623c0e729
					 | 
					
						
						
							
							components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components
						
						
						
						
						
						
						
						* Original commit: espressif/esp-idf@da58235a0e 
						
						
					 | 
					
						2022-05-27 17:44:23 +04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								David Cermak
							
						 
					 | 
					
						
						
							
						
						b5e5a64e7f
					 | 
					
						
						
							
							mdns: fixed typos in the variable names and the comments
						
						
						
						
						
						
						
						* Original commit: espressif/esp-idf@ecca39e19f 
						
						
					 | 
					
						2022-05-27 17:44:23 +04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								David Cermak
							
						 
					 | 
					
						
						
							
						
						48b819bbc1
					 | 
					
						
						
							
							mdns: update mdns to use esp-netif for mdns supported services such as STA, AP, ETH
						
						
						
						
						
						
						
						removes also include dependency on lwip to use esp_netif defined address fields and structures
* Original commit: espressif/esp-idf@19e24fe61e 
						
						
					 | 
					
						2022-05-27 17:44:23 +04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								liu zhifu
							
						 
					 | 
					
						
						
							
						
						c70d527d80
					 | 
					
						
						
							
							esp_wifi: wifi support new event mechanism
						
						
						
						
						
						
						
						1. WiFi support new event mechanism
2. Update examples to use new event mechanism
* Original commit: espressif/esp-idf@003a9872b7 
						
						
					 | 
					
						2022-05-27 17:44:23 +04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Anton Maklakov
							
						 
					 | 
					
						
						
							
						
						3e753f5e2d
					 | 
					
						
						
							
							tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
						
						
						
						
						
						
						
						* Original commit: espressif/esp-idf@afbaf74007 
						
						
					 | 
					
						2022-05-27 17:44:23 +04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								David Cermak
							
						 
					 | 
					
						
						
							
						
						84cbb1f3cf
					 | 
					
						
						
							
							mdns: use const char* for mdns txt items types to remove warning when assigning
						
						
						
						
						
						
						
						* Original commit: espressif/esp-idf@c050a75616 
						
						
					 | 
					
						2022-05-27 17:44:23 +04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								David Cermak
							
						 
					 | 
					
						
						
							
						
						4c6818ee97
					 | 
					
						
						
							
							mdns: updated doxygen comments documenting mdns api
						
						
						
						
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/1718
* Original commit: espressif/esp-idf@a851aac255 
						
						
					 | 
					
						2022-05-27 17:44:23 +04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								David Cermak
							
						 
					 | 
					
						
						
							
						
						9f1be3668e
					 | 
					
						
						
							
							MDNS-Fuzzer: AFL fuzzer tests for mdsn packet parser
						
						
						
						
						
						
						
						* Original commit: espressif/esp-idf@e983230be9 
						
						
					 | 
					
						2022-05-27 17:44:22 +04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								me-no-dev
							
						 
					 | 
					
						
						
							
						
						ad8c92db52
					 | 
					
						
						
							
							Import mDNS changes
						
						
						
						
						
						
						
						* Original commit: espressif/esp-idf@4bddbc031c 
						
						
					 | 
					
						2022-05-27 17:44:22 +04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								me-no-dev
							
						 
					 | 
					
						
						
							
						
						4a8582f500
					 | 
					
						
						
							
							Add AFL fuzz test
						
						
						
						
						
						
						
						* Original commit: espressif/esp-idf@4c2622755d 
						
						
					 | 
					
						2022-05-27 17:44:22 +04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								me-no-dev
							
						 
					 | 
					
						
						
							
						
						7fbf8e5247
					 | 
					
						
						
							
							Initial mDNS component and example
						
						
						
						
						
						
						
						* Original commit: espressif/esp-idf@dd3f18d2d8 
						
						
					 | 
					
						2022-05-27 17:44:22 +04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 |