aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [browser] Separated renderpage and handlecli in it's own source fileSyndamia2023-12-204-112/+145
|
* [browser] Fixed crash when server doesn't return a pageSyndamia2023-12-201-0/+5
|
* [browser] Implemented endless command-oriented UISyndamia2023-12-201-22/+63
|
* [browser] Fixed memory leaks and did slight reorganizingSyndamia2023-12-082-10/+19
|
* [server] Fixed weird usages of freeVhosts, leading to memory leaks and ↵Syndamia2023-12-081-8/+9
| | | | | | incorrect addressing https://stackoverflow.com/a/73714316/12036073
* [server] Moved server-cli to it's own file and reorganized server and server-cliSyndamia2023-12-086-124/+159
|
* [util] Added and improved commentsSyndamia2023-12-082-4/+29
|
* [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