index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
/
TelnetServer
Age
Commit message (
Expand
)
Author
2020-05-08
Services: Renamed from Servers
Andreas Kling
2020-02-08
TelnetServer: Protect the Client object during drain_socket()
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-05
LibC: Add posix_openpt(), grantpt() and unlockpt()
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-28
TelnetServer: Accept arbitrary command with -c
Larkin Nickle
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-21
LibCore: Convert CTCPServer to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CTCPSocket to ObjectPtr, add construct() helper
Andreas Kling
2019-09-20
LibCore: Convert CNotifier to ObjectPtr
Andreas Kling
2019-09-08
TelnetServer: Implement basic telnet server
Conrad Pankoff