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-05-14
Userland: Rename QuickShow => Image Viewer
Andreas Kling
2021-05-14
AK: Remove unused STRINGIMPL_DEBUG instrumentation
Andreas Kling
2021-05-14
Browser: Don't spawn RequestServer and WebSocket in multi-process mode
Andreas Kling
2021-05-14
Profiler: Mark model columns as non-sortable
Andreas Kling
2021-05-14
Kernel: Merge do_retransmit_packets() into retransmit_packets()
Gunnar Beutner
2021-05-14
Kernel: Try to retransmit lost TCP packets
Gunnar Beutner
2021-05-14
Kernel: Wake up NetworkTask every 500 milliseconds
Gunnar Beutner
2021-05-14
Kernel: Don't use delayed ACKs when establishing the connection
Gunnar Beutner
2021-05-14
Meta: Add note about writing commit subjects in the imperative mood
Andreas Kling
2021-05-14
AK: Make StringView::hash() constexpr
Andreas Kling
2021-05-14
Kernel: Add the ability to verify we don't kmalloc under spinlock.
Brian Gianforcaro
2021-05-14
LanguageServer/Cpp: Add tests
Itamar
2021-05-14
LanguageServers: Allow set_declarations_of_document callback to be null
Itamar
2021-05-14
LanguageServers/FileDB: Allow m_project_root to be null
Itamar
2021-05-14
LanguageServers: Remove ClientConnection dependency
Itamar
2021-05-14
Documentation: Add a note about enabling the `console` iPXE command
Idan Horowitz
2021-05-14
Meta: Specify that we use ISO 8601 dates and the metric system
Andreas Kling
2021-05-14
AK: Avoid allocations in ByteBuffer
Gunnar Beutner
2021-05-14
AK: Use move semantics to avoid copying in JSON parser
Andreas Kling
2021-05-14
Profiler: Avoid JsonArray copying during perfcore parsing
Andreas Kling
2021-05-14
LibGUI: Fix logic typo in AbstractTableView::update_row_sizes()
Andreas Kling
2021-05-14
LibCrypto: Prevent a signed overflow during BigInt Modular Power
DexesTTP
2021-05-14
Kernel: Avoid unnecessary time under lock in TCPSocket::create
Brian Gianforcaro
2021-05-14
Kernel: Remove dead TCPSocket::from_endpoints method
Brian Gianforcaro
2021-05-14
LibGUI: Resize GUI::HeaderView section vector to final size immediately
Andreas Kling
2021-05-14
Profiler: Avoid copies / String construction when parsing profile (#7096)
Brian Gianforcaro
2021-05-14
LibTLS: Actually verify the certificats
Ali Mohammad Pur
2021-05-14
LibCrypto+LibTLS: Avoid unaligned reads and writes
Ali Mohammad Pur
2021-05-14
AK: Avoid passing nullptr to __buitin_memcpy() in ByteBuffer::grow()
Ali Mohammad Pur
2021-05-14
LibCrypto: Do not assume that the passed in IV is as long as a block
Ali Mohammad Pur
2021-05-14
Tests: Don't use TestRunners after their scope ends in test-js
Andrew Kaster
2021-05-14
LibJS: Make sure all allocators are 8-byte aligned
Andrew Kaster
2021-05-14
Tests: Mark use-after-scope NeverDestroyed test NO_SANITIZE_ADDRESS
Andrew Kaster
2021-05-14
Tests: Free all memory allocated with regcomp in RegexLibC tests
Andrew Kaster
2021-05-14
Tests: Fix use-after-free in TestRefPtr.self_observers
Andrew Kaster
2021-05-14
AK: Add #define for [[gnu::no_sanitize_address]]
Andrew Kaster
2021-05-14
Lagom: Enable sanitizer builds with gcc
Andrew Kaster
2021-05-13
LibJS: Ensure function declarations don't leak outside function scopes
Linus Groh
2021-05-13
LibJS/Tests: Add details for toBeTrue() / toBeFalse() expectation error
Linus Groh
2021-05-13
LibJS/Tests: Add details for toThrowWithMessage did-not-throw case
Linus Groh
2021-05-13
LibJS/Tests: Add prefix to toThrowWithMessage expectation error details
Linus Groh
2021-05-14
Kernel: Correctly set the lost_samples field for the first sample
Gunnar Beutner
2021-05-14
Kernel+Profiler: Track lost time between profiler timer ticks
Gunnar Beutner
2021-05-14
Kernel: Use a separate timer for profiling the system
Gunnar Beutner
2021-05-14
Profiler: Let the user ignore context switches
Gunnar Beutner
2021-05-14
Profiler: Add histogram for sample counts
Gunnar Beutner
2021-05-14
AK: Vector::resize() should initialize new slots for primitive types
Gunnar Beutner
2021-05-13
InspectorServer: Add another missing <AK/JsonObject.h> include
Andreas Kling
2021-05-13
CMake: Make missing medium icon a FATAL_ERROR
Brian Gianforcaro
2021-05-13
InspectorServer: Add missing <AK/JsonObject.h> include
Andreas Kling
[next]