Commit Graph

74 Commits

Author SHA1 Message Date
Chip Senkbeil
7c08495904
Switch to unbounded channels for Reply (#207) 2023-06-19 14:56:19 -05:00
Chip Senkbeil
da75801639
Fix server hangup (#206) 2023-06-18 15:09:09 -05:00
Nagy Botond
8009cc9361
fix(parser): allow - (hyphen) to appear in usernames (#203) 2023-06-12 16:25:32 -05:00
Chip Senkbeil
4fb9045152
Support sequential batch processing (#201) 2023-06-11 23:32:38 -05:00
Chip Senkbeil
efad345a0d
Add header support to request & response (#200) 2023-06-11 18:07:36 -05:00
Chip Senkbeil
791a41c29e
Refactor Change to use single path & support renamed detail field (#196) 2023-06-08 16:16:48 -07:00
Chip Senkbeil
6f98e44723
Bump to alpha.8 2023-06-06 15:25:21 -07:00
Chip Senkbeil
72cc998595
Update change to include timestamp and details fields 2023-06-06 13:38:10 -07:00
Chip Senkbeil
4eaae55d53
Refactor to use debouncer for file watching and support configuration (#195) 2023-06-05 18:01:16 -05:00
Chip Senkbeil
9da7679081
Support alternative file watching implementation for MacOS 2023-06-04 12:28:31 -05:00
Chip Senkbeil
009996b554
Remove crossbeam-channel feature from notify dependency (https://github.com/notify-rs/notify/issues/380) 2023-06-04 03:33:33 -05:00
Chip Senkbeil
9f345eb31b
Update changelog for v0.20.0-alpha.7 release 2023-06-01 01:51:42 -05:00
Chip Senkbeil
e99329d9a9
Refactor local crate & update/clean dependencies (#191) 2023-06-01 01:48:25 -05:00
Chip Senkbeil
40c265e35b
Update changelog to reflect new manager service install feature 2023-05-31 23:52:00 -05:00
Chip Senkbeil
76dc7cf1fa
Refactor into protocol crate & change capabilities -> version (#189) 2023-05-31 02:38:16 -05:00
Chip Senkbeil
8cf7f11269
Refactor authentication into distant-auth 2023-05-27 20:39:26 -05:00
Chip Senkbeil
2042684c97
Update changelog with --lsp change 2023-05-27 02:12:34 -05:00
Chip Senkbeil
ea0424e2f4
Feat: set permissions support (#184) 2023-05-27 02:02:59 -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
5b19870b98
Add upward searching as an option 2023-05-11 23:18:11 -05:00
Chip Senkbeil
c989a851ce
Add fix to changelog 2023-05-09 00:50:08 +02:00
Chip Senkbeil
4b983b0229
Refactor into unified settings (#172) 2023-04-22 02:40:21 +02:00
Chip Senkbeil
d44df53e83
Update changelog 2023-03-31 19:35:10 -05:00
Chip Senkbeil
78b0ee628e
Update changelog 2023-03-30 18:25:58 -05:00
Chip Senkbeil
27dc5775f9
Update ssh launch to use pty (#157) 2022-12-11 04:15:26 -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
8f3b204474
Update to attempt more linux release builds 2022-11-19 21:40:03 -06:00
Chip Senkbeil
bc3f6eef04
Update changelog for new release 2022-11-19 20:55:48 -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
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
01610a3ac7
Add search support (#131) 2022-08-30 01:47:23 -07:00
Chip Senkbeil
53fd8d0c4f
Add capabilities support to server and manager 2022-08-28 18:30:36 -05:00
Chip Senkbeil
c19df9f538
Fix ssh system info (#127) 2022-08-28 01:52:36 -05:00
Chip Senkbeil
591cd6ff41
Fix ssh launch login shell using sh on windows; update shell cli to use default shell from system info before defaulting 2022-08-25 01:56:50 -05:00
Chip Senkbeil
04b20d1348
Fix distant client shell choosing appropriate default; update CHANGELOG 2022-08-19 01:25:32 -05:00
Chip Senkbeil
fd325e4523
Release v0.18.0 2022-08-18 21:38:10 -05:00
Chip Senkbeil
74a37209eb
Refactor --shutdown-after into --shutdown (#49) 2022-08-18 18:52:42 -05:00
Chip Senkbeil
8e8eb8c574
Release v0.17.6 2022-08-18 17:01:24 -05:00
Chip Senkbeil
1ff3ef2db1
Fix shutdown-after such that it now functions 2022-08-18 16:52:03 -05:00
Chip Senkbeil
3b3e74462c
Fix Docker M1 Mac watcher failure and release v0.17.5 2022-08-18 02:38:36 -05:00
Chip Senkbeil
7849567c0f
Release v0.17.4 2022-08-18 01:23:12 -05:00
Chip Senkbeil
41d35f88de
Fix handling of IPv6 for Destination and DistantSingleKeyCredentials 2022-08-18 01:19:05 -05:00
Chip Senkbeil
7a474a7ca2
Release v0.17.3 2022-08-18 00:12:08 -05:00