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
6c0a32d6 merge Merge pull request #68 from stephenrauch/Handle-dnsincoming-exceptions Stephen Rauch <s****h@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
59877ebb Implement Name Compression Stephen Rauch <s****b@g****m> over 9 years ago
035605ab Drop oversized packets in send() Stephen Rauch <s****b@g****m> over 9 years ago
af19c12e Add exception handler for oversized packets Stephen Rauch <s****b@g****m> over 9 years ago
0b77872f Add QuietLogger mixin Stephen Rauch <s****b@g****m> over 9 years ago
fad66ca6 Improve service name validation error messages Stephen Rauch <s****b@g****m> over 9 years ago
080d0c09 Make all test cases localhost only Stephen Rauch <s****b@g****m> over 9 years ago
061a2aa3 Handle DNS Incoming Exception Stephen Rauch <s****b@g****m> over 9 years ago
94570b73 Fix readme to valid reStructuredText, Stephen Rauch <s****b@g****m> over 9 years ago
e168a6fa Prepare release 0.17.6 Stephen Rauch <s****b@g****m> over 9 years ago
617d9fd0 merge Merge pull request #61 from stephenrauch/add-python3.5 Stephen Rauch <s****h@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
6198e890 Add python 3.5 to Travis Stephen Rauch <s****b@g****m> over 9 years ago
56d9ac13 merge Merge pull request #60 from stephenrauch/delay_ServiceBrowser_connect Stephen Rauch <s****h@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
6d1370cc Delay connecting ServiceBrowser() until it is running Stephen Rauch <s****b@g****m> over 9 years ago
0225a189 merge Merge pull request #57 from herczy/master Stephen Rauch <s****h@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
4a569fe3 merge Merge pull request #58 from strahlex/subtype-test Stephen Rauch <s****h@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
76a5e99f merge Merge pull request #53 from stephenrauch/validate_service_names Stephen Rauch <s****h@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
6b39c70f Test Case and fixes for DNSHInfo (#49) Stephen Rauch <s****h@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
914241b9 test: added test for DNS-SD subtype discovery Alexander Rössler <m****r@g****m> over 9 years ago
1dfc40f4 merge Merge pull request #48 from stephenrauch/Find-Service-Types Stephen Rauch <s****h@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
183cd81d merge Merge pull request #45 from stephenrauch/master Stephen Rauch <s****h@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
15670161 resolve issue #56: service browser initialization race Hercinger Viktor <h****r@b****m> almost 10 years ago
88fa0595 Service Name Validation Stephen Rauch <s****b@g****m> almost 10 years ago
cfbb1572 Add query support and test case for _services._dns-sd._udp.local. Stephen Rauch <s****b@g****m> almost 10 years ago
d909942e init ServiceInfo._properties Stephen Rauch <s****b@g****m> almost 10 years ago
75232ccf Improve test coverage Stephen Rauch <s****b@g****m> almost 10 years ago
ad3c248e Shutdown the service listeners in an organized fashion Stephen Rauch <s****b@g****m> almost 10 years ago
7bbee590 Remove a now invalid test case Stephen Rauch <s****b@g****m> almost 10 years ago
8a110f58 Fix locking race condition in Engine.run() Stephen Rauch <s****b@g****m> almost 10 years ago
c49145c3 Remove unnecessary packet send in ServiceInfo.request() Stephen Rauch <s****b@g****m> almost 10 years ago
d8562fd3 Fix ability for a cache lookup to match properly Stephen Rauch <s****b@g****m> almost 10 years ago
f33b8f9c Prepare release 0.17.5 Jakub Stasiak <j****b@s****t> almost 10 years ago
fd9d531f resolve issue #38: size change during iteration Giles <g****n@s****m>
Committed by: Jakub Stasiak <j****b@s****t>
almost 10 years ago
60075379 Installation on system with ASCII encoding Per Sandström <p****m@g****m> almost 10 years ago
6349d197 Revert "Switch from netifaces to psutil" Jakub Stasiak <j****b@s****t> about 10 years ago
dd907f2e Switch from netifaces to psutil Jakub Stasiak <j****b@s****t> about 10 years ago
0f46a060 Fix multicast TTL and LOOP options on OpenBSD Alessio Sergi <a****x@g****m> over 10 years ago
30bd44f0 fix issue #23 race-condition on ServiceBrowser startup Giles <g****n@s****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 10 years ago
0b9093de Prepare release 0.17.4 Jakub Stasiak <j****b@s****t> over 10 years ago
023426e0 Support kernel versions <3.9 Giovanni Harting <c****l@g****m>
Committed by: Jakub Stasiak <j****b@s****t>
over 10 years ago
ddb10485 Make it explicit who says what in the readme Jakub Stasiak <j****b@s****t> over 10 years ago
f29c0f47 Make the package's status explicit Jakub Stasiak <j****b@s****t> over 10 years ago
9c3a81af Prepare release 0.17.3 Jakub Stasiak <j****b@s****t> over 10 years ago
c7567d6b Add a DNSText __repr__ test Jakub Stasiak <j****b@s****t> over 10 years ago
e8299c05 Fix DNSText repr Python 3 issue Paulus Schoutsen <p****s@p****l> over 10 years ago
d1ee5ce7 Release version 0.17.2 Jakub Stasiak <j****b@s****t> over 10 years ago
dadbbfc9 Fix a typo, meant strictly lesser than 0.6 :< Jakub Stasiak <j****b@s****t> over 10 years ago
4435a2a4 Restrict flake8-import-order version Jakub Stasiak <j****b@s****t> over 10 years ago
ba894559 Use enum-compat instead of enum34 directly Jakub Stasiak <j****b@s****t> over 10 years ago
4dbd04b8 Restrict pep8 version as something depends on it Jakub Stasiak <j****b@s****t> almost 11 years ago
0b8936b9 Bump version to 0.17.1 Jakub Stasiak <j****b@s****t> almost 11 years ago
7c64ebf6 Fix some typos in the readme Jakub Stasiak <j****b@s****t> almost 11 years ago
44fa62a7 Update README.rst Jakub Stasiak <j****b@s****t> about 11 years ago
a22484af Update README.rst Jakub Stasiak <j****b@s****t> about 11 years ago
93d34f92 Getting an EADDRNOTAVAIL error when adding an address to the multicast group ... daid <d****3@g****m> about 11 years ago
a6d75b3d Do 0.17.0 release Jakub Stasiak <j****b@s****t> about 11 years ago
4783611d Advertise pypy3 support Jakub Stasiak <j****b@s****t> about 11 years ago
0009b5ea Handle recent flake8 change Jakub Stasiak <j****b@s****t> about 11 years ago
5c32a27a Describe recent changes Jakub Stasiak <j****b@s****t> about 11 years ago
a298785c Add pypy3 build Jakub Stasiak <j****b@s****t> about 11 years ago
c748294f Restore old listener interface (and example) for now Jakub Stasiak <j****b@s****t> about 11 years ago
b5fb3e86 Fix test breakage Jakub Stasiak <j****b@s****t> about 11 years ago
275a22b9 Prepare for new release Jakub Stasiak <j****b@s****t> about 11 years ago
ac5a63ec Move self test example out of main module Jakub Stasiak <j****b@s****t> about 11 years ago
b4430274 Fix using binary strings as property values Jakub Stasiak <j****b@s****t> about 11 years ago
21908186 Reformat a bit Jakub Stasiak <j****b@s****t> about 11 years ago
08e0dc2c Make examples' output quiet by default Jakub Stasiak <j****b@s****t> about 11 years ago
d162e54c Change ServiceBrowser interface experimentally Jakub Stasiak <j****b@s****t> about 11 years ago
7cad7a43 Handle exceptions better Jakub Stasiak <j****b@s****t> about 11 years ago
451c0729 Add some debug logging Jakub Stasiak <j****b@s****t> about 11 years ago
df886709 Make the code nicer Jakub Stasiak <j****b@s****t> about 11 years ago
3775c47d Remove redundant parentheses Jakub Stasiak <j****b@s****t> about 11 years ago
193ee64d Make examples nicer and make them show all logs Jakub Stasiak <j****b@s****t> about 11 years ago
af5e363e Remove duplicates from all interfaces list Jakub Stasiak <j****b@s****t> about 11 years ago
463428ff Don't fail when the netmask is unknown Jakub Stasiak <j****b@s****t> about 11 years ago
b5e9e944 Skip host only network interfaces Jakub Stasiak <j****b@s****t> about 11 years ago
0208228d Configure logging during the tests Jakub Stasiak <j****b@s****t> about 11 years ago
193cf47a Use all network interfaces by default Jakub Stasiak <j****b@s****t> about 11 years ago
0f7c64f8 Ignore EADDRINUSE when appropriate Jakub Stasiak <j****b@s****t> about 11 years ago
500a76bb Export Error and InterfaceChoice Jakub Stasiak <j****b@s****t> about 11 years ago
f3fd4cd6 Fix ServiceInfo repr and text on Python 3 Jakub Stasiak <j****b@s****t> about 11 years ago
442a5996 Add preliminary support for mulitple net interfaces Jakub Stasiak <j****b@s****t> about 11 years ago
a0ee3d62 Rationalize error handling when sending data Jakub Stasiak <j****b@s****t> about 11 years ago
78449ef1 Make Zeroconf.socket private Jakub Stasiak <j****b@s****t> about 11 years ago
8d32fa4b Refactor Condition usage to use context manager interface Jakub Stasiak <j****b@s****t> about 11 years ago
f0c39797 Use six for Python 2/3 compatibility Jakub Stasiak <j****b@s****t> about 11 years ago
54ed4b79 Use six for Python 2/3 compatibility Jakub Stasiak <j****b@s****t> about 11 years ago
1c2205d5 Refactor version detection in the setup script Jakub Stasiak <j****b@s****t> about 11 years ago
d8c1ec8e Drop "zero dependencies" feature Jakub Stasiak <j****b@s****t> about 11 years ago
f6425d1d Stop dropping multicast group membership Jakub Stasiak <j****b@s****t> about 11 years ago
88f5a519 Remove dead code Jakub Stasiak <j****b@s****t> about 11 years ago
903cb78d Stop using Zeroconf.group attribute Jakub Stasiak <j****b@s****t> about 11 years ago
80e8e100 Remove some unused methods Jakub Stasiak <j****b@s****t> about 11 years ago
4b8f68b3 Refactor exception handling here Jakub Stasiak <j****b@s****t> about 11 years ago
8f186095 Update README.rst Jakub Stasiak <j****b@s****t> about 11 years ago
4e54b673 Release as 0.16.0 Jakub Stasiak <j****b@s****t> about 11 years ago
05c3c020 Tune logging Jakub Stasiak <j****b@s****t> over 11 years ago
4a67e124 Migrate from clazz to class_ Jakub Stasiak <j****b@s****t> over 11 years ago
92e47132 Migrate more camel case names to snake case Jakub Stasiak <j****b@s****t> over 11 years ago
54297481 Switch to snake case and clean up import order Jakub Stasiak <j****b@s****t> over 11 years ago

← Back to repository