Commit Graph

37 Commits

Author SHA1 Message Date
93a7073e48 added mio_svc_htts_getsockaddr(), mio_dev_sck_getsockaddr(), mio_dev_sck_getpeeraddr() 2021-07-16 02:30:25 +00:00
802b8038bd added check for net/bpf.h in configure.ac 2020-11-16 16:55:22 +00:00
2a561ad46b attempting to wrap over bpf 2020-11-16 15:40:20 +00:00
cce59d49e8 fixed some build issues 2020-11-15 04:02:47 +00:00
e77391da1d added mio_schedtmrjobat() and mio_schedtmrjobafter()
touched up some log messages in sck.c
2020-08-01 15:56:53 +00:00
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
a2e3195417 removed some debugging lines 2020-07-29 18:00:08 +00:00
b1ede90231 removed MIO_SCK_SCK_MAKE_IMPSYSHND 2020-07-29 17:58:15 +00:00
f7c441b981 improved error handling in mio_dev_make() 2020-07-29 10:04:14 +00:00
07e6a1ac70 added a debug message 2020-07-28 10:21:10 +00:00
7f9ac81497 simplified code a bit 2020-07-26 17:26:38 +00:00
3684979724 fixed some bugs handling side-channel communication 2020-07-26 09:21:05 +00:00
0843ef057d adding some functions for multi-threading 2020-07-24 17:29:52 +00:00
843ea8d8c1 implemented etag and if-none-match in http-fil.c 2020-07-20 14:08:25 +00:00
18eda3a6b5 changed mio_svc_htts_start() to accept mio_dev_sck_bind_t* instead of mio_skad_t* 2020-07-19 18:55:35 +00:00
8655269e07 added more sendfile related code 2020-07-19 06:23:43 +00:00
9b429cfd3c fixed quite some issues mar.c and mar-cli.c regarding broken underlying sockets in libmariadbclient 2020-06-24 03:00:46 +00:00
d067093082 adding a nonblocking mariadb client device 2020-06-11 17:20:09 +00:00
b112280225 breaking http-svr.c to multiple files 2020-05-25 08:04:30 +00:00
bf595d51f1 added MIO_DEV_CAP_WATCH_STARTED to fix a bug 2020-05-24 02:04:07 +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
fc26f4a6c3 still working on cgi handling in http server 2020-05-19 09:11:39 +00:00
cc74d317a2 fixed some bugs 2020-05-12 17:53:19 +00:00
e2115286ec enhanced mio_dev_watch and MIO_DEV_WATCH_RENEW.
drafting resource handling code in the http server
2020-05-08 09:48:26 +00:00
4282eb979a added mio_svc_htts_setservernamewithbcstr() 2020-05-07 10:10:33 +00:00
0baa0820ae added MIO_DEV_SCK_LENIENT to set on the state field of a socket device
added MIO_DEV_SCK_BIND_LENIENT to use to set MIO_DEV_SCK_LENIENT on a listening socket.
fixed some minor bugs here and there
2020-05-07 04:32:32 +00:00
2df338ee9a writing the http server service 2020-05-05 15:12:08 +00:00
252c801544 recorded some TODO items in the comment 2020-03-03 08:49:24 +00:00
d717c25a2b changed on_reply to on_done in dns client code
added some tcp transport code in dns client
2020-02-27 17:34:27 +00:00
71ffd4ce17 changed mio_dev_sck_connect() to not fire on_connect() callback inside itself upon immediate successful connect.
fixed some issues in dns related code
2020-02-25 07:09:20 +00:00
d98397cd1f added mio_dev_sck_setsockopt(), mio_dev_sck_getsockopt()
fixed the ssl part of the stateful socket writev method.
2020-02-23 16:11:32 +00:00
75887e4f74 adding writev support 2020-02-22 18:24:49 +00:00
052e10694d adding mio_dev_timedwritev() 2020-02-21 16:58:41 +00:00
6787ee7841 updated copyright years.
attempting to support dns over tcp
2020-02-20 15:35:16 +00:00
f5f8b9e2b4 enhanced mio_equal_skads() 2020-02-20 10:07:12 +00:00
3d20fc7421 reorganized and enhanced socket address functions 2020-02-20 06:00:53 +00:00
8f6888a47d rename mio-sck.c to sck.c, mio-proc.c to pro.c 2019-04-12 06:37:23 +00:00