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-05-27
LibLine: Use Core::EventLoop for outer read loop
AnotherTest
2020-05-26
LibJS: Fix incorrect token column values (#2401)
Paul Redmond
2020-05-26
js: Show a "source location hint" for syntax errors :^)
Linus Groh
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-26
Userland et al: Pledge sigaction when needed
Sergey Bugaev
2020-05-26
Userland: Port sleep(1) to Core::ArgsParser
Sergey Bugaev
2020-05-25
LibLine: Change get_line to return a Result<String, Error>
AnotherTest
2020-05-24
LibWeb: A whole bunch of work towards spec-compliant <script> elements
Andreas Kling
2020-05-24
LibWeb: More work on the HTML parser and tokenizer
Andreas Kling
2020-05-24
functrace: use Core::ArgsParser
Itamar
2020-05-24
LibWeb: Start building the tree building part of the new HTML parser
Andreas Kling
2020-05-23
Userland: Allow passing a specific HTML file to the "ht" test program
Andreas Kling
2020-05-23
Kernel+LibC: Fix various build issues introduced by ssize_t
Andreas Kling
2020-05-23
Userland/js: Do not construct a full CompletionSuggestion just to compare aga...
AnotherTest
2020-05-22
Userland: Add a missing license header
Andreas Kling
2020-05-22
LibWeb: Begin work on a spec-compliant HTML parser
Andreas Kling
2020-05-20
Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"
Andreas Kling
2020-05-20
LibLine: Unify completion hooks and adapt its users
AnotherTest
2020-05-20
Build: Include headers from LibC, LibM, and LibPthread with -isystem
Andrew Kaster
2020-05-20
df: Don't include c++ standard <cstring>
Andrew Kaster
2020-05-18
test-crypto: Don't put TLSv12 in an OwnPtr as it's ref-counted :)
Andreas Kling
2020-05-18
LibLine: Handle unicode correctly
AnotherTest
2020-05-18
LibJS: Pass Interpreter& to Value::to_number() et al.
Linus Groh
2020-05-18
LibJS: Change Value::to_object(Heap& -> Interpreter&)
Linus Groh
2020-05-17
ls: Make column alignment Unicode-aware :^)
Andreas Kling
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-16
FileManager+LibGUI+Userland: Switch clipboard to MIME types
Sergey Bugaev
2020-05-15
LibJS: Add side-effect-free version of Value::to_string()
Andreas Kling
2020-05-15
js: Throw a regular SyntaxError for errors from the parser
Linus Groh
2020-05-15
LibJS: Remove syntax errors from lexer
Linus Groh
2020-05-15
ps: Widen the username column slightly
Andreas Kling
2020-05-14
open: Create a Core::EventLoop before using Desktop::Launcher
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-10
ls: Emit hyperlinks for files outside the current directory
Andreas Kling
2020-05-10
LibLine: Support RGB colors
AnotherTest
2020-05-10
Userland: Send absolute paths to LaunchServer and show what failed
AnotherTest
2020-05-09
Userland: Add unzip command
Andres Vieira
2020-05-09
Userland: Add missing copyright header to test-crypto.cpp
Linus Groh
2020-05-09
Userland: Add missing copyright header to disasm.cpp
Linus Groh
2020-05-09
ls: Make filenames in the output hyperlinked
Andreas Kling
2020-05-09
LibDesktop: Switch to LaunchServer for DesktopServices::open
Nicholas Hollett
2020-05-09
Userland: Remove double-'#include' in date.cpp
Ben Wiederhake
2020-05-08
Kernel+Userland: Add "settime" pledge promise for setting system time
Andreas Kling
2020-05-06
Misc: Replace "String(string_view)" with "string_view.to_string()"
Linus Groh
2020-05-05
js: Tighten up ReplConsoleClient::trace() a little bit
Andreas Kling
2020-05-05
LibJS: Implement exponentiation assignment operator (**=)
Linus Groh
2020-05-05
LibJS: Implement bitwise assignment operators (&=, |=, ^=)
Linus Groh
2020-05-05
js: Customise the behaviour of JS::Console with ReplConsoleClient
Emanuele Torre
2020-05-05
LibJS: Remove ConsoleMessage from LibJS
Emanuele Torre
2020-05-05
keymap: Fix crash introduced by 637ecdb
Andreas Kling
[next]