spartserv

Simple client and server for the spartan protocol
git clone https://noulin.net/git/spartserv.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2023-04-21 06:58set correct path when current path doesn't have any slashRemy Noulin1+1-1
2023-03-02 20:01print ip on connection errorRemy Noulin2+16-8
2023-02-23 12:49Add spartasm, a spartan server written in assemblyRemy Noulin11+797-2
2023-02-22 10:49allow dup and fcntl syscalls for the perror functionRemy Noulin1+7-0
2023-01-19 19:37Issue error not found when the begining of the request path is correct with extra / and non existing pathRemy Noulin2+17-1
2023-01-06 14:54terminate the port string with 0Remy Noulin1+6-4
2023-01-06 13:44update pageSize in getPageRemy Noulin1+3-2
2023-01-05 20:57remove double freeRemy Noulin1+0-1
2023-01-04 10:05add secure spartan serverRemy Noulin3+588-4
2023-01-03 12:14Simple client and server for spartan protocolRemy Noulin6+1194-0