2025-04-01 13:34 | fix: add errno messages to print_error calls | Francesco Saccone | 1 | +9 | -4 |
2025-04-01 13:20 | fix: initialise sockaddr_in address | Francesco Saccone | 1 | +1 | -0 |
2025-04-01 13:17 | fix: set option SO_REUSEADDR to created socket | Francesco Saccone | 1 | +10 | -1 |
2025-04-01 12:51 | feat: print_program_info before main loop | Francesco Saccone | 1 | +2 | -0 |
2025-04-01 12:49 | feat: add print_program_info function and VERSION macro | Francesco Saccone | 1 | +7 | -0 |
2025-04-01 12:44 | docs: add 'Documentation' section | Francesco Saccone | 1 | +5 | -0 |
2025-04-01 12:41 | docs: add 'Dependencies' section | Francesco Saccone | 1 | +7 | -0 |
2025-04-01 12:39 | docs: specify TLS is not supported | Francesco Saccone | 1 | +2 | -0 |
2025-04-01 12:35 | docs: add 'Build and install' section | Francesco Saccone | 1 | +6 | -0 |
2025-04-01 12:31 | chore: add 'options' target | Francesco Saccone | 1 | +7 | -1 |
2025-04-01 12:28 | build: add 'uninstall' target | Francesco Saccone | 1 | +5 | -1 |
2025-04-01 12:27 | build: add 'install' target | Francesco Saccone | 1 | +9 | -1 |
2025-04-01 11:46 | build: add 'all' target | Francesco Saccone | 1 | +3 | -1 |
2025-04-01 11:46 | build: define PREFIX and MANPREFIX | Francesco Saccone | 1 | +3 | -0 |
2025-04-01 11:42 | chore: add man page | Francesco Saccone | 1 | +44 | -0 |
2025-04-01 11:16 | feat: add even more mime_types | Francesco Saccone | 1 | +62 | -3 |
2025-04-01 10:57 | fix: add final newline to text/plain response bodies | Francesco Saccone | 1 | +2 | -2 |
2025-04-01 10:54 | style: wrap long lines | Francesco Saccone | 1 | +9 | -5 |
2025-04-01 10:41 | fix: add / to index path only when request is not '/' | Francesco Saccone | 1 | +3 | -1 |
2025-04-01 10:36 | feat: if file is not readable, check for the directory index | Francesco Saccone | 1 | +37 | -3 |
2025-04-01 10:01 | feat: write response and send to client in all cases | Francesco Saccone | 1 | +32 | -0 |
2025-04-01 09:59 | feat: define mime_type | Francesco Saccone | 1 | +3 | -1 |
2025-04-01 09:59 | refactor: remove unused client_socket_size | Francesco Saccone | 1 | +0 | -3 |
2025-04-01 09:54 | fix: make extension and type not const in mime_types definition | Francesco Saccone | 1 | +2 | -2 |
2025-04-01 09:52 | fix: also check if path is a regular file in is_file_readable | Francesco Saccone | 1 | +16 | -1 |
2025-04-01 09:35 | feat: add get_mime_type_from_extension function | Francesco Saccone | 2 | +19 | -0 |
2025-04-01 09:26 | feat: define file_readable bool | Francesco Saccone | 1 | +3 | -1 |
2025-04-01 09:09 | feat: create register signal handler | Francesco Saccone | 1 | +20 | -0 |
2025-04-01 09:05 | fix: drop privileges only after chrooting | Francesco Saccone | 1 | +12 | -12 |
2025-04-01 08:58 | feat: define file_extension | Francesco Saccone | 1 | +3 | -1 |
2025-04-01 08:53 | feat: add get_file_extension function | Francesco Saccone | 2 | +15 | -0 |
2025-04-01 08:51 | style: wrap long lines when considering tab 8 characters | Francesco Saccone | 4 | +30 | -19 |
2025-04-01 08:45 | style: align comments in if statement more nicely | Francesco Saccone | 1 | +3 | -3 |
2025-04-01 08:44 | feat: remove trailing slash when normalising paths | Francesco Saccone | 1 | +2 | -1 |
2025-04-01 08:41 | docs: add explanation comments in if statement | Francesco Saccone | 1 | +3 | -2 |
2025-04-01 08:39 | feat: add get_file_name function | Francesco Saccone | 2 | +21 | -0 |
2025-04-01 08:22 | refactor: move mine_types from http.h to file.h | Francesco Saccone | 2 | +25 | -25 |
2025-03-31 18:13 | docs: add brief comment to parse_http_request | Francesco Saccone | 1 | +3 | -0 |
2025-03-31 18:12 | fix: set method to UNSUPPORTED instead of returning NULL | Francesco Saccone | 1 | +1 | -3 |
2025-03-31 18:11 | feat: add UNSUPPORTED http_request_method | Francesco Saccone | 1 | +1 | -0 |
2025-03-31 18:03 | refactor: divide compose_http_response in ..._head and ..._full | Francesco Saccone | 2 | +41 | -9 |
2025-03-31 17:51 | fix: add final newline to raw response | Francesco Saccone | 1 | +1 | -1 |
2025-03-31 17:49 | fix: do not remove the length of template patterns from size | Francesco Saccone | 1 | +5 | -5 |
2025-03-31 17:41 | refactor: make compose_http_response actually return the string | Francesco Saccone | 2 | +12 | -5 |
2025-03-31 17:27 | refactor: make struct http_response not need body_length | Francesco Saccone | 2 | +3 | -5 |
2025-03-31 17:18 | refactor: rewrite compose_http_response to not depend on buffer_size | Francesco Saccone | 2 | +46 | -16 |
2025-03-31 16:47 | style: remove empty line | Francesco Saccone | 1 | +0 | -1 |
2025-03-31 16:44 | feat: add send_to_socket function | Francesco Saccone | 2 | +17 | -0 |
2025-03-31 16:41 | feat: define client_socket_size | Francesco Saccone | 1 | +4 | -1 |
2025-03-31 16:38 | feat: add get_socket_size function | Francesco Saccone | 2 | +19 | -0 |
2025-03-31 16:30 | style: define variable at start of block | Francesco Saccone | 1 | +6 | -4 |
2025-03-31 16:28 | refactor: define and use macro REQUEST_BUFFER_MAX_LENGTH | Francesco Saccone | 1 | +5 | -4 |
2025-03-31 16:24 | refactor: rename 'buffer' to 'request_buffer' | Francesco Saccone | 1 | +8 | -8 |
2025-03-31 16:21 | refactor: make compose_http_response use stack instead of heap | Francesco Saccone | 2 | +7 | -7 |
2025-03-31 16:19 | feat: define normalised_path | Francesco Saccone | 1 | +5 | -1 |
2025-03-31 16:03 | feat: make get_file_content return struct file_content | Francesco Saccone | 2 | +19 | -12 |
2025-03-31 15:56 | feat: define file_content struct | Francesco Saccone | 1 | +5 | -0 |
2025-03-31 15:55 | feat: define get_file_content function | Francesco Saccone | 2 | +41 | -0 |
2025-03-31 15:40 | feat: parse http request inside main loop | Francesco Saccone | 1 | +4 | -0 |
2025-03-31 15:38 | feat: add compose_http_response function | Francesco Saccone | 2 | +25 | -0 |
2025-03-31 15:16 | feat: add get_normalised_path function | Francesco Saccone | 2 | +36 | -0 |
2025-03-31 14:50 | build: add file.c | Francesco Saccone | 1 | +1 | -1 |
2025-03-31 14:27 | fix: do not return when bytes_received < buffer_size | Francesco Saccone | 1 | +0 | -1 |
2025-03-31 14:18 | refactor: rename file_exists to is_file_readable | Francesco Saccone | 2 | +2 | -2 |
2025-03-31 14:14 | fix: use 'char *' instead of 'const char *' | Francesco Saccone | 2 | +2 | -2 |
2025-03-31 14:14 | fix: use 'access' function for file_exists | Francesco Saccone | 1 | +3 | -2 |
2025-03-31 14:06 | fix: drop privileges and chroot before the main loop | Francesco Saccone | 1 | +25 | -25 |
2025-03-31 14:05 | feat: chroot before reading client request | Francesco Saccone | 1 | +16 | -0 |
2025-03-31 13:58 | fix: check if -d flag is set | Francesco Saccone | 1 | +8 | -1 |
2025-03-31 13:49 | feat: add -d flag for directory to server and chroot in | Francesco Saccone | 1 | +17 | -1 |
2025-03-31 13:45 | feat: drop privileges before reading client request | Francesco Saccone | 1 | +11 | -0 |
2025-03-31 13:40 | build: rename hermes.c to main.c | Francesco Saccone | 2 | +1 | -1 |
2025-03-31 13:35 | fix: do not fork | Francesco Saccone | 1 | +16 | -29 |
2025-03-31 13:16 | style: remove unnecessary line break in comment | Francesco Saccone | 1 | +1 | -2 |
2025-03-31 13:16 | docs: specify accept_client return values | Francesco Saccone | 1 | +2 | -0 |
2025-03-31 13:14 | fix: use snprintf instead of strncpy | Francesco Saccone | 1 | +4 | -1 |
2025-03-31 13:07 | fix: only null terminate on buffer_size if bytes_received are more | Francesco Saccone | 1 | +2 | -2 |
2025-03-31 13:05 | refactor: do port validation while the arguments are being parsed | Francesco Saccone | 1 | +4 | -5 |
2025-03-31 13:04 | fix: close the client socket if reading the request fails | Francesco Saccone | 1 | +1 | -0 |
2025-03-31 13:03 | fix: continue if reading the client request fails | Francesco Saccone | 1 | +1 | -0 |
2025-03-31 13:00 | fix: return 1 after any of the argument checking conditions fails | Francesco Saccone | 1 | +1 | -0 |
2025-03-31 12:59 | docs: specify return values of create_socket | Francesco Saccone | 1 | +2 | -0 |
2025-03-31 12:57 | docs: add missing punctuation and paragraph breaks to comments | Francesco Saccone | 1 | +7 | -5 |
2025-03-31 12:56 | docs: reformat comments | Francesco Saccone | 2 | +17 | -9 |
2025-03-31 12:55 | fix: return -1 instead of exit(1) | Francesco Saccone | 1 | +3 | -3 |
2025-03-31 12:53 | feat: rename 'critical' to 'print_error' and do not run exit(1) | Francesco Saccone | 4 | +21 | -23 |
2025-03-31 12:49 | fix: free buffer before ending the loop course | Francesco Saccone | 1 | +8 | -1 |
2025-03-31 12:46 | fix: return status code of read_client_request function | Francesco Saccone | 2 | +9 | -6 |
2025-03-31 12:42 | fix: check if client_socket_fd returns error code | Francesco Saccone | 1 | +7 | -1 |
2025-03-31 12:38 | refactor: put boolean expression directly in if statement | Francesco Saccone | 1 | +1 | -2 |
2025-03-31 12:34 | refactor: merge if statements in a single one | Francesco Saccone | 1 | +4 | -13 |
2025-03-31 12:32 | refactor: make if statement more explicit | Francesco Saccone | 1 | +1 | -2 |
2025-03-31 12:32 | fix: check if option letter is null character | Francesco Saccone | 1 | +4 | -0 |
2025-03-31 12:23 | refactor: simplify 'fork' call | Francesco Saccone | 1 | +1 | -4 |
2025-03-31 12:22 | fix: close socket outside of 'fork' switch | Francesco Saccone | 1 | +2 | -10 |
2025-03-31 12:15 | fix: close socket at the end of each loop course | Francesco Saccone | 1 | +2 | -0 |
2025-03-31 12:11 | fix: move main while loop inside child process | Francesco Saccone | 1 | +9 | -8 |
2025-03-31 12:09 | feat: in the termination process, close the server socket | Francesco Saccone | 1 | +3 | -0 |
2025-03-31 12:08 | style: add empty line after comment to avoid ambiguity | Francesco Saccone | 1 | +1 | -0 |
2025-03-31 12:07 | docs: split comments in specific lines | Francesco Saccone | 1 | +2 | -1 |
| 52 more commits remaining, fetch the repository |