summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-26Kernel: Enable VMWareBackdoor immediately at bootTom
2020-11-26Lagom: Rename FuzzBMP to FuzzBMPLoaderNico Weber
2020-11-26Lagom: Make BMP fuzzer look like the other image loader fuzzersNico Weber
2020-11-26Lagom: Add fuzzers for remaining image loaders: ICO, PNG, PBM, PGMNico Weber
2020-11-26Meta: Enable CodeQL static analysis for SerenityBrian Gianforcaro
2020-11-25LibJS: Fix possible OOB read during Lexer constructionLinus Groh
2020-11-25LibWeb: Rename Layout::LayoutTreeBuilder => Layout::TreeBuilderAndreas Kling
2020-11-25LibWeb: Keep track of the parent of each formatting contextAndreas Kling
2020-11-25AK: Always inline RefPtr::operator bool() and RefPtr::is_null()Andreas Kling
2020-11-25Meta: Reduce IRC spamBen Wiederhake
2020-11-25AK: Don't return empty StringImpl from create() when char* starts with \0Linus Groh
2020-11-25Lagom: Fix FuzzJs buildLinus Groh
2020-11-25LibIPC: Fix 'unused private member' error when building with clangLinus Groh
2020-11-24AK: Add some inline capacity to StringBuilderAndreas Kling
2020-11-24Profiler: Fix assertion when all function samples hit one instructionAndreas Kling
2020-11-24Spreadsheet: Allow copying from one cell to manyAnotherTest
2020-11-24Spreadsheet: Add support for importing from and exporting to CSV filesAnotherTest
2020-11-24LibCore: Make `guess_mime_type_based_on_filename()' recognise CSV filesAnotherTest
2020-11-24Spreadsheet: Add a CSV reader and writerAnotherTest
2020-11-24MenuApplets: Added ability to remove entry from ClipboardHistory (#4143)Florian Förster
2020-11-24Userland: Add a test for pthread_once()Sergey Bugaev
2020-11-24LibThread: Add API to join a threadSergey Bugaev
2020-11-24LibPthread: Implement pthread_once()Sergey Bugaev
2020-11-24LibJS: Support receiver in ProxyObject::get/put()Linus Groh
2020-11-24Kernel: Reduce ByteBuffer thrashing in inode block list generationAndreas Kling
2020-11-24Kernel: Fix SharedBuffer reference counting on forkTom
2020-11-24LibGUI: Remove redundant set_title() call in FilePicker (#4153)Zac
2020-11-24Kernel: Use a doubly-linked list for the BlockBasedFS cacheAndreas Kling
2020-11-24AK: Add IntrusiveList::take_last()Andreas Kling
2020-11-24Ext2FS: Oops, fix forgotten assignment in Ext2FSInode::resize()Andreas Kling
2020-11-24Kernel: Add a fast lookup table to the BlockBasedFS disk cacheAndreas Kling
2020-11-24Ext2FS: Use cached inode block list in resize() if availableAndreas Kling
2020-11-24Kernel: Remove unnecessary SmapDisablers in FileDescriptionAndreas Kling
2020-11-23Calculator: Changed 'CE' Button from 'Clear Error' To 'Clear Entry'Zac
2020-11-23UserspaceEmulator: Implement clock_nanosleepSimon Danner
2020-11-23LibGUI: Widget::action_for_key_event() should fail for invalid shortcuts (#4137)Jakub Berkop
2020-11-23HackStudio: Send an open file to language serversSergey Bugaev
2020-11-23Kernel: Add unveil('b')Sergey Bugaev
2020-11-23LibIPC: Support sending file descriptors :^)Sergey Bugaev
2020-11-23LibIPC: Prepend each message with its sizeSergey Bugaev
2020-11-23AK: Add Vector::prepend() overload for multiple itemsSergey Bugaev
2020-11-23Kernel: Don't resume thread into Running state directly on SIGCONTTom
2020-11-23ProcFS: Take the "all inodes" lock when generating /proc/inodesAndreas Kling
2020-11-23Kernel: Don't leak ref on executable inode in sys$execve()Andreas Kling
2020-11-23Ext2FS: Move some EXT2_DEBUG logging behind EXT2_VERY_DEBUGAndreas Kling
2020-11-23Kernel: Convert dbg() to dbgln() in Syscall.cppAndreas Kling
2020-11-23LibGUI: Set FilePicker window icon based on mode (#4148)Zac
2020-11-23Ext2FS: Clear out the direct block list when an inode is resized to 0Andreas Kling
2020-11-23AK: Use ALWAYS_INLINE all over NonnullPtrVectorAndreas Kling
2020-11-23Kernel: Inherit shared buffers when forkingTom