aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src/command.rs
Commit message (Expand)AuthorAge
* always send response to server listGustav Sörnäs2021-04-11
* timeout server pingsGustav Sörnäs2021-04-10
* add some debug prints for pingsGustav Sörnäs2021-04-10
* increment status ping idGustav Sörnäs2021-04-10
* Replace State tokio::sync::Mutex by std::sync::RwLockRubens Brandao2021-04-05
* remove ipc-channel dependencyEskil Queseth2021-03-24
* remove unnecessary debug printEskil Q2021-01-07
* fix deadlockEskil Q2021-01-06
* Merge remote-tracking branch 'origin/clippy' into mainGustav Sörnäs2021-01-02
|\
| * clippy passGustav Sörnäs2021-01-01
* | move none-state-fields on state to clientGustav Sörnäs2021-01-01
|/
* cargo fmtEskil Queseth2020-10-31
* add support for mumctl server listEskil Queseth2020-10-31
* cargo fmtGustav Sörnäs2020-10-29
* remove async from State::handle_commandEskil Queseth2020-10-21
* add printing of welcome message to server connectEskil Queseth2020-10-21
* add tcp event systemEskil Queseth2020-10-21
* cargo fmtEskil Queseth2020-10-17
* change loop to avoid panicEskil Queseth2020-10-15
* add basic error messaging on mumdEskil Queseth2020-10-15
* initial cliGustav Sörnäs2020-10-15
* cargo fmtGustav Sörnäs2020-10-14
* add support for reconnecting to serverEskil Queseth2020-10-14
* add support for disconnect commandEskil Queseth2020-10-14
* some changesGustav Sörnäs2020-10-14
* fix code so that it doesn't deadlockEskil Queseth2020-10-14
* wip handle more commands (panics)Gustav Sörnäs2020-10-14
* wait for complete state before sending commandsGustav Sörnäs2020-10-13
* join different channelsGustav Sörnäs2020-10-13
* create command.rsGustav Sörnäs2020-10-11