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-08
Meta: Add script that runs all lints
Ben Wiederhake
2020-11-08
LibWeb: Use the system theme's button text color for <input> buttons
Andreas Kling
2020-11-08
LibC: Add two little assertions in malloc() and malloc_size()
Andreas Kling
2020-11-08
UserspaceEmulator: Fix busted backtraces with --report-to-debug
Andreas Kling
2020-11-08
LibDebug: Handle the "set ISA" standard opcode
Andreas Kling
2020-11-08
LibDebug: Handle AttributeDataForm::SData (DW_FORM_sdata)
Andreas Kling
2020-11-08
UserspaceEmulator: Don't audit accesses within realloc(), malloc_size()
Andreas Kling
2020-11-07
LibCore: Run clang-format on ArgsParser.cpp
Andreas Kling
2020-11-07
Kernel: Update TimeManagement::m_epoch_time directly in increment_time_since_...
Nico Weber
2020-11-07
LibCore: Add an ArgsParser::add_option() overload for doubles
Nico Weber
2020-11-07
AK: Remove duplicate begin()/end() methods
Nico Weber
2020-11-07
Documentation: Update required GCC version to >= 10
Linus Groh
2020-11-07
LibWeb: Restrict HTML form submissions to permitted URL protocols
Brendan Coles
2020-11-07
Ext2FS: Zero out inode metadata when deleting them
Andreas Kling
2020-11-07
Ext2FS: Deallocate block list meta blocks when freeing an inode
Andreas Kling
2020-11-07
LibGfx: Remove debug spam about successful font lookups
Andreas Kling
2020-11-07
LibJS: Use regular stack for VM call frames instead of Vector storage
Andreas Kling
2020-11-07
LibWeb: Reject iframing file:// URLs if document is not a file:// URL
Brendan Coles
2020-11-07
Lagom/Fuzzers: Add Fuzzilli version of FuzzJs
Luke
2020-11-07
LibJS: Remove unused variable m_has_property_table in Shape
Luke
2020-11-07
LibJS: Use pow instead of __bulitin_pow on clang
Luke
2020-11-07
LibJS: Use element index as key for array spread in object
Linus Groh
2020-11-07
LibJS: Set prototype of GlobalObject to ObjectPrototype
Linus Groh
2020-11-07
LibJS: Don't create StringOrSymbol(String) if from_value() fails
Linus Groh
2020-11-07
LibWeb: Load favicon.ico only for http/https URLs
Brendan Coles
2020-11-07
LibJS: Skip trailing empty values in IndexedPropertyIterator
Linus Groh
2020-11-06
Kernel: Fix HPET timer not firing in Bochs
Tom
2020-11-06
LibGUI: Clip rubber band to IconView widget content area
Joseph Bywater
2020-11-06
LibJS: Handle circular references in Array.prototype.toLocaleString()
Linus Groh
2020-11-06
LibGUI: Fix AbstractView selection after initial focusin event
Joseph Bywater
2020-11-05
LibJS: Use array-like size for IndexedProperties::is_empty()
Linus Groh
2020-11-05
LibJS: Fix Object::delete_property() with numeric string property
Linus Groh
2020-11-05
LibJS: ASSERT(property_name.is_valid()) in more Object methods
Linus Groh
2020-11-05
AK: printf was not accounting for plus sign with "%+d"
Andreas Kling
2020-11-05
Base: Tweak CXXFLAGS for the "little" test projects
Andreas Kling
2020-11-05
AK: Always include <new> from compiler before our operators new
Andreas Kling
2020-11-04
LibJS: Fix ProxyObject get/set with symbol property name
Linus Groh
2020-11-04
LibJS: Replace a bunch of vm() calls in ProxyObject with reference
Linus Groh
2020-11-04
LibJS: Implement Object(value) constructor
Linus Groh
2020-11-04
Revert "Kernel: Implement an asynchronous device request stack"
Andreas Kling
2020-11-04
LibGfx: Load the system default fonts by name
Andreas Kling
2020-11-04
Kernel: Implement an asynchronous device request stack
Tom
2020-11-04
Kernel: Remove dead code from BlockDevice
Tom
2020-11-04
Kernel: Defer kmalloc heap contraction
Tom
2020-11-04
Kernel: Add mechanism to queue deferred function calls
Tom
2020-11-04
Chess: Add missing default config file in .config :^)
Jesse Buhagiar
2020-11-04
Minesweeper+Snake: load config file before calling unveil()
Brendan Coles
2020-11-04
LibJS: Handle circular references in Array.prototype.join()
Linus Groh
2020-11-04
LibJS: Use "," separator in Array.prototype.join() if first arg is undefined
Linus Groh
2020-11-04
AK::URL: Check if URL requires a port set to be considered a valid URL
Brendan Coles
[next]