hio/mio/lib
2021-07-17 17:21:38 +00:00
..
chr.c removed duplicate code 2020-06-03 07:57:15 +00:00
dns-cli.c added MIO_SVC_DNC_RESOLVE_FLAG_DNSSEC 2020-07-04 16:37:46 +00:00
dns.c added mio_dns_rcode_to_bcstr(), mio_dns_find_client_cookie_in_msg. 2020-07-04 08:03:36 +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 breaking http-svr.c to multiple files 2020-05-25 08:04:30 +00:00
err.c adding a nonblocking mariadb client device 2020-06-11 17:20:09 +00:00
fmt-imp.h updated copyright years. 2020-02-20 15:35:16 +00:00
fmt.c defined MIO_LOG_GUARDED 2021-07-17 15:17:07 +00:00
generr.hawk breaking http-svr.c to multiple files 2020-05-25 08:04:30 +00:00
htb.c added path canonicalization functions 2020-05-04 08:40:05 +00:00
htrd.c added the new option MIO_JSON_PERMIT_WORD_KEY 2021-07-14 05:22:03 +00:00
htre.c added http-txt.c 2020-05-26 13:15:25 +00:00
http-cgi.c added the new option MIO_JSON_PERMIT_WORD_KEY 2021-07-14 05:22:03 +00:00
http-fcgi.c cleaned up code a bit 2020-11-16 16:52:49 +00:00
http-fil.c cleaned up code a bit 2020-11-16 16:52:49 +00:00
http-prv.h implemented primitive idle client detector in htts 2020-08-02 16:07:42 +00:00
http-svr.c removed an unneeded message 2021-07-17 16:08:06 +00:00
http-thr.c added the new option MIO_JSON_PERMIT_WORD_KEY 2021-07-14 05:22:03 +00:00
http-txt.c cleaned up code a bit 2020-11-16 16:52:49 +00:00
http.c added mio_foff_t. 2020-07-17 15:28:18 +00:00
json.c defined MIO_EOL 2021-07-17 03:33:33 +00:00
Makefile.am removed unneeded tests from configure.ac 2020-11-15 05:14:52 +00:00
Makefile.in added the E notation support to some string-to-integer functions 2021-07-12 14:40:51 +00:00
mar-cli.c changed --enable-unicode to --enable-wide-char in configure.ac 2020-08-18 02:48:15 +00:00
mar.c changed --enable-unicode to --enable-wide-char in configure.ac 2020-08-18 02:48:15 +00:00
mio-cfg.h.in added check for net/bpf.h in configure.ac 2020-11-16 16:55:22 +00:00
mio-chr.h added MIO_ZDIGIT_TO_NUM() 2020-05-27 09:53:55 +00:00
mio-cmn.h defined MIO_EOL 2021-07-17 03:33:33 +00:00
mio-dns.h added MIO_SVC_DNC_RESOLVE_FLAG_DNSSEC 2020-07-04 16:37:46 +00:00
mio-ecs.h added path canonicalization functions 2020-05-04 08:40:05 +00:00
mio-fmt.h added floating-point formatting implementation in basic logging functions. 2020-11-15 03:40:15 +00:00
mio-htb.h added path canonicalization functions 2020-05-04 08:40:05 +00:00
mio-htrd.h added the new option MIO_JSON_PERMIT_WORD_KEY 2021-07-14 05:22:03 +00:00
mio-htre.h added MIO_HTTP_PATCH 2020-06-02 09:43:55 +00:00
mio-http.h added mio_svc_htts_getsockaddr(), mio_dev_sck_getsockaddr(), mio_dev_sck_getpeeraddr() 2021-07-16 02:30:25 +00:00
mio-json.h added mio_json_resetfeedloc() 2021-07-16 10:09:29 +00:00
mio-mar.h minor code cleanup 2020-07-01 09:40:34 +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 the control pipe for internal signaling. partially implemented 2021-07-17 17:21:38 +00:00
mio-sck.h added mio_svc_htts_getsockaddr(), mio_dev_sck_getsockaddr(), mio_dev_sck_getpeeraddr() 2021-07-16 02:30:25 +00:00
mio-skad.h defined MIO_SKAD_IP_STRLEN 2021-07-16 07: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 set const on the first parameter to mio_trim_uchars() and mio_trim_bchars() 2021-07-16 08:12:01 +00:00
mio.c added the control pipe for internal signaling. partially implemented 2021-07-17 17:21:38 +00:00
mio.h defined MIO_LOG_GUARDED 2021-07-17 15:17:07 +00:00
nwif.c breaking http-svr.c to multiple files 2020-05-25 08:04:30 +00:00
path.c breaking http-svr.c to multiple files 2020-05-25 08:04:30 +00:00
pipe.c enhanced how to handle an error after mio_dev_make() failure by implementing fail_after_make callbacks in pipe, thr, pro 2020-07-31 15:07:28 +00:00
pro.c enhanced how to handle an error after mio_dev_make() failure by implementing fail_after_make callbacks in pipe, thr, pro 2020-07-31 15:07:28 +00:00
sck.c added mio_svc_htts_getsockaddr(), mio_dev_sck_getsockaddr(), mio_dev_sck_getpeeraddr() 2021-07-16 02:30:25 +00:00
skad.c fixed wrong definition of mio_skad_alt_t 2020-11-15 13:15:33 +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 defined MIO_LOG_GUARDED 2021-07-17 15:17:07 +00:00
sys-mux.c added the control pipe for internal signaling. partially implemented 2021-07-17 17:21:38 +00:00
sys-prv.h added the control pipe for internal signaling. partially implemented 2021-07-17 17:21:38 +00:00
sys-tim.c added mio_sys_getrealtime() 2020-05-06 09:28:36 +00:00
sys.c improved error handling in mio_dev_make() 2020-07-29 10:04:14 +00:00
thr.c enhanced how to handle an error after mio_dev_make() failure by implementing fail_after_make callbacks in pipe, thr, pro 2020-07-31 15:07:28 +00:00
tmr.c added the control pipe for internal signaling. partially implemented 2021-07-17 17:21:38 +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 removed duplicate code 2020-06-03 07:57:15 +00:00
utl-siph.c changed dns-cli.c to initialize the dns cookie key 2020-07-03 15:56:33 +00:00
utl.c set const on the first parameter to mio_trim_uchars() and mio_trim_bchars() 2021-07-16 08:12:01 +00:00