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-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
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-18
ls: Remove extra spaces after filenames when piping
Jagger De Leo
2021-04-18
FileManager: Pluralize empty selection statusbar message properly
Linus Groh
2021-04-17
Run: Put the window in the bottom left of the desktop
Andreas Kling
2021-04-17
LibCore: Use is<T> in Object::find_*_of_type helpers
Andreas Kling
2021-04-17
Browser: Display full UserAgent string in status bar on menu hover
Idan Horowitz
2021-04-17
WindowServer: Make MenuItemActivated IPC message pass identifier as u32
Andreas Kling
2021-04-17
LibLine: Check the terminal size at the start of get_line()
AnotherTest
2021-04-17
LibLine: Add support for ^X^E
AnotherTest
2021-04-17
LibWeb: Don't load anything for <iframe> without src attribute
Andreas Kling
2021-04-17
ls: list files in cwd before listing directories when listing paths
setepenre
2021-04-17
WindowServer: Don't "enter" menu item when hovering over a separator
Andreas Kling
2021-04-17
TextEditor: Show action long texts in the status bar :^)
Andreas Kling
2021-04-17
LibGUI: Add "override text" to GUI::Statusbar
Andreas Kling
2021-04-17
LibGUI: Make GUI::Toolbar buttons generate ActionEnter and ActionLeave
Andreas Kling
2021-04-17
LibGUI: Add action enter/leave hooks on GUI::Application
Andreas Kling
2021-04-17
LibGUI: Add Action* accessors on GUI::Button
Andreas Kling
2021-04-17
LibGUI: Add a "long text" string to GUI::Action
Andreas Kling
2021-04-17
WindowServer+LibGUI: Notify GUI clients about menu item enter/leave
Andreas Kling
2021-04-17
DHCPClient: Fix undefined behaviour when calling memcpy() (#6416)
Georgiy Komarov
2021-04-17
LibJS: Replace MAX_U32 with NumericLimits<u32>::max()
Linus Groh
2021-04-17
LibTextCodec: Implement a Windows-1255 decoder.
Idan Horowitz
2021-04-17
LibJS: Take reference instead of pointer in prepare_arguments_list
Idan Horowitz
2021-04-17
LibJS: Convert matched regex result to string in Symbol.replace
Idan Horowitz
2021-04-17
LibGUI: Make sure we depend on the WindowManager IPC endpoints
Andreas Kling
2021-04-17
Taskbar: Use WM connection for window management operations
sin-ack
2021-04-17
LibGUI+WindowServer: Separate window manager IPC from regular IPC
sin-ack
2021-04-17
Kernel+LibC: Update struct stat to use struct timespec instead of time_t
Gunnar Beutner
[next]