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
2021-10-05
Kernel: Validate x86_64 address canonicality before SafeMem operations
Idan Horowitz
2021-10-05
Kernel: Detect and store the virtual address bit width during CPU init
Idan Horowitz
2021-10-04
LibJS: Avoid an unnecessary String in create_mapped_arguments_object()
Andreas Kling
2021-10-04
LibJS: Avoid an unnecessary String in create_list_from_array_like()
Andreas Kling
2021-10-04
LibWeb: Improve resolved style for CSS {min,max}-{width,height}
Andreas Kling
2021-10-04
Ports: Update Python to 3.10.0
Linus Groh
2021-10-04
Base: Add audio documentation
kleines Filmröllchen
2021-10-04
LibWeb: Implement window.location's stringifier
Idan Horowitz
2021-10-04
Documentation: Added unzip to arch install list
Patrick Wilmes
2021-10-04
LibWeb: Flexbox: Don't outgrow parent in main axis when using wrap
Tobias Christiansen
2021-10-04
LibWeb: Handle inline-block children of a flex-container as block
Tobias Christiansen
2021-10-04
LibWeb: Flexbox: Collect empty inline-block flex children
Tobias Christiansen
2021-10-04
LibHTTP: Bump max HTTP header size up to 32KiB
Ali Mohammad Pur
2021-10-04
Documentation: Add documentation for adding IDL files
Sam Atkins
2021-10-04
sql: Account for the single quotes in syntax highlighting
Mahmoud Mandour
2021-10-04
LibSQL: Add an INSERT without column names test
Mahmoud Mandour
2021-10-04
LibSQL: Test INSERT statement with wrong number of values
Mahmoud Mandour
2021-10-04
LibSQL: Test INSERT statement with wrong data types
Mahmoud Mandour
2021-10-04
LibSQL: Check NoError individually in execution tests
Mahmoud Mandour
2021-10-04
LibSQL: Check data types in INSERT statement parsing
Mahmoud Mandour
2021-10-04
LibSQL: Parse INSERT statement without column names
Mahmoud Mandour
2021-10-04
LibHTTP+LibGemini: Set underlying sockets as idle when detaching
Ali Mohammad Pur
2021-10-04
LibCore: Add a Socket::set_idle() API that turns the notifiers on/off
Ali Mohammad Pur
2021-10-04
LibHTTP: Treat EOF on a non-Finished state as an error
Ali Mohammad Pur
2021-10-04
LibWeb: Flexbox: Care more about cross-axis margins
Tobias Christiansen
2021-10-04
LibWeb: Flexbox: Take parents' specified main size into account
Tobias Christiansen
2021-10-04
LibHTTP: Ignore empty reads on chunk boundaries
Ali Mohammad Pur
2021-10-04
LibHTTP: Consider a job failed if its body fails decompression
Ali Mohammad Pur
2021-10-04
Meta: Add myself to the mailmap
Tobias Christiansen
2021-10-04
LibWeb: Make IDL-constructed objects aware of their JS wrapper
Andreas Kling
2021-10-04
LibWeb: Make WindowObject::clear_interval() call correct function
Andreas Kling
2021-10-04
Everywhere: Fix more Copyright header inconsistencies
Tim Schumacher
2021-10-04
LibCore: Allow reads smaller than the buffered data size in IODevice
Ali Mohammad Pur
2021-10-04
LibWeb: Add basic support for script string argument to setInterval()
Linus Groh
2021-10-04
LibWeb: Add basic support for script string argument to setTimeout()
Linus Groh
2021-10-04
LibJS: Convert atomic_compare_exchange_impl() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert perform_atomic_operation() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert atomic_read_modify_write() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert validate_atomic_access() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert validate_integer_typed_array() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert typed_array_create() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert initialize_typed_array_from_list() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert init_typed_array_from_array_like() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert init_typed_array_from_typed_array() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert init_typed_array_from_array_buffer() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert validate_typed_array() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert to_property_descriptor() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert ordinary_set_with_own_descriptor() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert define_properties() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert set_immutable_prototype() to ThrowCompletionOr
Linus Groh
[next]