Commit Graph

  • 71e6fdfc97 1.90.2 github-actions 2023-08-05 20:44:11 +00:00
  • 6c2412f4ca fix: spelling of dbus_fast.auth.AuthAnnonymous to dbus_fast.auth.AuthAnonymous (#220) Jim Duchek 2023-08-05 13:41:09 -07:00
  • 0551f01154 1.90.1 github-actions 2023-08-02 19:36:26 +00:00
  • 5b6cbc560e fix: more cython3 optional fixes (#219) J. Nick Koston 2023-08-02 09:32:57 -10:00
  • df7f57b392 1.90.0 github-actions 2023-08-02 19:15:22 +00:00
  • 7826897359 feat: remove async_timeout dependency (#218) J. Nick Koston 2023-08-02 09:11:39 -10:00
  • b3dac76dff 1.89.0 github-actions 2023-08-02 18:15:34 +00:00
  • 04d6451157 feat: speed up Message creation and callbacks (#217) J. Nick Koston 2023-08-02 08:11:54 -10:00
  • 3e6560ded1 1.88.0 github-actions 2023-08-02 15:40:41 +00:00
  • e0e87ec16c feat: optimize passive bluez message unmarshaller (#216) J. Nick Koston 2023-08-02 05:36:53 -10:00
  • a7c87fb8fd 1.87.6 github-actions 2023-08-01 20:04:33 +00:00
  • d771bcf6a2 fix: exception handler failure when exception is not DBusError (#215) J. Nick Koston 2023-08-01 10:00:46 -10:00
  • a311d3e9e4 1.87.5 github-actions 2023-07-28 17:11:18 +00:00
  • 5bda04b089 fix: result typing in ServiceInterface._handle_signal (#214) J. Nick Koston 2023-07-28 12:07:54 -05:00
  • f23946c901 1.87.4 github-actions 2023-07-28 03:49:42 +00:00
  • c933be7095 fix: avoid double buffering when using asyncio reader without negotiate_unix_fd (#213) J. Nick Koston 2023-07-27 22:46:29 -05:00
  • e669a13de2 1.87.3 github-actions 2023-07-27 20:41:14 +00:00
  • 2f5fc38007 fix: relax typing on _fn_result_to_body to allow Any (#212) J. Nick Koston 2023-07-27 15:38:09 -05:00
  • 5651b39626 1.87.2 github-actions 2023-07-24 19:02:13 +00:00
  • c40c7bcc4a fix: typing on _fn_result_to_body was incorrect which was caused an exception with cython3 (#210) J. Nick Koston 2023-07-24 13:58:57 -05:00
  • 842562937c 1.87.1 github-actions 2023-07-24 16:08:04 +00:00
  • 43b3d48c89 fix: cython3 compat (#208) J. Nick Koston 2023-07-24 11:04:28 -05:00
  • b03660f134 1.87.0 github-actions 2023-07-24 15:55:40 +00:00
  • c755193ee0 feat: initial cpython 3.12 support (#207) J. Nick Koston 2023-07-24 10:51:22 -05:00
  • a3e0a6250e 1.86.0 github-actions 2023-05-03 22:23:45 +00:00
  • e5d355ff40 feat: improve performance of reading from the socket during unmarshall (#200) J. Nick Koston 2023-05-03 17:20:50 -05:00
  • a17d6d0fd0 chore: update deps via poetry (#201) J. Nick Koston 2023-05-03 17:15:04 -05:00
  • 146e2735d1 1.85.0 github-actions 2023-04-21 00:35:15 +00:00
  • 3dc98be7e9 feat: improve unmarshall performance (#199) J. Nick Koston 2023-04-20 14:31:51 -10:00
  • 5d5502283d 1.84.2 github-actions 2023-02-20 14:21:38 +00:00
  • 9c6a472100 fix: corrects Variant documentation (#197) Noel Remy 2023-02-20 15:18:12 +01:00
  • e9071279a0 1.84.1 github-actions 2023-02-14 00:29:22 +00:00
  • 6387f821e0 chore: bump python-semantic-release to fix CI (#196) J. Nick Koston 2023-02-13 18:26:15 -06:00
  • 72ddb156f0 fix: missing c extensions with newer poetry (#194) J. Nick Koston 2023-02-13 18:16:26 -06:00
  • 7b04136822 chore: bump isort to 5.12.0 to fix ci (#195) J. Nick Koston 2023-02-13 18:10:54 -06:00
  • 08b2f12256 1.84.0 github-actions 2023-01-07 19:50:38 +00:00
  • 4939ef80e5 feat: add support for EXTERNAL auth without uid (#193) mvn23 2023-01-07 20:46:55 +01:00
  • 4c9a8fe15a 1.83.1 github-actions 2022-12-24 19:44:49 +00:00
  • 830183e188 fix: cleanup typing in marshaller and unmarshaller (#190) J. Nick Koston 2022-12-24 09:42:10 -10:00
  • 1f42d28c47 1.83.0 github-actions 2022-12-23 18:51:06 +00:00
  • 091c262e27 feat: allow hardcoding uid in auth (#189) Kai 2022-12-23 13:47:22 -05:00
  • bd0e80c4d6 1.82.0 github-actions 2022-12-09 19:19:23 +00:00
  • b3c7d5139d feat: avoid enum dunder overhead in message_bus calls (#187) J. Nick Koston 2022-12-09 09:16:04 -10:00
  • 19c711dfcb 1.81.0 github-actions 2022-12-09 18:49:34 +00:00
  • fb0cc35848 feat: speed up processing bluez passive advertisements (#186) J. Nick Koston 2022-12-09 08:45:55 -10:00
  • 5b0d9d024a chore: add passive unmarshall benchmark (#185) J. Nick Koston 2022-12-09 08:37:38 -10:00
  • d31a32d316 1.80.0 github-actions 2022-12-09 02:13:27 +00:00
  • d1366aca64 feat: speed up checking if a message needs a reply (#181) J. Nick Koston 2022-12-08 16:10:16 -10:00
  • 932053b903 1.79.0 github-actions 2022-12-09 00:25:14 +00:00
  • f3c925079a feat: add a cython pxd for services (#180) J. Nick Koston 2022-12-08 14:21:42 -10:00
  • b5232b3d9d 1.78.0 github-actions 2022-12-08 23:49:10 +00:00
  • 24faa00062 feat: simplify creation of SendReply in message_bus (#178) J. Nick Koston 2022-12-08 13:46:08 -10:00
  • b23086b25d chore: disable some more tests that segfault under py3.10 (#179) J. Nick Koston 2022-12-08 13:33:52 -10:00
  • 069b65bea0 1.77.0 github-actions 2022-12-08 22:35:33 +00:00
  • 06647d7e49 feat: avoid replacing unix_fds if there are no unix_fds (#176) J. Nick Koston 2022-12-08 12:32:45 -10:00
  • 7d1fedbc13 1.76.0 github-actions 2022-12-08 21:31:03 +00:00
  • fb4d5402ba feat: only construct handlers once (#175) J. Nick Koston 2022-12-08 11:27:37 -10:00
  • 2fa7cdb156 chore: disable one more flakey glib test on py3.10 (#174) J. Nick Koston 2022-12-06 13:45:16 -10:00
  • 7edfc38b63 chore: disable flakey glib test on newer python (#173) J. Nick Koston 2022-12-06 13:39:02 -10:00
  • 41c5a14fa8 1.75.1 github-actions 2022-11-23 17:20:48 +00:00
  • 67255f7e01 fix: fix remaining altdesktop links (#169) David Lechner 2022-11-23 11:18:11 -06:00
  • 8d3d959217 1.75.0 github-actions 2022-11-17 21:02:25 +00:00
  • 98d5c5aec2 feat: add unmarshaller cython typing for SignatureType and SignatureTree (#168) J. Nick Koston 2022-11-17 14:59:25 -06:00
  • de9eb5c8c0 1.74.2 github-actions 2022-11-17 20:22:19 +00:00
  • 1e32f284cd fix: small fixes for typing with older python versions (#167) J. Nick Koston 2022-11-17 14:19:05 -06:00
  • 650b8b6a0f 1.74.1 github-actions 2022-11-16 15:39:00 +00:00
  • 6694fda49f fix: building via PEP 517 (#166) J. Nick Koston 2022-11-16 09:36:01 -06:00
  • 8be252d426 1.74.0 github-actions 2022-11-14 20:54:14 +00:00
  • 9fb4440b80 feat: improve cdef types for marshaller (#164) J. Nick Koston 2022-11-14 14:51:04 -06:00
  • 97dfb968bb 1.73.1 github-actions 2022-11-14 20:34:19 +00:00
  • 46f1d6bbc0 fix: allow non-string objects to be marshalled by write_string (#163) J. Nick Koston 2022-11-14 14:31:19 -06:00
  • b67ab0c4b4 1.73.0 github-actions 2022-11-11 14:19:49 +00:00
  • 113f0c9a32 feat: reduce latency to process messages (#161) J. Nick Koston 2022-11-11 08:16:19 -06:00
  • 9240bfda6e chore: make big endian workflow manual until we get it working properly (#157) J. Nick Koston 2022-11-04 21:09:12 +01:00
  • b2327c0855 chore: prepare marshaller to be able to generate big endian messages (#154) J. Nick Koston 2022-11-04 19:46:30 +01:00
  • b3297008bc chore: add a test for unmarshalling a big endian message (#156) J. Nick Koston 2022-11-04 19:43:22 +01:00
  • 984738c803 chore: add big endian github workflow (#155) J. Nick Koston 2022-11-04 19:43:09 +01:00
  • 675a2fc5e1 1.72.0 github-actions 2022-11-04 18:06:16 +00:00
  • 7ed453f31a feat: add optimized reader for GetManagedObjects (#152) J. Nick Koston 2022-11-04 19:03:32 +01:00
  • 2d566224d3 chore: add benchmark and tests for GetManagedObjects (#150) J. Nick Koston 2022-11-04 17:20:47 +01:00
  • 61d2869d96 1.71.0 github-actions 2022-11-04 10:44:33 +00:00
  • ef7acdcbe5 feat: small speed up to _unpack_variants (#148) J. Nick Koston 2022-11-04 11:41:59 +01:00
  • f7b3a2e495 1.70.0 github-actions 2022-11-04 10:39:30 +00:00
  • ef7d9d4407 feat: use cimports for message marshalling (#149) J. Nick Koston 2022-11-04 11:37:12 +01:00
  • 7e84425639 1.69.0 github-actions 2022-11-04 08:15:47 +00:00
  • b81de4553f feat: refactor message_reader to avoid python wrappers (#147) J. Nick Koston 2022-11-04 09:12:50 +01:00
  • c65bcd7b87 1.68.0 github-actions 2022-11-04 07:36:30 +00:00
  • 6418ed4bb6 feat: use cimports for unmarshaller Variant and Message (#146) J. Nick Koston 2022-11-04 08:33:57 +01:00
  • a9c937028b 1.67.0 github-actions 2022-11-03 23:13:32 +00:00
  • 79d52a50bd feat: optimize unmarshaller by dropping exception that was only used internally (#145) J. Nick Koston 2022-11-04 00:10:29 +01:00
  • f1668264bc 1.66.0 github-actions 2022-11-03 21:59:29 +00:00
  • 2ff84e3ac5 feat: speed up creating Variant objects (#144) J. Nick Koston 2022-11-03 22:56:18 +01:00
  • aa87b82856 1.65.0 github-actions 2022-11-03 21:15:53 +00:00
  • f438c369bd feat: add cython def for unmarshaller read_sock for fd passing (#143) J. Nick Koston 2022-11-03 22:13:26 +01:00
  • a4a77cb13b 1.64.0 github-actions 2022-11-03 10:15:21 +00:00
  • 7d6fb63dc0 feat: speed up marshalling headers (#142) J. Nick Koston 2022-11-03 11:11:40 +01:00
  • b8aa178e19 1.63.0 github-actions 2022-11-03 09:17:59 +00:00
  • d7d301c773 feat: speed up marshall align (#137) J. Nick Koston 2022-11-03 10:12:57 +01:00
  • 71cf52430b feat: speed up marshall write_string and write_variant (#138) J. Nick Koston 2022-11-03 10:09:43 +01:00
  • 3b2efffad2 1.62.0 github-actions 2022-11-03 09:05:19 +00:00