Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-zeroconf/python-zeroconf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nameoftherose/python-zeroconf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 9, 2016

  1. Update zeroconf.py

    A few minor issues mentioned below are addressed:
    1. Unicast responses are sent to the port where the query came from.
       This makes zeroconf compliant with RFC 6762 §6.7 enabling legacy programs
       like nslookup to resolve names ending in .local
    2. DNSAdress Object __repr__() is modified to properly treat ipv6 addresses
    3. DNSService constructor is modified to handle mixed case names
    4. malformed packets sent by certain minimal mdns responders are handled (ie ignored) without throwing exceptions
    
    zcresolv.py is added to examples resolving names in the local domain
    nameoftherose committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    bd0935b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. 3 more tests added to test_zeroconf.py

    strings encoded as bytes for python3 compatibility
    nameoftherose authored and Knoppix User committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    1c6f774 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2016

  1. Configuration menu
    Copy the full SHA
    0a4dcc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2772598 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b5b7d7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

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