aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* fix(deps): update rust crate flexi_logger to 0.18.0Renovate Bot2021-06-101-1/+1
* fix(whirl): move logs directory to `.whirl`Fuwn2021-06-092-3/+4
* feat(cli): create `.whirl` directory and logFuwn2021-06-091-0/+6
* refactor(database): rename database fileFuwn2021-06-092-2/+2
* refactor(config): rename `Whirl.toml` to `Config.toml`Fuwn2021-06-094-3/+3
* feat(global): move whirl-generated files to their own directoriesFuwn2021-06-094-4/+5
* Merge branch 'develop' of https://github.com/Whirlsplash/whirl into developFuwn2021-06-081-1/+1
|\
| * fix(deps): update rust crate diesel to 1.4.7Renovate Bot2021-06-081-1/+1
* | feat(whirl): conditional sub-server spawning via cliFuwn2021-06-082-4/+56
* | feat(whirl_server): conditional sub-server spawningFuwn2021-06-082-13/+35
|/
* docs(whirl_server): remove outdated commentFuwn2021-06-071-1/+1
* style(global): replace double hyphens with long hyphensFuwn2021-06-073-5/+5
* test(whirl_common): create benchmarksFuwn2021-06-071-0/+8
* docs(cargo): change favicon and icon in generated docsFuwn2021-06-071-0/+4
* refactor(global): update crate descriptionsFuwn2021-06-078-14/+14
* docs(whirl_api): document public functionsFuwn2021-06-061-0/+3
* refactor(whirl_server): un-publicize distributor and hub structsFuwn2021-06-061-2/+2
* docs(whirl_server): document more public functionsFuwn2021-06-063-2/+10
* refactor(whirl_server): move orphan types out of orphan moduleFuwn2021-06-064-14/+3
* fix(whirl_server::hub): space between debug log messageFuwn2021-06-061-1/+1
* refactor(whirl_server): orphan function to command methodFuwn2021-06-063-40/+33
* refactor(whirl_server::net): move orphan functions to methods within property...Fuwn2021-06-0610-263/+227
* refactor(whirl_server): remove single importsFuwn2021-06-051-6/+2
* refactor(whirl_server): create property list typeFuwn2021-06-053-3/+5
* docs(whirl_server::net::constants): portage noticeFuwn2021-06-051-0/+5
* build(global): bump toolchain releaseFuwn2021-06-053-7/+7
* fix(deps): update rust crate sysinfo to 0.18.2Renovate Bot2021-06-052-2/+2
* fix(deps): update rust crate sysinfo to 0.18.1Renovate Bot2021-06-032-2/+2
* refactor(server): final refactoring of replacing command type constants with ...Fuwn2021-06-026-46/+16
* refactor(server): replace more matches with enumsFuwn2021-06-021-22/+12
* refactor(server): use enum for command typesFuwn2021-06-023-9/+43
* fix(deps): update rust crate tokio to 1.6.1Renovate Bot2021-05-283-3/+3
* fix(global): a lot of clippy warningsFuwn2021-05-2833-154/+260
* Merge branch 'develop' of https://github.com/Whirlsplash/whirl into developFuwn2021-05-271-1/+1
|\
| * fix(deps): update rust crate curl to 0.4.38Renovate Bot2021-05-271-1/+1
* | fix(server): buddylist struct no longer needs to be clone-ableFuwn2021-05-271-1/+0
* | fix(server): create method no longer moves self, but takes referenceFuwn2021-05-276-6/+6
|/
* style(cli): remove unneeded else branchFuwn2021-05-261-2/+2
* refactor(global): move thread creation to respective cratesFuwn2021-05-264-30/+42
* refactor(whirl): move whirl struct to libFuwn2021-05-263-38/+35
* style(whirl_api): remove singleton usesFuwn2021-05-261-2/+3
* style(whirl): remove more singleton use statementsFuwn2021-05-263-15/+6
* style(whirl): don't use single used traitFuwn2021-05-261-3/+1
* refactor(whirl): move cli subcommand executor to cli structFuwn2021-05-263-53/+46
* refactor(whirl): move environment setup, execute doesn't take matchesFuwn2021-05-262-11/+5
* refactor(cli): restructure subcommand matching, removes shell completions sub...Fuwn2021-05-261-41/+21
* fix(deps): update rust crate sysinfo to 0.18.0Renovate Bot2021-05-272-2/+2
* chore(whirl): remove unused sysinfo depFuwn2021-05-261-1/+0
* refactor: move key defs comment elsewhereFuwn2021-05-231-2/+0
* style(cli): remove dot slash from directoryFuwn2021-05-231-1/+1