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
2020-08-24
LibTLS: Fix some debug logging
AnotherTest
2020-08-24
LibTLS: Do not process_message() the finished message twice
AnotherTest
2020-08-24
Tests: Prefer strlcpy over strncpy
Ben Wiederhake
2020-08-24
Userland: Prefer strlcpy over strcpy in ping
Ben Wiederhake
2020-08-24
Userland: Prefer strlcpy over strncpy in ifconfig, fixes off-by-one
Ben Wiederhake
2020-08-24
DHCPClient: Prefer strlcpy over strncpy, fixes off-by-one
Ben Wiederhake
2020-08-24
LibCore: Prefer strlcpy over strncpy, fix overflow
Ben Wiederhake
2020-08-24
LibC: Prefer strlcpy over strcpy/strncpy
Ben Wiederhake
2020-08-24
LibC: Prefer strlcpy over strcpy in getgrent(), fix overflow
Ben Wiederhake
2020-08-24
LibC: Fix strftime() for max_size=0
Ben Wiederhake
2020-08-24
LibC: Implement strlcpy
Ben Wiederhake
2020-08-24
LibC: Stub and test strlcpy
Ben Wiederhake
2020-08-24
Kernel: Remove strcpy()
Ben Wiederhake
2020-08-24
LibC: Prevent slowness and overrun in strdup/strndup
Ben Wiederhake
2020-08-24
AK: Document that String{,Impl} contains NUL-terminator
Ben Wiederhake
2020-08-24
Tests: Remove unused include
Ben Wiederhake
2020-08-24
AK: Remove redundant declaration in String.cpp
Ben Wiederhake
2020-08-24
LibGUI: Fix an unsightly pixel glitch in bottom-side tabs
Andreas Kling
2020-08-23
SystemMonitor: Use bottom-side tabs for the per-process info tabs
Andreas Kling
2020-08-23
LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabs
Andreas Kling
2020-08-23
Base: Add ThemeEditor.af
Linus Groh
2020-08-23
LibJS: Implement Date.getUTC*
Nico Weber
2020-08-23
LibJS: Move datetime access out of DatePrototype
Nico Weber
2020-08-23
LibLine: Correct weird arrow up/down behaviour
AnotherTest
2020-08-23
Kernel: Avoid some allocations in command line parsing (#3213)
Muhammad Zahalqa
2020-08-23
ThemeEditor: Paint the minimize/maximize/close window button icons
Andreas Kling
2020-08-23
ThemeEditor: Add window buttons (no bitmaps yet)
Andreas Kling
2020-08-23
ThemeEditor: Add a handful of widgets to the preview
Andreas Kling
2020-08-23
LibGfx+WindowServer: Simplify notification window frame theming
Andreas Kling
2020-08-23
AK: Fix human_readable_size corner cases
Ben Wiederhake
2020-08-23
AK: Add tests for human_readable_size()
Ben Wiederhake
2020-08-23
AK: Print RHS and LHS in EXPECT_EQ if we can
Ben Wiederhake
2020-08-23
test-web: Add updates from test-js
Luke
2020-08-23
test-js+test-web: Clear taskbar progress on error/assertion failure
Luke
2020-08-23
LibGUI: Remove spacing between day labels in Calendar
thankyouverycool
2020-08-23
LibC: Make localtime() and gmtime() handle years before 1970
Nico Weber
2020-08-23
LibC: Slightly tweak tm_to_time
Nico Weber
2020-08-23
LibJS: Enable Date.parse.js tests that pass after c399caf27f9de4
Nico Weber
2020-08-23
ThemeEditor: Use m_inactive_window_icon when painting the inactive..
Emanuele Torre
2020-08-23
Ext2FS: Fix build with EXT2_DEBUG
Andreas Kling
2020-08-23
Chess: Allow resizing Chess using resize_aspect_ratio(1,1)
Peter Elliott
2020-08-23
LibGUI+WindowServer: Add resize_aspect_ratio()
Peter Elliott
2020-08-23
AK: Add operator== to AK::Optional
Peter Elliott
2020-08-23
Chess: Optionaly display coordinates at edge of board
Peter Elliott
2020-08-23
LibGfx: Add TextAlignment::BottomRight
Peter Elliott
2020-08-23
LibCrypto: Don't cause errors when function unused
Ben Wiederhake
2020-08-23
Meta: Fix wrong 'using namespace X' usages
Ben Wiederhake
2020-08-22
LibC+Userland: Prefer snprintf over sprintf
Ben Wiederhake
2020-08-22
Kernel: Stop supporting sprintf
Ben Wiederhake
2020-08-22
AK: Prefer snprintf over sprintf
Ben Wiederhake
[next]