summaryrefslogtreecommitdiffhomepage
path: root/mullvad-problem-report/src/lib.rs
AgeCommit message (Expand)AuthorFilesLines
2021-11-29Reformat code without blank_lines_upper_bound = 2Linus Färnstrand1-2/+0
2021-11-26Don't pass tokio runtime handles to async functionsDavid Lönnhager1-1/+0
2021-10-28Set address change listener after TSM has spawnedDavid Lönnhager1-1/+0
2021-10-01Only retry for network-related API request failures, and remove the delayDavid Lönnhager1-4/+4
2021-07-13Fix tokio runtime buildersDavid Lönnhager1-3/+2
2021-07-13Replace delay_for with sleepDavid Lönnhager1-1/+1
2021-04-30Redact GUIDs from problem reportsDavid Lönnhager1-31/+49
2021-03-26Retry using different endpoints if a problem report cannot be sentDavid Lönnhager1-5/+27
2021-02-17Use threaded scheduler in problem reportEmīls1-1/+2
2021-01-25Bypass socket on AndroidEmīls1-0/+2
2021-01-12Replace the old cache directoryDavid Lönnhager1-2/+2
2021-01-04Unblock API endpoint while connecting or blockedDavid Lönnhager1-1/+1
2021-01-04Add address change listener to AddressCacheDavid Lönnhager1-0/+1
2021-01-04Always prefer the last used API addressDavid Lönnhager1-2/+6
2021-01-04Migrate from deprecated dirs dependencyDavid Lönnhager1-3/+3
2020-11-24Pass resource dir. when sending problem reportJanito Vaqueiro Ferreira Filho1-1/+2
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ärnstrand1-8/+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-07-04Sort problem report metadataLinus Färnstrand1-4/+4
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 Filho1-0/+552