summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadLogging/LogFileOutputStream.swift
AgeCommit message (Expand)AuthorFilesLines
2025-02-04Update copyright string in switft filesOskar1-1/+1
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 Magnet1-1/+1
2024-10-08Fix failing log rotation testJon Petersson1-0/+7
2024-05-06Ensure log file sizes stay below a certain thresholdJon Petersson1-12/+62
2024-04-17Move log file header writing to LogFileOutputStreamAndrew Bulhak1-8/+17
2023-08-28Introduce Duration type that mimicks native iOS16 DurationJon Petersson1-2/+3
2023-02-03Buffer messages and attempt to reopen log file descriptor on failureAndrej Mihajlov1-0/+168