summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2020-06-17Meta: Scale back overly informal user-facing stringsAndreas Kling
2020-06-17Userland: Compliment the user when running su(1) :^)Sergey Bugaev
2020-06-17Userland: Improve cat(1)Sergey Bugaev
2020-06-17Userland: Fix a crash in chown(1)Sergey Bugaev
2020-06-17Userland: Fix wc(1)Sergey Bugaev
2020-06-17Userland: Add readlink(1)Sergey Bugaev
2020-06-17Userland: Use Core::File::read_link()Sergey Bugaev
2020-06-13ProtocolServer+LibProtocol: Propagate HTTP status codes to clientsAndreas Kling
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-06-08LibJS: Make more Interpreter functions take a GlobalObject&Andreas Kling
2020-06-08LibJS+js: Support getting last value from "_" variableLinus Groh
2020-06-08Userland: Remove keymap app from systemHüseyin ASLITÜRK
2020-06-08functrace: Output colors only when stdout is a ttyAnotherTest
2020-06-08ls: Emit plain text when output is not a ttyAnotherTest
2020-06-07LibJS: Add BigIntLinus Groh
2020-06-07Meta: Run Crypto tests in CIAnotherTest
2020-06-07test-crypto: Return 1 if any test failedAnotherTest
2020-06-07LibCrypto: Add bitwise operations (and/or/xor)AnotherTest
2020-06-07LibJS: Lex and parse regex literals, add RegExp objectsMatthew Olsson
2020-06-06Userland: Add find(1)Sergey Bugaev
2020-06-05LibCrypto: Add a simple SignedBigIntegerAnotherTest
2020-06-04test-crypto: Add a test for #2488AnotherTest
2020-06-03Userland: keymap, use LibKeyboard to read keymap filesHüseyin ASLITÜRK
2020-06-02js: Print call stack on exception thrown outside the global contextLinus Groh
2020-06-02LibJS: Move Interpreter::get_trace() to ConsoleClientLinus Groh