Commit Graph

167 Commits (master)

Author SHA1 Message Date
Chip Senkbeil 96abcefdc5
Add extra debug logging when starting a manager 10 months ago
Chip Senkbeil 22f3c2dd76
Fix bugs in set permissions for CLI and distant-local 10 months ago
Chip Senkbeil 9e48300e83
Fix zombies being leftover from distant launch manager://localhost when servers self-terminate 10 months ago
Chip Senkbeil 8972013716
Refactor capabilities to version for manager, integrate version checking for client/server/manager, and define protocol version (#219) 10 months ago
Chip Senkbeil 0efb5aee4c
Add --shell support to CLI (#218) 10 months ago
Chip Senkbeil 56b3b8f4f1
Fix CLI commands with --format json not outputting errors in JSON 10 months ago
Chip Senkbeil eb23b4e1ad
Fix win service 10 months ago
Chip Senkbeil e0b8769087
Fix return code of --help and --version on cli 10 months ago
Chip Senkbeil be7a15caa0
Refactor generation commands to use --output for files and printing to stdout by default 10 months ago
Chip Senkbeil 84ea28402d
Add support for distant spawn -c 'cmd str' 11 months ago
Chip Senkbeil f4180f6245
Change search default to not use standard filters, and provide options to set filters manually 11 months ago
Chip Senkbeil da75801639
Fix server hangup (#206) 11 months ago
Chip Senkbeil c4c46f80a9
Remove Formatter code by inlining logic for search and watch 11 months ago
Chip Senkbeil 791a41c29e
Refactor Change to use single path & support renamed detail field (#196) 11 months ago
Chip Senkbeil 4eaae55d53
Refactor to use debouncer for file watching and support configuration (#195) 11 months ago
Chip Senkbeil b163094d49
Update to test READMEs 11 months ago
Chip Senkbeil e99329d9a9
Refactor local crate & update/clean dependencies (#191) 11 months ago
Chip Senkbeil af903013f6
Support installing manager service with custom arguments 11 months ago
Chip Senkbeil 76dc7cf1fa
Refactor into protocol crate & change capabilities -> version (#189) 11 months ago
Chip Senkbeil 8cf7f11269
Refactor authentication into distant-auth 12 months ago
Chip Senkbeil 31aff1e282
Refactor --lsp [SCHEME] to just take the scheme and not the :// 12 months ago
Chip Senkbeil ea0424e2f4
Feat: set permissions support (#184) 12 months ago
Chip Senkbeil f2bd2f15f5
Add support for --lsp [scheme] 12 months ago
Chip Senkbeil 398aff2f12
Rename distant-core::data to distant-core::protocol and remove distant-core::data::{Msg, Request, Response} from being re-exported at crate root 12 months ago
Chip Senkbeil b8fecaacc0
Apply nightly formatting to reorder imports and use module-level import granularity 12 months ago
Chip Senkbeil 5b19870b98
Add upward searching as an option 1 year ago
Chip Senkbeil bbf74f1e71
Fix launch manager://localhost not parsing distant.args properly 1 year ago
Chip Senkbeil 09e8442892
Fix launch of manager://localhost 1 year ago
Chip Senkbeil 4b983b0229
Refactor into unified settings (#172) 1 year ago
Chip Senkbeil cfee78c2da
Bump more dependencies and fix tests for capabilities table and search results that use tabled 1 year ago
Chip Senkbeil 656a8007d6
Merge branch 'master' of github.com:chipsenkbeil/distant 1 year ago
Chip Senkbeil 2ab41c4976
Fix timeout default 1 year ago
Chip Senkbeil 5940b21339
Fix formatting issues 1 year ago
Chip Senkbeil 40bd20e4ac
Add --current-dir as option for distant shell and lsp commands 1 year ago
Chip Senkbeil 55036478a0
Add default configuration and ability to generate default configuration 1 year ago
Chip Senkbeil 27dc5775f9
Update ssh launch to use pty (#157) 1 year ago
Chip Senkbeil ee50eaf9b3
Add heartbeat support (#153)
* Update to support zero-size frame items

* Add heartbeat functionality with client reconnecting logic

* Fix connection reauthentication failures preventing future reauthentication

* More logging

* Remove persist

* Update connection logic to have server take on client id rather than having client take on server id during reconnect

* Bump minimum rust version to 1.64.0

* Bump to v0.20.0-alpha.3 and fix clippy warnings

* Update cargo.lock
1 year ago
Chip Senkbeil a544587bab
Add ConnectionState & ConnectionWatcher; update server to drop connection on read error 1 year ago
Chip Senkbeil 1c393ef723
Bump dependency versions and update our version to 0.20.0-alpha.2 1 year ago
Chip Senkbeil 4798b67dfe
Rewrite to support custom authentication, handshakes for encryption/compression, and reconnecting (#146) 1 year ago
Chip Senkbeil 7d1b3ba6f0
Fix stack overflow parsing BindAddress and improve resolution of BindAddress 2 years ago
Chip Senkbeil 01610a3ac7
Add search support (#131) 2 years ago
Chip Senkbeil 53fd8d0c4f
Add capabilities support to server and manager 2 years ago
Chip Senkbeil 1fa3a8acea
Refactor ssh options into a generic options map and rename extra/Extra into options/Map 2 years ago
Chip Senkbeil 591cd6ff41
Fix ssh launch login shell using sh on windows; update shell cli to use default shell from system info before defaulting 2 years ago
Chip Senkbeil 6d0bbd56fc
Add back missing newlines for system info printing 2 years ago
Chip Senkbeil 56a030e6dd
Update SystemInfo to support username and shell 2 years ago
Chip Senkbeil 04b20d1348
Fix distant client shell choosing appropriate default; update CHANGELOG 2 years ago
Chip Senkbeil 74a37209eb
Refactor --shutdown-after into --shutdown (#49) 2 years ago
Chip Senkbeil 1ff3ef2db1
Fix shutdown-after such that it now functions 2 years ago