Skip to content
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

LEAmDNS - Multicast DNS Responder #5442

Merged
merged 27 commits into from
Dec 5, 2018
Merged

LEAmDNS - Multicast DNS Responder #5442

merged 27 commits into from
Dec 5, 2018

Commits on Nov 24, 2018

  1. LEAmDNS Responder (II)

    Created a new branch to solve commit conflicts with recent changes to ESP8266mDNSResponder.cpp by d-a-v.
    LaborEtArs committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    346554f View commit details
    Browse the repository at this point in the history
  2. Removed millis() roll-over issues

    LaborEtArs committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    4cd5c34 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Merge branch 'LEAmDNS' of https://github.com/LaborEtArs/Arduino into …

    …LEAmDNS
    LaborEtArs committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    67017a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    cf0015b View commit details
    Browse the repository at this point in the history
  2. fix LEA-mDNS

    d-a-v committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    9e7f89b View commit details
    Browse the repository at this point in the history
  3. astyle on lea-mdns examples

    d-a-v committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    d49face View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdde5df View commit details
    Browse the repository at this point in the history
  5. add compatibility with lwIP-v1

    d-a-v committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    bb3e5ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    253df3c View commit details
    Browse the repository at this point in the history
  7. ditto

    d-a-v committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    fac92f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    010eb80 View commit details
    Browse the repository at this point in the history
  9. ditto

    d-a-v committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    21d8e57 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Configuration menu
    Copy the full SHA
    6ace93c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Configuration menu
    Copy the full SHA
    a0f04d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ce59e6 View commit details
    Browse the repository at this point in the history
  3. fixes

    d-a-v committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    ed854fa View commit details
    Browse the repository at this point in the history
  4. Update mDNS_Clock.ino

    unindent
    devyte authored Dec 4, 2018
    Configuration menu
    Copy the full SHA
    71073d2 View commit details
    Browse the repository at this point in the history
  5. Update mDNS_ServiceMonitor.ino

    unindent
    devyte authored Dec 4, 2018
    Configuration menu
    Copy the full SHA
    bc80506 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Configuration menu
    Copy the full SHA
    a55f54d View commit details
    Browse the repository at this point in the history
  2. Update LEAmDNS.h

    Add setInstanceName() forwarder for compat
    devyte authored Dec 5, 2018
    Configuration menu
    Copy the full SHA
    8715169 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    566b6bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    459483c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7498d4c View commit details
    Browse the repository at this point in the history
  6. [Fixed] Debug output line

    DEBUG_OUTPUT needs to go inside DEBUG_EX_ function otherwise throw error if DEBUG_ESP_MDNS_RESPONDER is not defined
    arihantdaga authored Dec 5, 2018
    Configuration menu
    Copy the full SHA
    5989472 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4 from arihantdaga/leamdns

    [Fixed] Debug output line
    d-a-v authored Dec 5, 2018
    Configuration menu
    Copy the full SHA
    eabdc19 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3 from arihantdaga/patch-1

    Disable DEBUG_ESP_MDNS_RESPONDER by default
    d-a-v authored Dec 5, 2018
    Configuration menu
    Copy the full SHA
    2585d69 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a1b5cf View commit details
    Browse the repository at this point in the history