index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2020-07-06
LibJS: Convert most builtin tests to new system
Matthew Olsson
2020-07-06
LibJS: Convert Reflect object tests to new testing framework
Linus Groh
2020-07-06
LibJS: Convert Proxy tests
Matthew Olsson
2020-07-06
LibJS: Add test-common.js tests, remove unused matchers
Matthew Olsson
2020-07-06
LibJS: Convert some top-level tests to the new system
Matthew Olsson
2020-07-06
LibJS/test-js: Create test-js program, prepare for test suite refactor
Matthew Olsson
2020-07-05
Userland+MenuApplets: Replace two more fork/exec with posix_spawn
Nico Weber
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-07-04
strace: Use ArgsParser for argument processing
AnotherTest
2020-07-03
cut: Accept input from stdin if no files are given
Matthew Olsson
2020-07-01
js: Highlight Extends and Super tokens
Jack Karamanian
2020-06-30
Userland: Add watch tool
Sahan Fernando
2020-06-29
Everywhere: Replace some uses of fork/exec with posix_spawn
Nico Weber
2020-06-27
Userland: Add a 'test' utility
AnotherTest
2020-06-21
Userland: Use Web::PageView::load_html() in the "html" utility
Andreas Kling
2020-06-21
Userland: Remove "ht" test utility
Andreas Kling
2020-06-21
chown: Don't allow "invalid" uid/gid specs (#2596)
Emanuele Torre
2020-06-20
LibJS: Make Value::to_object() take a GlobalObject&
Andreas Kling
2020-06-20
LibJS: Pass GlobalObject& to native functions and property accessors
Andreas Kling
2020-06-18
Userland: Add base64 tool
Tom Lebreux
2020-06-18
keymap: Add copyright header
Andreas Kling
2020-06-18
keymap: Add back a tiny utility for setting the system keyboard layout
Andreas Kling
2020-06-17
su: Tweak informal string
Andreas Kling
2020-06-17
Meta: Scale back overly informal user-facing strings
Andreas Kling
2020-06-17
Userland: Compliment the user when running su(1) :^)
Sergey Bugaev
2020-06-17
Userland: Improve cat(1)
Sergey Bugaev
2020-06-17
Userland: Fix a crash in chown(1)
Sergey Bugaev
2020-06-17
Userland: Fix wc(1)
Sergey Bugaev
2020-06-17
Userland: Add readlink(1)
Sergey Bugaev
2020-06-17
Userland: Use Core::File::read_link()
Sergey Bugaev
2020-06-13
ProtocolServer+LibProtocol: Propagate HTTP status codes to clients
Andreas Kling
2020-06-13
AK: JsonParser improvements
Matthew Olsson
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-08
LibJS: Make more Interpreter functions take a GlobalObject&
Andreas Kling
2020-06-08
LibJS+js: Support getting last value from "_" variable
Linus Groh
2020-06-08
Userland: Remove keymap app from system
Hüseyin ASLITÜRK
2020-06-08
functrace: Output colors only when stdout is a tty
AnotherTest
2020-06-08
ls: Emit plain text when output is not a tty
AnotherTest
2020-06-07
LibJS: Add BigInt
Linus Groh
2020-06-07
Meta: Run Crypto tests in CI
AnotherTest
2020-06-07
test-crypto: Return 1 if any test failed
AnotherTest
2020-06-07
LibCrypto: Add bitwise operations (and/or/xor)
AnotherTest
2020-06-07
LibJS: Lex and parse regex literals, add RegExp objects
Matthew Olsson
2020-06-06
Userland: Add find(1)
Sergey Bugaev
2020-06-05
LibCrypto: Add a simple SignedBigInteger
AnotherTest
2020-06-04
test-crypto: Add a test for #2488
AnotherTest
2020-06-03
Userland: keymap, use LibKeyboard to read keymap files
Hüseyin ASLITÜRK
2020-06-02
js: Print call stack on exception thrown outside the global context
Linus Groh
2020-06-02
LibJS: Move Interpreter::get_trace() to ConsoleClient
Linus Groh
[next]