index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
MappedFile.h
Age
Commit message (
Expand
)
Author
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2021-01-10
AK: Make MappedFile heap-allocated and ref-counted
Andreas Kling
2020-08-01
AK: Make MappedFile store why it is invalid
AnotherTest
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-08-05
AK: Do not keep an open FD in MmappedFile
Sergey Bugaev
2019-07-11
AK: Make MappedFile non-copyable.
Andreas Kling
2019-06-03
StringViewize a bunch of things -- mostly LibGUI
Robin Burchell
2019-05-28
Add clang-format file
Robin Burchell
2019-04-03
PNGLoader: Use MappedFile.
Andreas Kling
2019-04-03
Font: Clean up AK::MappedFile and use it for mapping font files.
Andreas Kling
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2018-12-04
Import a simple text editor I started working on.
Andreas Kling
2018-10-10
Import all this stuff into a single repo called Serenity.
Andreas Kling