Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use dbus-addr crate #562

Closed
wants to merge 22 commits into from
Closed

Use dbus-addr crate #562

wants to merge 22 commits into from

Commits on Feb 1, 2024

  1. 🗑️ zb: drop unneeded peer_sid()

    Its usage is gone.
    elmarco committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c681bf4 View commit details
    Browse the repository at this point in the history
  2. 🐛 zb: fix invalid value in tokio/non-unix path

    error[E0423]: expected value, found built-in attribute `path`
    elmarco committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    cd905a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb2a399 View commit details
    Browse the repository at this point in the history
  4. ✏️ zb: typo

    elmarco committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    aafaded View commit details
    Browse the repository at this point in the history
  5. ♻️ zb: impl From<Socket> for BoxedSplit

    Simplify a bit the code.
    elmarco committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5e4fd67 View commit details
    Browse the repository at this point in the history
  6. ♻️ zb: connect to the target and return the associated guid

    As a target may have multiple addresses in the following changes, we
    should return the actual associated guid.
    elmarco committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    03387b1 View commit details
    Browse the repository at this point in the history
  7. ➕ zb: add dbus-addr dependency

    Offload the D-Bus address parsing task to a dedicated crate.
    
    zbus code transition in the following changes.
    elmarco committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a5305fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c543a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1486109 View commit details
    Browse the repository at this point in the history
  10. ♻️ zb: add TCP transport connection

    Compared to the existing implementation, this will take the family into
    account (except with tokio), as well as multiple host resolution.
    elmarco committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a5147bb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c14e65e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3904c03 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6898c02 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d98caff View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a7538ca View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b1f49c6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c161cf2 View commit details
    Browse the repository at this point in the history
  18. ♻️ zb: make windows_autolaunch_bus_address() return String

    Parsing can be done with legacy Address and DBusAddr
    elmarco committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    eb31b7e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b570b80 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b572278 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2921ee4 View commit details
    Browse the repository at this point in the history
  22. 🔥 zb: drop address module

    elmarco committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ed04080 View commit details
    Browse the repository at this point in the history