summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadLogging
AgeCommit message (Expand)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen5-15/+17
2025-02-04Update copyright string in switft filesOskar9-9/+9
2025-01-30Truncate the current log file in half when reaching size limitBug Magnet1-38/+54
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet2-2/+2
2024-11-28Reduce the maximum log file size to 2MBBug Magnet1-1/+1
2024-10-08Fix failing log rotation testJon Petersson1-0/+7
2024-05-06Ensure log file sizes stay below a certain thresholdJon Petersson5-38/+79
2024-04-17Remove logs older than 7 days, instead all of themEmīls1-1/+1
2024-04-17Move log file header writing to LogFileOutputStreamAndrew Bulhak2-12/+23
2024-04-17Add a header to log filesEmils1-1/+2
2024-04-17Change log rotation to a quota based systemJon Petersson3-25/+83
2023-09-04Fix swiftlint warning function_parameter_countBug Magnet2-0/+2
2023-08-30Use swiftlint auto fix for trivial lint violationsBug Magnet2-2/+2
2023-08-28Introduce Duration type that mimicks native iOS16 DurationJon Petersson1-2/+3
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet3-8/+7
2023-06-09Formalize application targetsAndrej Mihajlov1-17/+4
2023-05-22Reformat the code for Swift 5.8Andrej Mihajlov1-2/+2
2023-02-15Logging: add logger levelAndrej Mihajlov1-0/+2
2023-02-03Buffer messages and attempt to reopen log file descriptor on failureAndrej Mihajlov3-99/+170
2023-02-03Rework logging configurator into builderAndrej Mihajlov1-51/+72
2022-12-16Convert MullvadLogging, MullvadTypes, Operations into frameworksAndrej Mihajlov1-0/+19
2022-10-13Add MullvadTypes and MullvadLogging targetsAndrej Mihajlov8-0/+474