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
Age
Commit message (
Expand
)
Author
2021-04-19
LibWeb: Correctly calculate height of TableRowGroupBox
Adam Hodgen
2021-04-19
LibWeb: Properly handle thead and tfooter HTML tags
Adam Hodgen
2021-04-19
LibELF: Fix calculation for TLS relocations
Gunnar Beutner
2021-04-19
LibELF: Improve error message for missing symbols
Gunnar Beutner
2021-04-19
LibELF: Fix support for relocating weak symbols
Gunnar Beutner
2021-04-19
LibELF: Remove VERIFY() calls and let control flow return to the caller
Gunnar Beutner
2021-04-19
Shell/Tests: Replace 'type f -f' with 'type -f f'
Ali Mohammad Pur
2021-04-19
Userland/test: Handle '!' being used as a string
Ali Mohammad Pur
2021-04-18
Userland: Add telws, a CLI REPL to connect to WebSockets
DexesTTP
2021-04-18
LibWebSocket: Add a new websocket library
DexesTTP
2021-04-18
LibCore: Add ArgsParser::add_option(String&)
DexesTTP
2021-04-18
LibGfx: Report font glyph presence based on glyph's specific width
Idan Horowitz
2021-04-18
FontEditor+LibGfx: Allow user to specify if a specific glyph is present
Idan Horowitz
2021-04-18
LibGfx: Always load font widths array and use it for glyph presence
Idan Horowitz
2021-04-18
LibGfx: Use size_t instead of int for glyph count
Idan Horowitz
2021-04-18
Tests: Fix test-math expected values
Marco Biscaro
2021-04-18
FontEditor: Update GlyphMap on font type change
Idan Horowitz
2021-04-18
LibGfx: Add support for fonts that include the Hebrew Unicode Block
Idan Horowitz
2021-04-18
LibJS: Implement console.assert()
Linus Groh
2021-04-18
Browser+WebContent: Fix HTML injection in console functions output
Linus Groh
2021-04-18
LibJS: Use 'if constexpr' / dbgln_if() instead of '#if LEXER_DEBUG'
Linus Groh
2021-04-18
LibJS: Use 'if constexpr' instead of '#if HEAP_DEBUG'
Linus Groh
2021-04-18
LibJS: Use dbgln_if() instead of '#if OBJECT_DEBUG'
Linus Groh
2021-04-18
HackStudio: Add ability to set hardware watchpoints on variables
FalseHonesty
2021-04-18
HackStudio: Don't crash when invalid file is requested to be opened
FalseHonesty
2021-04-18
LibDebug: Implement ability to set watchpoints
FalseHonesty
2021-04-18
Kernel: Add ptrace commands for reading/writing the debug registers
FalseHonesty
2021-04-18
FileManager: Show action status tips in the status bar :^)
Andreas Kling
2021-04-18
Everywhere: Rename title_bar => titlebar
Andreas Kling
2021-04-18
LibC: Implement assignment suppression for vsscanf
Gunnar Beutner
2021-04-18
LibC: Add netinet/in_systm.h
Hendiadyoin1
2021-04-18
LibDebug: Implement support for AttributeDataForm::Data8
Gunnar Beutner
2021-04-18
LibCrypto: Avoid creating bools from anything except bools
AnotherTest
2021-04-18
LibCore: Remove the no-longer-used Core::DateTime::is_before() function
AnotherTest
2021-04-18
LibTLS: Parse X.509 certificates with the new ASN.1 parser
AnotherTest
2021-04-18
LibCrypto: Implement UTCTime and GeneralizedTime parsers
AnotherTest
2021-04-18
LibCore: Implement operator less-than for Core::DateTime
AnotherTest
2021-04-18
LibCrypo: Add an ASN.1/DER pretty-printer
AnotherTest
2021-04-18
LibCrypto: Allow the user to override the DER read kind and class
AnotherTest
2021-04-18
LibCrypto: Add the GeneralizedTime ASN.1 type
AnotherTest
2021-04-18
Kernel+LibC: Clean up how assertions work in the kernel and LibC
Gunnar Beutner
2021-04-18
Browser: Add status tips to most of the actions
Andreas Kling
2021-04-18
Browser: Show status tips for any entered action
Andreas Kling
2021-04-18
LibGUI: Add some more status tips to common actions
Andreas Kling
2021-04-18
LibGUI: Rename Action::long_text to Action::status_tip
Andreas Kling
2021-04-18
Ports: Update the gcc port with the patches from the toolchain
Gunnar Beutner
2021-04-18
LibC+LibELF: Implement support for the dl_iterate_phdr helper
Gunnar Beutner
2021-04-18
LibElf: Allow PT_GNU_EH_FRAME program headers
Gunnar Beutner
2021-04-18
LibC: Make atexit handlers thread-safe
Gunnar Beutner
2021-04-18
LibC+LibPthread: Make sure TLS keys are destroyed after everything else
Gunnar Beutner
[next]