An open API service providing commit metadata for open source projects.

GitHub / python-zeroconf/python-zeroconf / commits

A pure python implementation of multicast DNS service discovery

SHA Message Author Date Stats
5359ea0a Simplify Travis CI configuration regarding Python 3.7 Jakub Stasiak <j****b@s****t> over 6 years ago
15118c83 Test with Python 3.8 Jakub Stasiak <j****b@s****t> over 6 years ago
98a1ce8b Rework exposing IPv6 addresses on ServiceInfo Dmitry Tantsur <d****r@p****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
5bb9531b Make AAAA records work (closes #52) (#191) Dmitry Tantsur <d****r@p****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
e5323d8c Improve static typing coverage Jakub Stasiak <j****b@s****t> over 6 years ago
ea642654 Add additional recommended records to PTR responses (#184) Scott Mertz <i****p@u****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
ceb602c0 Rename IpVersion to IPVersion Dmitry Tantsur <d****r@p****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
c86423ab ENOTCONN is not an error during shutdown Tamás Nepusz <n****s@g****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
7bd04363 Release version 0.23.0 Jakub Stasiak <j****b@s****t> over 6 years ago
3d5787b8 First stab at supporting listening on IPv6 interfaces Dmitry Tantsur <d****r@p****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
c7876108 Add support for multiple addresses when publishing a service (#170) Dmitry Tantsur <d****e@g****m>
Committed by: Jakub Stasiak <j****b@s****t>
almost 7 years ago
6b85a333 Makefile: be specific which files to check with black (#169) Dmitry Tantsur <d****e@g****m>
Committed by: Jakub Stasiak <j****b@s****t>
almost 7 years ago
12477c95 Run black --check as part of CI to enforce code style Jakub Stasiak <j****b@s****t> almost 7 years ago
69ad22cf Refactor the CI script a bit to make adding black check easier Jakub Stasiak <j****b@s****t> almost 7 years ago
beb596c3 Reformat the code using Black Jakub Stasiak <j****b@s****t> almost 7 years ago
d4e06bc5 Add support for MyListener call getting updates to service TXT records (2nd a... mattsaxon <s****t@h****m>
Committed by: Jakub Stasiak <j****b@s****t>
almost 7 years ago
e1c2b00c Remove Python 3.4 from the Python compatibility section Jakub Stasiak <j****b@s****t> almost 7 years ago
4a02d048 Drop Python 3.4 support (it's dead now) Jakub Stasiak <j****b@s****t> almost 7 years ago
db1dcf68 Prepare release 0.22.0 Jakub Stasiak <j****b@s****t> almost 7 years ago
57310e18 Fix service removal packets not being sent on shutdown Andrew Bonney <a****w@s****m>
Committed by: Jakub Stasiak <j****b@s****t>
almost 7 years ago
ecc021b7 Add arguments to set TTLs via ServiceInfo Andrew Bonney <a****w@s****m>
Committed by: Jakub Stasiak <j****b@s****t>
almost 7 years ago
a7aedb58 Use recommended TTLs with overrides via ServiceInfo Andrew Bonney <a****w@s****m>
Committed by: Jakub Stasiak <j****b@s****t>
almost 7 years ago
bee8abdb Adjust query intervals to match RFC 6762 (#159) Andrew Bonney <a****w@b****k>
Committed by: Jakub Stasiak <j****b@s****t>
almost 7 years ago
f25989d8 ttl: modify default used to respond to _services queries Andrew Bonney <a****w@s****m>
Committed by: Jakub Stasiak <j****b@s****t>
almost 7 years ago
4218d757 Turn on and address mypy check_untyped_defs Ville Skyttä <v****a@i****i>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
24bb44f8 Add reminder to enable disallow_untyped_calls for mypy Ville Skyttä <v****a@i****i>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
006e6143 Turn on and address mypy warn-return-any Ville Skyttä <v****a@i****i>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
071c6edb Turn on and address mypy no-implicit-optional Ville Skyttä <v****a@i****i>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
183a8463 Enable some more mypy warnings Ville Skyttä <v****a@i****i>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
74391d5c Run mypy on test_zeroconf.py too Ville Skyttä <v****a@i****i>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
29739319 Move mypy config to setup.cfg Ville Skyttä <v****a@i****i>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
a12c3b2a Add unit tests for default ServiceInfo properties. Jorge Miranda <j****a@g****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
93210079 Modify ServiceInfo's __init__ properties' default value. Jorge Miranda <j****a@g****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
73b36209 Require flake8 >= 3.6.0, drop pycodestyle restriction Ville Skyttä <v****a@i****i>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
e3b7e40a Drop flake8-blind-except Ville Skyttä <v****a@i****i>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
9c0f1ab0 Don't bother with a universal wheel as we're Python >= 3 only Ville Skyttä <v****a@i****i>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
51a6f708 Test with PyPy 3.5 5.10.1 Ville Skyttä <v****a@i****i>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
88fb0e34 Fix some spelling errors Ville Skyttä <v****a@i****i>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
e08db282 Fix a changelog typo Jakub Stasiak <j****b@s****t> over 7 years ago
059530d0 Prepare release 0.21.3 Jakub Stasiak <j****b@s****t> over 7 years ago
ae3bd517 Actually allow underscores in incoming service names Jakub Stasiak <j****b@s****t> over 7 years ago
af33c83e Prepare release 0.21.2 Jakub Stasiak <j****b@s****t> over 7 years ago
627c22e1 Fix typing-related TypeError Jakub Stasiak <j****b@s****t> over 7 years ago
1684a46d Prepare release 0.21.1 Jakub Stasiak <j****b@s****t> over 7 years ago
919191ca Bringing back compatibility with python 3.4 (#140) rtobar <r****c@g****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
b03cee34 Prepare release 0.21.0 Jakub Stasiak <j****b@s****t> over 7 years ago
ff4a262a Allow underscores in incoming service names Jakub Stasiak <j****b@s****t> over 7 years ago
6fe81321 Remove some legacy cruft Jakub Stasiak <j****b@s****t> over 7 years ago
418b4b81 Show that we actually support Python 3.7 Jakub Stasiak <j****b@s****t> over 7 years ago
e11700ff Fix UTF-8 multibyte name compression Lasse Bang Mikkelsen <l****m@l****k>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
208ec1ba Don't mention unsupported Python versions Yegor Yefremov <y****s@g****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
7c0500ee using ifaddr instead of netifaces as ifaddr is a pure python lib Matthew Crowson <m****n@g****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
42c86629 Fix UnboundLocalError for count after loop Ashkan Kiani <a****i@g****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
23fdcce3 Fix a logging call Jakub Stasiak <j****b@s****t> over 7 years ago
1f33c4f8 Introduce some static type analysis to the codebase Jakub Stasiak <j****b@s****t> over 7 years ago
49fc1067 Make some variables PEP 8-compatible Jakub Stasiak <j****b@s****t> over 7 years ago
53bc65af Fix flake8 (#131) mdiez-modus <3****s@u****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 7 years ago
374f45b7 Handle Interface Quirck to make it work on WSL (Windows Service for Linux) Marcos Diez <m****s@u****r>
Committed by: Jakub Stasiak <j****b@s****t>
almost 8 years ago
703d9715 examples: Add an example of resolving a known service by service name
Signed-off-by: Simon McVittie <s****v@c****m>
Simon McVittie <s****v@c****m>
Committed by: Jakub Stasiak <j****b@s****t>
almost 8 years ago
826c9619 implementing unicast support (#124) Alexander Rössler <m****l@r****s>
Committed by: Jakub Stasiak <j****b@s****t>
almost 8 years ago
d0d1cfbb Remove unwanted whitespace Jakub Stasiak <j****b@s****t> almost 8 years ago
14e3ad5f Fix TTL handling for published service, align default TTL with RFC6762 (#113) emontnemery <e****k@m****m>
Committed by: Jakub Stasiak <j****b@s****t>
almost 8 years ago
fe62ba31 add import error for Python <= 3.3 (#123) Alexander Rössler <m****l@r****s>
Committed by: Jakub Stasiak <j****b@s****t>
almost 8 years ago
06225706 Release version 0.20.0 Jakub Stasiak <j****b@s****t> about 8 years ago
5978bdbd Add some missing release information Jakub Stasiak <j****b@s****t> over 8 years ago
f22f421e Drop support for Python 2 and 3.3 Jakub Stasiak <j****b@s****t> over 8 years ago
6ad04a5d Add license and readme file to source tarball (#108) Pascal Bach <p****h@g****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 8 years ago
7123f8ed Allow the usage of newer netifaces in development Jakub Stasiak <j****b@s****t> over 8 years ago
8101b557 Add new records first in cache entry instead of last (#110) emontnemery <e****k@m****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 8 years ago
4d6dd73a Correct broken __eq__ in child classes to DNSRecord emontnemery <e****k@m****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 8 years ago
37c52119 Refresh ServiceBrowser entries already when 'stale' emontnemery <e****k@m****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 8 years ago
d0e4712e Use more recent PyPy3 on Travis CI Jakub Stasiak <j****b@s****t> over 8 years ago
15411910 Release version 0.19.1 Jakub Stasiak <j****b@s****t> over 8 years ago
c5e1f65c Allow newer netifaces releases Jakub Stasiak <j****b@s****t> over 8 years ago
87aa4e58 Fix a whitespace issue flake8 doesn't like Jakub Stasiak <j****b@s****t> almost 9 years ago
d8686b56 Remove outdated example Jakub Stasiak <j****b@s****t> almost 9 years ago
ecadb8c3 Release version 0.19.0 Jakub Stasiak <j****b@s****t> almost 9 years ago
5aa6e854 Remove outdated comment Jakub Stasiak <j****b@s****t> almost 9 years ago
6231d6d4 Work around netifaces Windows netmask bug Jakub Stasiak <j****b@s****t> almost 9 years ago
48b19498 Release version 0.18.0 Jakub Stasiak <j****b@s****t> about 9 years ago
53435104 Add a missing changelog entry Jakub Stasiak <j****b@s****t> about 9 years ago
6e229f27 Handle select errors when closing Zeroconf Jakub Stasiak <j****b@s****t> about 9 years ago
0a5ea315 Explicitly support Python 3.6 Jakub Stasiak <j****b@s****t> about 9 years ago
56ea5424 Drop Python 2.6 support, no excuse to use 2.6 these days Jakub Stasiak <j****b@s****t> about 9 years ago
376e011a Prepare the 0.17.7 release Jakub Stasiak <j****b@s****t> about 9 years ago
9f0d8fe8 Pin flake8 because flake8-import-order is pinned hugovk <h****k@u****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 9 years ago
9035c6a2 merge Merge pull request #77 from stephenrauch/fix-instance-name-with-dot Stephen Rauch <s****h@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
136dce98 merge Merge pull request #75 from stephenrauch/Fix-name-change Stephen Rauch <s****h@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
e46af83d Allow dots in service instance name Stephen Rauch <s****b@g****m> over 9 years ago
6b67c0d5 merge Merge pull request #73 from stephenrauch/simplify-and-fix-pr-70 Stephen Rauch <s****h@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
2006cddf Simplify and fix PR 70 Stephen Rauch <s****b@g****m> over 9 years ago
788a48f7 Fix/Implement duplicate name change (Issue 29) Stephen Rauch <s****b@g****m> over 9 years ago
b629ffb9 some docs, cleanup and a couple of small test cases Stephen Rauch <s****b@g****m> over 9 years ago
c3f563f6 merge Merge pull request #72 from stephenrauch/Catch-and-log-sendto-exceptions Stephen Rauch <s****h@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
09243104 Catch and log sendto() exceptions Stephen Rauch <s****b@g****m> over 9 years ago
254c2077 merge Merge pull request #71 from stephenrauch/improved-test-coverage Stephen Rauch <s****h@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
aa1f4843 Improve test coverage, and fix issues found Stephen Rauch <s****b@g****m> over 9 years ago
208e2219 merge Merge pull request #70 from stephenrauch/Limit-size-of-packet Stephen Rauch <s****h@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
8355c855 Limit the size of the packet that can be built Stephen Rauch <s****b@g****m> over 9 years ago
5d9f40de merge Merge pull request #69 from stephenrauch/name-compression Stephen Rauch <s****h@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago

← Back to repository