0f910de1a6
refactored code in http-txt.c
2023-03-29 01:24:20 +09:00
e54867e42e
touched up http file handler
2023-03-26 03:01:40 +09:00
cb15015ffc
cleaned up code in http-cgi.c
2023-03-20 03:01:35 +09:00
cbcc33554a
refactoring htts with common code pushed to http-svr.c
2023-03-19 05:04:32 +09:00
e92c41a596
added some common response handling functions for htts
2023-03-11 12:54:36 +09:00
86fc103711
added hio_svc_htts_task_startreshdr(), hio_svc_htts_task_endreshdr() and others
2023-03-11 02:32:33 +09:00
933d03fe27
shorted code a bit by creating a new function hio_svc_htts_task_buildfinalres()
2023-03-10 01:27:08 +09:00
bafad8ceab
moved the csck field to the task header
2023-03-06 03:27:42 +09:00
490591ca32
added hio_parse_http_status_header_value()
2023-03-06 00:40:29 +09:00
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
a2d047a676
fixed more issues in fcgi handling
2023-02-20 17:08:41 +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
b864800a71
substituted HIO_MEMMOVE() for HIO_MEMCPY() in delete_attribute in lib/rad-msg.c
2023-01-02 07:01:50 +00: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
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