Commit Graph

388 Commits

Author SHA1 Message Date
268ed090ec changed __exec() to check tmr.size 2021-07-27 15:17:16 +00:00
feddfb260e improving hio_loop() 2021-07-27 15:11:10 +00:00
f15918ef30 added HIO_SVC_MARC_SID_FLAG_AUTO_BOUNDED
accept the second parameter bitwise-ORed with HIO_SVC_MARC_SID_FLAG_AUTO_BOUNDED in hio_svc_marc_querywithbchars.
the introduction of this flag results in limiting the highest sid requestable
2021-07-27 14:38:12 +00:00
56decb7174 fixed hio_loop() to check if there are scheduled timer jobs before breaking out of the loop 2021-07-26 17:49:28 +00:00
d7e5ebdf4f added the default group option to the mariadb device and the mariadb client service
added the issyshndbroken() callback to hio_dev_mth_t
implemented the callback in the mariadb device.
enhanced the epoll/kqueue multiplexer implementation to use the callback
2021-07-26 15:19:31 +00:00
9558e12c3e updated bin/Makefile.am 2021-07-25 18:17:20 +00:00
e1809d0c18 fixing bin/t04.c 2021-07-25 18:14:36 +00:00
9327c06745 enhanced the IO multiplexer code to utilize kqueue()/kevent() if available 2021-07-25 17:52:05 +00:00
5294db4d20 check for paccept in configure.ac 2021-07-25 14:16:04 +00:00
e643adbd42 adding some code to use kqueue() 2021-07-24 15:23:55 +00:00
a45a99ad78 let the extension area of the mar device remember the index to the session data in mar-cli.c. this prevents relocated pointer issues upon memory reallocation 2021-07-24 08:43:12 +00:00
435e35adfe fixed wrong log macros 2021-07-24 05:02:18 +00:00
1d8363f1c7 added hio_ipad_bytes_is_loop_back(), hio_pad_bytes_is_link_local() 2021-07-24 04:06:00 +00:00
b54f96d8c3 fixed bugs that are triggered if mysql_real_connect_start() fails immediately 2021-07-23 11:19:21 +00:00
2211dc7a05 disabled ssl in hio.spec.in 2021-07-23 08:21:22 +00:00
86094f3152 modified pkgs/hio.spec.in 2021-07-22 08:28:49 +00:00
6e52fbb16e added pkgs/hio.spec.in 2021-07-22 08:24:03 +00:00
60ae20fe08 regenerated hio-cfg.h.in 2021-07-22 08:10:55 +00:00
96fc91a8b0 shipping the generated utl-str.c file 2021-07-22 07:45:46 +00:00
bac43079a5 fixing conflicts caused during renaming 2021-07-22 07:43:01 +00:00
be13508e07 renaming mio to hio 2021-07-22 07:33:20 +00:00
072491b1e3 renamed mio/MIO to hio/HIO 2021-07-22 07:30:20 +00:00
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
3b28625eb4 updated .gitattributes 2021-07-22 07:16:33 +00:00
e3ac950c50 shortened ETHADDR to ETHAD, and the like 2021-07-22 03:23:07 +00:00
b2790a4355 added more logging macros 2021-07-22 03:14:08 +00:00
dc5752a3ed implemented the control pipe for poll 2021-07-21 13:43:10 +00:00
bb57c88d6e fixed a bug in the json writer functions 2021-07-21 07:36:10 +00:00
6287eceddb moved string-to-integer converts to utl-str.c.m4 2021-07-20 15:04:11 +00:00
052b79f452 moving a number of string functions to utl-str.c.m4 2021-07-20 14:40:46 +00:00
e4afd9378b adjusted some MIO_LOG_XXX values 2021-07-19 23:42:51 +00:00
91f1686575 fixed bugs in case-insensitive string comparison 2021-07-19 19:39:50 +00:00
3803061baf renamed MIO_LOG_TARGET_B and MIO_LOG_TARGET_U to MIO_LOG_TARGET_BCSTR and MIO_LOG_TARGET_UCSTR respectively 2021-07-19 19:04:02 +00:00
9c84647015 added mio_getbopt() and mio_getuopt() 2021-07-19 10:24:39 +00:00
42c533c508 added mio_sys_resetlog() 2021-07-19 09:27:44 +00:00
a2904ad30d defined MIO_FEATURE_LOG_WRITER 2021-07-19 04:57:30 +00:00
d1d7929830 declared mio_logbfmtv() and mio_logufmtv() in mio.h 2021-07-19 01:11:09 +00:00
487a0d19a0 defined MIO_FEATURE_MUX and MIO_FEATURE_LOG 2021-07-17 20:05:16 +00:00
b0040b8454 added the control pipe for internal signaling. partially implemented 2021-07-17 17:21:38 +00:00
2c32604c75 enhanced bin/t06.c 2021-07-17 16:16:00 +00:00
0d6dcf6572 removed an unneeded message 2021-07-17 16:08:06 +00:00
b27753626d defined MIO_LOG_GUARDED 2021-07-17 15:17:07 +00:00
08721ab0c6 defined MIO_EOL 2021-07-17 03:33:33 +00:00
1d2acf489b added MIO_ERROR macros 2021-07-16 14:17:07 +00:00
de9c05a9b1 added mio_json_resetfeedloc() 2021-07-16 10:09:29 +00:00
a4d31da64f enhanced the json reader to include location in some error messages 2021-07-16 10:01:42 +00:00
bc956b757d set const on the first parameter to mio_trim_uchars() and mio_trim_bchars() 2021-07-16 08:12:01 +00:00
07677a7080 added mio_trim_uchars() and mio_trim_bchars() 2021-07-16 08:06:17 +00:00
f8d175a761 defined MIO_SKAD_IP_STRLEN 2021-07-16 07:53:05 +00:00