GitHub / python-zeroconf/python-zeroconf / commits
A pure python implementation of multicast DNS service discovery
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| d2853c31 | Update changelog for 0.36.7 (#999) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| b637846e | Improve log message when receiving an invalid or corrupt packet (#998) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 7df7e4a6 | Reduce logging overhead (#994) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 7fa51de5 | Reduce overhead to compare dns records (#997) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 76223654 | Refactor service registry to avoid use of getattr (#996) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 93ddf7cf | Flush CI cache (#995) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 0327a068 | Bump version: 0.36.5 → 0.36.6 | J. Nick Koston <n****k@k****g> | almost 5 years ago | |
| 29f995fd | Fix tense of 0.36.6 changelog (#992) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 92f5f4a8 | Update changelog for 0.36.6 (#991) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 1887c554 | Simplify the can_send_to check (#990) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 34f4a26c | Bump version: 0.36.4 → 0.36.5 | J. Nick Koston <n****k@k****g> | almost 5 years ago | |
| aebabe95 | Update changelog for 0.36.5 (#989) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 87b6a32f | Seperate zeroconf._protocol into an incoming and outgoing modules (#988) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| f4665fc6 | Reduce dns protocol attributes and add slots (#987) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 43985380 | Fix typo in changelog (#986) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| a23f6d2c | Bump version: 0.36.3 → 0.36.4 | J. Nick Koston <n****k@k****g> | almost 5 years ago | |
| f4d41649 | Update changelog for 0.36.4 (#985) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 88b98755 | Defer decoding known answers until needed (#983) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 05c4329d | Collapse _GLOBAL_DONE into done (#984) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| bc64d63e | Remove flake8 requirement restriction as its no longer needed (#981) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| acf6457b | Reduce duplicate code to write records (#979) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| d9ea9189 | Force CI cache clear (#982) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| f1d6fc3f | Reduce name compression overhead and complexity (#978) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 769b3973 | Bump version: 0.36.2 → 0.36.3 | J. Nick Koston <n****k@k****g> | almost 5 years ago | |
| 84f16bff | Update changelog for 0.36.3 (#977) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 78f9cd51 | Reduce DNSIncoming parsing overhead (#975) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 5f52438f | Bump version: 0.36.1 → 0.36.2 | J. Nick Koston <n****k@k****g> | almost 5 years ago | |
| b4efa33b | Update changelog for 0.36.2 (#973) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 7a20fd3b | Include NSEC records for non-existant types when responding with addresses (#... |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 768a23c6 | Add support for writing NSEC records (#971) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| e8d84017 | Bump version: 0.36.0 → 0.36.1 | J. Nick Koston <n****k@k****g> | almost 5 years ago | |
| d5043337 | Update changelog for 0.36.1 (#970) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| d9d3208e | Skip goodbye packets for addresses when there is another service registered w... |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 574e2412 | Fix equality and hash for dns records with the unique bit (#969) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| e4985c7d | Bump version: 0.35.1 → 0.36.0 | J. Nick Koston <n****k@k****g> | almost 5 years ago | |
| bc50bce0 | Update changelog for 0.36.0 (#966) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 733eb3a3 | Create full IPv6 address tuple to enable service discovery on Windows (#965) |
Lokesh <l****9@u****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 4281221b | Bump version: 0.35.0 → 0.35.1 | J. Nick Koston <n****k@k****g> | almost 5 years ago | |
| c7c7d477 | Fix formatting in 0.35.1 changelog entry (#964) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| f7bebfe0 | Update changelog for 0.35.1 (#963) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| d4c109c3 | Cache DNS record and question hashes (#960) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 3b482e22 | Fix flakey test: test_future_answers_are_removed_on_send (#962) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 2d1b8329 | Add coverage for sending answers removes future queued answers (#961) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 7b125a1a | Only reschedule types if the send next time changes (#958) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 1e60e13a | Bump version: 0.34.3 → 0.35.0 | J. Nick Koston <n****k@k****g> | almost 5 years ago | |
| dd40437f | Update changelog for 0.35.0 (#957) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| c7729369 | Reduce chance of accidental synchronization of ServiceInfo requests (#955) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 5fb3e202 | Send unicast replies on the same socket the query was received (#952) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| ebc23ee5 | Sort responses to increase chance of name compression (#954) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 9d69d187 | Bump version: 0.34.2 → 0.34.3 | J. Nick Koston <n****k@k****g> | almost 5 years ago | |
| 23b00e98 | Update changelog for 0.34.3 (#950) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 02af7f78 | Fix sending immediate multicast responses (#949) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 6c21f680 | Bump version: 0.34.1 → 0.34.2 | J. Nick Koston <n****k@k****g> | almost 5 years ago | |
| b87f4934 | Update changelog for 0.34.2 (#947) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 6d7266d0 | Ensure ServiceInfo requests can be answered with the default timeout with net... |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 9a5164a7 | Coalesce aggregated multicast answers when the random delay is shorter than t... |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 7878a9ee | Bump version: 0.34.0 → 0.34.1 | J. Nick Koston <n****k@k****g> | almost 5 years ago | |
| 99424841 | Update changelog for 0.34.1 (#943) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| de96e2bf | Ensure multicast aggregation sends responses within 620ms (#942) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 549ac3de | Bump version: 0.33.4 → 0.34.0 | J. Nick Koston <n****k@k****g> | almost 5 years ago | |
| 342532e1 | Update changelog for 0.34.0 (#941) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 55efb416 | Implement Multicast Response Aggregation (#940) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 7bbacd57 | Bump version: 0.33.3 → 0.33.4 | J. Nick Koston <n****k@k****g> | almost 5 years ago | |
| 858605db | Update changelog for 0.33.4 (#937) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 496ac44e |
Ensure zeroconf can be loaded when the system disables IPv6 (#933)
Co-authored-by: J. Nick Koston <n****k@k****g> |
Petr Novák <p****k@c****z>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 206671a1 | Bump version: 0.33.2 → 0.33.3 | J. Nick Koston <n****k@k****g> | almost 5 years ago | |
| 6a140cc6 | Update changelog for 0.33.3 (#936) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 5682a4c3 | Add support for forward dns compression pointers (#934) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 319992bb | Provide sockname when logging a protocol error (#935) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 4d30c25f | Bump version: 0.33.1 → 0.33.2 | J. Nick Koston <n****k@k****g> | almost 5 years ago | |
| c80b5f72 | Update changelog for 0.33.2 (#931) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 97e0b669 | Handle duplicate goodbye answers in the same packet (#928) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 73e3d186 | Skip ipv6 interfaces that return ENODEV (#930) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 1247acd2 | Remove some pylint workarounds (#925) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 6774de3e | Bump version: 0.33.0 → 0.33.1 | J. Nick Koston <n****k@k****g> | almost 5 years ago | |
| ed803338 | Update changelog for 0.33.1 (#924) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| cfb28aaf | Bump version: 0.32.1 → 0.33.0 | J. Nick Koston <n****k@k****g> | almost 5 years ago | |
| e4a96550 | Update changelog for 0.33.0 release (#922) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| b0b23f96 | Fix examples/async_registration.py attaching to the correct loop (#921) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 2e000025 | Add support for bump2version (#920) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 96be9618 | Update changelog for 0.33.0 release (#919) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 919b096d | Let connection_lost close the underlying socket (#918) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| b6eaf724 | Reduce complexity of DNSRecord (#915) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| aa710848 | Remove Zeroconf.wait as its now unused in the codebase (#914) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 38eb271c | Switch periodic cleanup task to call_later (#913) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| b2a7a00f | Update changelog for 0.33.0 (#912) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 2d3da7a7 | Remove locking from ServiceRegistry (#911) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| e63ca518 | Remove duplicate unregister_all_services code (#910) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 69942d5b | Rename DNSNsec.next to DNSNsec.next_name (#908) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 05787312 | Upgrade syntax to python 3.6 (#907) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| bc9e9cf8 | Implement NSEC record parsing (#903) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 9399c57b | Centralize running coroutines from threads (#906) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| e417fc0f | Reduce duplicate code between zeroconf.asyncio and zeroconf._core (#904) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| f8af0fb2 | Disable N818 in flake8 (#905) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 675fd6fc | Release version 0.32.1 | Jakub Stasiak <j****b@s****t> | about 5 years ago | |
| fc089be1 | Fix the changelog's one sentence's tense | Jakub Stasiak <j****b@s****t> | about 5 years ago | |
| a93301d0 | Update changelog (#899) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 56c7d692 | Increase timeout in ServiceInfo.request to handle loaded systems (#895) |
J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 90bc8ca8 | Add test for running sync code within executor (#894) |
Jacob Tomlinson <j****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 82ff150e | Fix readme formatting | Jakub Stasiak <j****b@s****t> | about 5 years ago |