aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Class/IO.hs
AgeCommit message (Expand)Author
8 daysAllow --extract-media to extract to a tar archive...John MacFarlane
2025-12-24openURL without http support: Use throwError rather than error.John MacFarlane
2025-12-24Add http cabal flag.John MacFarlane
2025-12-24Change PandocHttpError constructor type.John MacFarlane
2025-09-09PandocMonad: Let fetching fail if the HTTP request is not successful.Albert Krewinkel
2025-07-28Text.Pandoc.Class: Add `stManager` to CommonState.John MacFarlane
2024-10-01Remove unnecessary import.John MacFarlane
2024-10-01Allow extracting data: URIs even in PandocPure (`--sandbox`).John MacFarlane
2024-02-20Class: openUrl TLS negotiation fixes.John MacFarlane
2024-02-19Minor code cleanup.John MacFarlane
2023-12-06Revert "Use base64 instead of base64-bytestring."John MacFarlane
2023-11-17T.P.Class.IO.openURL improvements for data uris.John MacFarlane
2023-07-20Fix new variant of the vulnerability in CVE-2023-35936.John MacFarlane
2023-06-23More fixes to 5e381e3.John MacFarlane
2023-06-23Fix bug in 5e381e3878b5da87ee7542f7e51c3c1a7fd84b89John MacFarlane
2023-06-20Fix a security vulnerability in MediaBag and T.P.Class.IO.writeMedia.John MacFarlane
2023-06-19Add Extracting log message for `--extract-media`.John MacFarlane
2023-01-16T.P.Class.IO: export function `writeMedia` [API change]Albert Krewinkel
2022-08-21Fix regression with data uris in 2.19.1.John MacFarlane
2022-08-14Use base64 instead of base64-bytestring.John MacFarlane
2022-02-04MediaBag: improve detection of absolute paths.John MacFarlane
2022-02-04Revert "T.P.Class.IO.adjustImagePath: avoid double slash."John MacFarlane
2022-02-04T.P.Class.IO.adjustImagePath: avoid double slash.John MacFarlane
2022-01-08writeMedia: unescape percent-encoding in creating file path.John MacFarlane
2021-08-24Text.Pandoc.Class: add readStdinStrict method to PandocMonad.John MacFarlane
2021-07-09Always use / when adding directory to image path with extractMedia.John MacFarlane
2021-06-10Fix MediaBag regressions.John MacFarlane
2021-06-03T.P.Class.IO: normalise path in writeMedia.John MacFarlane
2021-05-24MediaBag improvements.John MacFarlane
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane
2020-10-19Normalize rewritten image paths with --extract-media.John MacFarlane
2020-04-17Class: generalize PandocIO functions to MonadIOAlbert Krewinkel