summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2023-05-08LibWeb: Add `--layout-test-mode` flag to HeadlessBrowsermartinfalisse
2023-05-07netstat: Fix fallback value for pid fieldFabian Dellwing
2023-05-07netstat: Add -e argumentFabian Dellwing
2023-05-07netstat: Fix in/out bytes not showingFabian Dellwing
2023-05-07netstat: Fix port numbers not showingFabian Dellwing
2023-05-07Everywhere: Change spelling of 'behaviour' to 'behavior'Ben Wiederhake
2023-05-06image: Add a --frame-index optionNico Weber
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-05-05sed: Implement in-place file editingkleines Filmröllchen
2023-05-05sed: Correctly unveil all pathskleines Filmröllchen
2023-05-03ICC+image: Add conversion between color spaces for images :^)Nico Weber
2023-05-03profile: Prevent crash when -p is supplied a non-integer valuePrestonLTaylor
2023-05-03profile: Add -a to warning message when -e, -d, -w xor -f is not setPrestonLTaylor
2023-04-30nc: Fix overflow in port and local_port argumentFabian Dellwing
2023-04-30icc: Add a --measure flag that prints color difference in profileNico Weber
2023-04-28AK+Everywhere: Disallow Error::from_string_view(FooString)Ali Mohammad Pur
2023-04-27LibCore+file: Factorize code to detect mime-type from bytes of a fileLucas CHOLLET
2023-04-26nc: Add -n option to suppress name resolutionFabian Dellwing
2023-04-26nc: Add -p optionFabian Dellwing
2023-04-26nc: Fix off-by-one-error in calls to inet_ntopFabian Dellwing
2023-04-26nc: Sort command line arguments alphabeticallyFabian Dellwing
2023-04-26Utilities: Add support for loading the WASI module to wasmAli Mohammad Pur
2023-04-25cal: Add the `-y` option to show the current yearKarol Baraniecki
2023-04-25cal: Add the `-3` optionKarol Baraniecki
2023-04-25cal: Get default week start day from CalendarKarol Baraniecki
2023-04-25cal: Make start of the week configurableKarol Baraniecki
2023-04-25cal: Pad days on the left with spaces instead of zeroesKarol Baraniecki
2023-04-25cal: Only show year next to each month in one-month-modeKarol Baraniecki
2023-04-25cal: Fix width calculation by not leaving an extra space at month's endKarol Baraniecki
2023-04-25cal: Display month namesKarol Baraniecki
2023-04-25cal: Use global string widths instead of hardcoding themKarol Baraniecki
2023-04-25cal: Center the month-year textKarol Baraniecki
2023-04-25cal: Mark the current day as inverted textKarol Baraniecki
2023-04-25cal: Rewrite cal to use new Strings and handle errorsKarol Baraniecki
2023-04-25cal: Correctly identify current dayKarol Baraniecki
2023-04-25cal: Don't accept passing a [day]Karol Baraniecki
2023-04-24Aplay: Determine absolute path before first `unveil`Jelle Raaijmakers
2023-04-24Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every fileTimothy Flynn
2023-04-24Kernel: Allow configuring a Jail to not impose PID isolation restrictionLiav A
2023-04-22copy: Stop using DeprecatedStringSam Atkins
2023-04-22config: Stop using DeprecatedStringSam Atkins
2023-04-22cksum: Stop using DeprecatedStringSam Atkins
2023-04-22chown: Stop using DeprecatedStringSam Atkins
2023-04-22asctl: Stop using DeprecatedStringSam Atkins
2023-04-22arp: Stop using DeprecatedStringSam Atkins
2023-04-22Utilities: Use lround() instead of casting round() to longSam Atkins
2023-04-22cmp: Replace uses of DeprecatedStringSam Atkins
2023-04-22cmp: Use Core::File::open_file_or_standard_stream()Sam Atkins
2023-04-22Utilities: Replace ctype.h usage with AK/CharacterTypes.hSam Atkins
2023-04-21Kernel+Userland: Remove the `nfds` entry from `/sys/kernel/processes`Tim Schumacher