aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl/src
Commit message (Expand)AuthorAgeFilesLines
* chore(whirl): remove custom allocatorsFuwn2024-09-231-6/+6
* refactor(crates): update idiomsFuwn2024-06-032-7/+8
* format: rustfmt with new rulesFuwn2024-06-033-47/+53
* fix: bump rust and update accordinglyorigin/oldoldFuwn2024-06-031-7/+1
* fix(whirl): signal handling not workingFuwn2021-08-011-10/+7
* feat(whirl): platform specific signal handlingFuwn2021-07-311-8/+13
* fix(cli): proper ctrl+c handlingFuwn2021-07-161-0/+12
* fix(whirl_cli): method of comparing argument when evaluating logger styleFuwn2021-07-021-2/+9
* feat(cli): generate sub-commandFuwn2021-06-211-3/+25
* style(global): fix license specFuwn2021-06-143-3/+3
* refactor(cli): clippy lintsFuwn2021-06-131-24/+21
* feat(cli): fine-grain control over which sub-servers are startedFuwn2021-06-131-23/+70
* fix(whirl): logger definitionFuwn2021-06-101-4/+7
* 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-091-1/+1
* feat(global): move whirl-generated files to their own directoriesFuwn2021-06-092-2/+2
* feat(whirl): conditional sub-server spawning via cliFuwn2021-06-081-4/+53
* feat(whirl_server): conditional sub-server spawningFuwn2021-06-081-1/+1
* docs(cargo): change favicon and icon in generated docsFuwn2021-06-071-0/+4
* fix(global): a lot of clippy warningsFuwn2021-05-282-9/+21
* style(cli): remove unneeded else branchFuwn2021-05-261-2/+2
* refactor(global): move thread creation to respective cratesFuwn2021-05-261-29/+1
* refactor(whirl): move whirl struct to libFuwn2021-05-263-38/+35
* 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
* style(cli): remove dot slash from directoryFuwn2021-05-231-1/+1
* feat(whirl): conditional logging, use whirlsplash.log.enable keyFuwn2021-05-231-13/+16
* refactor(global): move crates around, stricter module isolationFuwn2021-05-205-0/+218