index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCore
/
MimeData.cpp
Age
Commit message (
Expand
)
Author
2023-05-16
LibCore: Support the WebM file extension when determining MIME type
Timothy Flynn
2023-04-27
LibCore+file: Factorize code to detect mime-type from bytes of a file
Lucas CHOLLET
2023-03-17
Userland: Use more common WAV MIME type
kleines Filmröllchen
2023-03-10
Base+Userland: Add support for QOA files everywhere
kleines Filmröllchen
2023-03-09
AK: Remove infallible version of StringBuilder::to_byte_buffer
Linus Groh
2023-03-09
LibCore: Use fallible versions of StringBuilder::append in MimeData
Karol Baraniecki
2023-03-09
LibCore: Use fallible version of StringBuilder::to_byte_buffer
Karol Baraniecki
2023-02-24
LibGfx: Add scaffolding for a webp decoder
Nico Weber
2023-01-20
LibCore: Add MIME type string for TGA files
Liav A
2023-01-20
LibCore: Return StringView from guess_mime_type_based_on_filename method
Liav A
2023-01-08
LibCore: Teach MimeData about ICC file extension and contents
Nico Weber
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-08-16
LibCore: Add MIME sniffing for MP3 and WAV
kleines Filmröllchen
2022-08-16
LibCore: The MIME type is 'audio/flac', not 'extra/flac'
kleines Filmröllchen
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-22
LibCore: Set mime type for .sheets files to `application/x-sheets+json`
Karol Kosek
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-19
LibCore: Add text/css mime type
Maciej
2022-03-19
LibCore: Add some extensions that are text/plain
Maciej
2022-03-19
LibCore: Make application/octet-stream the default guessed MIME type
Maciej
2022-03-08
LibCore: Add support for application/zip mime-type
kimlintu
2021-12-21
LibCore: Add support for the image/x-qoi mime type
Linus Groh
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-05-24
LibCore+Userland: Add 13 more detectable file types
Valtteri Koskivuori
2021-05-18
LibCore+Userland: Add two more detectable formats
Valtteri Koskivuori
2021-05-18
LibCore: Add offsets to binary signature matching
Valtteri Koskivuori
2021-05-18
LibCore+Userland: Add 5 more detectable filetypes
Valtteri Koskivuori
2021-05-16
AK+Userland: Fix some compiler warnings and make variables const-ref
Gunnar Beutner
2021-05-07
LibCore+Userland: Add more detectable types
Valtteri Koskivuori
2021-05-07
LibCore: Implement basic mime type guessing based on binary patterns
Valtteri Koskivuori
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling