Commit Graph

8 Commits

Author SHA1 Message Date
c230c92249 enhanced how to handle an error after mio_dev_make() failure by implementing fail_after_make callbacks in pipe, thr, pro
decided to not call pthread_cancel in thr.c because it's too difficult to get it right
2020-07-31 15:07:28 +00:00
f7c441b981 improved error handling in mio_dev_make() 2020-07-29 10:04:14 +00:00
f2cffc0e6e cleaned up a little 2020-07-16 10:46:17 +00:00
b112280225 breaking http-svr.c to multiple files 2020-05-25 08:04:30 +00:00
1f8372f35d fixed 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_DROERR
2020-05-24 01:18:32 +00:00
0623260ec4 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
c441abdbfb cleaning up mio_dev_thr_t code 2020-05-22 19:06:57 +00:00
9c95db02e5 implementing mio_dev_thr_t 2020-05-21 17:05:40 +00:00