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

Bridge unix sockets and named pipes #1828

Merged
merged 14 commits into from Apr 8, 2023
Merged

Commits on Apr 7, 2023

  1. Use tokio compat_write as TxWrapper.

    This makes TxWrapper a misnomer. I'll rename it in a follow-up commit to
    facilitate easier reviewing.
    khjorth authored and Kethku committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    6d42b28 View commit details
    Browse the repository at this point in the history
  2. Rename TxWrapper -> NeovimWriter.

    khjorth authored and Kethku committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    3ca22c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d4d6a1 View commit details
    Browse the repository at this point in the history
  4. Document the --server flag.

    khjorth authored and Kethku committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    4c93c0f View commit details
    Browse the repository at this point in the history
  5. Add --server to command line reference.

    khjorth authored and Kethku committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    f4d2aa6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    991a8b7 View commit details
    Browse the repository at this point in the history
  7. Remove unused file.

    khjorth authored and Kethku committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    e25d000 View commit details
    Browse the repository at this point in the history
  8. Bridge: Introduce NeovimSession and NeovimInstance abstractions.

    Hopefully this makes the connection logic easier to understand.
    khjorth authored and Kethku committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    ae98b81 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    abcfb62 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a13fe81 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    50ee45a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    90f98e0 View commit details
    Browse the repository at this point in the history
  13. Fix clippy warning

    Kethku committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    d386758 View commit details
    Browse the repository at this point in the history
  14. Fix test build error

    Kethku committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    ce747d9 View commit details
    Browse the repository at this point in the history