summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-24LibTLS: Fix some debug loggingAnotherTest
2020-08-24LibTLS: Do not process_message() the finished message twiceAnotherTest
2020-08-24Tests: Prefer strlcpy over strncpyBen Wiederhake
2020-08-24Userland: Prefer strlcpy over strcpy in pingBen Wiederhake
2020-08-24Userland: Prefer strlcpy over strncpy in ifconfig, fixes off-by-oneBen Wiederhake
2020-08-24DHCPClient: Prefer strlcpy over strncpy, fixes off-by-oneBen Wiederhake
2020-08-24LibCore: Prefer strlcpy over strncpy, fix overflowBen Wiederhake
2020-08-24LibC: Prefer strlcpy over strcpy/strncpyBen Wiederhake
2020-08-24LibC: Prefer strlcpy over strcpy in getgrent(), fix overflowBen Wiederhake
2020-08-24LibC: Fix strftime() for max_size=0Ben Wiederhake
2020-08-24LibC: Implement strlcpyBen Wiederhake
2020-08-24LibC: Stub and test strlcpyBen Wiederhake
2020-08-24Kernel: Remove strcpy()Ben Wiederhake
2020-08-24LibC: Prevent slowness and overrun in strdup/strndupBen Wiederhake
2020-08-24AK: Document that String{,Impl} contains NUL-terminatorBen Wiederhake
2020-08-24Tests: Remove unused includeBen Wiederhake
2020-08-24AK: Remove redundant declaration in String.cppBen Wiederhake
2020-08-24LibGUI: Fix an unsightly pixel glitch in bottom-side tabsAndreas Kling
2020-08-23SystemMonitor: Use bottom-side tabs for the per-process info tabsAndreas Kling
2020-08-23LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabsAndreas Kling
2020-08-23Base: Add ThemeEditor.afLinus Groh
2020-08-23LibJS: Implement Date.getUTC*Nico Weber
2020-08-23LibJS: Move datetime access out of DatePrototypeNico Weber
2020-08-23LibLine: Correct weird arrow up/down behaviourAnotherTest
2020-08-23Kernel: Avoid some allocations in command line parsing (#3213)Muhammad Zahalqa
2020-08-23ThemeEditor: Paint the minimize/maximize/close window button iconsAndreas Kling
2020-08-23ThemeEditor: Add window buttons (no bitmaps yet)Andreas Kling
2020-08-23ThemeEditor: Add a handful of widgets to the previewAndreas Kling
2020-08-23LibGfx+WindowServer: Simplify notification window frame themingAndreas Kling
2020-08-23AK: Fix human_readable_size corner casesBen Wiederhake
2020-08-23AK: Add tests for human_readable_size()Ben Wiederhake
2020-08-23AK: Print RHS and LHS in EXPECT_EQ if we canBen Wiederhake
2020-08-23test-web: Add updates from test-jsLuke
2020-08-23test-js+test-web: Clear taskbar progress on error/assertion failureLuke
2020-08-23LibGUI: Remove spacing between day labels in Calendarthankyouverycool
2020-08-23LibC: Make localtime() and gmtime() handle years before 1970Nico Weber
2020-08-23LibC: Slightly tweak tm_to_timeNico Weber
2020-08-23LibJS: Enable Date.parse.js tests that pass after c399caf27f9de4Nico Weber
2020-08-23ThemeEditor: Use m_inactive_window_icon when painting the inactive..Emanuele Torre
2020-08-23Ext2FS: Fix build with EXT2_DEBUGAndreas Kling
2020-08-23Chess: Allow resizing Chess using resize_aspect_ratio(1,1)Peter Elliott
2020-08-23LibGUI+WindowServer: Add resize_aspect_ratio()Peter Elliott
2020-08-23AK: Add operator== to AK::OptionalPeter Elliott
2020-08-23Chess: Optionaly display coordinates at edge of boardPeter Elliott
2020-08-23LibGfx: Add TextAlignment::BottomRightPeter Elliott
2020-08-23LibCrypto: Don't cause errors when function unusedBen Wiederhake
2020-08-23Meta: Fix wrong 'using namespace X' usagesBen Wiederhake
2020-08-22LibC+Userland: Prefer snprintf over sprintfBen Wiederhake
2020-08-22Kernel: Stop supporting sprintfBen Wiederhake
2020-08-22AK: Prefer snprintf over sprintfBen Wiederhake