1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 07:01:00 +00:00
serenity/Servers/TelnetServer
Andreas Kling 6f4c380d95 AK: Use size_t for the length of strings
Using int was a mistake. This patch changes String, StringImpl,
StringView and StringBuilder to use size_t instead of int for lengths.
Obviously a lot of code needs to change as a result of this.
2019-12-09 17:51:21 +01:00
..
Client.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
Client.h LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
Command.h TelnetServer: Implement basic telnet server 2019-09-08 10:56:34 +02:00
main.cpp TelnetServer: Accept arbitrary command with -c 2019-09-28 22:37:14 +02:00
Makefile TelnetServer: Implement basic telnet server 2019-09-08 10:56:34 +02:00
Parser.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
Parser.h TelnetServer: Implement basic telnet server 2019-09-08 10:56:34 +02:00