index
:
FMI/pico-web
main
Year 3 FMI Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Dockerfile] Added development Dockerfile
Syndamia
2024-01-08
1
-0
/
+10
*
[Makefile] Added security analysis
Syndamia
2024-01-08
1
-0
/
+8
*
[.github/dev-branch] Added initial setup
Syndamia
2024-01-08
1
-0
/
+85
*
[.github/feature-branch] Reworked to properly use clone repo artifact
Syndamia
2024-01-08
1
-4
/
+9
*
[.github/feature-branch] Fixed bad static analysis name
Syndamia
2024-01-08
1
-1
/
+1
*
[.github/feature-branch] Added workflow for non-main or dev branches
Syndamia
2024-01-08
1
-0
/
+36
*
(.gitignore) Ignore build directory and gch files (from static analysis)
Syndamia
2024-01-08
1
-3
/
+2
*
(demo-prod-dep) Removed useless init container
Syndamia
2024-01-08
1
-6
/
+0
*
(demo-prod-dep) Finished demo production deployment
Syndamia
2024-01-08
2
-37
/
+76
*
(prod-server-deployment) Added initial kubernetes deployment
Syndamia
2024-01-08
1
-0
/
+37
*
(Makefile) Fixed wrong name for dev target
Syndamia
2024-01-07
1
-1
/
+1
*
(workflows) Added workflow for pushing to dockerhub
Syndamia
2024-01-07
1
-0
/
+20
*
(Makefile) Make -C instead of cd make
Syndamia
2024-01-07
1
-1
/
+1
*
(Makefile) Added static analysis
Syndamia
2024-01-07
1
-0
/
+7
*
(Dockerfile) Started work on a docker container for the server
Syndamia
2024-01-07
2
-0
/
+15
*
(server-connection) Added disconnected messages to log
Syndamia
2024-01-07
1
-2
/
+6
*
(Makefile) Moved building to a Makefile inside src and added dev/prod flags
Syndamia
2024-01-07
2
-10
/
+41
*
(server-connection) Fixed hanging on inexistant error file
Syndamia
2024-01-07
1
-23
/
+24
*
(server-cli) Fixed infinite output when stdout is closed
Syndamia
2024-01-07
1
-1
/
+7
*
(Makefile) Clean tests output
Syndamia
2024-01-07
1
-1
/
+2
*
(Makefile) Added target for tests in main Makefile
Syndamia
2024-01-07
1
-0
/
+4
*
(util) Quotes instead of angled brackets when including util.h
Syndamia
2024-01-07
2
-2
/
+2
*
(browser-cli) Renamed handleCLI to handleBrowserCLI, so there is no collision...
Syndamia
2024-01-07
2
-4
/
+4
*
(browser-net) Separated main function in it's own C file, so testing could be...
Syndamia
2024-01-07
4
-97
/
+112
*
(tests) Setup mocking, everything is now ready for tests
Syndamia
2024-01-07
8
-6
/
+70
*
(tests) Started work on unit tests
Syndamia
2024-01-07
5
-0
/
+33
*
[Makefile] Fixed source code paths
Syndamia
2024-01-06
1
-3
/
+3
*
(src/sds) Added properly submodule
Syndamia
2024-01-06
1
-0
/
+0
*
(src) Moved source files to a src folder
Syndamia
2024-01-06
12
-2
/
+2
*
[README] Removed sh code type
Syndamia
2024-01-03
1
-1
/
+1
*
[README] Removed sh code type and added clarification
Syndamia
2024-01-03
1
-2
/
+2
*
[README] Finished demo section
Syndamia
2024-01-03
1
-4
/
+90
*
[server] Fixed segfault when no arguments are passed
Syndamia
2024-01-03
1
-1
/
+1
*
[server-cli] Improved help message and added :h and :?
Syndamia
2024-01-03
1
-3
/
+3
*
[server,browser-cli] Fixed memory leaks
Syndamia
2024-01-03
2
-2
/
+9
*
[demo] Added demo files
Syndamia
2024-01-03
4
-0
/
+12
*
[README] Added documentation
Syndamia
2024-01-03
1
-8
/
+72
*
[server-connection] Generalizing and reorganization
Syndamia
2024-01-03
1
-55
/
+63
*
[server] Fixed Resource temporarily unavailable error when exiting
Syndamia
2024-01-03
1
-1
/
+1
*
[server-connection] Proper handling of requested file on type
Syndamia
2024-01-03
1
-8
/
+33
*
[browser-cli] Fixed wrongly updating host and port
Syndamia
2024-01-01
1
-2
/
+2
*
[server] Implemented ability to change host and port with arguments
Syndamia
2024-01-01
3
-4
/
+31
*
[browser-cli] Proper command line and URI parsing
Syndamia
2024-01-01
4
-9
/
+40
*
(browser-cli) Show URI id in front
Syndamia
2023-12-28
1
-1
/
+1
*
(Makefile) Generalized by using CC and CFLAGS, added clean action
Syndamia
2023-12-27
1
-2
/
+9
*
(server-connection) Added address sanitization
Syndamia
2023-12-27
3
-0
/
+32
*
(browser) Added support for URI with custom host and port, as well as a "blan...
Syndamia
2023-12-27
1
-10
/
+18
*
(browser-cli) Added support for entering a specific address
Syndamia
2023-12-27
2
-8
/
+39
*
[README] Added initial overview
Syndamia
2023-12-20
1
-72
/
+30
*
[browser] Renamed browser-stdio to browser-cli
Syndamia
2023-12-20
4
-4
/
+4
[next]