Commit Graph

3 Commits

Author SHA1 Message Date
Fedor Kororkov e22f6fbeef
Add more options to `exec` (#47) 2026-05-04 15:36:20 -04:00
Nikolay Edigaryev 24335e9c8c
RPC: introduce ResolveIP() method to support "tart ip --resolver=agent" (#14)
* RPC: introduce Resolve() method to support "tart ip --resolver=agent"

* CI: fix GoReleaser installation

* Slightly reword Resolve() errors
2025-06-19 13:06:26 +04:00
Nikolay Edigaryev 9fac15bc9a
"tart exec" support (--run-rpc) and component groups (e.g. --run-daemon) (#10)
* "tart exec" support (--run-rpc) and component groups (e.g. --run-daemon)

* CI: check for lacking "buf generate" invocation

* CI: a task to run "buf push"

* defer ptmx.Close()

* Use getpeername(2) to get AF_VSOCK peer's identity

* Only call ptmx.Close() when pty.StartWithSize() succeeded
2025-05-19 18:53:16 +04:00