summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-14Userland: Rename QuickShow => Image ViewerAndreas Kling
2021-05-14AK: Remove unused STRINGIMPL_DEBUG instrumentationAndreas Kling
2021-05-14Browser: Don't spawn RequestServer and WebSocket in multi-process modeAndreas Kling
2021-05-14Profiler: Mark model columns as non-sortableAndreas Kling
2021-05-14Kernel: Merge do_retransmit_packets() into retransmit_packets()Gunnar Beutner
2021-05-14Kernel: Try to retransmit lost TCP packetsGunnar Beutner
2021-05-14Kernel: Wake up NetworkTask every 500 millisecondsGunnar Beutner
2021-05-14Kernel: Don't use delayed ACKs when establishing the connectionGunnar Beutner
2021-05-14Meta: Add note about writing commit subjects in the imperative moodAndreas Kling
2021-05-14AK: Make StringView::hash() constexprAndreas Kling
2021-05-14Kernel: Add the ability to verify we don't kmalloc under spinlock.Brian Gianforcaro
2021-05-14LanguageServer/Cpp: Add testsItamar
2021-05-14LanguageServers: Allow set_declarations_of_document callback to be nullItamar
2021-05-14LanguageServers/FileDB: Allow m_project_root to be nullItamar
2021-05-14LanguageServers: Remove ClientConnection dependencyItamar
2021-05-14Documentation: Add a note about enabling the `console` iPXE commandIdan Horowitz
2021-05-14Meta: Specify that we use ISO 8601 dates and the metric systemAndreas Kling
2021-05-14AK: Avoid allocations in ByteBufferGunnar Beutner
2021-05-14AK: Use move semantics to avoid copying in JSON parserAndreas Kling
2021-05-14Profiler: Avoid JsonArray copying during perfcore parsingAndreas Kling
2021-05-14LibGUI: Fix logic typo in AbstractTableView::update_row_sizes()Andreas Kling
2021-05-14LibCrypto: Prevent a signed overflow during BigInt Modular PowerDexesTTP
2021-05-14Kernel: Avoid unnecessary time under lock in TCPSocket::createBrian Gianforcaro
2021-05-14Kernel: Remove dead TCPSocket::from_endpoints methodBrian Gianforcaro
2021-05-14LibGUI: Resize GUI::HeaderView section vector to final size immediatelyAndreas Kling
2021-05-14Profiler: Avoid copies / String construction when parsing profile (#7096)Brian Gianforcaro
2021-05-14LibTLS: Actually verify the certificatsAli Mohammad Pur
2021-05-14LibCrypto+LibTLS: Avoid unaligned reads and writesAli Mohammad Pur
2021-05-14AK: Avoid passing nullptr to __buitin_memcpy() in ByteBuffer::grow()Ali Mohammad Pur
2021-05-14LibCrypto: Do not assume that the passed in IV is as long as a blockAli Mohammad Pur
2021-05-14Tests: Don't use TestRunners after their scope ends in test-jsAndrew Kaster
2021-05-14LibJS: Make sure all allocators are 8-byte alignedAndrew Kaster
2021-05-14Tests: Mark use-after-scope NeverDestroyed test NO_SANITIZE_ADDRESSAndrew Kaster
2021-05-14Tests: Free all memory allocated with regcomp in RegexLibC testsAndrew Kaster
2021-05-14Tests: Fix use-after-free in TestRefPtr.self_observersAndrew Kaster
2021-05-14AK: Add #define for [[gnu::no_sanitize_address]]Andrew Kaster
2021-05-14Lagom: Enable sanitizer builds with gccAndrew Kaster
2021-05-13LibJS: Ensure function declarations don't leak outside function scopesLinus Groh
2021-05-13LibJS/Tests: Add details for toBeTrue() / toBeFalse() expectation errorLinus Groh
2021-05-13LibJS/Tests: Add details for toThrowWithMessage did-not-throw caseLinus Groh
2021-05-13LibJS/Tests: Add prefix to toThrowWithMessage expectation error detailsLinus Groh
2021-05-14Kernel: Correctly set the lost_samples field for the first sampleGunnar Beutner
2021-05-14Kernel+Profiler: Track lost time between profiler timer ticksGunnar Beutner
2021-05-14Kernel: Use a separate timer for profiling the systemGunnar Beutner
2021-05-14Profiler: Let the user ignore context switchesGunnar Beutner
2021-05-14Profiler: Add histogram for sample countsGunnar Beutner
2021-05-14AK: Vector::resize() should initialize new slots for primitive typesGunnar Beutner
2021-05-13InspectorServer: Add another missing <AK/JsonObject.h> includeAndreas Kling
2021-05-13CMake: Make missing medium icon a FATAL_ERRORBrian Gianforcaro
2021-05-13InspectorServer: Add missing <AK/JsonObject.h> includeAndreas Kling