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
d8caa4e2 Remove duplciate update messages sent to listeners mattsaxon <s****t@h****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
5e4f4967 Refactor out unique assertion mattsaxon <s****t@h****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
bef8f593 Ensure all TXT, SRV, A records are unique mattsaxon <s****t@h****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
29432bff Release version 0.24.4 Jakub Stasiak <j****b@s****t> over 6 years ago
b47efd8e Fix resetting of TTL (#209) mattsaxon <s****t@h****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
ba1b78db Clean up output of ttl remaining to be whole seconds only Jay Hogg <j****y@2****t>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
8ccad54d Update DNS entries so all subclasses of DNSRecord use to_string for display Jay Hogg <j****y@2****t>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
4b735dc5 Clean up format to cleanly separate [question]=ttl,answer Jay Hogg <j****y@2****t>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
2316027e Release version 0.24.3 Jakub Stasiak <j****b@s****t> over 6 years ago
f53e24bd Fix import-time TypeError on CPython 3.5.2 Jakub Stasiak <j****b@s****t> over 6 years ago
76bc6753 Release version 0.24.2 Jakub Stasiak <j****b@s****t> over 6 years ago
f7715874 Provide and enforce type hints everywhere except for tests Jakub Stasiak <j****b@s****t> over 6 years ago
5986bf66 Fix get_expiration_time percent parameter annotation Jakub Stasiak <j****b@s****t> over 6 years ago
fcafdc1e Add support for AWDL interface on macOS Milan Stute <m****e@s****e>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
53dd06c3 Release version 0.24.1 Jakub Stasiak <j****b@s****t> over 6 years ago
2a597ee8 Bugfix: TXT record's name is never equal to Service Browser's type. humingchun <m****u@c****n>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
1d39b3ed Bugfix: Flush outdated cache entries when incoming record is unique. humingchun <m****u@c****n>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
815ac77e Change order of equality check to favor cheaper checks first Jaime van Kessel <n****h@g****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
2e9699c5 Dont recalculate the expiration and stale time every update Jaime van Kessel <n****h@g****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
157fc200 Significantly improve the speed of the entries function of the cache Jaime van Kessel <n****h@g****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
6ab7dbf2 The the formatting of the IPv6 section in the readme Jakub Stasiak <j****b@s****t>
Committed by: GitHub <n****y@g****m>
over 6 years ago
f03dc42d Release version 0.24.0 Jakub Stasiak <j****b@s****t> over 6 years ago
c827f9fd Improve type hint coverage Jakub Stasiak <j****b@s****t> over 6 years ago
41b31cb3 Add py.typed marker (closes #199) Dmitry Tantsur <d****r@p****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
3db9d82d Link to the documentation Jakub Stasiak <j****b@s****t>
Committed by: GitHub <n****y@g****m>
over 6 years ago
1c33e5f5 Setup basic Sphinx documentation Jakub Stasiak <j****b@s****t> over 6 years ago
aae7fd3b Finish AAAA records support Dmitry Tantsur <d****r@p****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 6 years ago
fec839ae Test with pypy3.6 Jakub Stasiak <j****b@s****t> over 6 years ago
c2e8bdeb Stop specifying precise pypy3.5 version Jakub Stasiak <j****b@s****t> over 6 years ago
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>
almost 7 years ago
e5323d8c Improve static typing coverage Jakub Stasiak <j****b@s****t> almost 7 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>
almost 7 years ago
ceb602c0 Rename IpVersion to IPVersion Dmitry Tantsur <d****r@p****m>
Committed by: Jakub Stasiak <j****b@s****t>
almost 7 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>
about 7 years ago
7bd04363 Release version 0.23.0 Jakub Stasiak <j****b@s****t> about 7 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>
about 7 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>
about 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>
about 7 years ago
12477c95 Run black --check as part of CI to enforce code style Jakub Stasiak <j****b@s****t> about 7 years ago
69ad22cf Refactor the CI script a bit to make adding black check easier Jakub Stasiak <j****b@s****t> about 7 years ago
beb596c3 Reformat the code using Black Jakub Stasiak <j****b@s****t> about 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>
about 7 years ago
e1c2b00c Remove Python 3.4 from the Python compatibility section Jakub Stasiak <j****b@s****t> about 7 years ago
4a02d048 Drop Python 3.4 support (it's dead now) Jakub Stasiak <j****b@s****t> about 7 years ago
db1dcf68 Prepare release 0.22.0 Jakub Stasiak <j****b@s****t> about 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>
over 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>
over 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>
over 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>
over 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>
over 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> almost 8 years ago
059530d0 Prepare release 0.21.3 Jakub Stasiak <j****b@s****t> almost 8 years ago
ae3bd517 Actually allow underscores in incoming service names Jakub Stasiak <j****b@s****t> almost 8 years ago
af33c83e Prepare release 0.21.2 Jakub Stasiak <j****b@s****t> almost 8 years ago
627c22e1 Fix typing-related TypeError Jakub Stasiak <j****b@s****t> almost 8 years ago
1684a46d Prepare release 0.21.1 Jakub Stasiak <j****b@s****t> almost 8 years ago
919191ca Bringing back compatibility with python 3.4 (#140) rtobar <r****c@g****m>
Committed by: Jakub Stasiak <j****b@s****t>
almost 8 years ago
b03cee34 Prepare release 0.21.0 Jakub Stasiak <j****b@s****t> almost 8 years ago
ff4a262a Allow underscores in incoming service names Jakub Stasiak <j****b@s****t> almost 8 years ago
6fe81321 Remove some legacy cruft Jakub Stasiak <j****b@s****t> almost 8 years ago
418b4b81 Show that we actually support Python 3.7 Jakub Stasiak <j****b@s****t> almost 8 years ago
e11700ff Fix UTF-8 multibyte name compression Lasse Bang Mikkelsen <l****m@l****k>
Committed by: Jakub Stasiak <j****b@s****t>
almost 8 years ago
208ec1ba Don't mention unsupported Python versions Yegor Yefremov <y****s@g****m>
Committed by: Jakub Stasiak <j****b@s****t>
almost 8 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>
almost 8 years ago
42c86629 Fix UnboundLocalError for count after loop Ashkan Kiani <a****i@g****m>
Committed by: Jakub Stasiak <j****b@s****t>
about 8 years ago
23fdcce3 Fix a logging call Jakub Stasiak <j****b@s****t> about 8 years ago
1f33c4f8 Introduce some static type analysis to the codebase Jakub Stasiak <j****b@s****t> about 8 years ago
49fc1067 Make some variables PEP 8-compatible Jakub Stasiak <j****b@s****t> about 8 years ago
53bc65af Fix flake8 (#131) mdiez-modus <3****s@u****m>
Committed by: Jakub Stasiak <j****b@s****t>
about 8 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>
about 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>
over 8 years ago
826c9619 implementing unicast support (#124) Alexander Rössler <m****l@r****s>
Committed by: Jakub Stasiak <j****b@s****t>
over 8 years ago
d0d1cfbb Remove unwanted whitespace Jakub Stasiak <j****b@s****t> over 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>
over 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>
over 8 years ago
06225706 Release version 0.20.0 Jakub Stasiak <j****b@s****t> over 8 years ago
5978bdbd Add some missing release information Jakub Stasiak <j****b@s****t> almost 9 years ago
f22f421e Drop support for Python 2 and 3.3 Jakub Stasiak <j****b@s****t> almost 9 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>
almost 9 years ago
7123f8ed Allow the usage of newer netifaces in development Jakub Stasiak <j****b@s****t> almost 9 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>
almost 9 years ago
4d6dd73a Correct broken __eq__ in child classes to DNSRecord emontnemery <e****k@m****m>
Committed by: Jakub Stasiak <j****b@s****t>
about 9 years ago
37c52119 Refresh ServiceBrowser entries already when 'stale' emontnemery <e****k@m****m>
Committed by: Jakub Stasiak <j****b@s****t>
about 9 years ago

← Back to repository