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
3775c47d Remove redundant parentheses Jakub Stasiak <j****b@s****t> over 11 years ago
193ee64d Make examples nicer and make them show all logs Jakub Stasiak <j****b@s****t> over 11 years ago
af5e363e Remove duplicates from all interfaces list Jakub Stasiak <j****b@s****t> over 11 years ago
463428ff Don't fail when the netmask is unknown Jakub Stasiak <j****b@s****t> over 11 years ago
b5e9e944 Skip host only network interfaces Jakub Stasiak <j****b@s****t> over 11 years ago
0208228d Configure logging during the tests Jakub Stasiak <j****b@s****t> over 11 years ago
193cf47a Use all network interfaces by default Jakub Stasiak <j****b@s****t> over 11 years ago
0f7c64f8 Ignore EADDRINUSE when appropriate Jakub Stasiak <j****b@s****t> over 11 years ago
500a76bb Export Error and InterfaceChoice Jakub Stasiak <j****b@s****t> over 11 years ago
f3fd4cd6 Fix ServiceInfo repr and text on Python 3 Jakub Stasiak <j****b@s****t> over 11 years ago
442a5996 Add preliminary support for mulitple net interfaces Jakub Stasiak <j****b@s****t> over 11 years ago
a0ee3d62 Rationalize error handling when sending data Jakub Stasiak <j****b@s****t> over 11 years ago
78449ef1 Make Zeroconf.socket private Jakub Stasiak <j****b@s****t> over 11 years ago
8d32fa4b Refactor Condition usage to use context manager interface Jakub Stasiak <j****b@s****t> over 11 years ago
54ed4b79 Use six for Python 2/3 compatibility Jakub Stasiak <j****b@s****t> over 11 years ago
f0c39797 Use six for Python 2/3 compatibility Jakub Stasiak <j****b@s****t> over 11 years ago
1c2205d5 Refactor version detection in the setup script Jakub Stasiak <j****b@s****t> over 11 years ago
d8c1ec8e Drop "zero dependencies" feature Jakub Stasiak <j****b@s****t> over 11 years ago
f6425d1d Stop dropping multicast group membership Jakub Stasiak <j****b@s****t> over 11 years ago
88f5a519 Remove dead code Jakub Stasiak <j****b@s****t> over 11 years ago
903cb78d Stop using Zeroconf.group attribute Jakub Stasiak <j****b@s****t> over 11 years ago
80e8e100 Remove some unused methods Jakub Stasiak <j****b@s****t> over 11 years ago
4b8f68b3 Refactor exception handling here Jakub Stasiak <j****b@s****t> over 11 years ago
8f186095 Update README.rst Jakub Stasiak <j****b@s****t> over 11 years ago
4e54b673 Release as 0.16.0 Jakub Stasiak <j****b@s****t> over 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
ada563c5 Rationalize exception handling a bit and setup logging Jakub Stasiak <j****b@s****t> over 11 years ago
47ff62ba Update README.rst Jakub Stasiak <j****b@s****t> about 12 years ago
b290965e Update README.rst Jakub Stasiak <j****b@s****t> about 12 years ago
bf97c145 Create universal wheels Jakub Stasiak <j****b@s****t> about 12 years ago
9e81863d Bump version to 0.15.1 Jakub Stasiak <j****b@s****t> about 12 years ago
161743ea Update README.rst Jakub Stasiak <j****b@s****t> about 12 years ago
8502a7e1 Add coverage badge to the readme Jakub Stasiak <j****b@s****t> about 12 years ago
1d90a9f9 Send coverage to coveralls Jakub Stasiak <j****b@s****t> about 12 years ago
475e80b9 Fix socket.error handling Jakub Stasiak <j****b@s****t> about 12 years ago
89531e64 Add test_coverage make target Jakub Stasiak <j****b@s****t> about 12 years ago
4c852d42 Add PyPI version badge to the readme Jakub Stasiak <j****b@s****t> about 12 years ago
922eab05 Refactor integration test to use events Jakub Stasiak <j****b@s****t> about 12 years ago
7b237343 Fix readme formatting Jakub Stasiak <j****b@s****t> about 12 years ago
83fd6183 Update README.rst Jakub Stasiak <j****b@s****t> about 12 years ago
8328aed1 Refactor browser example Jakub Stasiak <j****b@s****t> about 12 years ago
49af2635 Update README.rst Jakub Stasiak <j****b@s****t> about 12 years ago
77bcaddb Bump version to 0.15 Jakub Stasiak <j****b@s****t> about 12 years ago
b9f886bf Add myself to authors Jakub Stasiak <j****b@s****t> about 12 years ago
1ee00b31 Reuse one Zeroconf instance in browser example Jakub Stasiak <j****b@s****t> about 12 years ago
fba4215b Update README.rst Jakub Stasiak <j****b@s****t> about 12 years ago
c7bfe63f Update README.rst Jakub Stasiak <j****b@s****t> about 12 years ago
35021987 Rename examples Jakub Stasiak <j****b@s****t> about 12 years ago
2ce95f52 Refactor examples Jakub Stasiak <j****b@s****t> about 12 years ago
6a7cd319 Update README.rst Jakub Stasiak <j****b@s****t> about 12 years ago
d3309189 Advertise Python 3 support Jakub Stasiak <j****b@s****t> about 12 years ago
6aae20e1 Update README.rst Jakub Stasiak <j****b@s****t> about 12 years ago
c83891c9 Move examples to examples directory Jakub Stasiak <j****b@s****t> about 12 years ago
0a0f7e0e Fix regression introduced with Python 3 compat Jakub Stasiak <j****b@s****t> about 12 years ago
cd7ca980 Update README.rst Jakub Stasiak <j****b@s****t> about 12 years ago
b8cfc799 Mark threads as daemonic (at least for now) Jakub Stasiak <j****b@s****t> about 12 years ago
09a1f4f9 Update README.rst Jakub Stasiak <j****b@s****t> about 12 years ago
6feec345 Update README.rst Jakub Stasiak <j****b@s****t> about 12 years ago
b8191741 Tune package description Jakub Stasiak <j****b@s****t> about 12 years ago
0ef1b0d3 Gitignore build/ Jakub Stasiak <j****b@s****t> about 12 years ago
916bd38d Add setup.py Jakub Stasiak <j****b@s****t> about 12 years ago
35eced31 Update README.rst Jakub Stasiak <j****b@s****t> about 12 years ago
9a99aa72 Add Python 3 support Jakub Stasiak <j****b@s****t> about 12 years ago
f8cea821 Run actual tests on Travis Jakub Stasiak <j****b@s****t> about 12 years ago
43b182cc Advertise Python 2.6 and PyPy support Jakub Stasiak <j****b@s****t> about 12 years ago
fd3401ef Move readme to README.rst Jakub Stasiak <j****b@s****t> about 12 years ago
353b700d Move readme to README.rst Jakub Stasiak <j****b@s****t> about 12 years ago
41a013c8 Stop catching BaseExceptions Jakub Stasiak <j****b@s****t> about 12 years ago
a2a6125d Set up Travis build Jakub Stasiak <j****b@s****t> about 12 years ago
e2964ed4 PEP8ize and clean up Jakub Stasiak <j****b@s****t> about 12 years ago
83aa0f38 Updated for 0.14. William McBrine <w****e@g****m> about 12 years ago
443aca86 Although SOL_IP is considered more correct here, it's undefined on some William McBrine <w****e@g****m> about 12 years ago
eee71966 Obsolete comment. William McBrine <w****e@g****m> about 12 years ago
5e10a20a Really these should be network order. William McBrine <w****e@g****m> about 12 years ago
0884d6a5 Docstrings for examples; shorter timeout; struct.unpack() vs. ord(). William McBrine <w****e@g****m> about 12 years ago
5e5e78e2 Make examples executable. William McBrine <w****e@g****m> about 12 years ago
2ac738f8 Unneeded. William McBrine <w****e@g****m> about 12 years ago
a1151872 getText() is redundant with getProperties(). William McBrine <w****e@g****m> about 12 years ago
0f3b413b Allow graceful exit from announcement test. William McBrine <w****e@g****m> about 12 years ago
eee4530d More readable display in browser; automatically quit after giving ten William McBrine <w****e@g****m> about 12 years ago
2a000c58 New names, numbers. William McBrine <w****e@g****m> about 12 years ago
4e396025 Updated FSF address. William McBrine <w****e@g****m> about 12 years ago
1dc3436e De-DOSification. William McBrine <w****e@g****m> about 12 years ago
e292868f Lowercase imports. William McBrine <w****e@g****m> about 12 years ago
5541813f The great lowercasing. William McBrine <w****e@g****m> about 12 years ago
4bb88b09 Renamed tests. William McBrine <w****e@g****m> about 12 years ago
ad6b1ecf Replaced unwrapped "lgpl.txt" with traditional "COPYING". William McBrine <w****e@g****m> about 12 years ago
b36e7d5d Don't need range() here. William McBrine <w****e@g****m> about 12 years ago
416054d4 testNumbersAnswers() was identical to testNumbersQuestions(). William McBrine <w****e@g****m> about 12 years ago
f6615a9d Extraneous spaces. William McBrine <w****e@g****m> about 12 years ago
015bae25 Moved history to README; updated version number, etc. William McBrine <w****e@g****m> about 13 years ago
6147a6ed Meaningless. William McBrine <w****e@g****m> about 13 years ago
c36e3af2 Also unexceptional. William McBrine <w****e@g****m> about 13 years ago
f772d4e5 If name isn't in self.names, it's unexceptional. (And yes, I actually William McBrine <w****e@g****m> about 13 years ago
df986eed Excess spaces; don't use "len" as a label. After eblot. William McBrine <w****e@g****m> about 13 years ago
21d7c950 Outdated docs. William McBrine <w****e@g****m> about 13 years ago
c13e4fab Untab the test programs. William McBrine <w****e@g****m> about 13 years ago

← Back to repository