hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-18 13:30:44 +00:00
6b774bb235 added check for some networking headers
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-18 13:23:17 +00:00
52829974ec fixed the cgi task counting bug
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-18 08:37:54 +00:00
cc5c027277 cleadcn up code
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-18 08:36:53 +00:00
14664c8cc0 fixed test issues
76f42800a5 fixed various bugs in http server handlers
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/qse 2023-11-18 02:23:29 +00:00
9949080e75 fixed typos in copyright text
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-17 14:08:08 +00:00
b8378ce280 updated hio-webs with better command option handling
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-17 09:42:55 +00:00
02d87fee5b experimental use of atomic functions
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-17 07:57:23 +00:00
d2725688e0 implemented the option added in the previous commit
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-17 07:56:17 +00:00
3d85965b98 fixed a 128bit integer issue with va_arg
hyung-hwan pushed to main at hyung-hwan/moo 2023-11-17 07:56:03 +00:00
614e388857 fixed a 128bit integer issue with va_arg
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-17 00:43:10 +00:00
aef6a81380 defined. hio_svc_htts_getoption() and hio_svc_htts_getoption(). implementation to be written
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-16 15:49:52 +00:00
4eef4454db simple code touch-up
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-16 15:38:11 +00:00
9dccfea7c2 fixed a bug of the child process dangling in http-cgi.c
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-16 10:21:02 +00:00
db8f091b32 fixed a wrong cleanup bug in lib/pro.c
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-16 03:30:09 +00:00
c7e989518f fixed the early task termination issue in http-file.c
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-15 16:46:11 +00:00
0d44a00953 fixed some memory leak issues
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-15 05:35:58 +00:00
01c0636206 enhanced the block expression checker to allow non-block expression if not followed by another expression
hyung-hwan pushed to main at hyung-hwan/qse 2023-11-15 03:52:53 +00:00
b6a27d2978 corrected links to sub pages in README.md
hyung-hwan pushed to main at hyung-hwan/qse 2023-11-15 03:50:04 +00:00
2c9e0555d0 fixed a bug in dhcp4msg.c
fcd2c4f68b added qse_dhcp4_delete_option().
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-15 00:58:17 +00:00
84660b6e79 simplified the block expression checking in processing defun by calling the common checker function