Commit Graph

34 Commits

Author SHA1 Message Date
dependabot[bot]
7ed60f7ef3 chore(deps): bump serde from 1.0.90 to 1.0.91
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.90 to 1.0.91.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.90...v1.0.91)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-07 18:57:53 +02:00
dependabot[bot]
ae58d76e2d chore(deps): bump libc from 0.2.53 to 0.2.54
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.53 to 0.2.54.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.53...0.2.54)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-05 02:34:17 +02:00
dependabot[bot]
1588dfcaa0 chore(deps): bump libc from 0.2.51 to 0.2.53
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.51 to 0.2.53.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.51...0.2.53)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-29 15:08:38 +02:00
dependabot[bot]
ac4fd026f1 chore(deps): bump xterm from 3.12.0 to 3.12.2
Bumps [xterm](https://github.com/xtermjs/xterm.js) from 3.12.0 to 3.12.2.
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](https://github.com/xtermjs/xterm.js/compare/3.12.0...3.12.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-15 10:48:59 +02:00
dependabot[bot]
467790aba8 chore(deps): bump serde from 1.0.89 to 1.0.90
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.89 to 1.0.90.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.89...v1.0.90)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-04 12:13:01 +02:00
dependabot[bot]
5c81ffd9fc chore(deps): bump futures from 0.1.25 to 0.1.26
Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.25 to 0.1.26.
- [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases)
- [Changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang-nursery/futures-rs/compare/0.1.25...0.1.26)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-03 14:55:04 +02:00
Fabian Freyer
09f8b4ffd7 refactor: make ui endpoint configurable
* use askama template for UI endpoint
* make UI endpoint configurable
2019-03-29 17:35:04 -04:00
Fabian Freyer
093e87fad9 Make command configurable per-request 2019-03-29 11:32:35 -04:00
Fabian Freyer
c9c85aacab Handle child death 2019-03-29 10:57:11 -04:00
Fabian Freyer
41bfce1f14 bug: fix row/column confusion for resize 2019-03-29 10:55:49 -04:00
Fabian Freyer
cc35990367 static: declare charset in term.html 2019-03-29 10:55:49 -04:00
Fabian Freyer
e63ad944d7 refactor: split up bin and lib 2019-03-29 10:55:44 -04:00
Fabian Freyer
6bdfd1118a make webterm_socket endpoint configurable 2019-03-29 10:55:21 -04:00
Fabian Freyer
c232123bf9 ci: add .travis.yml 2019-03-29 09:11:07 -04:00
Fabian Freyer
94709feb3d refactor: move some logic into WebTermExt trait 2019-03-29 08:53:41 -04:00
Fabian Freyer
d6f1eb671c chore: rustfmt 2019-03-29 08:53:41 -04:00
Fabian Freyer
4f3e8f6443 refactor: move things into event module 2019-03-29 08:53:41 -04:00
Fabian Freyer
04f1013f93 refactor: rename structs 2019-03-29 08:53:41 -04:00
Fabian Freyer
d1d284f995 bug: fix terminado tests 2019-03-29 08:53:41 -04:00
Fabian Freyer
53bacdda00 refactor: improve error handling 2019-03-29 08:53:41 -04:00
Fabian Freyer
01fa4bb66f try_from is stabilized 2019-03-29 08:53:41 -04:00
Fabian Freyer
6fd5fdece0 chore: fix clippy lints 2019-03-29 08:53:41 -04:00
Fabian Freyer
abb0d810de Implement proper resizing with terminado. 2019-03-29 08:53:41 -04:00
dependabot[bot]
b965cc8763 chore(deps): bump serde_json from 1.0.34 to 1.0.39
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.34 to 1.0.39.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.34...v1.0.39)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-29 13:45:52 +01:00
dependabot[bot]
e30c15158a chore(deps): bump tokio from 0.1.17 to 0.1.18
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.1.17 to 0.1.18.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.1.17...tokio-0.1.18)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-29 13:40:58 +01:00
dependabot[bot]
bbf740a4f8 chore(deps): bump tokio from 0.1.13 to 0.1.17
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.1.13 to 0.1.17.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.17/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.1.13...tokio-0.1.17)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-29 13:35:48 +01:00
dependabot[bot]
bf161a8b64 chore(deps): bump libc from 0.2.46 to 0.2.51
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.46 to 0.2.51.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.46...0.2.51)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-29 13:34:17 +01:00
dependabot[bot]
57bb891926 chore(deps): bump tokio-io from 0.1.10 to 0.1.12
Bumps [tokio-io](https://github.com/tokio-rs/tokio) from 0.1.10 to 0.1.12.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-io-0.1.12/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-io-0.1.10...tokio-io-0.1.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-29 13:33:42 +01:00
dependabot[bot]
018333a591 chore(deps): bump serde from 1.0.84 to 1.0.89
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.84 to 1.0.89.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.84...v1.0.89)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-29 13:33:05 +01:00
dependabot[bot]
7cb3fd4d85 chore(deps): bump xterm from 3.10.1 to 3.12.0
Bumps [xterm](https://github.com/xtermjs/xterm.js) from 3.10.1 to 3.12.0.
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](https://github.com/xtermjs/xterm.js/compare/3.10.1...3.12.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-29 13:32:40 +01:00
dependabot[bot]
ce2de69aaf chore(deps): bump actix-web from 0.7.17 to 0.7.19
Bumps [actix-web](https://github.com/actix/actix-web) from 0.7.17 to 0.7.19.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/v0.7.19/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/0.7.17...v0.7.19)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-29 13:31:42 +01:00
Fabian Freyer
068b302947 chore: License under BSD-3-Clause 2019-03-04 08:24:56 +01:00
Fabian Freyer
5d735869ff chore: update xterm.js 2019-01-14 17:44:26 +01:00
Fabian Freyer
db50e1ccfe Initial commit 2019-01-04 03:15:53 +01:00