aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [browser] Cleaned up and reorganized codeSyndamia2023-12-083-28/+66
|
* [server] Don't continue on accept() errorSyndamia2023-12-081-0/+1
|
* [browser] Implemented anchor parsing and navigationSyndamia2023-12-083-26/+170
|
* [browser] Implemented initial syntax parsingSyndamia2023-12-083-7/+50
|
* [test.txt] Removed test inputSyndamia2023-12-071-1/+0
|
* [server] Added comments and made slight code reorganizationSyndamia2023-12-071-9/+18
|
* [.gitignore] Ignore build files and testing filesSyndamia2023-12-071-0/+3
|
* [server] Implemented CLI with the ability to stop the serverSyndamia2023-12-073-28/+112
|
* [server-connections] Moved on-connection logic outside server.cSyndamia2023-12-074-62/+92
|
* [server] Fixed memory leak by not freeing memory in forksSyndamia2023-12-071-4/+10
|
* [server] Implemented parsing of vhostsSyndamia2023-12-074-51/+57
|
* [server] Proper file handling and added server logSyndamia2023-12-071-10/+41
|
* [server] Implemented a simple vhost-like system for hosting multiple ↵Syndamia2023-12-072-8/+48
| | | | addresses on the same "server"
* [server] Accept multiple connection simultaniouslySyndamia2023-12-071-12/+43
|
* [server,browser] Rough file transmissionSyndamia2023-12-073-5/+18
|
* [util] Added error handling functionSyndamia2023-12-074-40/+25
|
* [all] Initial code conceptSyndamia2023-12-075-0/+122
|
* Initial commitKamen Mladenov2023-12-061-0/+93