aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Dockerfile] Added development DockerfileSyndamia2024-01-081-0/+10
* [Makefile] Added security analysisSyndamia2024-01-081-0/+8
* [.github/dev-branch] Added initial setupSyndamia2024-01-081-0/+85
* [.github/feature-branch] Reworked to properly use clone repo artifactSyndamia2024-01-081-4/+9
* [.github/feature-branch] Fixed bad static analysis nameSyndamia2024-01-081-1/+1
* [.github/feature-branch] Added workflow for non-main or dev branchesSyndamia2024-01-081-0/+36
* (.gitignore) Ignore build directory and gch files (from static analysis)Syndamia2024-01-081-3/+2
* (demo-prod-dep) Removed useless init containerSyndamia2024-01-081-6/+0
* (demo-prod-dep) Finished demo production deploymentSyndamia2024-01-082-37/+76
* (prod-server-deployment) Added initial kubernetes deploymentSyndamia2024-01-081-0/+37
* (Makefile) Fixed wrong name for dev targetSyndamia2024-01-071-1/+1
* (workflows) Added workflow for pushing to dockerhubSyndamia2024-01-071-0/+20
* (Makefile) Make -C instead of cd makeSyndamia2024-01-071-1/+1
* (Makefile) Added static analysisSyndamia2024-01-071-0/+7
* (Dockerfile) Started work on a docker container for the serverSyndamia2024-01-072-0/+15
* (server-connection) Added disconnected messages to logSyndamia2024-01-071-2/+6
* (Makefile) Moved building to a Makefile inside src and added dev/prod flagsSyndamia2024-01-072-10/+41
* (server-connection) Fixed hanging on inexistant error fileSyndamia2024-01-071-23/+24
* (server-cli) Fixed infinite output when stdout is closedSyndamia2024-01-071-1/+7
* (Makefile) Clean tests outputSyndamia2024-01-071-1/+2
* (Makefile) Added target for tests in main MakefileSyndamia2024-01-071-0/+4
* (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