summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-05LibTLS + LibCrypto: Suppress unobserved Optoinal<T> return values.Brian Gianforcaro
2020-08-04Revert "LibM: Always include <math.h> instead of <LibM/math.h>"Andreas Kling
2020-08-04LibM: Always include <math.h> instead of <LibM/math.h>Andreas Kling
2020-08-04Kernel: Tidy up the syscalls list by reorganizing the enumerator macroAndreas Kling
2020-08-04LibCompress: Add LibCompressstelar7
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-08-02Tests: License headers, clang-format, clearer outputBen Wiederhake
2020-08-02Tests: Build automatically, fix compilation errorsBen Wiederhake
2020-08-01LibC: Add tests for getenv, setenv, putenvBen Wiederhake
2020-08-01lsof: Fix some minor issuesAndreas Kling
2020-07-31Userland: Add basic `lsof' commandMaciej Zygmanowski
2020-07-31LibCrypto: Do not trim leading zeros in export_data by defaultAnotherTest
2020-07-31Userland: Add missing checks for MappedFile.is_valid()Ben Wiederhake
2020-07-30Userland: Add support for the '-n' flag to 'echo'AnotherTest
2020-07-30LibCrypto: Add some checksum algorithmsstelar7
2020-07-28LibWeb: Move the HTML parser into HTML/Parser/Andreas Kling
2020-07-28LibCrypto: Implement and test CTR decryptionBen Wiederhake
2020-07-28LibCrypto: Fix broken CTR mode, implement RFC 3686 Test VectorsBen Wiederhake
2020-07-28LibWeb: Move HTML classes into the Web::HTML namespaceAndreas Kling
2020-07-28Userland: Make su require passwordsPeter Elliott
2020-07-28Userland: Add passwd utilityPeter Elliott
2020-07-28Userland: Fix nc by not memset()'ing the input address char*Linus Groh
2020-07-27LibCrypto: Change [XXX]BigInteger::export_data() to use Span.asynts
2020-07-27AK: Change the signature of AK::encode_base64() to use Span.asynts
2020-07-27top: Don't print more lines than the terminal can fitAndreas Kling
2020-07-27top: Limit printed process name characters to the available spaceAndreas Kling
2020-07-27top: Tweak username column width to accomodate "clipboard"Andreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26AK: Implement Span which represents a contiguous sequence of objects.asynts
2020-07-25test-web: Add ability to change page mid-testLuke
2020-07-23LibWeb+test-web: Create test-web program, add doctype testLuke
2020-07-22AK: Make encode_base64 take a ByteBuffer and return a StringNico Weber
2020-07-19Userland: add mkfifo(1)Peter Elliott
2020-07-19Userland: mknod: Don't use major/minor when creating a pipePeter Elliott
2020-07-16Userland: Add a "seq" utilityNico Weber
2020-07-16Userland: Make test exit 1 silently when no arguments are givenPeter Elliott
2020-07-14Userland: Add a basic version of the tree commandStijn
2020-07-14unzip: Correct compression method offset valueAnotherTest
2020-07-13unzip: Remove some magic numbers and create directories when neededAnotherTest
2020-07-13unzip: mmap() the zip file if possible to avoid spamming syscallsAnotherTest
2020-07-11Userland: Add "ini" command to read and write .ini config filesLinus Groh
2020-07-09LibJS: Integrate Symbols into objects as valid keysMatthew Olsson
2020-07-07test-js: Show progress in taskbarLinus Groh
2020-07-07js: Remove test modeLinus Groh
2020-07-06test-js: Use Core::File::is_directory(path) instead of opening fileAndreas Kling
2020-07-06test-js: Remove tests_to_run in favor of a DirIteratorMatthew Olsson
2020-07-06LibJS: Convert Array tests to new testing frameworkLinus Groh
2020-07-06LibJS: Convert all remaining non-Array tests to the new system :)Matthew Olsson