hio/mio/lib
2020-06-24 07:37:11 +00:00
..
chr.c removed duplicate code 2020-06-03 07:57:15 +00:00
dns-cli.c 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 2020-05-15 06:18:49 +00:00
dns.c breaking http-svr.c to multiple files 2020-05-25 08:04:30 +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 breaking http-svr.c to multiple files 2020-05-25 08:04:30 +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 enhanced htrd to extract the anchor part from the requested URI. 2020-06-02 06:41:20 +00:00
htre.c added http-txt.c 2020-05-26 13:15:25 +00:00
http-cgi.c captured X-HTTP-Method-Override in http-thr.c 2020-06-08 18:11:36 +00:00
http-prv.h breaking http-svr.c to multiple files 2020-05-25 08:04:30 +00:00
http-svr.c breaking http-svr.c to multiple files 2020-05-25 08:04:30 +00:00
http-thr.c captured X-HTTP-Method-Override in http-thr.c 2020-06-08 18:11:36 +00:00
http-txt.c added mio_svc_htts_dotxt() 2020-05-26 14:58:55 +00:00
http.c added MIO_HTTP_PATCH 2020-06-02 09:43:55 +00:00
json.c improved decimal handling in lib/json.c 2020-06-17 13:36:49 +00:00
Makefile.am started writing the mariadb client service 2020-06-14 16:09:17 +00:00
Makefile.in started writing the mariadb client service 2020-06-14 16:09:17 +00:00
mar-cli.c added mio_dev_mar_escapebchars() and mio_svc_marc_escapebchars() 2020-06-24 07:37:11 +00:00
mar.c added mio_dev_mar_escapebchars() and mio_svc_marc_escapebchars() 2020-06-24 07:37:11 +00:00
mio-cfg.h.in adding a nonblocking mariadb client device 2020-06-11 17:20:09 +00:00
mio-chr.h added MIO_ZDIGIT_TO_NUM() 2020-05-27 09:53:55 +00:00
mio-cmn.h added ecs and htb 2020-04-30 16:20:31 +00:00
mio-dns.h added mio_dupbcstrs() and mio_dupucstrs() 2020-05-20 16:14:36 +00:00
mio-ecs.h added path canonicalization functions 2020-05-04 08:40:05 +00:00
mio-fmt.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
mio-htb.h added path canonicalization functions 2020-05-04 08:40:05 +00:00
mio-htrd.h trying to migrate an irrelevant function 2020-05-26 15:31:39 +00:00
mio-htre.h added MIO_HTTP_PATCH 2020-06-02 09:43:55 +00:00
mio-http.h captured X-HTTP-Method-Override in http-thr.c 2020-06-08 18:11:36 +00:00
mio-json.h fixed quite some issues mar.c and mar-cli.c regarding broken underlying sockets in libmariadbclient 2020-06-24 03:00:46 +00:00
mio-mar.h added mio_dev_mar_escapebchars() and mio_svc_marc_escapebchars() 2020-06-24 07:37:11 +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 breaking http-svr.c to multiple files 2020-05-25 08:04:30 +00:00
mio-sck.h adding a nonblocking mariadb client device 2020-06-11 17:20:09 +00:00
mio-skad.h added mio_uchars_to_ipad_bytes() and mio_bchars_to_ipad_bytes() 2020-05-27 14:53:48 +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 added the container_state parameter to the mio_json_instcb_t callback 2020-06-06 19:45:11 +00:00
mio.c adding a nonblocking mariadb client device 2020-06-11 17:20:09 +00:00
mio.h adding a nonblocking mariadb client device 2020-06-11 17:20:09 +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 adding a nonblocking mariadb client device 2020-06-11 17:20:09 +00:00
pro.c breaking http-svr.c to multiple files 2020-05-25 08:04:30 +00:00
sck.c fixed quite some issues mar.c and mar-cli.c regarding broken underlying sockets in libmariadbclient 2020-06-24 03:00:46 +00:00
skad.c changed to use MIO_IP4ADDR_LEN and MIO_IP6ADDR_LEN in some functions 2020-05-27 15:03:10 +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 renamed mio-sys.h to sys-prv.h 2020-04-30 02:28:09 +00:00
sys-mux.c 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
sys-prv.h breaking http-svr.c to multiple files 2020-05-25 08:04:30 +00:00
sys-tim.c added mio_sys_getrealtime() 2020-05-06 09:28:36 +00:00
sys.c renamed mio-sys.h to sys-prv.h 2020-04-30 02:28:09 +00:00
thr.c breaking http-svr.c to multiple files 2020-05-25 08:04:30 +00:00
tmr.c updated copyright years. 2020-02-20 15:35:16 +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.c implemented a primitive json writer - needs much more improvement 2020-05-31 17:36:11 +00:00