summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2020-07-06LibJS: Convert remaining top-level tests to new systemMatthew Olsson
2020-07-06test-js: Only print files with failed or skipped testsMatthew Olsson
2020-07-06test-js: Display messages from console.log in test outputMatthew Olsson
2020-07-06test-js: Only parse test-common.js onceMatthew Olsson
2020-07-06test-js: Print duration of each test when given '-t' flagMatthew Olsson
2020-07-06test-js: Allow skipping tests with "test.skip(name, callback)"Matthew Olsson
2020-07-06test-js: Remove run-tests.shMatthew Olsson
2020-07-06LibJS/test-js: Clean up test-js codeMatthew Olsson
2020-07-06LibJS: Convert most builtin tests to new systemMatthew Olsson
2020-07-06LibJS: Convert Reflect object tests to new testing frameworkLinus Groh
2020-07-06LibJS: Convert Proxy testsMatthew Olsson
2020-07-06LibJS: Add test-common.js tests, remove unused matchersMatthew Olsson
2020-07-06LibJS: Convert some top-level tests to the new systemMatthew Olsson
2020-07-06LibJS/test-js: Create test-js program, prepare for test suite refactorMatthew Olsson
2020-07-05Userland+MenuApplets: Replace two more fork/exec with posix_spawnNico Weber
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-07-04strace: Use ArgsParser for argument processingAnotherTest
2020-07-03cut: Accept input from stdin if no files are givenMatthew Olsson
2020-07-01js: Highlight Extends and Super tokensJack Karamanian
2020-06-30Userland: Add watch toolSahan Fernando
2020-06-29Everywhere: Replace some uses of fork/exec with posix_spawnNico Weber
2020-06-27Userland: Add a 'test' utilityAnotherTest
2020-06-21Userland: Use Web::PageView::load_html() in the "html" utilityAndreas Kling
2020-06-21Userland: Remove "ht" test utilityAndreas Kling
2020-06-21chown: Don't allow "invalid" uid/gid specs (#2596)Emanuele Torre
2020-06-20LibJS: Make Value::to_object() take a GlobalObject&Andreas Kling
2020-06-20LibJS: Pass GlobalObject& to native functions and property accessorsAndreas Kling
2020-06-18Userland: Add base64 toolTom Lebreux
2020-06-18keymap: Add copyright headerAndreas Kling
2020-06-18keymap: Add back a tiny utility for setting the system keyboard layoutAndreas Kling
2020-06-17su: Tweak informal stringAndreas Kling