aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Collapse)AuthorAgeFilesLines
...
* | feat(server): indicate which server type accepted clientFuwn2021-12-221-1/+5
| |
* | chore(fmt): auto-formatFuwn2021-12-221-2/+10
| |
* | fix: more localhost ipsFuwn2021-12-223-4/+5
| |
* | fix(config): localhost ipsFuwn2021-12-221-1/+1
|/
* fix(deps): update rust crate curl to 0.4.39Renovate Bot2021-10-012-2/+2
|
* fix(deps): update rust crate sysinfo to 0.20.4Renovate Bot2021-09-282-2/+2
|
* fix(deps): update rust crate tokio to 1.12.0Renovate Bot2021-09-213-3/+3
|
* Merge pull request #91 from Whirlsplash/renovate/hyper-0.xmergify[bot]2021-09-201-1/+1
|\ | | | | fix(deps): update rust crate hyper to 0.14.13
| * fix(deps): update rust crate hyper to 0.14.13Renovate Bot2021-09-161-1/+1
| |
* | Merge pull request #92 from Whirlsplash/renovate/flexi_logger-0.xmergify[bot]2021-09-201-1/+1
|\ \ | | | | | | fix(deps): update rust crate flexi_logger to 0.19.4
| * | fix(deps): update rust crate flexi_logger to 0.19.4Renovate Bot2021-09-181-1/+1
| |/
* / fix(deps): update rust crate diesel to 1.4.8Renovate Bot2021-09-201-1/+1
|/
* fix(deps): update rust crate flexi_logger to 0.19.3Renovate Bot2021-09-101-1/+1
|
* fix(deps): update rust crate sysinfo to 0.20.3Renovate Bot2021-09-042-2/+2
|
* fix(deps): update rust crate tokio-util to 0.6.8Renovate Bot2021-09-032-2/+2
|
* fix(deps): update rust crate tokio to 1.11.0Renovate Bot2021-08-313-3/+3
|
* Merge pull request #84 from Whirlsplash/renovate/sysinfo-0.xmergify[bot]2021-08-312-2/+2
|\ | | | | fix(deps): update rust crate sysinfo to 0.20.2
| * fix(deps): update rust crate sysinfo to 0.20.2Renovate Bot2021-08-302-2/+2
| |
* | Merge pull request #85 from Whirlsplash/renovate/structopt-0.xmergify[bot]2021-08-311-1/+1
|\ \ | | | | | | fix(deps): update rust crate structopt to 0.3.23
| * | fix(deps): update rust crate structopt to 0.3.23Renovate Bot2021-08-301-1/+1
| |/
* / fix(deps): update rust crate signal-hook to 0.3.10Renovate Bot2021-08-311-1/+1
|/
* fix(deps): update rust crate serde to 1.0.130Renovate Bot2021-08-284-4/+4
|
* fix(deps): update rust crate serde_derive to 1.0.130Renovate Bot2021-08-284-4/+4
|
* fix(deps): update rust crate flexi_logger to 0.18.1Renovate Bot2021-08-271-1/+1
|
* Merge pull request #77 from Whirlsplash/renovate/hyper-0.xmergify[bot]2021-08-251-1/+1
|\ | | | | fix(deps): update rust crate hyper to 0.14.12
| * fix(deps): update rust crate hyper to 0.14.12Renovate Bot2021-08-241-1/+1
| |
* | fix(deps): update rust crate bytes to 1.1.0Renovate Bot2021-08-252-2/+2
|/
* fix(deps): update rust crate tokio to 1.10.1Renovate Bot2021-08-243-3/+3
|
* fix(deps): update rust crate serde_derive to 1.0.129Renovate Bot2021-08-234-4/+4
|
* Merge pull request #74 from Whirlsplash/renovate/serde-1.xmergify[bot]2021-08-234-4/+4
|\ | | | | fix(deps): update rust crate serde to 1.0.129
| * fix(deps): update rust crate serde to 1.0.129Renovate Bot2021-08-234-4/+4
| |
* | fix(deps): update rust crate sysinfo to 0.20.1Renovate Bot2021-08-232-2/+2
|/
* fix(deps): update rust crate serde_derive to 1.0.128Renovate Bot2021-08-214-4/+4
|
* fix(deps): update rust crate serde to 1.0.128Renovate Bot2021-08-214-4/+4
|
* fix(deps): update rust crate tokio to 1.10.0Renovate Bot2021-08-123-3/+3
|
* fix(deps): update rust crate axum to 0.1.3Renovate Bot2021-08-061-1/+1
|
* fix(deps): update rust crate sysinfo to 0.20.0Renovate Bot2021-08-042-2/+2
|
* refactor(whirl_api): migrate to AxumFuwn2021-08-045-79/+72
| | | | | | The Tokio group recently released a new web-framework called Axum, and being that almost every aspect of Whirl harnesses Tokio's pre-existing libraries; I think it's more fitting to migrate the web-server over to a Tokio-based one as well!
* fix(whirl): signal handling not workingFuwn2021-08-012-11/+7
|
* fix(whirl_prompt): clippy warningsFuwn2021-07-312-1/+3
|
* feat(whirl): platform specific signal handlingFuwn2021-07-312-9/+17
| | | | | | | | | I hadn't realised until now; the `signal-hook` crate doesn't function properly on Windows, for the time being; the functionality of this crate has been disabled on Windows. This change also adapts the signal handler to use the Tokio-specific `signal-hook` crate.
* fix(deps): update rust crate serde_derive to 1.0.127Renovate Bot2021-07-314-4/+4
|
* fix(deps): update rust crate serde to 1.0.127Renovate Bot2021-07-314-4/+4
|
* fix(deps): update rust crate async-trait to 0.1.51Renovate Bot2021-07-292-2/+2
|
* chore(deps): update rust crate criterion to 0.3.5Renovate Bot2021-07-261-1/+1
|
* Merge pull request #60 from Whirlsplash/renovate/tokio-1.xFuwn2021-07-243-3/+3
|\
| * fix(deps): update rust crate tokio to 1.9.0Renovate Bot2021-07-223-3/+3
| |
* | fix(whirl_prompt): register single char input as nullFuwn2021-07-241-1/+1
| | | | | | | | | | | | | | | | | | When entering inputs with a single character, the input would not register as a null command so no "command not found" error would be produced. Now it will produce the error. In the future, it would be smart to replace this mechanism with an iterator over a commands list.
* | feat(whirl_prompt): whirl mode in fetch builtinFuwn2021-07-243-9/+40
|/
* fix(deps): update rust crate tokio to 1.8.2Renovate Bot2021-07-193-3/+3
|