1
0
Fork 0
mirror of https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git synced 2025-12-28 18:42:18 +01:00
Commit graph

12 commits

Author SHA1 Message Date
1386c1dc4c
Feature: Allow setting environment variables 2024-10-07 16:22:45 +02:00
d9af15ae5a
Fix (shell): Send std(out|err) and read to stdin non-blocking
TTY remains not functional
2024-10-07 15:54:24 +02:00
a1ff624f2a
Refactor: Split pty and shell out of channel 2024-09-28 20:51:25 +02:00
b30a46e568
WIP: Replace redox_syscall with libredox 2024-09-28 16:50:25 +02:00
086b65038d
Fix (lints): Run clippy automatic fixes 2024-09-26 14:19:25 +02:00
d25d37a751
Replace deprecated before_exec with pre_exec
> [The `before_exec`] method is stable and usable, but it should be unsafe.
> To fix that, it got deprecated in favor of the unsafe [`pre_exec`].
2024-09-26 13:50:23 +02:00
86f0cc82c3
Update to Rust Edition 2021 and fix compilation errors 2024-09-26 13:43:01 +02:00
1103eb0eec
Fix warnings: trait objects without an explicit dyn are deprecated (not all of them)
Literally just inserts `dyn`  keywords.

This was deprecated but accepted in Rust 2015 but is a hard error in Rust 2021!
2024-09-26 13:37:16 +02:00
Jeremy Soller
656f021eb9
Update dependencies 2023-03-10 09:03:43 -07:00
Jeremy Soller
8cf8b6073f Fix compilation on Redox 2018-05-02 19:28:04 -06:00
Thomas Gatzweiler
29f16ed240 Create a read thread for the PTY 2017-07-21 21:18:48 +02:00
Thomas Gatzweiler
af8a1ffb77 Implement channels 2017-07-20 17:31:02 +02:00