index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-05-17
LibJS: Add parseFloat()
Linus Groh
2020-05-17
ls: Make column alignment Unicode-aware :^)
Andreas Kling
2020-05-17
AK: Add Utf8View::length_in_codepoints()
Andreas Kling
2020-05-17
Shell: Treat builtin names as programs and suggest them
AnotherTest
2020-05-17
LibGemini+LibHTTP: Defer did_progress call to match other callbacks
Conrad Pankoff
2020-05-17
AK: Set default port in URL to 1965 for gemini protocol
Conrad Pankoff
2020-05-17
ProtocolServer: Attach downloads and their lifecycles to clients
Conrad Pankoff
2020-05-17
LibWeb: Recognise and pass gemini URLs to ProtocolServer
Conrad Pankoff
2020-05-17
ProtocolServer: Integrate LibGemini for simple requests
Conrad Pankoff
2020-05-17
LibGemini: Implement basic Gemini protocol support
Conrad Pankoff
2020-05-17
Shell: Print the full name of missing interpreters
Andreas Kling
2020-05-17
LibVT: Store all-ASCII terminal lines as 8-bit characters
Andreas Kling
2020-05-17
Shell: Switch to using Core::EventLoop
AnotherTest
2020-05-17
Shell: Patch most of the builtins to use Core::ArgsParser
AnotherTest
2020-05-17
Shell: Add job control capabilities
AnotherTest
2020-05-17
Kernel + LibC: Handle running processes in do_waitid()
AnotherTest
2020-05-17
Kernel: wait() should not block if WNOHANG is specified
AnotherTest
2020-05-17
LibCore: Allow ArgsParser::parse() to not exit on failure
AnotherTest
2020-05-17
LibCore: Reset getopt's state when starting parse()
AnotherTest
2020-05-17
Base: Add "smiling face with sunglasses" emoji (U+1F60E)
Linus Groh
2020-05-17
Base: Add "smiling face with open mouth and tightly-closed eyes" emoji (U+1F606)
Linus Groh
2020-05-17
Base: Add "smiling face with open mouth and smiling eyes" emoji (U+1F604)
Linus Groh
2020-05-17
Base: Add "smiling face with open mouth" emoji (U+1F603)
Linus Groh
2020-05-17
Base: Add "grinning face" emoji (U+1F600)
Linus Groh
2020-05-17
Base: Add "no entry" emoji (U+26D4)
Linus Groh
2020-05-17
Base: Add "warning sign" emoji (U+26A0)
Linus Groh
2020-05-17
Base: Add "eyes" emoji (U+1F440)
Linus Groh
2020-05-17
Base: Add "smiling face with smiling eyes" emoji (U+1F60A)
Linus Groh
2020-05-16
Demos: Compile LibGfxDemo with the new CMake build system
tgsm
2020-05-16
Base: Add "Grimacing Face" emoji
jarhill0
2020-05-16
Base: Add "Face Without Mouth" emoji
jarhill0
2020-05-16
Base: add Upside-Down Face emoji
jarhill0
2020-05-16
Build: Use -Wno-expansion-to-defined
Dominik Madarasz
2020-05-16
Base: Add file containing all emojis we support to /home/anon
Linus Groh
2020-05-16
Base: Add "Fire" emoji (U+1F525)
Linus Groh
2020-05-16
LibCore: Always wait_for_events() when pumping the event loop
Andreas Kling
2020-05-16
AK: Handle "protocol relative URLs" in URL::complete_url()
Linus Groh
2020-05-16
LibWeb: Log URL when loading <script> with src attribute
Linus Groh
2020-05-16
AK: Fix URL's operator<<() and use it
Linus Groh
2020-05-16
LibJS: Make Object.prototype.constructor non-enumerable
Linus Groh
2020-05-16
Base: Add "Thumbs down sign" emoji (U+1F44E)
Linus Groh
2020-05-16
Shell: Properly handle parser syntax errors
Linus Groh
2020-05-16
Base: Add a basic "Thumbs up sign" emoji (U+1F44D) :^)
Andreas Kling
2020-05-16
LibVT: Don't try to set the window title to invalid UTF-8 text
Andreas Kling
2020-05-16
LibVT: Add incremental UTF-8 parsing to the terminal input handler
Andreas Kling
2020-05-16
LibVT: Tweak input parsing related names
Andreas Kling
2020-05-16
LibVT: Switch VT::Line to being backed by 32-bit codepoints
Andreas Kling
2020-05-16
LibIPC: Allow opt-in UTF-8 validation on message parameters
Andreas Kling
2020-05-16
Kernel: Remove Process::any_thread()
Andreas Kling
2020-05-16
Kernel: Let the wait blocker inspect *all* child threads of a process
Andreas Kling
[next]