summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-05-15LibGUI: Delay setting column width in AutocompleteBoxAndreas Kling
2021-05-15PixelPaint+Base: Tool icon refresh :^)Andreas Kling
2021-05-15FontEditor: Add missing `unix` pledgeDaniel Bertalan
2021-05-15AK+LibC: Implement malloc_good_size() and use it for Vector/HashTableGunnar Beutner
2021-05-15LibWeb: Fix incorrect variable names when parsing CSSGunnar Beutner
2021-05-15HackStudio: Pledge "fattr"Γ–mer Kurttekin
2021-05-15Utilities: Implement a netstat commandbrapru
2021-05-15LibGfx: Fix incorrect origin for checkerboard pattern fillsAndreas Kling
2021-05-15LibDebug: Avoid unnecessary String allocation in append_to_line_info()Andreas Kling
2021-05-15LibGfx/Vector*: Implement FormattersJelle Raaijmakers
2021-05-15Everywhere: Add a blank line after copyright header where missingLinus Groh
2021-05-15SpaceAnalyzer: Add separator before quit menu actionLinus Groh
2021-05-15SystemMonitor: Make ProcessModel icon column non-sortableLinus Groh
2021-05-15LibELF: Use binary search when looking up symbols :^)Andreas Kling
2021-05-15SystemMonitor: Make sure we set a model before changing column sizesAndreas Kling
2021-05-15LibELF: Remove sketchy use of "undefined" ELF::Image::SectionAndreas Kling
2021-05-14SpaceAnalyzer: Use fstatat instead of lstatMart G
2021-05-14LibCore: Expose DirIterator's underlying file descriptorMart G
2021-05-14Kernel+LibC: Add fstatatMart G
2021-05-14Utilities: Fix const-correctness inside seqJean-Baptiste Boric
2021-05-14LibC: Move makedev(), major(), minor(), to sys/types.hJean-Baptiste Boric
2021-05-14LibC: Move mman.h to sys/mman.hJean-Baptiste Boric
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-14LibThread: Port Lock to foreign environmentsJean-Baptiste Boric
2021-05-14IPCCompiler: Fix declaration of static functionsJean-Baptiste Boric
2021-05-14Userland: Replace arc4random() with get_random<u32>()Jean-Baptiste Boric
2021-05-14Userland: Migrate from arc4random_uniform() to get_random_uniform()Jean-Baptiste Boric
2021-05-14AK: Introduce get_random_uniform()Jean-Baptiste Boric
2021-05-14LibGL: Implement glFlush() and glFinish()Stephan Unverwerth
2021-05-14LibCore: Never connect to InspectorServer if getuid() == 0Andreas Kling
2021-05-14AnalogClock: Use YYYY-MM-DD format for window titleLinus Groh
2021-05-14ImageViewer: Sandbox image decoding using the ImageDecoder service :^)Andreas Kling
2021-05-14LibImageDecoderClient: Decoded images with 0 frames are not successfulAndreas Kling
2021-05-14ImageViewer: Rename QSWidget => ImageViewer::ViewWidgetAndreas Kling
2021-05-14Userland: Rename QuickShow => Image ViewerAndreas 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-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-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-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-14LibCrypto: Do not assume that the passed in IV is as long as a blockAli Mohammad Pur
2021-05-14LibJS: Make sure all allocators are 8-byte alignedAndrew Kaster