.. |
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
|
added floating-point formatting implementation in basic logging functions.
|
2020-11-15 03:40:15 +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
|
some code changes for easier testing
|
2020-08-10 17:03:54 +00:00 |
htre.c
|
added http-txt.c
|
2020-05-26 13:15:25 +00:00 |
http-cgi.c
|
cleaned up a little
|
2020-07-16 10:46:17 +00:00 |
http-fil.c
|
fixed some build issues
|
2020-11-15 04:02:47 +00:00 |
http-prv.h
|
implemented primitive idle client detector in htts
|
2020-08-02 16:07:42 +00:00 |
http-svr.c
|
implemented primitive idle client detector in htts
|
2020-08-02 16:07:42 +00:00 |
http-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 |
http-txt.c
|
trying to add file support in htts
|
2020-07-08 05:24:40 +00:00 |
http.c
|
added mio_foff_t.
|
2020-07-17 15:28:18 +00:00 |
json.c
|
improved decimal handling in lib/json.c
|
2020-06-17 13:36:49 +00:00 |
Makefile.am
|
made build files consistent
|
2020-11-15 05:05:59 +00:00 |
Makefile.in
|
made build files consistent
|
2020-11-15 05:05:59 +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 floating-point formatting implementation in basic logging functions.
|
2020-11-15 03:40:15 +00:00 |
mio-chr.h
|
added MIO_ZDIGIT_TO_NUM()
|
2020-05-27 09:53:55 +00:00 |
mio-cmn.h
|
added floating-point formatting implementation in basic logging functions.
|
2020-11-15 03:40:15 +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
|
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
|
adding some functions for multi-threading
|
2020-07-24 17:29:52 +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
|
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 floating-point formatting implementation in basic logging functions.
|
2020-11-15 03:40:15 +00:00 |
mio-sck.h
|
removed MIO_SCK_SCK_MAKE_IMPSYSHND
|
2020-07-29 17:58:15 +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
|
changed the return code of mio_gettmrtmout() from -1/0 to 0/1 respectively to avoid unneeded error message manipulation
|
2020-09-03 03:56:32 +00:00 |
mio.c
|
some code clean and adding one more kill point for halted devices
|
2020-11-04 06:36:44 +00:00 |
mio.h
|
added mio_schedtmrjobat() and mio_schedtmrjobafter()
|
2020-08-01 15:56:53 +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
|
fixed some build issues
|
2020-11-15 04:02:47 +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
|
added floating-point formatting implementation in basic logging functions.
|
2020-11-15 03:40:15 +00:00 |
sys-prv.h
|
adding some functions for multi-threading
|
2020-07-24 17:29:52 +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
|
some code clean and adding one more kill point for halted devices
|
2020-11-04 06:36:44 +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
|
changed the return code of mio_gettmrtmout() from -1/0 to 0/1 respectively to avoid unneeded error message manipulation
|
2020-09-03 03:56:32 +00:00 |