summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2020-10-31ping: Account for raw sockets now receiving IPv4 headersAndreas Kling
2020-10-30LibTLS: (Almost) verify certificate chain against root CA certificatesAnotherTest
2020-10-29Userland+LibC: Add "kill -l" to show all known signal names/numbersAndreas Kling
2020-10-29Userland: Do not put a trailing space after the resulting pids in pidofAnotherTest
2020-10-29Userland: Add an implementation of 'expr'AnotherTest
2020-10-29CMake: Use CONFIGURE_DEPENDS in existing globs.asynts
2020-10-29Userland: Make killall accept signal names as wellAndreas Kling
2020-10-29LibC: Move getsignalbyname() helper from Userland/kill into LibCAndreas Kling
2020-10-29Userland: Teach "kill" to understand signal names (not just numbers)Andreas Kling
2020-10-26js: Load and save history from/to ~/.js-historyLinus Groh
2020-10-25AK: Eradicate calls to warn().asynts
2020-10-25LibC+Tests: Fix broken snprintf test.asynts
2020-10-25Userland/sort: Convert sort to use getlineMatthew L. Curry
2020-10-25Userland/uniq: Add uniq utilityMatthew L. Curry
2020-10-25LibCore: Rename File::ShouldCloseFile{Description => Descriptor}Linus Groh
2020-10-25Userland: Add missing license header to hexdumpAndreas Kling
2020-10-25Userland: Add a very simple hexdump program :^)Andreas Kling
2020-10-24AK: Eradicate the uses of out().asynts
2020-10-23rm: Exit with status 0 if stat fails and force is setWesley Moore
2020-10-23LibWeb: Fix Document construction mishap in <template> elementAndreas Kling
2020-10-22Userland: Make `man` provide a `view_width` to `render_for_terminal()'AnotherTest
2020-10-22AK: Make Utf8View and Utf32View more consistentTom
2020-10-20Userland: Run clang-format on tree.cppAndreas Kling
2020-10-20Userland: Use new format functions in some programsAndreas Kling
2020-10-20Everywhere: Redundant inline specifier on constexpr functions (#3807)Lenny Maiorani
2020-10-19test-js: Support test262 parser testsLinus Groh
2020-10-19test-js: Exit with 1 if any test failedLinus Groh
2020-10-19test-js: Include skipped tests in total test countLinus Groh
2020-10-19test-js: Add argument for explicit test root directoryLinus Groh
2020-10-17ntpquery: Add some more validation of the response headerNico Weber
2020-10-17ntpquery: For stratum 1 servers, print reference ID in ASCII with -vNico Weber
2020-10-17ntpquery: Add a comment listing a few more NTP serversNico Weber
2020-10-17ntpquery: Don't leak local time, and check origin time in replyNico Weber
2020-10-17ntpquery: Make a few variable names more descriptiveNico Weber
2020-10-15seq: Add help optionMatthew L. Curry
2020-10-15Userland: Add --loop option for aplaynooga
2020-10-13LibJS: Cache commonly used FlyStrings in the VMAndreas Kling
2020-10-13Userland/cp: Disallow copying directories into themselvesMatthew L. Curry
2020-10-13Style: Remove uses of NULL, substituting nullptrMatthew L. Curry
2020-10-12js: Print negative zero with minus signLinus Groh
2020-10-08html: Replace InProcessWebView with OutOfProcessWebViewLinus Groh
2020-10-08html: Create URL from filename, if anyLinus Groh
2020-10-05ntpquery: Make output less verbose by defaultNico Weber
2020-10-04LibJS: Unify syntax highlightingLinus Groh
2020-10-04LibJS: Remove Interpreter::call()Andreas Kling
2020-10-04AK: Don't add newline for outf/dbgf/warnf.asynts
2020-10-04LibJS: Move "strict mode" state to the call stackAndreas Kling
2020-10-04Userland: tar: support extracting gzipped filesPeter Elliott
2020-10-04Userland: Add tar commandPeter Elliott
2020-10-03Everywhere: Fix more typosLinus Groh