295 Commits

Author SHA1 Message Date
mvn23
4939ef80e5
feat: add support for EXTERNAL auth without uid (#193) 2023-01-07 09:46:55 -10:00
github-actions
4c9a8fe15a 1.83.1
Automatically generated by python-semantic-release
2022-12-24 19:44:49 +00:00
J. Nick Koston
830183e188
fix: cleanup typing in marshaller and unmarshaller (#190) 2022-12-24 09:42:10 -10:00
github-actions
1f42d28c47 1.83.0
Automatically generated by python-semantic-release
2022-12-23 18:51:06 +00:00
Kai
091c262e27
feat: allow hardcoding uid in auth (#189)
Closes https://github.com/Bluetooth-Devices/dbus-fast/issues/188
2022-12-23 08:47:22 -10:00
github-actions
bd0e80c4d6 1.82.0
Automatically generated by python-semantic-release
2022-12-09 19:19:23 +00:00
J. Nick Koston
b3c7d5139d
feat: avoid enum dunder overhead in message_bus calls (#187) 2022-12-09 09:16:04 -10:00
github-actions
19c711dfcb 1.81.0
Automatically generated by python-semantic-release
2022-12-09 18:49:34 +00:00
J. Nick Koston
fb0cc35848
feat: speed up processing bluez passive advertisements (#186) 2022-12-09 08:45:55 -10:00
J. Nick Koston
5b0d9d024a
chore: add passive unmarshall benchmark (#185) 2022-12-09 08:37:38 -10:00
github-actions
d31a32d316 1.80.0
Automatically generated by python-semantic-release
2022-12-09 02:13:27 +00:00
J. Nick Koston
d1366aca64
feat: speed up checking if a message needs a reply (#181) 2022-12-08 16:10:16 -10:00
github-actions
932053b903 1.79.0
Automatically generated by python-semantic-release
2022-12-09 00:25:14 +00:00
J. Nick Koston
f3c925079a
feat: add a cython pxd for services (#180) 2022-12-08 14:21:42 -10:00
github-actions
b5232b3d9d 1.78.0
Automatically generated by python-semantic-release
2022-12-08 23:49:10 +00:00
J. Nick Koston
24faa00062
feat: simplify creation of SendReply in message_bus (#178) 2022-12-08 13:46:08 -10:00
J. Nick Koston
b23086b25d
chore: disable some more tests that segfault under py3.10 (#179) 2022-12-08 13:33:52 -10:00
github-actions
069b65bea0 1.77.0
Automatically generated by python-semantic-release
2022-12-08 22:35:33 +00:00
J. Nick Koston
06647d7e49
feat: avoid replacing unix_fds if there are no unix_fds (#176) 2022-12-08 12:32:45 -10:00
github-actions
7d1fedbc13 1.76.0
Automatically generated by python-semantic-release
2022-12-08 21:31:03 +00:00
J. Nick Koston
fb4d5402ba
feat: only construct handlers once (#175) 2022-12-08 11:27:37 -10:00
J. Nick Koston
2fa7cdb156
chore: disable one more flakey glib test on py3.10 (#174) 2022-12-06 13:45:16 -10:00
J. Nick Koston
7edfc38b63
chore: disable flakey glib test on newer python (#173) 2022-12-06 13:39:02 -10:00
github-actions
41c5a14fa8 1.75.1
Automatically generated by python-semantic-release
2022-11-23 17:20:48 +00:00
David Lechner
67255f7e01
fix: fix remaining altdesktop links (#169)
There were still a few links incorrectly pointing back to
altdesktop/python-dbus-next on GitHub.
2022-11-23 10:18:11 -07:00
github-actions
8d3d959217 1.75.0
Automatically generated by python-semantic-release
2022-11-17 21:02:25 +00:00
J. Nick Koston
98d5c5aec2
feat: add unmarshaller cython typing for SignatureType and SignatureTree (#168) 2022-11-17 14:59:25 -06:00
github-actions
de9eb5c8c0 1.74.2
Automatically generated by python-semantic-release
2022-11-17 20:22:19 +00:00
J. Nick Koston
1e32f284cd
fix: small fixes for typing with older python versions (#167) 2022-11-17 14:19:05 -06:00
github-actions
650b8b6a0f 1.74.1
Automatically generated by python-semantic-release
2022-11-16 15:39:00 +00:00
J. Nick Koston
6694fda49f
fix: building via PEP 517 (#166) 2022-11-16 09:36:01 -06:00
github-actions
8be252d426 1.74.0
Automatically generated by python-semantic-release
2022-11-14 20:54:14 +00:00
J. Nick Koston
9fb4440b80
feat: improve cdef types for marshaller (#164) 2022-11-14 14:51:04 -06:00
github-actions
97dfb968bb 1.73.1
Automatically generated by python-semantic-release
2022-11-14 20:34:19 +00:00
J. Nick Koston
46f1d6bbc0
fix: allow non-string objects to be marshalled by write_string (#163) 2022-11-14 14:31:19 -06:00
github-actions
b67ab0c4b4 1.73.0
Automatically generated by python-semantic-release
2022-11-11 14:19:49 +00:00
J. Nick Koston
113f0c9a32
feat: reduce latency to process messages (#161)
Improve `message_bus.py` `_process_message` performance with a `pxd` file
2022-11-11 08:16:19 -06:00
J. Nick Koston
9240bfda6e
chore: make big endian workflow manual until we get it working properly (#157) 2022-11-04 21:09:12 +01:00
J. Nick Koston
b2327c0855
chore: prepare marshaller to be able to generate big endian messages (#154) 2022-11-04 19:46:30 +01:00
J. Nick Koston
b3297008bc
chore: add a test for unmarshalling a big endian message (#156) 2022-11-04 19:43:22 +01:00
J. Nick Koston
984738c803
chore: add big endian github workflow (#155)
thanks to https://til.simonwillison.net/docker/emulate-s390x-with-qemu
2022-11-04 19:43:09 +01:00
github-actions
675a2fc5e1 1.72.0
Automatically generated by python-semantic-release
2022-11-04 18:06:16 +00:00
J. Nick Koston
7ed453f31a
feat: add optimized reader for GetManagedObjects (#152) 2022-11-04 19:03:32 +01:00
J. Nick Koston
2d566224d3
chore: add benchmark and tests for GetManagedObjects (#150) 2022-11-04 17:20:47 +01:00
github-actions
61d2869d96 1.71.0
Automatically generated by python-semantic-release
2022-11-04 10:44:33 +00:00
J. Nick Koston
ef7acdcbe5
feat: small speed up to _unpack_variants (#148) 2022-11-04 11:41:59 +01:00
github-actions
f7b3a2e495 1.70.0
Automatically generated by python-semantic-release
2022-11-04 10:39:30 +00:00
J. Nick Koston
ef7d9d4407
feat: use cimports for message marshalling (#149) 2022-11-04 11:37:12 +01:00
github-actions
7e84425639 1.69.0
Automatically generated by python-semantic-release
2022-11-04 08:15:47 +00:00
J. Nick Koston
b81de4553f
feat: refactor message_reader to avoid python wrappers (#147) 2022-11-04 09:12:50 +01:00