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
2022-01-08
AK+Everywhere: Make FixedArray OOM-safe
creator1creeper1
2022-01-08
Kernel: Remove EWHYTHO error code :^)
Andreas Kling
2022-01-08
LibC: Remove `#ifdef AK_OS_MACOS` checks from shadow.h
Daniel Bertalan
2022-01-08
LibC+LibDl: Declare functions taking no arguments as taking void
Daniel Bertalan
2022-01-08
LibC: Fix typo: fgetround => fegetround
Daniel Bertalan
2022-01-08
LibPDF: Convert `PDF::Parser::m_document` from `RefPtr` to `WeakPtr`
Simon Woertz
2022-01-08
LibCrypt: Link the SHA2 hash implementation into LibCrypt privately
Andrew Kaster
2022-01-08
gzip: Don't fail when trying to compress empty files
Rummskartoffel
2022-01-08
gzip: Port to LibMain
Rummskartoffel
2022-01-08
LibCore: Change a west const to an east const
nyabla
2022-01-08
jp: Use File::standard_input() when reading from stdin
Marcus Nilsson
2022-01-08
LibUnicode: Use LibTimeZone's list of time zone names
Timothy Flynn
2022-01-08
LibTimeZone: Parse ZONE entries from the TZDB and generate their names
Timothy Flynn
2022-01-08
LibTimeZone+Meta: Add plumbing for an IANA Time Zone Database generator
Timothy Flynn
2022-01-08
PixelPaint+LibGfx: Add sepia color filter
Xavier Defrang
2022-01-08
LibGfx: Implement Grayscale/Invert filters as ColorFilter
Xavier Defrang
2022-01-08
Userland: Introduce the pmemdump utility
Liav A
2022-01-08
less: Fix crash on empty input
Rummskartoffel
2022-01-08
KeyboardMapper: Add support for dynamic keyboard visualization
Jean-Paul Balabanian
2022-01-08
LibGUI: Add missing altgr() modifier key
Jean-Paul Balabanian
2022-01-08
LibTLS: Mark the socket as idle after a TLS-level disconnection
Ali Mohammad Pur
2022-01-08
LibC: Fix up a few copy-pasted INTMAX parameter names
Tim Schumacher
2022-01-08
LibJS: Remove duplicate assignment step from parse_iso_date_time()
Linus Groh
2022-01-08
Spider: Add functionality to automatically move cards to valid stacks
Neolyum
2022-01-07
man: Fix error handling when section is specified
Julian Eigmüller
2022-01-07
LibC: Add mntent stub functions
Martin Bříza
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-07
LibLine: Replace call to vfork() with fork()
Andrew Kaster
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2022-01-07
run-tests: Make reproducing test failures behave closer to selftest mode
Brian Gianforcaro
2022-01-07
LibPthread: Remove bad spec link for pthread_{get/set}name_np APIs
Brian Gianforcaro
2022-01-07
LibPthread: Add POSIX spec link for pthread_sigmask API
Brian Gianforcaro
2022-01-07
LibPthread: Add POSIX spec links for pthread_once API
Brian Gianforcaro
2022-01-07
LibPthread: Add POSIX spec links for pthread_cond API
Brian Gianforcaro
2022-01-07
LibPthread: Add POSIX spec links for semaphore APIs
Brian Gianforcaro
2022-01-07
LibC: Add POSIX spec links for unistd APIs
Brian Gianforcaro
2022-01-07
LibSQL: Implement LIKE SQL expressions
Guilherme Gonçalves
2022-01-07
LibSQL: Properly parse ESCAPE expressions
Guilherme Gonçalves
2022-01-07
LibTest: Use Array instead of fold expression in __testjs_last()
Andrew Kaster
2022-01-07
EmojiInputDialog: Ensure that all buttons are equal width
Filiph Sandström
2022-01-07
LibCore: Guard access to EventLoop notifiers set with a mutex
Andreas Kling
2022-01-06
LibJS: Fully parse the TimeZoneIANAName production
Linus Groh
2022-01-06
LibUnicode: Do not assume time zones & meta zones have a 1-to-1 mapping
Timothy Flynn
2022-01-06
LibJS: Include time zone name in TemporalInvalidTimeZoneName error
Linus Groh
2022-01-06
LibGUI: Avoid double hash lookup in ModelSelection::add()
Andreas Kling
2022-01-06
LibGUI: Update the AboutDialog copyright year :^)
sin-ack
2022-01-06
PDFViewer: Add actions to rotate the displayed PDF
Marcus Nilsson
2022-01-06
LibGUI: Move rotate cw/ccw to CommonActions
Marcus Nilsson
2022-01-06
PDFViewer: Enable panning with middle mouse button
Marcus Nilsson
2022-01-06
PDFViewer: Add zoom in/out/reset menu actions
Marcus Nilsson
[next]