Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
python-zeroconf
/
python-zeroconf
Public
Notifications
You must be signed in to change notification settings
Fork
232
Star
738
Code
Issues
46
Pull requests
8
Discussions
Actions
Projects
Wiki
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-zeroconf
tests
on
send_response_overhead
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 24, 2022
fix: the equality checks for DNSPointer and DNSService should be case insensitive (#1122)
bdraco
authored
48ae77f
View commit details
Copy full SHA for 48ae77f
View code at this point
Browse repository at this point
Commits on Dec 20, 2022
feat: optimize construction of outgoing packets (#1118)
bdraco
authored
81e186d
View commit details
Copy full SHA for 81e186d
View code at this point
Browse repository at this point
Commits on Dec 18, 2022
feat: optimize dns objects by adding pxd files (#1113)
bdraco
authored
919d4d8
View commit details
Copy full SHA for 919d4d8
View code at this point
Browse repository at this point
Commits on Dec 17, 2022
chore: add release automation (#1105)
bdraco
authored
755ceae
View commit details
Copy full SHA for 755ceae
View code at this point
Browse repository at this point
Commits on Oct 31, 2022
Fix IP changes being missed by ServiceInfo (#1102)
bdraco
authored
524ae89
View commit details
Copy full SHA for 524ae89
View code at this point
Browse repository at this point
Commits on Oct 26, 2022
Fix port changes not being seen by ServiceInfo (#1100)
bdraco
authored
c96f5f6
View commit details
Copy full SHA for c96f5f6
View code at this point
Browse repository at this point
Commits on Aug 5, 2022
Fix run_coro_with_timeout test not running in the CI (#1082)
bdraco
authored
b7a24fe
View commit details
Copy full SHA for b7a24fe
View code at this point
Browse repository at this point
Fix flakey service_browser_expire_callbacks test (#1084)
bdraco
authored
d5032b7
View commit details
Copy full SHA for d5032b7
View code at this point
Browse repository at this point
Fix flakey test_sending_unicast on windows (#1083)
bdraco
authored
389658d
View commit details
Copy full SHA for 389658d
View code at this point
Browse repository at this point
Commits on May 6, 2022
Always return `started` as False once Zeroconf has been marked as done (#1072)
bdraco
authored
ed02e5d
View commit details
Copy full SHA for ed02e5d
View code at this point
Browse repository at this point
Avoid waking up ServiceInfo listeners when there is no new data (#1068)
bdraco
authored
59624a6
View commit details
Copy full SHA for 59624a6
View code at this point
Browse repository at this point
Commits on May 5, 2022
Use unique name in test_service_browser_expire_callbacks test (#1069)
bdraco
authored
89c9022
View commit details
Copy full SHA for 89c9022
View code at this point
Browse repository at this point
Commits on May 1, 2022
Fix ServiceBrowsers not getting `ServiceStateChange.Removed` callbacks on PTR record expire (#1064)
bdraco
authored
10ee205
View commit details
Copy full SHA for 10ee205
View code at this point
Browse repository at this point
Commits on Feb 28, 2022
Fix IP Address updates when hostname is uppercase (#1057)
bdraco
authored
79d067b
View commit details
Copy full SHA for 79d067b
View code at this point
Browse repository at this point
Commits on Dec 24, 2021
Avoid linear type searches in ServiceBrowsers (#1044)
bdraco
authored
ff76634
View commit details
Copy full SHA for ff76634
View code at this point
Browse repository at this point
Improve performance of query scheduler (#1043)
bdraco
authored
27e50ff
View commit details
Copy full SHA for 27e50ff
View code at this point
Browse repository at this point
Handle Service types that end with another service type (#1041)
Show description for a4d619a
apworks1
and
bdraco
authored
a4d619a
View commit details
Copy full SHA for a4d619a
View code at this point
Browse repository at this point
Commits on Dec 23, 2021
Add tests for instance names containing dot(s) (#1039)
Show description for 22ed08c
LorbusChris
and
bdraco
authored
22ed08c
View commit details
Copy full SHA for 22ed08c
View code at this point
Browse repository at this point
Drop python 3.6 support (#1009)
bdraco
authored
631a6f7
View commit details
Copy full SHA for 631a6f7
View code at this point
Browse repository at this point
Commits on Nov 18, 2021
Log an error when listeners are added that do not inherit from RecordUpdateListener (#1034)
bdraco
authored
ee071a1
View commit details
Copy full SHA for ee071a1
View code at this point
Browse repository at this point
Throw NotRunningException when Zeroconf is not running (#1033)
Show description for 28938d2
bdraco
authored
28938d2
View commit details
Copy full SHA for 28938d2
View code at this point
Browse repository at this point
Throw EventLoopBlocked instead of concurrent.futures.TimeoutError (#1032)
bdraco
authored
21bd107
View commit details
Copy full SHA for 21bd107
View code at this point
Browse repository at this point
Commits on Nov 13, 2021
Downgrade incoming corrupt packet logging to debug (#1029)
Show description for 73c52d0
bdraco
authored
73c52d0
View commit details
Copy full SHA for 73c52d0
View code at this point
Browse repository at this point
Skip unavailable interfaces during socket bind (#1028)
Show description for aa59998
bdraco
authored
aa59998
View commit details
Copy full SHA for aa59998
View code at this point
Browse repository at this point
Commits on Nov 5, 2021
Account for intricacies of floating-point arithmetic in service browser tests (#1026)
bdraco
authored
3c70808
View commit details
Copy full SHA for 3c70808
View code at this point
Browse repository at this point
Prevent service lookups from deadlocking if time abruptly moves backwards (#1006)
Show description for 38380a5
bdraco
authored
38380a5
View commit details
Copy full SHA for 38380a5
View code at this point
Browse repository at this point
Commits on Oct 30, 2021
Fix test failure when has_working_ipv6 generates an exception (#1022)
bdraco
authored
cd8984d
View commit details
Copy full SHA for cd8984d
View code at this point
Browse repository at this point
Strip scope_id from IPv6 address if given. (#1020)
StevenLooman
authored
686febd
View commit details
Copy full SHA for 686febd
View code at this point
Browse repository at this point
Commits on Oct 22, 2021
Ensure ServiceInfo orders newest addresess first (#1012)
bdraco
authored
87a4d8f
View commit details
Copy full SHA for 87a4d8f
View code at this point
Browse repository at this point
Commits on Sep 23, 2021
Improve log message when receiving an invalid or corrupt packet (#998)
bdraco
authored
b637846
View commit details
Copy full SHA for b637846
View code at this point
Browse repository at this point
Reduce logging overhead (#994)
bdraco
authored
7df7e4a
View commit details
Copy full SHA for 7df7e4a
View code at this point
Browse repository at this point
Commits on Sep 19, 2021
Seperate zeroconf._protocol into an incoming and outgoing modules (#988)
bdraco
authored
87b6a32
View commit details
Copy full SHA for 87b6a32
View code at this point
Browse repository at this point
Commits on Aug 30, 2021
Include NSEC records for non-existant types when responding with addresses (#972)
Show description for 7a20fd3
bdraco
authored
7a20fd3
View commit details
Copy full SHA for 7a20fd3
View code at this point
Browse repository at this point
Commits on Aug 29, 2021
Add support for writing NSEC records (#971)
bdraco
authored
768a23c
View commit details
Copy full SHA for 768a23c
View code at this point
Browse repository at this point
Skip goodbye packets for addresses when there is another service registered with the same name (#968)
bdraco
authored
d9d3208
View commit details
Copy full SHA for d9d3208
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.