aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (Makefile) Moved building to a Makefile inside src and added dev/prod flagsSyndamia2024-01-071-0/+33
|
* (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
|
* (util) Quotes instead of angled brackets when including util.hSyndamia2024-01-072-2/+2
|
* (browser-cli) Renamed handleCLI to handleBrowserCLI, so there is no ↵Syndamia2024-01-072-4/+4
| | | | collision for tests
* (browser-net) Separated main function in it's own C file, so testing could ↵Syndamia2024-01-073-96/+111
| | | | be done
* (src/sds) Added properly submoduleSyndamia2024-01-061-0/+0
|
* (src) Moved source files to a src folderSyndamia2024-01-0610-0/+887