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
f26218da 0.90.0 github-actions <g****s@g****m> over 2 years ago
816ad4dc feat: avoid python float conversion in listener hot path (#1245) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
36ae505d refactor: reduce duplicate code in engine.py (#1246) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a0b6266f 0.89.0 github-actions <g****s@g****m> over 2 years ago
18b65d1c feat: reduce overhead to process incoming questions (#1244) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a3e98cb7 0.88.0 github-actions <g****s@g****m> over 2 years ago
5a76fc5f feat: speed up RecordManager with additional cython defs (#1242) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f8ad5a2d 0.87.0 github-actions <g****s@g****m> over 2 years ago
a7dad3d9 feat: improve performance by adding cython pxd for RecordManager (#1241) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9da99d70 chore: split up handlers into seperate modules (#1240) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b88c8dd5 0.86.0 github-actions <g****s@g****m> over 2 years ago
58bc154f feat: build wheels for cpython 3.12 (#1239) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
cc8feb11 feat: use server_key when processing DNSService records (#1238) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
55f719db 0.85.0 github-actions <g****s@g****m> over 2 years ago
68d99985 feat: simplify code to unpack properties (#1237) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a78ea54f 0.84.0 github-actions <g****s@g****m> over 2 years ago
bd8d8467 feat: context managers in ServiceBrowser and AsyncServiceBrowser (#1233)
Co-authored-by: J. Nick Koston <n****k@k****g>
Tenebrosus3141 <1****1@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
041549c7 0.83.1 github-actions <g****s@g****m> over 2 years ago
dd637fb2 fix: rebuild wheels with cython 3.0.2 (#1236) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
bfb3fe2b 0.83.0 github-actions <g****s@g****m> over 2 years ago
703ecb29 feat: speed up question and answer history with a cython pxd (#1234) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
84054cea 0.82.1 github-actions <g****s@g****m> over 2 years ago
30c3ad9d fix: build failures with older cython 0.29 series (#1232) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
8644173c 0.82.0 github-actions <g****s@g****m> over 2 years ago
3e89294e feat: optimize processing of records in RecordUpdateListener subclasses (#1231) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b492eb42 0.81.0 github-actions <g****s@g****m> over 2 years ago
47d3c7ad feat: speed up the service registry with a cython pxd (#1226) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
cd7b56b2 feat: optimizing sending answers to questions (#1227) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a0e754c6 chore: remove default calls to .keys() (#1229) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7b00b261 chore: add missing typing to handler deque (#1228) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
0c5e5cf3 0.80.0 github-actions <g****s@g****m> over 2 years ago
1492e41b feat: optimize unpacking properties in ServiceInfo (#1225) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5406f30a 0.79.0 github-actions <g****s@g****m> over 2 years ago
ceb92cfe feat: refactor notify implementation to reduce overhead of adding and removin... J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
0e962201 0.78.0 github-actions <g****s@g****m> over 2 years ago
13d9aa58 chore: empty commit to re-run release (#1223) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f459856a feat: add cython pxd file for _listener.py to improve incoming message proces... J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1901fb45 0.77.0 github-actions <g****s@g****m> over 2 years ago
9efde8c8 feat: cythonize _listener.py to improve incoming message processing performan... J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f4c17ebc chore: split _engine.py into _transport.py and _listener.py (#1222) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e9cc5c83 chore: prepare _engine.py to be able to be cythonized (#1219) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
12560a70 chore: split AsyncEngine into _engine.py (#1218) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
6d83f99e 0.76.0 github-actions <g****s@g****m> over 2 years ago
69b33be3 feat: improve performance responding to queries (#1217) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
844c5544 0.75.0 github-actions <g****s@g****m> over 2 years ago
5df8a57a feat: expose flag to disable strict name checking in service registration (#1... Eugenio Panadero <e****o@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
aff625dc feat: speed up processing incoming records (#1216) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
8a9dc0bf 0.74.0 github-actions <g****s@g****m> over 2 years ago
0094e268 fix: remove typing on reset_ttl for cython compat (#1213) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
99a6f98e feat: speed up unpacking text records in ServiceInfo (#1212) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
32a016e0 chore: fix some legacy python2 formatting in examples (#1214) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
0114836a 0.73.0 github-actions <g****s@g****m> over 2 years ago
53a694f6 feat: add a cache to service_type_name (#1211) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
cbca88cf 0.72.3 github-actions <g****s@g****m> over 2 years ago
3dba5ae0 fix: revert adding typing to DNSRecord.suppressed_by (#1210) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
07cf846c 0.72.2 github-actions <g****s@g****m> over 2 years ago
5f14b6dc fix: revert DNSIncoming cimport in _dns.pxd (#1209) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ffe8fd5e 0.72.1 github-actions <g****s@g****m> over 2 years ago
2233b6bc fix: race with InvalidStateError when async_request times out (#1208) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
063b5d9c 0.72.0 github-actions <g****s@g****m> over 2 years ago
126849c9 feat: speed up processing incoming records (#1206) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1310f122 0.71.5 github-actions <g****s@g****m> over 2 years ago
8019a73c fix: improve performance of ServiceInfo.async_request (#1205) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
d92aad28 chore: add test for concurrent waiting on AsyncServiceInfo (#1204) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
391c698c 0.71.4 github-actions <g****s@g****m> over 2 years ago
b272d75a fix: cleanup naming from previous refactoring in ServiceInfo (#1202) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
fed3dec8 chore: add cpython beta to CI (#1203) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
249395a6 0.71.3 github-actions <g****s@g****m> over 2 years ago
c145a238 fix: pin python-semantic-release to fix release process (#1200) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
030d97a7 0.71.2 github-actions <g****s@g****m> over 2 years ago
8c3a4c80 fix: no change re-release to fix wheel builds (#1199) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
49f1b32c 0.71.1 github-actions <g****s@g****m> over 2 years ago
ac53adf7 fix: add missing if TYPE_CHECKING guard to generate_service_query (#1198) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
109bbe1a 0.71.0 github-actions <g****s@g****m> over 2 years ago
a56c7760 feat: improve incoming data processing performance (#1194) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
84872bf6 0.70.0 github-actions <g****s@g****m> over 2 years ago
f0577f08 chore: fix release (#1193) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
405f5476 feat: add support for sending to a specific `addr` and `port` with `ServiceIn... J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
d713a458 0.69.0 github-actions <g****s@g****m> over 2 years ago
8ae8ba1a feat: cython3 support (#1190) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
32756ff1 feat: reorder incoming data handler to reduce overhead (#1189) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
8cca7558 0.68.1 github-actions <g****s@g****m> over 2 years ago
ac5c50af fix: reduce debug logging overhead by adding missing checks to datagram_recei... J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9ee30195 0.68.0 github-actions <g****s@g****m> over 2 years ago
81126b76 feat: reduce overhead to handle queries and responses (#1184) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1a1036de 0.67.0 github-actions <g****s@g****m> over 2 years ago
9ecce3ae chore: bump python-semantic-release to fix release process (#1187) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
8f376658 feat: speed up answering incoming questions (#1186) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
8cf5b876 0.66.0 github-actions <g****s@g****m> over 2 years ago
fc0341f2 feat: optimize construction of outgoing dns records (#1182) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
efa1e452 0.65.0 github-actions <g****s@g****m> over 2 years ago
6a85cbf2 feat: reduce overhead to enumerate ip addresses in ServiceInfo (#1181) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
8b44947f 0.64.1 github-actions <g****s@g****m> over 2 years ago
f03e511f fix: small internal typing cleanups (#1180) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
dbd80181 0.64.0 github-actions <g****s@g****m> over 2 years ago
d9193160 feat: speed up processing incoming records (#1179) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
74d7ba1a fix: always answer QU questions when the exact same packet is received from d... J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b356bc8f 0.63.0 github-actions <g****s@g****m> over 2 years ago
4deaa6ed feat: small speed up to fetch dns addresses from ServiceInfo (#1176) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
360ceb25 feat: speed up the service registry (#1174) J. Nick Koston <n****k@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago

← Back to repository