aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/net
Commit message (Collapse)AuthorAgeFilesLines
* refactor(whirl_server): implement `Clone` for `PropertyList`Fuwn2021-07-012-0/+2
| | | | The following commits will require `PropertyList` to be cloneable, this enables that.
* style(global): fix license specFuwn2021-06-144-4/+4
|
* docs(whirl_server): document more public functionsFuwn2021-06-061-2/+6
|
* refactor(whirl_server::net): move orphan functions to methods within ↵Fuwn2021-06-065-100/+99
| | | | property list struct
* 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
|
* refactor(server): final refactoring of replacing command type constants with ↵Fuwn2021-06-021-2/+2
| | | | enum values
* fix(global): a lot of clippy warningsFuwn2021-05-283-9/+10
| | | | This change makes clippy **a lot** more strict.
* refactor(server): fix some unnecessarily exposed modules, allow dead code ↵Fuwn2021-05-232-3/+5
| | | | for constants
* docs(global): add new documentationFuwn2021-05-231-2/+2
|
* refactor(global): move crates around, stricter module isolationFuwn2021-05-205-0/+213