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-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
2020-06-02
Userland/js: Add `global` property to the global object + help fix
Marcin Gasperowicz
2020-05-31
Kernel: Tighten up some promise checks
Sergey Bugaev
2020-05-30
pro: Show download progress in the terminal window if available :^)
Andreas Kling
2020-05-30
Userland/js: Prompt for more input on labels and object keys
AnotherTest
2020-05-30
Userland: Port nc(1) to use Core::ArgsParser
Sergey Bugaev
2020-05-30
Userland: Treat all text/* MIME types as text when pasting
Sergey Bugaev
2020-05-30
LibMarkdown: Change internal MD API to return OwnPtrs
FalseHonesty
2020-05-30
LibMarkdown: Change MD Document parse API to return a RefPtr
FalseHonesty
2020-05-29
LibCrypto: Fix some issues preventing compilation w/ clang 10
AnotherTest
2020-05-29
Kernel+Userland: Support remounting filesystems :^)
Sergey Bugaev
2020-05-29
Userland+SystemMonitor: Recognize the MS_RDONLY mount flag
Sergey Bugaev
2020-05-29
Userland: Fix displaying mount source
Sergey Bugaev
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-28
LibJS: Add strict mode
Matthew Olsson
2020-05-28
LibJS: Object index properties have descriptors; Handle sparse indices
Matthew Olsson
2020-05-28
LibWeb: Plumb content encoding into the new HTML parser
Andreas Kling
2020-05-28
Userland: Add a basic xargs
AnotherTest
2020-05-27
LibJS: Simplify and normalize publicly-exposed Object functions
Matthew Olsson
2020-05-27
test-crypto: Tweaks to make this build properly in Lagom
Andreas Kling
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
[next]