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
/
Services
/
TelnetServer
Age
Commit message (
Expand
)
Author
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-08-23
Userland: Rely on a single authoritative source for the default `PATH`
Tim Schumacher
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-08
Userland: Add `/usr/local/sbin` to `PATH` by default
Tim Schumacher
2022-04-16
LibCore+Everywhere: Make Core::Stream::read() return Bytes
Sam Atkins
2022-04-14
TelnetServer: Ignore null and \n when parsing
Aatos Majava
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-13
LibCore+Userland+Tests: Convert Stream APIs to construct on heap
sin-ack
2021-12-27
LibCore+Services: Make TCPServer propagate errors
Sam Atkins
2021-12-27
TelnetServer: Port to LibMain
Sam Atkins
2021-12-16
LibCore+Userland: Convert TCPServer to use the Serenity Stream API
sin-ack
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-23
TelnetServer: Defer removal of client from clients HashMap
Brendan Coles
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-08-12
Userland: Fix PATH environment variable ordering
Jean-Baptiste Boric
2021-08-01
Services: Remove unused header includes
Brian Gianforcaro
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
TelnetServer: Convert String::format() => String::formatted()
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling