aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (util) Quotes instead of angled brackets when including util.hSyndamia2024-01-072-2/+2
* (browser-cli) Renamed handleCLI to handleBrowserCLI, so there is no collision...Syndamia2024-01-072-4/+4
* (browser-net) Separated main function in it's own C file, so testing could be...Syndamia2024-01-074-97/+112
* (tests) Setup mocking, everything is now ready for testsSyndamia2024-01-078-6/+70
* (tests) Started work on unit testsSyndamia2024-01-075-0/+33
* [Makefile] Fixed source code pathsSyndamia2024-01-061-3/+3
* (src/sds) Added properly submoduleSyndamia2024-01-061-0/+0
* (src) Moved source files to a src folderSyndamia2024-01-0612-2/+2
* [README] Removed sh code typeSyndamia2024-01-031-1/+1
* [README] Removed sh code type and added clarificationSyndamia2024-01-031-2/+2
* [README] Finished demo sectionSyndamia2024-01-031-4/+90
* [server] Fixed segfault when no arguments are passedSyndamia2024-01-031-1/+1
* [server-cli] Improved help message and added :h and :?Syndamia2024-01-031-3/+3
* [server,browser-cli] Fixed memory leaksSyndamia2024-01-032-2/+9
* [demo] Added demo filesSyndamia2024-01-034-0/+12
* [README] Added documentationSyndamia2024-01-031-8/+72
* [server-connection] Generalizing and reorganizationSyndamia2024-01-031-55/+63
* [server] Fixed Resource temporarily unavailable error when exitingSyndamia2024-01-031-1/+1
* [server-connection] Proper handling of requested file on typeSyndamia2024-01-031-8/+33
* [browser-cli] Fixed wrongly updating host and portSyndamia2024-01-011-2/+2
* [server] Implemented ability to change host and port with argumentsSyndamia2024-01-013-4/+31
* [browser-cli] Proper command line and URI parsingSyndamia2024-01-014-9/+40
* (browser-cli) Show URI id in frontSyndamia2023-12-281-1/+1
* (Makefile) Generalized by using CC and CFLAGS, added clean actionSyndamia2023-12-271-2/+9
* (server-connection) Added address sanitizationSyndamia2023-12-273-0/+32
* (browser) Added support for URI with custom host and port, as well as a "blan...Syndamia2023-12-271-10/+18
* (browser-cli) Added support for entering a specific addressSyndamia2023-12-272-8/+39
* [README] Added initial overviewSyndamia2023-12-201-72/+30
* [browser] Renamed browser-stdio to browser-cliSyndamia2023-12-204-4/+4
* [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 incorr...Syndamia2023-12-081-8/+9
* [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 addresse...Syndamia2023-12-072-8/+48
* [server] Accept multiple connection simultaniouslySyndamia2023-12-071-12/+43