Commit Graph

39 Commits

Author SHA1 Message Date
5fb0e5c923 added a new test file t/t-005.c 2023-01-03 01:00:38 +09:00
cf47cb41ec enhanced the directory listing handler in bin/webs.c 2023-01-02 15:36:14 +00:00
b864800a71 substituted HIO_MEMMOVE() for HIO_MEMCPY() in delete_attribute in lib/rad-msg.c 2023-01-02 07:01:50 +00:00
d6f9917389 use ttyname_r if ptsname_r is not available 2023-01-02 04:16:50 +00:00
e86a1feee6 added the check for ptsname_r and paths.h 2023-01-02 13:12:21 +09:00
f6cadbf6c1 fixed bugs in bin/webs.c 2023-01-01 00:52:38 +09:00
34e9e03b8c simplified the directory handling callback 2022-12-31 15:20:07 +00:00
8613cbffc4 enhancing the directory handling in http-file.c 2022-12-30 17:18:28 +00:00
42765faff6 refactoring the directory listing function in http-file.c 2022-12-28 07:24:00 +00:00
6fdf9e758b fixed more bugs in http-file.c 2022-12-28 00:20:30 +09:00
f06fe3fc4d fixed many bugs http server code 2022-12-26 17:03:53 +00:00
56bd1af653 directory formatting code in http server file handler 2022-12-23 14:44:55 +00:00
9e285bcc1e adding directory name formatter callback to hio_svc_htts_dofile() - not finished yet 2022-12-21 14:57:52 +00:00
85616b1658 added HIO_SVC_HTTS_FILE_LIST_DIR
updated the file handler to list directory if the option is set
2022-12-21 14:57:51 +00:00
8ea676d337 fixed a memory leak problem in http-file.c 2022-12-17 17:18:43 +00:00
e076a1987b minor code touch-up 2022-12-17 16:17:05 +00:00
ce1bde69b5 fixed the wrong flags check in the http file handler 2022-12-16 16:32:06 +00:00
9808760d64 changed code to use hio_get_mime_type_by_ext() 2022-12-16 16:24:10 +00:00
1ba44dc203 changed hio_svc_htts_dofile() to attempt index.html if a directory is given 2022-12-16 00:24:31 +09:00
c608ae9246 preparing to add hio_tar_setxcb() 2022-12-14 16:14:29 +00:00
f917a0ec69 implemented a simple untar method in hio-webs 2022-12-13 16:17:39 +00:00
7904964e0d more code for tar extraction 2022-12-13 14:21:19 +00:00
9bea60d43a untar - improved EOF marker handling 2022-12-05 16:04:11 +00:00
4e04c5044c untar in progress 2022-12-04 16:51:10 +00:00
73f20a48c0 fixed a bug in untar's process_content() function 2022-12-01 02:04:02 +09:00
d5c15b9377 fixing the untar code 2022-11-30 05:01:25 +00:00
5273e9fca2 untar resetting the block length to 0 after use 2022-11-30 01:33:40 +09:00
9753ac30dd untar in progress 2022-11-30 01:23:53 +09:00
c1cb5b5d98 removed fio files 2022-11-15 14:33:54 +00:00
1aeb22039e giving up on porting fio. favors stdio 2022-11-15 14:31:14 +00:00
8f53d6c0fa work in progress - fio, untar 2022-11-14 23:21:42 +00:00
cd8430c589 work in progress - fio, untar 2022-11-14 23:21:23 +00:00
a4d7080ae7 attempting to implement 'untar' 2022-10-26 07:47:40 +09:00
1c4d207a4b corrected wrong indentation 2022-10-10 01:49:49 +09:00
855e0fb88e enabled the http file handler to accept POST, PUT, DELETE 2022-10-10 01:41:07 +09:00
7ec3ba3ab7 added --enable-all-static and --with-all-static-libs to ease full static binary builds for selected commands
fixed a bug where the client socket is kept when keep-alive is set. it should have been closed if client EOF is detected regardless of keep-alive
touched up debug messages in http-file.c
2022-10-08 16:47:55 +09:00
ba858ecbc0 removed checking for an unused library in configure.ac 2022-10-07 23:30:25 +09:00
913bb7e0b7 added the hio-webs command
added the extension size parameter to hio_svc_htts_start()
added the docker build step
2022-10-07 14:08:40 +09:00
384925992c moved all files to the top-level 2022-10-02 19:30:14 +09:00