aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* correct outputGustav Sörnäs2021-04-11
|
* remove arcGustav Sörnäs2021-04-11
|
* add error logGustav Sörnäs2021-04-11
|
* ? -> intoGustav Sörnäs2021-04-11
|
* align server status outputGustav Sörnäs2021-04-11
|
* timeout server pingsGustav Sörnäs2021-04-10
|
* add some debug prints for pingsGustav Sörnäs2021-04-10
|
* remove unneeded rcGustav Sörnäs2021-04-10
|
* increment status ping idGustav Sörnäs2021-04-10
|
* send parallel ping commandsGustav Sörnäs2021-04-10
|
* add date and time to log outputGustav Sörnäs2021-04-10
|
* update versions againGustav Sörnäs2021-04-10
| | | | ...
* update versions againGustav Sörnäs2021-04-10
| | | | oops
* bump version numbersGustav Sörnäs2021-04-10
|
* update changelog some moreGustav Sörnäs2021-04-08
|
* Merge pull request #84 from mum-rs/cargo-readmeGustav Sörnäs2021-04-08
|\ | | | | add readme to all Cargo.toml
| * add readme to all Cargo.tomlGustav Sörnäs2021-04-08
|/
* 0.3.1 changelogGustav Sörnäs2021-04-08
|
* Merge pull request #82 from rbran/mainGustav Sörnäs2021-04-06
|\
| * Fix the import location and a possible deadlockRubens Brandao2021-04-06
| |
| * Replace State tokio::sync::Mutex by std::sync::RwLockRubens Brandao2021-04-05
| |
* | Merge pull request #81 from mum-rs/structoptGustav Sörnäs2021-04-06
|\ \ | |/ |/|
| * remove stdGustav Sörnäs2021-04-06
| |
| * remove anyhowGustav Sörnäs2021-04-06
| |
| * specify version dependencyGustav Sörnäs2021-04-06
| |
| * cargo fmtGustav Sörnäs2021-04-03
| |
| * more anyhowGustav Sörnäs2021-04-03
| |
| * update github link in documentationGustav Sörnäs2021-04-03
| |
| * update mumctl documentationGustav Sörnäs2021-04-03
| |
| * add structopt flag directivesGustav Sörnäs2021-04-03
| |
| * clap -> structoptGustav Sörnäs2021-04-03
| | | | | | | | | | | | I tried to translate the current clap-code into structopt and save any modifications for later, /but/, some things would've taken too much energy. But I've forgotten what those were.
* | fix markdown tableGustav Sörnäs2021-04-03
|/
* Merge pull request #42 from mum-rs/handle-panicsGustav Sörnäs2021-03-31
|\
| * tyrbofish ?Eskil Queseth2021-03-31
| |
| * reviewGustav Sörnäs2021-03-31
| |
| * report tcp errors all the wayGustav Sörnäs2021-03-30
| |
| * udp errorGustav Sörnäs2021-03-30
| |
| * return tcp errors from tcp internalsGustav Sörnäs2021-03-30
| |
| * update changelogGustav Sörnäs2021-03-30
| |
| * skip handling >2 channels for nowGustav Sörnäs2021-03-30
| | | | | | | | See #80.
| * config errorGustav Sörnäs2021-03-30
| |
| * mumlib::config: dirsGustav Sörnäs2021-03-30
| |
| * rename notify -> notificationsGustav Sörnäs2021-03-30
| | | | | | | | Notify is already taken, see https://lib.rs/crates/notify.
| * warn if notification init failsGustav Sörnäs2021-03-30
| |
| * add StateError and AudioErrorGustav Sörnäs2021-03-30
| |
| * mumctl: more error_if_errGustav Sörnäs2021-03-30
| |
| * mumctl: error_if_err!Gustav Sörnäs2021-03-30
| |
| * add todosGustav Sörnäs2021-03-30
|/
* Merge pull request #79 from mum-rs/tcp-event-queueGustav Sörnäs2021-03-30
|\
| * code reviewGustav Sörnäs2021-03-30
| |