Commit Graph

53 Commits

Author SHA1 Message Date
f59332b88a made build files consistent 2020-11-15 05:05:59 +00:00
148e1468b7 added floating-point formatting implementation in basic logging functions.
changed O_CLOEXEC to EPOLL_CLOEXEC in a call to epoll_create1()
2020-11-15 03:40:15 +00:00
088ea05e7b switched ax_lib_mysql.m4 to ax_lib_mariadb.m4 and made it mariadb specific 2020-11-04 07:46:07 +00:00
6f0b17e2e9 removed unneeded substitution in configure.ac 2020-08-19 05:09:51 +00:00
b791056cb3 changed --enable-unicode to --enable-wide-char in configure.ac 2020-08-18 02:48:15 +00:00
ec60fb3a62 got rid of c++ stuffs from configure.ac 2020-08-15 19:05:57 +00:00
a20c539390 used posix_fadvise in lib/http-fil.c 2020-07-16 04:18:01 +00:00
ffcea4095a trying to add file support in htts 2020-07-08 05:24:40 +00:00
74b93843f4 added a sip hash function 2020-07-03 06:36:43 +00:00
61d1f8abd9 started writing the mariadb client service 2020-06-14 16:09:17 +00:00
d067093082 adding a nonblocking mariadb client device 2020-06-11 17:20:09 +00:00
b895566323 adding a simple json reader 2020-05-29 11:35:20 +00:00
349d0f0181 added mio_perdec_http_bcs() 2020-05-27 02:32:51 +00:00
7b1dd536ed added mio_svc_htts_dotxt() 2020-05-26 14:58:55 +00:00
b112280225 breaking http-svr.c to multiple files 2020-05-25 08:04:30 +00:00
21d51cbbf9 improved how to clear and set basic environment variables in http-svr.c 2020-05-24 02:48:51 +00:00
9c95db02e5 implementing mio_dev_thr_t 2020-05-21 17:05:40 +00:00
c525007961 added two missed lib/Makefile.am 2020-05-21 10:30:07 +00:00
f53acd969d implemented the pipe device 2020-05-21 10:15:57 +00:00
2df338ee9a writing the http server service 2020-05-05 15:12:08 +00:00
d9a7bac9f8 added path canonicalization functions 2020-05-04 08:40:05 +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
f1aa019091 added ecs and htb 2020-04-30 16:20:31 +00:00
d3a74e1075 renamed mio-sys.h to sys-prv.h 2020-04-30 02:28:09 +00:00
c620afe4c9 separated dnc code from dns.c to dns-cli.c 2020-02-21 04:21:16 +00:00
e73d822d0a added intmax formatting functions 2020-02-20 06:48:43 +00:00
616384b042 added nwif functions 2020-02-16 14:23:27 +00:00
201bbf20a1 added unfinished socket address functions 2020-02-16 13:59:41 +00:00
c6e3b6204b some dns resolver code 2020-02-11 09:02:46 +00:00
3f60b8e4e8 refactored the formatter code 2019-05-31 14:31:40 +00:00
cff18d2067 added the bin directory and moves files for binary commands into it 2019-05-14 04:25:38 +00:00
8f6888a47d rename mio-sck.c to sck.c, mio-proc.c to pro.c 2019-04-12 06:37:23 +00:00
2ec12d96eb changed mio-sck.c to ignore some eunavailable feature request 2019-04-12 02:45:35 +00:00
898bf787d5 fixed the mux code using poll() 2019-04-10 09:25:34 +00:00
b40bdf3e8e added some dns code 2019-02-11 09:24:16 +00:00
3dcbd4a231 started dns protocol implementation 2019-02-08 10:13:24 +00:00
c6c51df2d3 updated project url 2019-02-01 16:44:39 +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
446809d7f4 unfinished refactoring 2019-01-27 02:09:22 +00:00
276d15877d wip: added some primitive system interfacing functions 2019-01-24 18:03:27 +00:00
a6d1122e33 added many new files to form fundamental base. wip 2019-01-24 09:53:10 +00:00
b30bbf8063 touched up code for renewal 2019-01-11 07:35:43 +00:00
27695e69cd regenerated build files 2018-12-17 03:27:20 +00:00