summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/MimeData.cpp
AgeCommit message (Expand)Author
2023-05-16LibCore: Support the WebM file extension when determining MIME typeTimothy Flynn
2023-04-27LibCore+file: Factorize code to detect mime-type from bytes of a fileLucas CHOLLET
2023-03-17Userland: Use more common WAV MIME typekleines Filmröllchen
2023-03-10Base+Userland: Add support for QOA files everywherekleines Filmröllchen
2023-03-09AK: Remove infallible version of StringBuilder::to_byte_bufferLinus Groh
2023-03-09LibCore: Use fallible versions of StringBuilder::append in MimeDataKarol Baraniecki
2023-03-09LibCore: Use fallible version of StringBuilder::to_byte_bufferKarol Baraniecki
2023-02-24LibGfx: Add scaffolding for a webp decoderNico Weber
2023-01-20LibCore: Add MIME type string for TGA filesLiav A
2023-01-20LibCore: Return StringView from guess_mime_type_based_on_filename methodLiav A
2023-01-08LibCore: Teach MimeData about ICC file extension and contentsNico Weber
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-08-16LibCore: Add MIME sniffing for MP3 and WAVkleines Filmröllchen
2022-08-16LibCore: The MIME type is 'audio/flac', not 'extra/flac'kleines Filmröllchen
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-22LibCore: Set mime type for .sheets files to `application/x-sheets+json`Karol Kosek
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-19LibCore: Add text/css mime typeMaciej
2022-03-19LibCore: Add some extensions that are text/plainMaciej
2022-03-19LibCore: Make application/octet-stream the default guessed MIME typeMaciej
2022-03-08LibCore: Add support for application/zip mime-typekimlintu
2021-12-21LibCore: Add support for the image/x-qoi mime typeLinus Groh
2021-11-11Everywhere: Pass AK::ReadonlyBytes by valueAndreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-05-24LibCore+Userland: Add 13 more detectable file typesValtteri Koskivuori
2021-05-18LibCore+Userland: Add two more detectable formatsValtteri Koskivuori
2021-05-18LibCore: Add offsets to binary signature matchingValtteri Koskivuori
2021-05-18LibCore+Userland: Add 5 more detectable filetypesValtteri Koskivuori
2021-05-16AK+Userland: Fix some compiler warnings and make variables const-refGunnar Beutner
2021-05-07LibCore+Userland: Add more detectable typesValtteri Koskivuori
2021-05-07LibCore: Implement basic mime type guessing based on binary patternsValtteri Koskivuori
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling