Commit Graph

  • 5c55ea6e02 mdns: Add host test using linux target David Cermak 2021-06-30 18:39:29 +02:00
  • 0c71c7bfe1 mdns: Implement mdns_networking using BSD sockets David Cermak 2021-07-08 18:08:14 +02:00
  • 4c368c0090 mdns: fix crash when adding services without hostname set Jiacheng Guo 2021-07-27 12:06:01 +08:00
  • c2abeff476 examples: Update Ethernet examples to use new PHY LAN87xx init function Ondrej Kosta 2021-06-24 11:03:11 +02:00
  • 6a92d3253f CI: mdns example test: start responder after valid IP David Cermak 2021-06-30 08:42:09 +02:00
  • af2275341e mdns: Fix fuzzer IDF-mock layer David Cermak 2021-06-29 15:02:48 +02:00
  • b0957e70fd mdns: Clean the main mdns module from lwip dependencies David Cermak 2021-06-29 10:02:44 +02:00
  • 47c7266103 mdns: Add asynchronous query API David Cermak 2021-06-03 16:56:12 +02:00
  • 40da0d29be mdns: Fix crashes reported by the fuzzer tests David Cermak 2021-06-25 08:34:39 +02:00
  • 5f6b6f9273 mdns/fuzzer: Fix non-instrumentation test to reproduce fuzzer issues David Cermak 2021-06-25 08:33:38 +02:00
  • 8a120829e2 mdns: return ESP_OK rather than ERR_OK in API functions Jiacheng Guo 2021-06-29 15:18:44 +08:00
  • 46f28a8011 mdns: fix memory leak in mdns_free when adding delegated hostnames Jiacheng Guo 2021-06-23 20:17:23 +08:00
  • 5a81eaea3f mdns: Support for One-Shot mDNS queries David Cermak 2021-06-10 15:00:33 +02:00
  • 2ddaee2b6e mdns: allow explicit txt value length Jiacheng Guo 2021-06-15 20:13:00 +08:00
  • 73b1763029 example: set example wifi scan method to all channel: He Yin Ling 2021-06-09 10:01:17 +08:00
  • 27fc285000 mdns: Fix crashes reported by the fuzzer David Cermak 2021-06-09 09:59:25 +02:00
  • 93e6efedc7 mdns: Minor correction of the test code David Cermak 2021-06-09 09:58:58 +02:00
  • bc4cda8ea7 mdns: Fix fuzzer from miss-interpreting adding services as timeouts David Cermak 2021-06-08 13:27:15 +02:00
  • 8a8d58d4dc mdns: fix test script delayed response Jiacheng Guo 2021-05-11 13:47:03 +08:00
  • 402baebfee mdns: fix wrong SRV/PTR record handling Jiacheng Guo 2021-05-06 16:03:42 +08:00
  • 9fa25ef3b6 mdns: fix wrong service hostname after mangling Jiacheng Guo 2021-04-30 17:22:14 +08:00
  • 121b525108 mdns: fix empty address change announce packets Jiacheng Guo 2021-04-21 16:15:51 +08:00
  • 418fb60dd9 mdns: fix mdns probe/reply behavior Jiacheng Guo 2021-04-15 20:03:53 +08:00
  • 4049b3b5ed mdns: make delegate host address a list Jiacheng Guo 2021-04-07 16:21:16 +08:00
  • c8821199a2 mdns: add remove delegate host api Jiacheng Guo 2021-04-02 18:06:10 +08:00
  • 1eb5df9780 mdns: add mdns delegation Jiacheng Guo 2021-03-30 13:19:01 +08:00
  • b62b4b3e25 mdns: fix memory free issue when repeating the query in reply Jiacheng Guo 2021-04-16 15:19:34 +08:00
  • 4d8aec1ad3 mdns: Fix of crash when wifi interface get deleted and mdns receives the packets Suren Gabrielyan 2021-05-20 12:25:15 +04:00
  • 6d649102ab Docs: Added README.md for lwip fuzzer tests Suren Gabrielyan 2021-04-18 16:55:37 +04:00
  • 3ad559bf3f Split example_tests with Example_WIFI tag group into Example_OTA and Example_Protocols Shubham Kulkarni 2021-03-25 15:20:30 +05:30
  • ab3fa69b8f mdns: Fixed the ip header TTL to be correctly set to 255 David Cermak 2020-12-28 17:37:03 +01:00
  • c3a5826d60 mdns: Fix parsing answers with questions when instance name not set David Cermak 2021-02-19 16:44:08 +01:00
  • cbcbe4ffd7 mdns: Fix the resolver to correctly parse it's own non-strict answers David Cermak 2021-03-08 19:40:53 +01:00
  • adc34309dc mdns: Add MDNS_STRICT_MODE config option suren.gabrielyan 2021-03-05 21:12:51 +04:00
  • 7a8329cb5c Bugfix: Connect example to add scan mode config ronghulin 2021-02-25 19:47:53 +08:00
  • c30617d872 freertos: common config header Renz Bagaporo 2021-02-24 16:44:27 +08:00
  • 1e5eeb16ec mdns: Removed freeRTOS dependancies from fuzzer tests suren.gabrielyan 2021-02-05 17:56:09 +04:00
  • 22c7c0a195 mDNS: Updated APIs description and shows the warning when hostname contains domain name during the query suren.gabrielyan 2021-02-26 18:28:57 +04:00
  • eda5d72acf examples: Strip IPv6 function in example and use sockaddr_storage to replace sockaddr_in6 yuanjm 2021-01-18 19:16:06 +08:00
  • 1623c0e729 components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components yuanjm 2021-01-18 19:14:51 +08:00
  • b114ed69de mdns: add bound check when setting interface as duplicate suren.gabrielyan 2021-02-12 13:18:59 +04:00
  • 49a00c2455 style: format python files with isort and double-quote-string-fixer Fu Hanxi 2021-01-26 10:49:01 +08:00
  • dec1d7dcf8 esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA xiehang 2021-01-19 11:55:44 +08:00
  • 2ffd22382d mDNS: Fix of text length calculation when detecting a collision suren.gabrielyan 2021-01-14 14:32:05 +04:00
  • 487287157d example: We should not check the return value of esp_wifi_connect() in any case xiehang 2021-01-11 14:35:29 +08:00
  • 1fe901f70f global: fix sign-compare warnings morris 2020-11-17 12:48:35 +08:00
  • 2cf9fd8891 lwip: Moved default SNTP API to esp_sntp.h David Čermák 2021-01-13 10:28:34 +08:00
  • 89439e0a9b mdns: Allow resolve its own non-strict answers David Cermak 2020-12-11 14:00:26 +01:00
  • becd5d0266 mDNS: Fix of collision detection during txt length calculation suren.gabrielyan 2020-12-04 18:19:19 +04:00
  • 0d7a30944e esp32c3: Apply one-liner/small changes for ESP32-C3 Angus Gratton 2020-11-26 19:56:13 +11:00
  • e2653e7fb0 eth: hide spi configuration when using internal emac morris 2020-11-27 11:44:42 +08:00
  • df6a208f45 test: remove fake binary size check in example test: He Yin Ling 2020-11-24 16:40:15 +08:00
  • 1fdffbbbab test: fix several test build error morris 2020-11-06 17:19:51 +08:00
  • d5566971fb eth: support W5500 in network examples morris 2020-11-06 16:06:20 +08:00
  • 988d120902 freertos: Add RISC-V port Angus Gratton 2020-11-06 15:03:21 +11:00
  • fd47df3e30 mdns: Fix wrong mdns source address if lwIP IPv6 zones disabled David Cermak 2020-11-06 10:32:00 +01:00
  • 2cb3a6e35e Whitespace: Automated whitespace fixes (large commit) Angus Gratton 2020-11-10 18:40:01 +11:00
  • ccd48bc9a9 lwip: Added description to Kconfig option on IPv6 SLAAC nx518 2020-11-06 09:59:40 +01:00
  • 825652f3e1 test_compile_fuzzers: Fix include paths for host build Angus Gratton 2020-11-05 14:21:08 +11:00
  • fc53888115 CI: Add a test to pre-check fuzzer tests compilation before weekly run suren.gabrielyan 2020-09-07 18:52:17 +04:00
  • 7635c0479b soc: descriptive part occupy whole component Renz Bagaporo 2020-09-25 13:57:52 +08:00
  • d5fe42bffb Coredump config option rename throughout IDF Mahavir Jain 2020-09-29 21:02:17 +05:30
  • e0bc60a586 mdns, dns, dhcp, dhcps: update fuzzer test to work in CI suren.gabrielyan 2020-07-23 17:16:15 +04:00
  • 9772e49b26 cmock: added cmock as component Jakob Hasse 2020-08-05 10:16:32 +08:00
  • 110f1f652d mdns test: Add test to resolve esp32 hostname with DiG David Cermak 2020-07-30 16:12:37 +02:00
  • ed77d65a82 examples: Common connect component: Unregister shutdown handler on disconnection David Cermak 2020-07-29 10:18:34 +02:00
  • 6021a88657 mdns: Support queries in responses in mDNS non-strict mode David Cermak 2020-07-28 09:06:12 +02:00
  • 78f71ecdf6 mdns: Fix include query ID in reponses David Cermak 2020-07-27 07:14:34 +02:00
  • 07f57523c8 examples: common connect to also support no connection flow if no inteface chosen David Cermak 2020-06-05 14:29:32 +02:00
  • ad67a23097 vfs: support vfs uart set line endings with specified uart number houwenxiang 2020-06-09 17:00:47 +08:00
  • 078abd8161 esp_rom: extract common GPIO apis into esp_rom_gpio.h morris 2020-06-19 12:00:58 +08:00
  • f1f6c5de05 examples: common connect: fix build error if ipv6 disabled David Cermak 2020-05-22 10:41:55 +02:00
  • 12fb6d8e15 protocol_examples_common: keep buffering enabled on stdout Mahavir Jain 2020-05-18 16:51:57 +05:30
  • 2258d5bcef mdns-example: fail gracefully if mdns response not received within timeout David Cermak 2020-05-15 10:41:14 +02:00
  • 54f5c6f29c examples: common connect component to use both interfaces at once David Cermak 2020-04-23 16:23:46 +02:00
  • 3319844745 mdns: Allow config mDNS task stack size Axel Lin 2020-04-30 14:17:50 +08:00
  • ac70c9aba8 mdns: Remove mbedtls dependency Axel Lin 2020-04-26 12:07:28 +08:00
  • 123ae8db62 examples: add socket stdin utils to common connect component David Cermak 2020-03-19 11:45:02 +01:00
  • e24cc7d1ae common_connect: add support for getting multiple IPv6 addresses David Cermak 2020-02-07 09:19:55 +01:00
  • 9d9aac1569 esp-netif: support for ipv6 addr types and indices David Cermak 2020-02-06 16:48:36 +01:00
  • ef9a758662 Add multi-target support for performance tests Roland Dobai 2020-02-28 16:12:11 +01:00
  • 2a23f355c7 examples: enable IPv6 in example common connect for esp32s2 David Cermak 2020-03-05 07:38:21 +01:00
  • 07399011f7 examples: common connect code to ignore GOT_IP6_EVENT if comes from unrelated netif David Cermak 2020-03-03 13:57:32 +01:00
  • 2b7d43e1f8 mdns: limit the GOT_IP6_EVENT to only known network interfaces David Cermak 2020-03-03 13:55:33 +01:00
  • 7bf23a7fe9 doc: Changed Chinese doc to use dynamic chip name Marius Vikhammer 2019-12-10 14:55:35 +08:00
  • 881ca095f0 doc: Update English pages with generic target name Marius Vikhammer 2019-12-09 11:01:09 +08:00
  • d9fa457b4f docs: add new top-level docs builder that builds docs for a single chip Angus Gratton 2019-11-13 11:46:16 +08:00
  • 4eb3e89841 esp32: add implementation of esp_timer based on TG0 LAC timer Konstantin Kondrashov 2020-02-06 14:00:18 +08:00
  • 74aee42f80 ethernet: work with cache disabled morris 2020-01-13 21:34:23 +08:00
  • b5e5a64e7f mdns: fixed typos in the variable names and the comments David Cermak 2019-12-19 10:31:02 +01:00
  • 6713ffedcc mdns: fix preset of esp_netif ptr for local interfaces David Cermak 2019-12-13 19:30:20 +01:00
  • 817c4fd2e8 mdns: fixed crash on event during deinit David Cermak 2019-12-09 11:29:19 +01:00
  • 8f0dc6d578 mdns: respond to discovery with the proper pseudo name _services._dns-sd._udp David Cermak 2019-11-28 11:04:37 +01:00
  • 7a3aa26df8 test: update example and unit tests with new import roles: He Yin Ling 2019-11-27 11:58:07 +08:00
  • c7ff8ba0c9 ethernet: warning when double start/stop morris 2019-12-03 15:37:34 +08:00
  • 80ce63d73e ethernet: move netif glue && add ref counter morris 2019-11-26 17:48:38 +08:00
  • d20666f3a0 mdns: fixed forgotten merge conflicts in debug code David Cermak 2019-11-22 09:42:09 +01:00
  • cd3cc0be3b ethernet: add gpio number into config structure suda-morris 2019-11-14 12:03:14 +08:00
  • 1734e59057 zh_CN translation of mdns service morris 2019-03-21 15:38:48 +08:00
  • 662a4ce050 mdns: add missing include of esp_task.h Ivan Grokhotkov 2019-11-14 18:02:26 +01:00