Commit Graph

549 Commits

Author SHA1 Message Date
0ed8b13259 moved more htts task fields to the header side 2023-03-05 00:55:15 +09:00
ba037f1c71 moved the req_method and req_version to the task header part as task_req_method and task_req_version respectively 2023-03-04 20:26:38 +09:00
d055e7b0d5 moved becbuf from hio to htts 2023-02-21 01:08:28 +09:00
2ecfc9be39 fixed a bug in keepalive handling in fcgi task by having a write callback to fcgi server 2023-02-20 21:01:10 +09:00
a2d047a676 fixed more issues in fcgi handling 2023-02-20 17:08:41 +09:00
439d9c1220 fixed the fcgi session management 2023-02-18 14:31:22 +09:00
10b8f75b1a fixed more fcgi bugs 2023-02-07 23:22:37 +09:00
99cf88a17a fixing fcgi issues 2023-02-06 22:30:56 +09:00
63fd89b1d7 some code clean up 2023-02-01 01:15:14 +09:00
0fc50261bc used AC_USE_SYSTEM_EXTENTIONS() in configure.ac 2023-01-29 02:49:20 +09:00
d3fdb4bed4 some code changes to get rid of compile warnings 2023-01-28 00:41:44 +09:00
3c46823832 improvied fcgic session untie handling 2023-01-27 15:59:46 +09:00
3874e2c43a wrote partially working fcgi handler 2023-01-25 01:45:28 +09:00
4687484fc8 updated .gitattributes 2023-01-20 01:11:51 +09:00
72dd8e3ed7 removed trailing space in t/s-001.sh 2023-01-19 16:11:37 +00:00
2f18e21ef5 added a cgi test case 2023-01-15 22:16:11 +09:00
15eaabcc5e trimmed whitespace in m4 files 2023-01-15 02:25:09 +09:00
08b37897a9 trimmed whitespace in hio-str.h.m4 2023-01-15 02:19:52 +09:00
9c35acfc63 added cgi test code 2023-01-15 02:17:12 +09:00
a7dde21b4d fixed more issue in multiple http task handlers 2023-01-15 00:59:43 +09:00
f03453c21b fixed the segfault issue in the cgi handler 2023-01-14 23:54:54 +09:00
434c6558fa enhanced the file task handler a bit 2023-01-12 02:02:09 +09:00
eb1f8af86b renamed rsrc to task in the htts service 2023-01-12 00:41:01 +09:00
d9cadf0793 create a task list in the htts service 2023-01-12 00:33:52 +09:00
97133f8c12 fixed quite some segmentation faults in http-thr.c.
similar fixes must be done on other task implementations such as http-file.c
2023-01-11 23:59:41 +09:00
529363913f added some fcgi support code 2023-01-09 01:09:34 +09:00
d2efac3ce2 some minor touch-up only 2023-01-07 04:06:31 +00:00
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
b4cadfeed3 enhanced cmdline arguments in hio-webs.c 2022-12-22 16:25:20 +00:00
9e135dbbd7 set HIO_SVC_HTTS_FILE_LIST_DIR to hio_svc-htts_dofile() in webs.c 2022-12-22 14:24:04 +09: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
4779344dd0 touched up test scripts. switched to the tap style testing 2022-12-17 16:04:33 +00:00
ce3340d2fa touched up test scripts. switched to the tap style testing 2022-12-17 16:04:13 +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