GitHub / python-zeroconf/python-zeroconf / commits
A pure python implementation of multicast DNS service discovery
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 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> | over 11 years ago | |
| b290965e | Update README.rst | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| bf97c145 | Create universal wheels | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 9e81863d | Bump version to 0.15.1 | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 161743ea | Update README.rst | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 8502a7e1 | Add coverage badge to the readme | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 1d90a9f9 | Send coverage to coveralls | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 475e80b9 | Fix socket.error handling | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 89531e64 | Add test_coverage make target | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 4c852d42 | Add PyPI version badge to the readme | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 922eab05 | Refactor integration test to use events | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 7b237343 | Fix readme formatting | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 83fd6183 | Update README.rst | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 8328aed1 | Refactor browser example | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 49af2635 | Update README.rst | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 77bcaddb | Bump version to 0.15 | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| b9f886bf | Add myself to authors | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 1ee00b31 | Reuse one Zeroconf instance in browser example | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| fba4215b | Update README.rst | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| c7bfe63f | Update README.rst | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 35021987 | Rename examples | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 2ce95f52 | Refactor examples | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 6a7cd319 | Update README.rst | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| d3309189 | Advertise Python 3 support | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 6aae20e1 | Update README.rst | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| c83891c9 | Move examples to examples directory | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 0a0f7e0e | Fix regression introduced with Python 3 compat | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| cd7ca980 | Update README.rst | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| b8cfc799 | Mark threads as daemonic (at least for now) | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 09a1f4f9 | Update README.rst | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 6feec345 | Update README.rst | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| b8191741 | Tune package description | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 0ef1b0d3 | Gitignore build/ | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 916bd38d | Add setup.py | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 35eced31 | Update README.rst | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 9a99aa72 | Add Python 3 support | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| f8cea821 | Run actual tests on Travis | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 43b182cc | Advertise Python 2.6 and PyPy support | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| fd3401ef | Move readme to README.rst | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 353b700d | Move readme to README.rst | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 41a013c8 | Stop catching BaseExceptions | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| a2a6125d | Set up Travis build | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| e2964ed4 | PEP8ize and clean up | Jakub Stasiak <j****b@s****t> | over 11 years ago | |
| 83aa0f38 | Updated for 0.14. | William McBrine <w****e@g****m> | over 11 years ago | |
| 443aca86 | Although SOL_IP is considered more correct here, it's undefined on some | William McBrine <w****e@g****m> | over 11 years ago | |
| eee71966 | Obsolete comment. | William McBrine <w****e@g****m> | over 11 years ago | |
| 5e10a20a | Really these should be network order. | William McBrine <w****e@g****m> | over 11 years ago | |
| 0884d6a5 | Docstrings for examples; shorter timeout; struct.unpack() vs. ord(). | William McBrine <w****e@g****m> | over 11 years ago | |
| 5e5e78e2 | Make examples executable. | William McBrine <w****e@g****m> | over 11 years ago | |
| 2ac738f8 | Unneeded. | William McBrine <w****e@g****m> | over 11 years ago | |
| a1151872 | getText() is redundant with getProperties(). | William McBrine <w****e@g****m> | over 11 years ago | |
| 0f3b413b | Allow graceful exit from announcement test. | William McBrine <w****e@g****m> | over 11 years ago | |
| eee4530d | More readable display in browser; automatically quit after giving ten | William McBrine <w****e@g****m> | over 11 years ago | |
| 2a000c58 | New names, numbers. | William McBrine <w****e@g****m> | over 11 years ago | |
| 4e396025 | Updated FSF address. | William McBrine <w****e@g****m> | over 11 years ago | |
| 1dc3436e | De-DOSification. | William McBrine <w****e@g****m> | over 11 years ago | |
| e292868f | Lowercase imports. | William McBrine <w****e@g****m> | over 11 years ago | |
| 5541813f | The great lowercasing. | William McBrine <w****e@g****m> | over 11 years ago | |
| 4bb88b09 | Renamed tests. | William McBrine <w****e@g****m> | over 11 years ago | |
| ad6b1ecf | Replaced unwrapped "lgpl.txt" with traditional "COPYING". | William McBrine <w****e@g****m> | over 11 years ago | |
| b36e7d5d | Don't need range() here. | William McBrine <w****e@g****m> | over 11 years ago | |
| 416054d4 | testNumbersAnswers() was identical to testNumbersQuestions(). | William McBrine <w****e@g****m> | over 11 years ago | |
| f6615a9d | Extraneous spaces. | William McBrine <w****e@g****m> | over 11 years ago | |
| 015bae25 | Moved history to README; updated version number, etc. | William McBrine <w****e@g****m> | over 12 years ago | |
| 6147a6ed | Meaningless. | William McBrine <w****e@g****m> | over 12 years ago | |
| c36e3af2 | Also unexceptional. | William McBrine <w****e@g****m> | over 12 years ago | |
| f772d4e5 | If name isn't in self.names, it's unexceptional. (And yes, I actually | William McBrine <w****e@g****m> | over 12 years ago | |
| df986eed | Excess spaces; don't use "len" as a label. After eblot. | William McBrine <w****e@g****m> | over 12 years ago | |
| 21d7c950 | Outdated docs. | William McBrine <w****e@g****m> | over 12 years ago | |
| c13e4fab | Untab the test programs. | William McBrine <w****e@g****m> | over 12 years ago | |
| 8adab79a | Remove the comment about the test programs. | William McBrine <w****e@g****m> | over 12 years ago | |
| 0a05f423 | Allow for the failure of getServiceInfo(). Not sure why it's happening, | William McBrine <w****e@g****m> | over 12 years ago | |
| d89ddfce | Don't test for NonLocalNameException, since I killed it. | William McBrine <w****e@g****m> | over 12 years ago | |
| 656f959c | Describe this fork. | William McBrine <w****e@g****m> | over 12 years ago | |
| d952a9c1 | The initial version I committed to HME for Python back in 2008. This is | William McBrine <w****e@g****m> | over 12 years ago | |
| f0d095d0 | Remove the executable bit. | William McBrine <w****e@g****m> | over 12 years ago | |
| d3461076 | Write only a byte. | William McBrine <w****e@g****m> | over 12 years ago | |
| ac91642b | Although beacons _should_ fit within single packets, maybe we should allow fo... | William McBrine <w****e@g****m> | over 12 years ago | |
| a81f3aba | Update the version to indicate a fork. | William McBrine <w****e@g****m> | almost 14 years ago | |
| 9a949532 | HHHHHH -> 6H | William McBrine <w****e@g****m> | almost 14 years ago | |
| f6d47316 | In Zeroconf, use the same method of determining the default IP as elsewhere, ... | William McBrine <w****e@g****m> | over 14 years ago | |
| 24205054 | More again. | William McBrine <w****e@g****m> | about 15 years ago | |
| b8baed3a | More. | William McBrine <w****e@g****m> | about 15 years ago | |
| 173350e4 | Minor style things for Zeroconf (use True/False instead of 1/0, etc.). | William McBrine <w****e@g****m> | about 15 years ago | |
| 3e718b55 | Clearer. | William McBrine <w****e@g****m> | about 15 years ago | |
| e5d930bb | 80-column fixes for Zeroconf. | William McBrine <w****e@g****m> | about 15 years ago | |
| e814dd1e | Minor simplification of the pack/unpack routines in Zeroconf. | William McBrine <w****e@g****m> | about 15 years ago | |
| 488de882 | Skip unknown resource records in Zeroconf -- https://bugs.launchpad.net/pyzer... | William McBrine <w****e@g****m> | about 16 years ago | |
| fe77e371 | Some people are reporting bogus data coming back from Zeroconf scans, causing... | William McBrine <w****e@g****m> | about 16 years ago | |
| f76529c6 | Don't need the string module here. | William McBrine <w****e@g****m> | over 16 years ago | |
| 4c8aac95 | Suppress EBADF errors in Zeroconf.py. | William McBrine <w****e@g****m> | over 16 years ago | |
| f80df7b0 | This doesn't seem to be necessary, and it's generating a lot of exceptions... | William McBrine <w****e@g****m> | over 16 years ago | |
| 38d0a184 | Removed pyc file | Paul Scott-Murphy <p****l@s****m> | almost 17 years ago | |
| c3a39f87 | First commit | Paul Scott-Murphy <p****l@s****m> | almost 17 years ago | |
| 892a4f09 | Untab Zeroconf. | William McBrine <w****e@g****m> | over 17 years ago | |
| f998e39c | has_key() is deprecated. | William McBrine <w****e@g****m> | over 17 years ago |