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 (
Expand
)
Author
Age
Files
Lines
*
[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 addresse...
Syndamia
2023-12-07
1
-6
/
+46
*
[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