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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python-zeroconf
/
python-zeroconf
Public
Notifications
You must be signed in to change notification settings
Fork
232
Star
734
Code
Issues
48
Pull requests
15
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
cpython3.12rc2
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 11, 2023
feat: speed up answering questions (#1265)
bdraco
authored
37bfaf2
View commit details
Copy full SHA for 37bfaf2
View code at this point
Browse repository at this point
Commits on Sep 2, 2023
feat: cache construction of records used to answer queries from the service registry (#1243)
bdraco
authored
0890f62
View commit details
Copy full SHA for 0890f62
View code at this point
Browse repository at this point
feat: reduce overhead to process incoming updates by avoiding the handle_response shim (#1247)
bdraco
authored
5e31f0a
View commit details
Copy full SHA for 5e31f0a
View code at this point
Browse repository at this point
Commits on Aug 28, 2023
chore: split up handlers into seperate modules (#1240)
bdraco
authored
9da99d7
View commit details
Copy full SHA for 9da99d7
View code at this point
Browse repository at this point
Commits on Aug 27, 2023
feat: context managers in ServiceBrowser and AsyncServiceBrowser (#1233)
Show description for bd8d846
Tenebrosus3141
and
bdraco
authored
bd8d846
View commit details
Copy full SHA for bd8d846
View code at this point
Browse repository at this point
Commits on Aug 26, 2023
feat: speed up question and answer history with a cython pxd (#1234)
bdraco
authored
703ecb2
View commit details
Copy full SHA for 703ecb2
View code at this point
Browse repository at this point
Commits on Aug 22, 2023
feat: optimize processing of records in RecordUpdateListener subclasses (#1231)
bdraco
authored
3e89294
View commit details
Copy full SHA for 3e89294
View code at this point
Browse repository at this point
chore: remove default calls to .keys() (#1229)
bdraco
authored
a0e754c
View commit details
Copy full SHA for a0e754c
View code at this point
Browse repository at this point
Commits on Aug 14, 2023
feat: cythonize _listener.py to improve incoming message processing performance (#1220)
bdraco
authored
9efde8c
View commit details
Copy full SHA for 9efde8c
View code at this point
Browse repository at this point
chore: split _engine.py into _transport.py and _listener.py (#1222)
bdraco
authored
f4c17eb
View commit details
Copy full SHA for f4c17eb
View code at this point
Browse repository at this point
chore: prepare _engine.py to be able to be cythonized (#1219)
bdraco
authored
e9cc5c8
View commit details
Copy full SHA for e9cc5c8
View code at this point
Browse repository at this point
chore: split AsyncEngine into _engine.py (#1218)
bdraco
authored
12560a7
View commit details
Copy full SHA for 12560a7
View code at this point
Browse repository at this point
Commits on Aug 13, 2023
feat: expose flag to disable strict name checking in service registration (#1215)
azogue
authored
5df8a57
View commit details
Copy full SHA for 5df8a57
View code at this point
Browse repository at this point
Commits on Jul 29, 2023
chore: add test for concurrent waiting on AsyncServiceInfo (#1204)
bdraco
authored
d92aad2
View commit details
Copy full SHA for d92aad2
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.