summaryrefslogtreecommitdiffhomepage
path: root/mullvad-problem-report
AgeCommit message (Expand)AuthorFilesLines
2019-04-10Remove error-chain from problem-reportLinus Färnstrand2-52/+101
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-04-02Updating version in package filesLinus Färnstrand1-1/+1
2019-03-29Upgrade uuid, rand & env_loggerLinus Färnstrand1-2/+2
2019-03-28Updating version in package filesLinus Färnstrand1-1/+1
2019-03-25Replace trim_left_matches with trim_start_matchesLinus Färnstrand1-1/+1
2019-03-21Updating version in package files2019.2-beta1Linus Färnstrand1-1/+1
2019-02-01Rename security module to firewallLinus Färnstrand1-1/+1
2019-01-29Updating version in package filesLinus Färnstrand1-1/+1
2019-01-29Updating version in package filesLinus Färnstrand1-1/+1
2019-01-19Remove explicitly setting the system allocatorLinus Färnstrand1-5/+0
2019-01-09Updating version metadata to 2018.6Linus Färnstrand1-1/+1
2018-12-13Upgrade mullvad-problem-report to Rust 2018Linus Färnstrand4-28/+8
2018-12-05Updating version in package files2018.6-beta1Linus Färnstrand1-1/+1
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ärnstrand2-5/+8
2018-11-16Fix non-consuming arguments in problem-reportLinus Färnstrand1-8/+3
2018-11-15Updating version in package files to 2018.5Linus Färnstrand1-1/+1
2018-11-12Updating version in package filesLinus Färnstrand1-1/+1
2018-11-01Remove commit date from problem reportsLinus Färnstrand2-19/+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ärnstrand2-0/+3
2018-10-24Fix various warnings emitted by the Clippy linterLinus Färnstrand1-1/+1
2018-10-16Pull in version bump from 2018.4 release branchLinus Färnstrand1-1/+1
2018-10-12Pull in version bump from 2018.4-beta3 release branchLinus Färnstrand1-1/+1
2018-10-08Updating version in package files2018.4-beta2Linus Färnstrand1-1/+1
2018-10-01Updating version in package files2018.4-beta1Linus Färnstrand1-1/+1
2018-09-27Add everyone to the authors field of binariesLinus Färnstrand1-1/+8
2018-09-27Reformat with rustfmt 0.99.5Linus Färnstrand1-10/+17
2018-09-24Use winres in all binary crates to set Windows resource metadataLinus Färnstrand3-31/+22
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
2018-09-17Updating version in package files2018.3Linus Färnstrand1-1/+1
2018-09-13Updating version in package files2018.3-beta1Linus Färnstrand1-1/+1
2018-08-30Make product_version a constantLinus Färnstrand2-10/+8
2018-08-30More concise windows version formatLinus Färnstrand1-16/+14
2018-08-30Move problem report metadata to moduleLinus Färnstrand2-126/+135
2018-08-27Rename firewall module to securityLinus Färnstrand1-2/+2
2018-08-14Updating versionLinus Färnstrand1-1/+1
2018-08-10Upgrade duct, windres, os_pipe and randLinus Färnstrand1-1/+1
2018-08-09Updating version in package.json2018.2-beta3Linus Färnstrand1-1/+1
2018-08-01Try to read OS info from `os-release` file firstJanito Vaqueiro Ferreira Filho2-5/+56
2018-07-30Reformat with rustfmt 0.9.0Linus Färnstrand1-10/+5
2018-07-24Ignore request to redact empty stringsJanito Vaqueiro Ferreira Filho1-1/+3
2018-07-18Updating version in package.json2018.2-beta2Linus Färnstrand1-1/+1
2018-07-16Use dirs crate to find user home path. Canonicalize problem report pathsLinus Färnstrand2-6/+8