Commit Graph

316 Commits

Author SHA1 Message Date
Chip Senkbeil
ea0424e2f4
Feat: set permissions support (#184) 2023-05-27 02:02:59 -05:00
Chip Senkbeil
137b4dc289
Bump to 0.20.0-alpha.7 as next version 2023-05-24 11:41:19 -05:00
Chip Senkbeil
3208fdcaa2
Update release.yml to update for a couple of installs 2023-05-23 14:36:24 -05:00
Chip Senkbeil
8768106c67
Bump changelog again 2023-05-23 14:17:09 -05:00
Chip Senkbeil
b3e0f651d5
Bump changelog 2023-05-23 14:14:52 -05:00
Chip Senkbeil
f2bd2f15f5
Add support for --lsp [scheme] 2023-05-23 14:13:25 -05:00
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 2023-05-18 08:49:18 -05:00
Chip Senkbeil
7fceb63aa3
Update Cargo.lock dependencies 2023-05-18 07:26:34 -05:00
Chip Senkbeil
5740c2cc4d
Bump to 0.20.0-alpha.6 2023-05-17 20:13:24 -05:00
Chip Senkbeil
b8fecaacc0
Apply nightly formatting to reorder imports and use module-level import granularity 2023-05-16 15:46:24 -05:00
Chip Senkbeil
5b19870b98
Add upward searching as an option 2023-05-11 23:18:11 -05:00
Chip Senkbeil
bbf74f1e71
Fix launch manager://localhost not parsing distant.args properly 2023-05-09 02:34:10 +02:00
Chip Senkbeil
c989a851ce
Add fix to changelog 2023-05-09 00:50:08 +02:00
Chip Senkbeil
09e8442892
Fix launch of manager://localhost 2023-05-09 00:48:33 +02:00
Chip Senkbeil
4b983b0229
Refactor into unified settings (#172) 2023-04-22 02:40:21 +02:00
Chip Senkbeil
093b4d2ec4
Bump referenced minimum Rust version in READMEs 2023-04-01 11:42:39 -05:00
Chip Senkbeil
cfee78c2da
Bump more dependencies and fix tests for capabilities table and search results that use tabled 2023-03-31 22:15:25 -05:00
Chip Senkbeil
d44df53e83
Update changelog 2023-03-31 19:35:10 -05:00
Chip Senkbeil
90305607e9
Bump dependency versions and update to v0.20.0-alpha.4 2023-03-31 19:31:28 -05:00
Chip Senkbeil
2b6bf3c0a8
Fix formatting 2023-03-31 17:51:43 -05:00
Chip Senkbeil
656a8007d6
Merge branch 'master' of github.com:chipsenkbeil/distant 2023-03-31 16:16:30 -05:00
Chip Senkbeil
8853d1072a
Bump versions 2023-03-31 16:16:17 -05:00
Chip Senkbeil
2ab41c4976
Fix timeout default 2023-03-31 00:51:43 -05:00
Chip Senkbeil
5940b21339
Fix formatting issues 2023-03-30 18:31:16 -05:00
Chip Senkbeil
78b0ee628e
Update changelog 2023-03-30 18:25:58 -05:00
Chip Senkbeil
40bd20e4ac
Add --current-dir as option for distant shell and lsp commands 2023-03-30 16:09:54 -05:00
Chip Senkbeil
55036478a0
Add default configuration and ability to generate default configuration 2023-03-18 14:12:22 -05:00
Chip Senkbeil
27dc5775f9
Update ssh launch to use pty (#157) 2022-12-11 04:15:26 -06:00
Chip Senkbeil
9b2f0de0c5
Reenable cli tests on windows (#156)
Also fixes a failing Windows test that has different behavior than Linux/Unix
2022-12-11 00:05:18 -06:00
Chip Senkbeil
a023b8f22d
Add reconnect feature to table list 2022-11-27 12:41:21 -06:00
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
2022-11-27 12:38:53 -06:00
Chip Senkbeil
ee595551ae
Release v0.20.0-alpha.2 2022-11-20 22:49:31 -06:00
Chip Senkbeil
a544587bab
Add ConnectionState & ConnectionWatcher; update server to drop connection on read error 2022-11-20 22:29:20 -06:00
Chip Senkbeil
1c393ef723
Bump dependency versions and update our version to 0.20.0-alpha.2 2022-11-20 17:13:00 -06:00
Chip Senkbeil
a41ef5996e
Bump version to 0.20.0-alpha.1 and add more targets for release 2022-11-19 23:24:58 -06:00
Chip Senkbeil
10141f2090
Another attempt at fixing release build for new linux 2022-11-19 22:12:42 -06:00
Chip Senkbeil
e13ec37603
Fix broken release yml 2022-11-19 21:41:00 -06:00
Chip Senkbeil
8f3b204474
Update to attempt more linux release builds 2022-11-19 21:40:03 -06:00
Chip Senkbeil
3a4b98cdde
Ignore markdown files in ci 2022-11-19 20:57:45 -06:00
Chip Senkbeil
bc3f6eef04
Update changelog for new release 2022-11-19 20:55:48 -06:00
Chip Senkbeil
65fdbe8650
Reset release.yml trigger 2022-11-19 20:41:51 -06:00
Chip Senkbeil
9ef32fe811
Update release to only apply on primary branch 2022-11-19 20:33:15 -06:00
Chip Senkbeil
4798b67dfe
Rewrite to support custom authentication, handshakes for encryption/compression, and reconnecting (#146) 2022-11-19 20:27:49 -06:00
Chip Senkbeil
7d1b3ba6f0
Fix stack overflow parsing BindAddress and improve resolution of BindAddress 2022-09-16 20:12:15 -05:00
Chip Senkbeil
4cf869ecb7
Add untyped request response (#137)
Add untyped request/response types to distant-net and trace for sending server message
2022-09-09 02:09:40 -05:00
Chip Senkbeil
a8107aed3a
Update SearchQueryCondition to support logical or and contains types; also update non-regex types to escape regex 2022-09-08 19:16:48 -05:00
Chip Senkbeil
193bb6d237
Integrate ignore crate to provide parallel search, binary detection, and support ignore files (#136) 2022-09-07 01:04:49 -05:00
Chip Senkbeil
dac318eb1e
Release v0.19.0 2022-08-30 11:19:16 -07:00
Chip Senkbeil
cae6c5e244
Refactor SearchQuery to support multiple paths at once 2022-08-30 02:50:58 -07:00
Chip Senkbeil
01610a3ac7
Add search support (#131) 2022-08-30 01:47:23 -07:00