index
:
FMI/pico-web
main
Year 3 FMI Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
[server] Fixed weird usages of freeVhosts, leading to memory leaks and ↵
Syndamia
2023-12-08
1
-8
/
+9
|
|
|
|
|
|
incorrect addressing https://stackoverflow.com/a/73714316/12036073
*
[server] Moved server-cli to it's own file and reorganized server and server-cli
Syndamia
2023-12-08
1
-122
/
+98
|
*
[server] Don't continue on accept() error
Syndamia
2023-12-08
1
-0
/
+1
|
*
[server] Added comments and made slight code reorganization
Syndamia
2023-12-07
1
-9
/
+18
|
*
[server] Implemented CLI with the ability to stop the server
Syndamia
2023-12-07
1
-28
/
+105
|
*
[server-connections] Moved on-connection logic outside server.c
Syndamia
2023-12-07
1
-60
/
+2
|
*
[server] Fixed memory leak by not freeing memory in forks
Syndamia
2023-12-07
1
-4
/
+10
|
*
[server] Implemented parsing of vhosts
Syndamia
2023-12-07
1
-49
/
+52
|
*
[server] Proper file handling and added server log
Syndamia
2023-12-07
1
-10
/
+41
|
*
[server] Implemented a simple vhost-like system for hosting multiple ↵
Syndamia
2023-12-07
1
-6
/
+46
|
|
|
|
addresses on the same "server"
*
[server] Accept multiple connection simultaniously
Syndamia
2023-12-07
1
-12
/
+43
|
*
[server,browser] Rough file transmission
Syndamia
2023-12-07
1
-3
/
+10
|
*
[util] Added error handling function
Syndamia
2023-12-07
1
-26
/
+9
|
*
[all] Initial code concept
Syndamia
2023-12-07
1
-0
/
+56