summaryrefslogtreecommitdiffhomepage
path: root/mullvad-problem-report/src
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Migrate from deprecated dirs dependencyDavid Lönnhager1-3/+3
2020-11-24Pass resource dir. when sending problem reportJanito Vaqueiro Ferreira Filho2-2/+4
2020-11-19Shuffle API address cache when loaded, and use bundled API address cache as f...David Lönnhager1-1/+6
2020-09-07Fix deadlock in the problem report toolDavid Lönnhager1-5/+3
2020-09-01Reduce excessive thread countDavid Lönnhager1-1/+1
2020-09-01Share tokio runtime between the management interface and daemonDavid Lönnhager1-2/+11
2020-05-07Use embeded TLS certificatesEmīls1-17/+1
2020-04-28Pass resource directory to problem reportEmīls1-4/+18
2020-04-27Use new HTTP RPCs in problem report binaryEmīls1-10/+9
2020-04-22Remove hard-coded log directory for problem reportJanito Vaqueiro Ferreira Filho1-6/+16
2020-02-06Remove licence headers from Rust source codeLinus Färnstrand2-16/+0
2019-10-29Upgrade duct to 0.13Linus Färnstrand1-1/+1
2019-10-17Upgrade err-derive to 0.2.1Linus Färnstrand1-5/+5
2019-10-09Adapt to problem-report binary being called mullvad-problem-reportLinus Färnstrand1-2/+2
2019-08-09Use impl Iterator where simplerLinus Färnstrand1-12/+6
2019-08-09Fix unwrap_or usageLinus Färnstrand1-5/+6
2019-08-09Move Android ABI list to separate metadata entryLinus Färnstrand1-1/+30
2019-08-09Remove exact build number from Android problem reportLinus Färnstrand1-5/+4
2019-08-09Use single format! for clearer overview of final outputLinus Färnstrand1-8/+4
2019-08-09Use unwrap_or_default to get empty StringLinus Färnstrand1-3/+3
2019-08-06Include Android version and ABI list in reportJanito Vaqueiro Ferreira Filho1-5/+10
2019-07-04Sort problem report metadataLinus Färnstrand2-7/+7
2019-07-04Add test for ProblemReport::parse_metadataLinus Färnstrand1-1/+32
2019-07-03Parse problem report metadata from fileLinus Färnstrand1-1/+28
2019-06-25Include logcat in collected problem report logsJanito Vaqueiro Ferreira Filho1-0/+16
2019-06-19Allow `mullvad-problem-report` to be used as a libJanito Vaqueiro Ferreira Filho2-543/+554
2019-06-10Improve help textLinus Färnstrand1-2/+8
2019-06-10Automatically pick up frontend logs in problem-reportLinus Färnstrand1-11/+68
2019-06-10Add extra help output to the problem-report CLI commandLinus Färnstrand1-1/+9
2019-05-27Automatically print help when no subcommand givenLinus Färnstrand1-1/+5
2019-04-10Remove error-chain from problem-reportLinus Färnstrand1-51/+96
2019-04-04Add #![deny(rust_2018_idioms)] to all crates and fix warningsLinus Färnstrand1-0/+2
2019-04-03Implement OS version retrieval for AndroidJanito Vaqueiro Ferreira Filho1-0/+21
2019-03-25Replace trim_left_matches with trim_start_matchesLinus Färnstrand1-1/+1
2019-02-01Rename security module to firewallLinus Färnstrand1-1/+1
2019-01-19Remove explicitly setting the system allocatorLinus Färnstrand1-5/+0
2018-12-13Upgrade mullvad-problem-report to Rust 2018Linus Färnstrand2-20/+6
2018-11-21Fix formatting for rustfmt for rustc 1.32.0-nightly (f1e2fa8f0 2018-11-20)Emīls Piņķis1-1/+1
2018-11-19Make problem-report tool create its own tokio CoreLinus Färnstrand1-5/+7
2018-11-16Fix non-consuming arguments in problem-reportLinus Färnstrand1-8/+3
2018-11-01Remove commit date from problem reportsLinus Färnstrand1-5/+1
2018-10-29Remove a number of #[macro_use] in favor of new way of importingLinus Färnstrand1-10/+12
2018-10-24Fix clippy lints in problem-reportLinus Färnstrand1-4/+4
2018-10-24Add terminal logging to problem-reportLinus Färnstrand1-0/+2
2018-10-24Fix various warnings emitted by the Clippy linterLinus Färnstrand1-1/+1
2018-09-27Reformat with rustfmt 0.99.5Linus Färnstrand1-10/+17
2018-09-20Redact IPv6 address starting or ending with colonsJanito Vaqueiro Ferreira Filho1-17/+40
2018-09-20Simplify redaction testsJanito Vaqueiro Ferreira Filho1-8/+8
2018-09-20Remove test for not redacting localhost IPv6 addr.Janito Vaqueiro Ferreira Filho1-7/+0
2018-09-20Set the global allocator to the system default oneLinus Färnstrand1-0/+6