summaryrefslogtreecommitdiff
path: root/Servers/TelnetServer
AgeCommit message (Expand)Author
2020-05-08Services: Renamed from ServersAndreas Kling
2020-02-08TelnetServer: Protect the Client object during drain_socket()Andreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-05LibC: Add posix_openpt(), grantpt() and unlockpt()Andreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-09-30ByteBuffer: Remove pointer() in favor of data()Andreas Kling
2019-09-28TelnetServer: Accept arbitrary command with -cLarkin Nickle
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibCore: Convert CTCPServer to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CTCPSocket to ObjectPtr, add construct() helperAndreas Kling
2019-09-20LibCore: Convert CNotifier to ObjectPtrAndreas Kling
2019-09-08TelnetServer: Implement basic telnet serverConrad Pankoff