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
Accelerator
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 }}
bboe
/
python-zeroconf
Public
forked from
python-zeroconf/python-zeroconf
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-zeroconf
tests
on
type_checking_guards
User selector
All users
All time
Commit history
Commits on Jul 2, 2023
feat: add support for sending to a specific `addr` and `port` with `ServiceInfo.async_request` and `ServiceInfo.request` (#1192)
bdraco
authored
405f547
View commit details
Copy full SHA for 405f547
View code at this point
Browse repository at this point
Commits on Jun 18, 2023
fix: reduce debug logging overhead by adding missing checks to datagram_received (#1188)
bdraco
authored
ac5c50a
View commit details
Copy full SHA for ac5c50a
View code at this point
Browse repository at this point
Commits on Jun 4, 2023
fix: always answer QU questions when the exact same packet is received from different sources in sequence (#1178)
Show description for 74d7ba1
bdraco
authored
74d7ba1
View commit details
Copy full SHA for 74d7ba1
View code at this point
Browse repository at this point
Commits on May 25, 2023
feat: speed up the service registry (#1174)
bdraco
authored
360ceb2
View commit details
Copy full SHA for 360ceb2
View code at this point
Browse repository at this point
Commits on May 4, 2023
feat: improve performance of ServiceBrowser outgoing query scheduler (#1170)
bdraco
authored
963d022
View commit details
Copy full SHA for 963d022
View code at this point
Browse repository at this point
Commits on Apr 7, 2023
feat: improve performance of processing incoming records (#1155)
bdraco
authored
b65e279
View commit details
Copy full SHA for b65e279
View code at this point
Browse repository at this point
Commits on Apr 3, 2023
fix: addresses incorrect after server name change (#1154)
bdraco
authored
41ea06a
View commit details
Copy full SHA for 41ea06a
View code at this point
Browse repository at this point
Commits on Apr 2, 2023
fix: make parsed_scoped_addresses return addresses in the same order as all other methods (#1150)
bdraco
authored
9b6adcf
View commit details
Copy full SHA for 9b6adcf
View code at this point
Browse repository at this point
feat: small cleanups to cache cleanup interval (#1146)
bdraco
authored
b434b60
View commit details
Copy full SHA for b434b60
View code at this point
Browse repository at this point
feat: add ip_addresses_by_version to ServiceInfo (#1145)
bdraco
authored
524494e
View commit details
Copy full SHA for 524494e
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.