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
Age
Commit message (
Expand
)
Author
2021-02-01
Kernel+LibKeyboard: Enable querying the current keymap
Ben Wiederhake
2021-02-01
LibTextCodec: Avoid duplicate definition of standard encodings
Ben Wiederhake
2021-01-31
LibX86: sanity check for Instruction read size
Thomas Mangin
2021-01-31
LibLine: Only print ascii characters in caret form
AnotherTest
2021-01-31
LibWeb: Use URL::to_string_encoded() for the crash error page URL's href
Linus Groh
2021-01-31
LibC: Don't honor LIBC_* malloc debugging flags in AT_SECURE context
Andreas Kling
2021-01-31
LibELF: Split the DynamicLoader's loading mechanism into two steps
Andreas Kling
2021-01-31
LibELF: Assert on multiple calls to DynamicLoader::load_from_image()
Andreas Kling
2021-01-31
LibELF: Don't validate ELF twice in DynamicLoader
Andreas Kling
2021-01-31
LibELF: Call mmap() before constructing the DynamicLoader object
Andreas Kling
2021-01-31
LibC: Fix bad error check after open() in dlopen()
Andreas Kling
2021-01-31
LibIPC: Stop exchanging client/server PIDs in greeting handshake
Andreas Kling
2021-01-31
Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-process
Andreas Kling
2021-01-30
LibWeb: Don't try to create GUI::TextBox inside multi-process web views
Andreas Kling
2021-01-30
Kernel: Add FIBMAP ioctl to Ext2FileSystem
Peter Elliott
2021-01-30
LibWeb: URL-encode/escape variables used in OOPWV's crash error page
Linus Groh
2021-01-30
LibWeb: Handle WebContent process crashes gracefully :^)
Andreas Kling
2021-01-30
LibProtocol: Bump download stream buffer to PAGE_SIZE
AnotherTest
2021-01-30
LibGUI: Handle Window::hide() during Application teardown better
Andreas Kling
2021-01-30
LibELF: Add a bunch of overflow checks in ELF validation
Andreas Kling
2021-01-30
LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBox
Andreas Kling
2021-01-30
LibC: Protect the atexit() handler list when not writing to it
Andreas Kling
2021-01-30
LibC: Convert remaining String::format() to formatted()/number()
Andreas Kling
2021-01-30
LibELF: Avoid quadratic memory usage weakness
Ben Wiederhake
2021-01-30
LibGfx: Fix dynamic bitmasks in BMPs
Ben Wiederhake
2021-01-30
DynamicLoader: load_program_headers use variables to store regions (#5173)
Jorropo
2021-01-29
ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder
Andreas Kling
2021-01-29
LibGfx: Don't use Gfx::Painter in GIF decoder
Andreas Kling
2021-01-29
LibWeb: Update the ICB's idea of the viewport rect after Frame resize
Andreas Kling
2021-01-29
LibJS: Let RegExp.string get RegExp.prototype from the global object directly
Linus Groh
2021-01-29
LibELF: Map text segments read-only at first
Andreas Kling
2021-01-29
LibELF: Tidy up DynamicLoader::load_program_headers() a bit
Andreas Kling
2021-01-29
LibELF: perror on failed mmap in load_program_headers (#5159)
Jorropo
2021-01-29
LibWeb: Flesh out prepare_script and execute_script
Luke
2021-01-28
LibWeb: Add simple implementation of Document.createElementNS
Luke
2021-01-28
LibELF: Implement ASLR for shared libraries :^)
Andreas Kling
2021-01-28
Kernel+LibC: Add MAP_RANDOMIZED flag for sys$mmap()
Andreas Kling
2021-01-28
LibJS: Fix crash when printing error for missing class extends value prototype
Linus Groh
2021-01-28
LibJS: Call the correct base class in LexicalEnvironment::visit_edges()
Andreas Kling
2021-01-28
LibWeb: Add simple implementation of Node.removeChild()
Andreas Kling
2021-01-28
LibWeb: Remove accidentally committed changes from b72f067f0daac88ebe66e3f714...
Andreas Kling
2021-01-28
Kernel+Userland: Remove unused "effective priority" from threads
Andreas Kling
2021-01-28
Vim: Add change word and delete word functionality
Zac
2021-01-27
DynamicLoader: Pass MAP_FIXED to mmap() where applicable
Andreas Kling
2021-01-27
HackStudio: Integate with C++ parser-based autocomplete
Itamar
2021-01-27
LibCpp: Add the beginning of a C++ parser
Itamar
2021-01-27
EditingEngine: Fix move_to_previous_word not working on last char of doc
Zac
2021-01-27
LibJS: Add overflow checks when creating TypedArray from ArrayBuffer
Andreas Kling
2021-01-27
LibGfx: Correct the allocated buffer size in serialize_to_byte_buffer()
AnotherTest
2021-01-26
LibGUI: Switch cancel/confirm button order on file picker dialog
Nico Weber
[next]