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] Fixed segfault when no arguments are passed
Syndamia
2024-01-03
1
-1
/
+1
*
[server,browser-cli] Fixed memory leaks
Syndamia
2024-01-03
1
-1
/
+6
*
[server] Fixed Resource temporarily unavailable error when exiting
Syndamia
2024-01-03
1
-1
/
+1
*
[server] Implemented ability to change host and port with arguments
Syndamia
2024-01-01
1
-4
/
+21
*
[server] Fixed weird usages of freeVhosts, leading to memory leaks and incorr...
Syndamia
2023-12-08
1
-8
/
+9
*
[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