-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make DNS resolution order selectable during runtime or compile time #6865
Commits on Dec 1, 2019
-
Make DNS resolution order selectable during runtime or compile time (…
…only in dual stack mode).
altelch committedDec 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 4d51978 - Browse repository at this point
Copy the full SHA 4d51978View commit details
Commits on Dec 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4288466 - Browse repository at this point
Copy the full SHA 4288466View commit details
Commits on Dec 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ffb463d - Browse repository at this point
Copy the full SHA ffb463dView commit details -
Extend IPv6 example to show usage of new hostByName function with sel…
…ectable resolving order
altelch committedDec 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 7706e66 - Browse repository at this point
Copy the full SHA 7706e66View commit details -
Merge branch 'master' of https://github.com/altelch/Arduino
altelch committedDec 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 2b1de87 - Browse repository at this point
Copy the full SHA 2b1de87View commit details -
Configuration menu - View commit details
-
Copy full SHA for a376fac - Browse repository at this point
Copy the full SHA a376facView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d507df - Browse repository at this point
Copy the full SHA 4d507dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cab31c1 - Browse repository at this point
Copy the full SHA cab31c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e9ff58 - Browse repository at this point
Copy the full SHA 6e9ff58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d944d3 - Browse repository at this point
Copy the full SHA 8d944d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25fdfd4 - Browse repository at this point
Copy the full SHA 25fdfd4View commit details
Commits on Dec 5, 2019
-
Make DNS resolution order selectable during runtime or compile time (…
…only in dual stack mode).
altelch committedDec 5, 2019 Configuration menu - View commit details
-
Copy full SHA for d546877 - Browse repository at this point
Copy the full SHA d546877View commit details -
Extend IPv6 example to show usage of new hostByName function with sel…
…ectable resolving order
altelch committedDec 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 50f79b8 - Browse repository at this point
Copy the full SHA 50f79b8View commit details -
Fix function definition of fqdn_rt in IPv6 example.
altelch committedDec 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 198f2eb - Browse repository at this point
Copy the full SHA 198f2ebView commit details -
Merge branch 'master' of https://github.com/altelch/Arduino
altelch committedDec 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 116c212 - Browse repository at this point
Copy the full SHA 116c212View commit details -
Implement enum class for resolve type
altelch committedDec 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 700247b - Browse repository at this point
Copy the full SHA 700247bView commit details -
altelch committed
Dec 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 5bd5cd6 - Browse repository at this point
Copy the full SHA 5bd5cd6View commit details -
Fix typedef in ESP8266WiFiGeneric.h function call
altelch committedDec 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 198cc1f - Browse repository at this point
Copy the full SHA 198cc1fView commit details -
Change enum class definition to not depend on lwip/dns.h
altelch committedDec 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 37f3267 - Browse repository at this point
Copy the full SHA 37f3267View commit details -
Move err_t err definition outside switch. Fix typecast.
altelch committedDec 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 7751792 - Browse repository at this point
Copy the full SHA 7751792View commit details
Commits on Dec 7, 2019
-
Always define DNSResolveType as pio test otherwise failes even if the…
… enum class isn't used.
altelch committedDec 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 32e7e87 - Browse repository at this point
Copy the full SHA 32e7e87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1660cbe - Browse repository at this point
Copy the full SHA 1660cbeView commit details
Commits on Dec 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for eae8010 - Browse repository at this point
Copy the full SHA eae8010View commit details
Commits on Dec 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 10a37cb - Browse repository at this point
Copy the full SHA 10a37cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d96e6b4 - Browse repository at this point
Copy the full SHA d96e6b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bc5d5f - Browse repository at this point
Copy the full SHA 5bc5d5fView commit details
Commits on Dec 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 03b8011 - Browse repository at this point
Copy the full SHA 03b8011View commit details
Commits on Dec 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 12f9cce - Browse repository at this point
Copy the full SHA 12f9cceView commit details
Commits on Dec 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 52b6208 - Browse repository at this point
Copy the full SHA 52b6208View commit details
Commits on Dec 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 82112df - Browse repository at this point
Copy the full SHA 82112dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for af2a88e - Browse repository at this point
Copy the full SHA af2a88eView commit details
Commits on Dec 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e1c7209 - Browse repository at this point
Copy the full SHA e1c7209View commit details
Commits on Dec 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 978570d - Browse repository at this point
Copy the full SHA 978570dView commit details
Commits on Dec 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f55b26c - Browse repository at this point
Copy the full SHA f55b26cView commit details
Commits on Dec 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 98034d4 - Browse repository at this point
Copy the full SHA 98034d4View commit details
Commits on Dec 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3c66eca - Browse repository at this point
Copy the full SHA 3c66ecaView commit details
Commits on Dec 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b40ffb1 - Browse repository at this point
Copy the full SHA b40ffb1View commit details
Commits on Dec 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a587b6f - Browse repository at this point
Copy the full SHA a587b6fView commit details
Commits on Dec 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f0654d4 - Browse repository at this point
Copy the full SHA f0654d4View commit details
Commits on Jan 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c6b44cc - Browse repository at this point
Copy the full SHA c6b44ccView commit details
Commits on Jan 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 45cfd3b - Browse repository at this point
Copy the full SHA 45cfd3bView commit details
Commits on Jan 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 09e34d8 - Browse repository at this point
Copy the full SHA 09e34d8View commit details
Commits on Jan 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c6c0a18 - Browse repository at this point
Copy the full SHA c6c0a18View commit details
Commits on Jan 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0dacf59 - Browse repository at this point
Copy the full SHA 0dacf59View commit details
Commits on Jan 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 838fc88 - Browse repository at this point
Copy the full SHA 838fc88View commit details
Commits on Jan 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f4aae68 - Browse repository at this point
Copy the full SHA f4aae68View commit details
Commits on Feb 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f9a098c - Browse repository at this point
Copy the full SHA f9a098cView commit details
Commits on Feb 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for efef2e7 - Browse repository at this point
Copy the full SHA efef2e7View commit details
Commits on Feb 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 14d1441 - Browse repository at this point
Copy the full SHA 14d1441View commit details
Commits on Feb 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a61637e - Browse repository at this point
Copy the full SHA a61637eView commit details
Commits on Feb 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0aff6d2 - Browse repository at this point
Copy the full SHA 0aff6d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1dccc1 - Browse repository at this point
Copy the full SHA d1dccc1View commit details
Commits on Feb 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d748114 - Browse repository at this point
Copy the full SHA d748114View commit details
Commits on Feb 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 021c18f - Browse repository at this point
Copy the full SHA 021c18fView commit details
Commits on Feb 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for edd97b9 - Browse repository at this point
Copy the full SHA edd97b9View commit details
Commits on Feb 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 15f2648 - Browse repository at this point
Copy the full SHA 15f2648View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94be45c - Browse repository at this point
Copy the full SHA 94be45cView commit details
Commits on Feb 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9cfb838 - Browse repository at this point
Copy the full SHA 9cfb838View commit details
Commits on Feb 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 24f55fe - Browse repository at this point
Copy the full SHA 24f55feView commit details
Commits on Feb 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 24d17ce - Browse repository at this point
Copy the full SHA 24d17ceView commit details
Commits on Mar 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0528d83 - Browse repository at this point
Copy the full SHA 0528d83View commit details
Commits on Mar 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8f9c5db - Browse repository at this point
Copy the full SHA 8f9c5dbView commit details
Commits on Apr 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 863e8be - Browse repository at this point
Copy the full SHA 863e8beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77de061 - Browse repository at this point
Copy the full SHA 77de061View commit details
Commits on Apr 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b2e59fa - Browse repository at this point
Copy the full SHA b2e59faView commit details