summaryrefslogtreecommitdiff
path: root/AK/MappedFile.h
AgeCommit message (Expand)Author
2021-08-07AK: Use east const in MappedFileTimothy
2021-08-07AK: Add method to create MappedFile from fdTimothy
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2021-01-10AK: Make MappedFile heap-allocated and ref-countedAndreas Kling
2020-08-01AK: Make MappedFile store why it is invalidAnotherTest
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-30ByteBuffer: Remove pointer() in favor of data()Andreas Kling
2019-08-05AK: Do not keep an open FD in MmappedFileSergey Bugaev
2019-07-11AK: Make MappedFile non-copyable.Andreas Kling
2019-06-03StringViewize a bunch of things -- mostly LibGUIRobin Burchell
2019-05-28Add clang-format fileRobin Burchell
2019-04-03PNGLoader: Use MappedFile.Andreas Kling
2019-04-03Font: Clean up AK::MappedFile and use it for mapping font files.Andreas Kling
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2018-12-04Import a simple text editor I started working on.Andreas Kling
2018-10-10Import all this stuff into a single repo called Serenity.Andreas Kling