hio/mio/lib
2020-05-24 02:27:54 +00:00
..
chr.c added path canonicalization functions 2020-05-04 08:40:05 +00:00
dns-cli.c changed to clear the on_write callbacks for completed write requestrs after having triggered timer callbacks collectively and also before triggering on_read() for each device 2020-05-15 06:18:49 +00:00
dns.c made list management more consistent 2020-04-30 14:48:39 +00:00
ecs-imp.h fixed wrong length types in mio_copy_bchars_to_bcstr() and mio_copy_uchars_to_ucstr() 2020-05-20 14:53:05 +00:00
ecs.c added path canonicalization functions 2020-05-04 08:40:05 +00:00
err.c added mio_cfmb_t, mio_addcfmb(), and related functions and macros to handle a memory block that can't be freed immediately 2020-05-23 06:07:43 +00:00
fmt-imp.h updated copyright years. 2020-02-20 15:35:16 +00:00
fmt.c added mio_sys_getrealtime() 2020-05-06 09:28:36 +00:00
generr.awk some code to implement dns over tcp in dnc 2020-02-21 09:42:10 +00:00
htb.c added path canonicalization functions 2020-05-04 08:40:05 +00:00
htrd.c added mio_dupbcstrs() and mio_dupucstrs() 2020-05-20 16:14:36 +00:00
htre.c reverted wrong changes in htre.c 2020-05-06 09:55:35 +00:00
http-svr.c added MIO_DEV_CAP_WATCH_STARTED to fix a bug 2020-05-24 02:04:07 +00:00
http.c changed mio_exec() to kill the device if the on_write callback() returns failure. before this change, mio_exec() also returned -1, causing mio_loop() to abort 2020-05-10 16:20:39 +00:00
Makefile.am implementing mio_dev_thr_t 2020-05-21 17:05:40 +00:00
Makefile.in implementing mio_dev_thr_t 2020-05-21 17:05:40 +00:00
mio-cfg.h.in added clearenv check in configure.ac 2020-05-23 06:46:55 +00:00
mio-chr.h added path canonicalization functions 2020-05-04 08:40:05 +00:00
mio-cmn.h added ecs and htb 2020-04-30 16:20:31 +00:00
mio-dns.h added mio_dupbcstrs() and mio_dupucstrs() 2020-05-20 16:14:36 +00:00
mio-ecs.h added path canonicalization functions 2020-05-04 08:40:05 +00:00
mio-fmt.h fixed wrong length types in mio_copy_bchars_to_bcstr() and mio_copy_uchars_to_ucstr() 2020-05-20 14:53:05 +00:00
mio-htb.h added path canonicalization functions 2020-05-04 08:40:05 +00:00
mio-htrd.h added mio_dupbcstrs() and mio_dupucstrs() 2020-05-20 16:14:36 +00:00
mio-htre.h added mio_dupbcstrs() and mio_dupucstrs() 2020-05-20 16:14:36 +00:00
mio-http.h attempting to support thread resource in http server 2020-05-21 07:30:14 +00:00
mio-nwif.h updated copyright years. 2020-02-20 15:35:16 +00:00
mio-pac1.h updated copyright years. 2020-02-20 15:35:16 +00:00
mio-path.h added path canonicalization functions 2020-05-04 08:40:05 +00:00
mio-pipe.h implemented the pipe device 2020-05-21 10:15:57 +00:00
mio-pro.h in the midst of debugging http server code 2020-05-20 10:25:12 +00:00
mio-prv.h added mio_cfmb_t, mio_addcfmb(), and related functions and macros to handle a memory block that can't be freed immediately 2020-05-23 06:07:43 +00:00
mio-sck.h fixed to initialize urem in __dev_writev() 2020-05-24 01:18:32 +00:00
mio-skad.h fixed wrong length types in mio_copy_bchars_to_bcstr() and mio_copy_uchars_to_ucstr() 2020-05-20 14:53:05 +00:00
mio-thr.h added mio_cfmb_t, mio_addcfmb(), and related functions and macros to handle a memory block that can't be freed immediately 2020-05-23 06:07:43 +00:00
mio-upac.h updated copyright years. 2020-02-20 15:35:16 +00:00
mio-utl.h fixed wrong length types in mio_copy_bchars_to_bcstr() and mio_copy_uchars_to_ucstr() 2020-05-20 14:53:05 +00:00
mio.c fixed some memory leaks in mio_sys_finimux() when EPOLL is enabled. 2020-05-24 02:27:54 +00:00
mio.h added MIO_DEV_CAP_WATCH_STARTED to fix a bug 2020-05-24 02:04:07 +00:00
nwif.c added much more support code 2020-05-01 14:00:27 +00:00
path.c in the midst of debugging http server code 2020-05-20 10:25:12 +00:00
pipe.c implemented the pipe device 2020-05-21 10:15:57 +00:00
pro.c fixed to initialize urem in __dev_writev() 2020-05-24 01:18:32 +00:00
sck.c added MIO_DEV_CAP_WATCH_STARTED to fix a bug 2020-05-24 02:04:07 +00:00
skad.c added much more support code 2020-05-01 14:00:27 +00:00
sys-ass.c updated copyright years. 2020-02-20 15:35:16 +00:00
sys-err.c updated copyright years. 2020-02-20 15:35:16 +00:00
sys-log.c renamed mio-sys.h to sys-prv.h 2020-04-30 02:28:09 +00:00
sys-mux.c fixed some memory leaks in mio_sys_finimux() when EPOLL is enabled. 2020-05-24 02:27:54 +00:00
sys-prv.h renamed mio-sys.h to sys-prv.h 2020-04-30 02:28:09 +00:00
sys-tim.c added mio_sys_getrealtime() 2020-05-06 09:28:36 +00:00
sys.c renamed mio-sys.h to sys-prv.h 2020-04-30 02:28:09 +00:00
thr.c fixed to initialize urem in __dev_writev() 2020-05-24 01:18:32 +00:00
tmr.c updated copyright years. 2020-02-20 15:35:16 +00:00
uch-case.h added much more support code 2020-05-01 14:00:27 +00:00
uch-prop.h added much more support code 2020-05-01 14:00:27 +00:00
utf8.c updated copyright years. 2020-02-20 15:35:16 +00:00
utl.c added mio_dupbcstrs() and mio_dupucstrs() 2020-05-20 16:14:36 +00:00