Commit Graph

57 Commits

Author SHA1 Message Date
b112280225 breaking http-svr.c to multiple files 2020-05-25 08:04:30 +00:00
8178d44ec0 fixed 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 reporting 2020-05-24 19:29:35 +00:00
bc9d849b8a fixed some memory leaks in mio_sys_finimux() when EPOLL is enabled.
fixed a double memory free issue in mio_dev_make()
2020-05-24 02:27:54 +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
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
f53acd969d implemented the pipe device 2020-05-21 10:15:57 +00:00
aa5c70c3f5 added mio_dupbcstrs() and mio_dupucstrs()
changed mio_svc_htts_start() to access the main processor callback
2020-05-20 16:14:36 +00:00
f373f367b3 fixed 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 script
2020-05-20 14:53:05 +00:00
d95bc9bc92 in the midst of debugging http server code 2020-05-20 10:25:12 +00:00
bdaa548a4a fixed a problem of delayed handling of halted devices when there are no events and timer jobs 2020-05-19 12:09:13 +00:00
fc26f4a6c3 still working on cgi handling in http server 2020-05-19 09:11:39 +00:00
619a7dd318 quite some changes to http server code 2020-05-16 19:12:10 +00:00
98e2838edf made minor changes 2020-05-16 04:52:06 +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
cc74d317a2 fixed some bugs 2020-05-12 17:53:19 +00:00
02a6d5db1e enhanced to maintain client sockets in the http server 2020-05-12 11:46:00 +00:00
6cb06f8b57 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
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
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
e96cb2ebb4 added mio_sys_getrealtime()
writing http server
2020-05-06 09:28:36 +00:00
2df338ee9a writing the http server service 2020-05-05 15:12:08 +00:00
f6c4e55337 renamed the link fields of mio_q_t, mio_wq_t, mio_cwq_t 2020-05-03 16:02:56 +00:00
49ad401433 added some http processing code 2020-05-01 18:01:29 +00:00
a2f0fa9c7f added much more support code 2020-05-01 14:00:27 +00:00
26b720099c made list management more consistent 2020-04-30 14:48:39 +00:00
5e5ea2ed58 added the default mmgr 2020-04-27 04:15:11 +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
ef50d2458b some code to implement dns over tcp in dnc 2020-02-21 09:42:10 +00:00
6787ee7841 updated copyright years.
attempting to support dns over tcp
2020-02-20 15:35:16 +00:00
c6e3b6204b some dns resolver code 2020-02-11 09:02:46 +00:00
6d357fe1fe added the _instsize field to mio_t and revised mio_getxtn() using the new field 2019-06-21 12:43:50 +00:00
a0f9b567cb enhanced the dns client code with timeout handling, id tracking, etc 2019-04-11 07:26:00 +00:00
a76dc94e0a renamed mio_makedev() to mio_dev_make().
added MIO_SVC_REGISTER() and MIO_SVN_UNREGISTER().
defined mio_svc_t
2019-02-22 08:44:51 +00:00
0f9eac0614 added mio_fill_uchars()/mio_fill_bchars() 2019-02-18 17:15:44 +00:00
af86c6a95e more dns code 2019-02-13 10:41:33 +00:00
ac65312bf2 switched to check SSL_new instead of SSL_library_init in configure.ac
fixed a bug of not honoring precision specified with %.* in computing string length given for 's' and 'S'
renamed DEV_CAPA/dev_capa to DEV_CAP/dev_capa
2019-01-31 09:16:44 +00:00
4aa0da2011 enhanced the openssl library check in configure.ac 2019-01-30 19:07:05 +00:00
559d125874 fixed error strings.
changed time functions
2019-01-30 10:18:58 +00:00
32abb82f01 refactoring system dependent code 2019-01-29 16:57:16 +00:00
792e4da4c2 changed directory error number setting to mio_seterrxxx() calls
removed mio->renew_watch and moved it to each device by using the MIO_DEV_RENEW_REQUIRED bit
2019-01-29 08:38:12 +00:00
470e459781 fixing some bugs regarding mux update - wip 2019-01-28 17:41:50 +00:00
e9c42b28c6 more code fixes 2019-01-28 08:13:06 +00:00
e21acce5c1 more code refactoring 2019-01-27 16:22:55 +00:00
446809d7f4 unfinished refactoring 2019-01-27 02:09:22 +00:00
a6d1122e33 added many new files to form fundamental base. wip 2019-01-24 09:53:10 +00:00
0072ab5bd8 kept read timeout after successful read until read is disabled 2019-01-17 08:51:10 +00:00
115031d2ce added moo_dev_timedread() 2019-01-17 08:09:19 +00:00