|
4ea67234e0
|
enhanced tcp cork handling in http-file.c
|
2023-11-22 15:40:57 +09:00 |
|
|
0fb45e10d2
|
added many dhcp message functions
|
2023-11-20 21:54:14 +09:00 |
|
|
481cf38790
|
added t/t-cgi.sh
|
2023-11-20 14:00:05 +09:00 |
|
|
6c8a0d0780
|
uncomment epoll and poll compile-time selectors
|
2023-11-20 13:46:18 +09:00 |
|
|
37d072c26a
|
have added the select support
|
2023-11-20 13:43:52 +09:00 |
|
|
de5eb613ca
|
simple code cleanup in http-file.c
partial code to support select
|
2023-11-20 02:30:38 +09:00 |
|
|
098bb7b3d6
|
fixed the missing error handling in http-file.c
|
2023-11-19 02:30:44 +09:00 |
|
|
6b774bb235
|
added check for some networking headers
|
2023-11-18 22:30:35 +09:00 |
|
|
52829974ec
|
fixed the cgi task counting bug
|
2023-11-18 22:23:08 +09:00 |
|
|
cc5c027277
|
cleadcn up code
|
2023-11-18 17:37:35 +09:00 |
|
|
14664c8cc0
|
fixed test issues
|
2023-11-18 17:36:44 +09:00 |
|
|
76f42800a5
|
fixed various bugs in http server handlers
regenrated build files
|
2023-11-18 16:31:24 +09:00 |
|
|
b8378ce280
|
updated hio-webs with better command option handling
|
2023-11-17 23:07:59 +09:00 |
|
|
02d87fee5b
|
experimental use of atomic functions
|
2023-11-17 18:42:46 +09:00 |
|
|
d2725688e0
|
implemented the option added in the previous commit
|
2023-11-17 16:57:12 +09:00 |
|
|
aef6a81380
|
defined. hio_svc_htts_getoption() and hio_svc_htts_getoption(). implementation to be written
|
2023-11-17 09:42:59 +09:00 |
|
|
4eef4454db
|
simple code touch-up
|
2023-11-17 00:49:43 +09:00 |
|
|
9dccfea7c2
|
fixed a bug of the child process dangling in http-cgi.c
|
2023-11-17 00:38:02 +09:00 |
|
|
db8f091b32
|
fixed a wrong cleanup bug in lib/pro.c
fixed the bugs in various http request handlers
|
2023-11-16 19:20:50 +09:00 |
|
|
c7e989518f
|
fixed the early task termination issue in http-file.c
|
2023-11-16 12:29:54 +09:00 |
|
|
0d44a00953
|
fixed some memory leak issues
|
2023-11-16 01:45:52 +09:00 |
|
|
faebe1d043
|
changed dev_sck_sendfile_stream to handle return value of 0 by sendfile as if it's EWOULDBLOCK
|
2023-10-15 16:02:09 +09:00 |
|
|
91cea4d6be
|
added yaml and yml mime type
|
2023-04-21 20:26:10 +09:00 |
|
|
50df17b410
|
wrote some code for http proxy support - not complete
|
2023-03-30 15:34:32 +09:00 |
|
|
0f910de1a6
|
refactored code in http-txt.c
|
2023-03-29 01:24:20 +09:00 |
|
|
27feacf4d4
|
refactored code in http-thr.c
|
2023-03-29 00:36:30 +09:00 |
|
|
bb99ebb83d
|
simplified setup_for_content_len() in some files
|
2023-03-27 01:42:39 +09:00 |
|
|
e5d0946c5f
|
touched up the file handler in http-file.c
|
2023-03-26 23:46:40 +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 |
|
|
47b1ac034d
|
renamed thr_task to thr in http-thr.c
|
2023-03-05 01:13:19 +09:00 |
|
|
6ee1c2d66c
|
renamed thr to peer in http-thr.c
|
2023-03-05 01:08:53 +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 |
|
|
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 |
|