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
*
[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
*
[browser] Separated renderpage and handlecli in it's own source file
Syndamia
2023-12-20
4
-112
/
+145
*
[browser] Fixed crash when server doesn't return a page
Syndamia
2023-12-20
1
-0
/
+5
*
[browser] Implemented endless command-oriented UI
Syndamia
2023-12-20
1
-22
/
+63
*
[browser] Fixed memory leaks and did slight reorganizing
Syndamia
2023-12-08
2
-10
/
+19
*
[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
6
-124
/
+159
*
[util] Added and improved comments
Syndamia
2023-12-08
2
-4
/
+29
*
[browser] Cleaned up and reorganized code
Syndamia
2023-12-08
3
-28
/
+66
*
[server] Don't continue on accept() error
Syndamia
2023-12-08
1
-0
/
+1
*
[browser] Implemented anchor parsing and navigation
Syndamia
2023-12-08
3
-26
/
+170
*
[browser] Implemented initial syntax parsing
Syndamia
2023-12-08
3
-7
/
+50
*
[test.txt] Removed test input
Syndamia
2023-12-07
1
-1
/
+0
*
[server] Added comments and made slight code reorganization
Syndamia
2023-12-07
1
-9
/
+18
*
[.gitignore] Ignore build files and testing files
Syndamia
2023-12-07
1
-0
/
+3
*
[server] Implemented CLI with the ability to stop the server
Syndamia
2023-12-07
3
-28
/
+112
*
[server-connections] Moved on-connection logic outside server.c
Syndamia
2023-12-07
4
-62
/
+92
*
[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
4
-51
/
+57
*
[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
2
-8
/
+48
*
[server] Accept multiple connection simultaniously
Syndamia
2023-12-07
1
-12
/
+43
*
[server,browser] Rough file transmission
Syndamia
2023-12-07
3
-5
/
+18
*
[util] Added error handling function
Syndamia
2023-12-07
4
-40
/
+25
*
[all] Initial code concept
Syndamia
2023-12-07
5
-0
/
+122
*
Initial commit
Kamen Mladenov
2023-12-06
1
-0
/
+93