Commit Graph

17 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
8655269e07 added more sendfile related code 2020-07-19 06:23:43 +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
f53acd969d implemented the pipe device 2020-05-21 10:15:57 +00:00
d95bc9bc92 in the midst of debugging http server code 2020-05-20 10:25:12 +00:00
fc26f4a6c3 still working on cgi handling in http server 2020-05-19 09:11:39 +00:00
b687e97590 simplifying http server code while debugging and enhancing it 2020-05-18 08:59:25 +00:00
619a7dd318 quite some changes to http server code 2020-05-16 19:12:10 +00:00
57ca185651 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
cleaned up debugging messages in dns-cli.c
experimenting with http server implementation
2020-05-15 06:18:49 +00:00
a69d2401c0 fixed a bug in killing a slave in the pro device 2020-05-01 18:56:33 +00:00
49ad401433 added some http processing code 2020-05-01 18:01:29 +00:00
75887e4f74 adding writev support 2020-02-22 18:24:49 +00:00
6787ee7841 updated copyright years.
attempting to support dns over tcp
2020-02-20 15:35:16 +00:00
2332d6a4e7 renamed some utility functions 2020-02-20 14:59:49 +00:00
8f6888a47d rename mio-sck.c to sck.c, mio-proc.c to pro.c 2019-04-12 06:37:23 +00:00