8b1ccab4c8added mio_dns_rcode_to_bcstr(), mio_dns_find_client_cookie_in_msg. deleted the cookie_verified field from mio_dns_pkt_info_t added mio_svc_dnc_checkclientcookie()hyung-hwan2020-07-04 08:03:36 +0000
26b95ba5f7changed dns-cli.c to initialize the dns cookie keyhyung-hwan2020-07-03 15:56:33 +0000
4f8abcf0c5added mio_bchars_to_intmax(), mio_uchars_to_intmax(). coded the first working thread interface for the http serverhyung-hwan2020-05-26 01:13:34 +0000
b112280225breaking http-svr.c to multiple fileshyung-hwan2020-05-25 08:04:30 +0000
8178d44ec0fixed the premature EOF reporting caused by a file descriptor added without intention of input/output watching. as EPOLLHUP is always waited for, it caused early EOF reportinghyung-hwan2020-05-24 19:29:35 +0000
7613f09bedworked around the premature EOF reporting issue with poll() on NetBSDhyung-hwan2020-05-24 09:38:08 +0000
fd930a4173fixed a bug in sending the final chunk when the cgi script exits with no outputhyung-hwan2020-05-24 07:13:42 +0000
21d51cbbf9improved how to clear and set basic environment variables in http-svr.chyung-hwan2020-05-24 02:48:51 +0000
8f7dcbe479fixed to clear environment variables when clearenv() is not availablehyung-hwan2020-05-24 02:35:13 +0000
bc9d849b8afixed some memory leaks in mio_sys_finimux() when EPOLL is enabled. fixed a double memory free issue in mio_dev_make()hyung-hwan2020-05-24 02:27:54 +0000
bf595d51f1added MIO_DEV_CAP_WATCH_STARTED to fix a bughyung-hwan2020-05-24 02:04:07 +0000
1f8372f35dfixed to initialize urem in __dev_writev() added MIO_DEV_SCK_BIND_IGNERR implemented MIO_DEV_PRO_INTONUL, MIO_DEV_PRO_OUTTONUL, MIO_DEV_PRO_ERRTONUL, MIO_DEV_PRO_DROPIN, MIO_DEV_PRO_DROPOUT, MIO_DEV_PRO_DROERRhyung-hwan2020-05-24 01:18:32 +0000
7051862205added clearenv check in configure.achyung-hwan2020-05-23 06:46:55 +0000
bdd6d55e99calling clearenv() only if it's avaialblehyung-hwan2020-05-23 06:44:19 +0000
0623260ec4added mio_cfmb_t, mio_addcfmb(), and related functions and macros to handle a memory block that can't be freed immediatelyhyung-hwan2020-05-23 06:07:43 +0000
9ecec52f5fattempting to support thread resource in http serverhyung-hwan2020-05-21 07:30:14 +0000
aa5c70c3f5added mio_dupbcstrs() and mio_dupucstrs() changed mio_svc_htts_start() to access the main processor callbackhyung-hwan2020-05-20 16:14:36 +0000
f373f367b3fixed wrong length types in mio_copy_bchars_to_bcstr() and mio_copy_uchars_to_ucstr() fixed the wrong value defined for MIO_SKAD_TO_OOCSTR_PORT set various environment variables before starting a cgi scripthyung-hwan2020-05-20 14:53:05 +0000
d95bc9bc92in the midst of debugging http server codehyung-hwan2020-05-20 10:25:12 +0000
914dd35b37checked if a file is executable in mio_svc_htts_docgi()hyung-hwan2020-05-19 18:07:28 +0000
bc615bb710fixed bugs in http server cgi handlinghyung-hwan2020-05-19 18:00:49 +0000
bdaa548a4afixed a problem of delayed handling of halted devices when there are no events and timer jobshyung-hwan2020-05-19 12:09:13 +0000