index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-11-25
AK: Always inline RefPtr::operator bool() and RefPtr::is_null()
Andreas Kling
2020-11-25
Meta: Reduce IRC spam
Ben Wiederhake
2020-11-25
AK: Don't return empty StringImpl from create() when char* starts with \0
Linus Groh
2020-11-25
Lagom: Fix FuzzJs build
Linus Groh
2020-11-25
LibIPC: Fix 'unused private member' error when building with clang
Linus Groh
2020-11-24
AK: Add some inline capacity to StringBuilder
Andreas Kling
2020-11-24
Profiler: Fix assertion when all function samples hit one instruction
Andreas Kling
2020-11-24
Spreadsheet: Allow copying from one cell to many
AnotherTest
2020-11-24
Spreadsheet: Add support for importing from and exporting to CSV files
AnotherTest
2020-11-24
LibCore: Make `guess_mime_type_based_on_filename()' recognise CSV files
AnotherTest
2020-11-24
Spreadsheet: Add a CSV reader and writer
AnotherTest
2020-11-24
MenuApplets: Added ability to remove entry from ClipboardHistory (#4143)
Florian Förster
2020-11-24
Userland: Add a test for pthread_once()
Sergey Bugaev
2020-11-24
LibThread: Add API to join a thread
Sergey Bugaev
2020-11-24
LibPthread: Implement pthread_once()
Sergey Bugaev
2020-11-24
LibJS: Support receiver in ProxyObject::get/put()
Linus Groh
2020-11-24
Kernel: Reduce ByteBuffer thrashing in inode block list generation
Andreas Kling
2020-11-24
Kernel: Fix SharedBuffer reference counting on fork
Tom
2020-11-24
LibGUI: Remove redundant set_title() call in FilePicker (#4153)
Zac
2020-11-24
Kernel: Use a doubly-linked list for the BlockBasedFS cache
Andreas Kling
2020-11-24
AK: Add IntrusiveList::take_last()
Andreas Kling
2020-11-24
Ext2FS: Oops, fix forgotten assignment in Ext2FSInode::resize()
Andreas Kling
2020-11-24
Kernel: Add a fast lookup table to the BlockBasedFS disk cache
Andreas Kling
2020-11-24
Ext2FS: Use cached inode block list in resize() if available
Andreas Kling
2020-11-24
Kernel: Remove unnecessary SmapDisablers in FileDescription
Andreas Kling
2020-11-23
Calculator: Changed 'CE' Button from 'Clear Error' To 'Clear Entry'
Zac
2020-11-23
UserspaceEmulator: Implement clock_nanosleep
Simon Danner
2020-11-23
LibGUI: Widget::action_for_key_event() should fail for invalid shortcuts (#4137)
Jakub Berkop
2020-11-23
HackStudio: Send an open file to language servers
Sergey Bugaev
2020-11-23
Kernel: Add unveil('b')
Sergey Bugaev
2020-11-23
LibIPC: Support sending file descriptors :^)
Sergey Bugaev
2020-11-23
LibIPC: Prepend each message with its size
Sergey Bugaev
2020-11-23
AK: Add Vector::prepend() overload for multiple items
Sergey Bugaev
2020-11-23
Kernel: Don't resume thread into Running state directly on SIGCONT
Tom
2020-11-23
ProcFS: Take the "all inodes" lock when generating /proc/inodes
Andreas Kling
2020-11-23
Kernel: Don't leak ref on executable inode in sys$execve()
Andreas Kling
2020-11-23
Ext2FS: Move some EXT2_DEBUG logging behind EXT2_VERY_DEBUG
Andreas Kling
2020-11-23
Kernel: Convert dbg() to dbgln() in Syscall.cpp
Andreas Kling
2020-11-23
LibGUI: Set FilePicker window icon based on mode (#4148)
Zac
2020-11-23
Ext2FS: Clear out the direct block list when an inode is resized to 0
Andreas Kling
2020-11-23
AK: Use ALWAYS_INLINE all over NonnullPtrVector
Andreas Kling
2020-11-23
Kernel: Inherit shared buffers when forking
Tom
2020-11-22
LibJS: Forward receiver value to native property getters/setters
Linus Groh
2020-11-22
LibJS: Make call_native_property_{g,s}etter() take a NativeProperty&
Linus Groh
2020-11-22
LibWeb: Add the submit event to HTMLFormElement
Luke
2020-11-22
LibWeb: Add HTML::EventNames and UIEvents::EventNames
Luke
2020-11-22
LibWeb: Add a test for the new event dispatcher
Luke
2020-11-22
LibWeb: Expose ParentNode.{first,last}ElementChild
Luke
2020-11-22
LibWeb: Make event dispatching spec-compliant
Luke
2020-11-22
AK: Add first_matching and last_matching to Vector
Luke
[next]