Commit Graph

18 Commits

Author SHA1 Message Date
19e6906670 renaming hio back to m io 2021-07-22 07:25:25 +00:00
1ac7777c76 renaming mio to hio 2021-07-22 07:16:59 +00:00
3e0654e131 added the new option MIO_JSON_PERMIT_WORD_KEY 2021-07-14 05:22:03 +00:00
72422be8b8 added the new option MIO_JSON_PERMITWORDKEY 2021-07-14 05:18:19 +00:00
f1b9fcfdd0 added the E notation support to some string-to-integer functions 2021-07-12 14:40:51 +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
190c1effc5 added a debug message 2020-07-27 12:10:55 +00:00
0d9347eb21 fixed a simple error handling issue in mio_svc_htts_dothr() 2020-07-27 10:30:16 +00:00
7adf19f01d HEAD support in http-fil.c 2020-07-17 10:14:15 +00:00
f2cffc0e6e cleaned up a little 2020-07-16 10:46:17 +00:00
b1e063977b improvement onto http-file.c 2020-07-15 10:30:12 +00:00
953dbd730b more htts file code 2020-07-09 09:54:13 +00:00
ffcea4095a trying to add file support in htts 2020-07-08 05:24:40 +00:00
b8f96c0b74 captured X-HTTP-Method-Override in http-thr.c 2020-06-08 18:11:36 +00:00
7b1dd536ed added mio_svc_htts_dotxt() 2020-05-26 14:58:55 +00:00
469819f8dc added http-txt.c 2020-05-26 13:15:25 +00:00
4f8abcf0c5 added mio_bchars_to_intmax(), mio_uchars_to_intmax().
coded the first working thread interface for the http server
2020-05-26 01:13:34 +00:00
b112280225 breaking http-svr.c to multiple files 2020-05-25 08:04:30 +00:00