aboutsummaryrefslogtreecommitdiff
path: root/server.c
Commit message (Expand)AuthorAgeFilesLines
* [server] Fixed segfault when no arguments are passedSyndamia2024-01-031-1/+1
* [server,browser-cli] Fixed memory leaksSyndamia2024-01-031-1/+6
* [server] Fixed Resource temporarily unavailable error when exitingSyndamia2024-01-031-1/+1
* [server] Implemented ability to change host and port with argumentsSyndamia2024-01-011-4/+21
* [server] Fixed weird usages of freeVhosts, leading to memory leaks and incorr...Syndamia2023-12-081-8/+9
* [server] Moved server-cli to it's own file and reorganized server and server-cliSyndamia2023-12-081-122/+98
* [server] Don't continue on accept() errorSyndamia2023-12-081-0/+1
* [server] Added comments and made slight code reorganizationSyndamia2023-12-071-9/+18
* [server] Implemented CLI with the ability to stop the serverSyndamia2023-12-071-28/+105
* [server-connections] Moved on-connection logic outside server.cSyndamia2023-12-071-60/+2
* [server] Fixed memory leak by not freeing memory in forksSyndamia2023-12-071-4/+10
* [server] Implemented parsing of vhostsSyndamia2023-12-071-49/+52
* [server] Proper file handling and added server logSyndamia2023-12-071-10/+41
* [server] Implemented a simple vhost-like system for hosting multiple addresse...Syndamia2023-12-071-6/+46
* [server] Accept multiple connection simultaniouslySyndamia2023-12-071-12/+43
* [server,browser] Rough file transmissionSyndamia2023-12-071-3/+10
* [util] Added error handling functionSyndamia2023-12-071-26/+9
* [all] Initial code conceptSyndamia2023-12-071-0/+56