summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2020-09-06Userland: Add a simple 'w' program that shows current terminal sessionsAndreas Kling
2020-09-06utmpupdate: Use pledge() and unveil()Andreas Kling
2020-09-06utmpupdate: Add a program for updating /var/run/utmpAndreas Kling
2020-09-06LibCompress: Add another unit test.asynts
2020-09-06Userland: Use Buffered<T> in gunzip.asynts
2020-09-05LibGUI: Make the Clipboard API deal in raw byte buffers a bit moreAndreas Kling
2020-09-05Meta: Fix wonky copyright headers in TestsBen Wiederhake
2020-09-03Userland/tt: Use a default value for the test to runAvery
2020-08-31Userland: Allow unquoted 'filename' values in 'pro'AnotherTest
2020-08-31Userland: Improve 'ContentDispositionParser' in 'pro'AnotherTest
2020-08-31LibCompress: Fix a bug when wrapping around the buffer.asynts
2020-08-31Userland: Make 'pro' capable of guessing a filenameAnotherTest
2020-08-30ntpquery: Add routines for converting timeval<->ntp timestampsNico Weber
2020-08-30Userland: Add an extremely simple NTP clientNico Weber
2020-08-30Userland: Fix passing a non-format string to fprintf()Sergey Bugaev
2020-08-30LibC: Deprecate strcpy(), strncpy(), strcat() and strncat() :^)Sergey Bugaev
2020-08-30Tests: Assert the path fitsSergey Bugaev
2020-08-30Everywhere: Port to String::copy_characters_to_buffer()Sergey Bugaev
2020-08-30Userland: add gunzip utility.asynts
2020-08-30LibCompress: Implement gzip.asynts
2020-08-30Tests: Optionally switch off 858081 lines of dbg() in test-jsBen Wiederhake
2020-08-28ls: Fix issue with too-narrow columns in "ls" outputAndreas Kling
2020-08-28HackStudio: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-28Userland: Stop passing ignored timezones to gettimeofdayNico Weber
2020-08-26LibCompress: Implement DEFLATE properly.asynts
2020-08-26LibJS: Add a helper for calling JS::Function's with argumentsAnotherTest
2020-08-25LibDebug: Move everything into the "Debug" namespaceLuke
2020-08-24Meta+Userland: Run the TLS test tooAnotherTest
2020-08-24Userland: Add missing HMAC-SHA1 testsAnotherTest
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-24LibC: Stub and test strlcpyBen Wiederhake
2020-08-24Tests: Remove unused includeBen 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-22LibC+Userland: Prefer snprintf over sprintfBen Wiederhake
2020-08-22LibC: Demonstrate off-by-one in current snprintfBen Wiederhake
2020-08-22test-js: Sometimes include more details for failuresNico Weber
2020-08-22test-js: Print parse error if test-common.js fails to parseNico Weber
2020-08-22Userland: Use TestSuite.h in test-compress.asynts
2020-08-21LibLine: Handle interrupts/window size changes internallyAnotherTest
2020-08-20LibCompress: Turn the DEFLATE implementation into a stream.asynts
2020-08-17LibWeb: Add more document tests, add comment, text and mixin testsLuke
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-17disasm: Use make<X86::ELFSymbolProvider> instead of naked newAndreas Kling
2020-08-17Userland: Explicitly ignore number of types read, found by CoverityBrian Gianforcaro
2020-08-17Userland: Provide a misbehaving applicationBen Wiederhake
2020-08-16disasm: For ELF inputs, pass an ELFSymbolProvider to disassemblerNico Weber
2020-08-16LibCrypto: Fix random number generationBen Wiederhake