Commit Graph

559 Commits

Author SHA1 Message Date
fc160bf365 fixed a flaw in a test program 2022-06-17 09:18:22 +00:00
653df544a3 fixed t06.c a bit 2022-06-17 07:57:03 +00:00
1565f7536e fixed a sample program 2022-06-17 07:44:39 +00:00
afecc741e8 some code tweaks for old compilers 2022-06-17 05:35:30 +00:00
c39960c9f4 added check for st_mtim in struct stat 2022-06-16 13:59:34 +00:00
f05c4d8dfc renamed http-fil.c http-file.c 2022-06-16 13:52:37 +00:00
b6e1704d55 changed a static assertion in dns-cli.c 2022-06-16 13:51:23 +00:00
2affdd59ae added the prototype of hio_tokenize_uchars and hio_tokenize_bchars 2022-06-13 14:39:41 +00:00
471c953d26 reorganized some string functions 2022-06-13 14:32:17 +00:00
e218e38592 removed duplicate code 2022-06-13 13:57:07 +00:00
37c50c7d06 reorganized basic string functions 2022-06-13 13:54:14 +00:00
73d60963c8 added some more string functions 2022-06-12 14:47:18 +00:00
b740ecbf07 added some more string functions 2022-06-12 14:40:46 +00:00
59e36d1a18 added some more string functions 2022-06-12 14:26:27 +00:00
12482d8a34 added hio_byte_to_ucstr(), hio_copy_ucstr_to_uchars(), hio_copy_bcstr_to_bchars() 2022-06-11 07:01:21 +00:00
0680e69746 fixed typos in the license text 2022-06-11 05:32:29 +00:00
e4a4d81b09 fixed typos in the license text 2022-06-11 05:32:01 +00:00
afb9f6ab2f updated the structure packing pragmas 2022-06-10 02:43:57 +00:00
e6116fde2b enhanced the build files with X11 check 2022-02-15 11:37:50 +00:00
10123109b0 implemented a primitive wrapper device for a system handle 2022-02-15 11:14:10 +00:00
5cfc34daaa fixed header includsion in pty.c 2022-02-14 17:08:49 +00:00
b042d4e045 fixed a fault in pty.c 2022-02-14 17:01:44 +00:00
0e08295431 added hio-pty to lib/Makefile.am 2022-02-14 16:59:44 +00:00
d2367b5b26 added hio_dev_pty_killchild()
enhanced other parts of pty with more options and child tracking
2022-02-14 16:57:17 +00:00
ee89bb90c8 some minor fixes 2022-02-14 15:13:38 +00:00
5b2ffd6191 implementing the pty device 2022-02-14 15:08:28 +00:00
95c202d0e7 moved some strings functions to the m4 files 2022-02-14 09:42:09 +00:00
1a089fe8aa fixed %js handling in the formatting funtion 2022-01-24 07:40:04 +00:00
c09bd088c1 limited the utf8 ranges 2022-01-07 02:04:28 +00:00
d90647598b added hio_rotate_oochars 2022-01-04 14:59:52 +00:00
0882d0eda2 added hio_rotate_uchars() and hio_rotate_bchars() 2022-01-04 14:21:14 +00:00
2e9fa561a8 test commit to test remote build trigger 2021-09-13 13:10:48 +00:00
4fba3f7092 test commit to test remote build trigger 2021-09-13 12:56:22 +00:00
e1a96f2f40 indentation fixin lib/rad-msg.c 2021-09-13 10:59:28 +00:00
1bbfee2957 updated utl-str.m4 and utl-str.c.m4 2021-09-12 02:41:33 +00:00
bbfbf53cd8 additional handling of ER_CONNECTION_KILLED in mar.c 2021-09-03 15:35:36 +00:00
0be47defef added HIO_ENOTCON to indicate 'not connected' 2021-09-03 08:21:21 +00:00
c8c8655ff6 defined hio_ipad_bytes_to_oocstr/hio_oochars_to_ipad_bytes/hio_oocstr_to_ipad_bytes 2021-08-18 09:17:58 +00:00
e99289b902 defined hio_bcstrtoskad()/hio_ucstrtoskad() 2021-08-18 06:34:50 +00:00
6767e34768 added the check for struct ip_mreqn 2021-08-17 17:49:09 +00:00
914a0c3905 adding some code to handle multicast 2021-08-17 07:00:22 +00:00
11579e8802 writing hio_dev_sck_joinmcastgroup(). work in progress 2021-08-16 16:02:04 +00:00
d8ae890fa9 migrated the sip tester to the t directory 2021-08-15 12:24:00 +00:00
02dc17bcbb updated Makefile 2021-08-14 15:06:57 +00:00
16937d8ded delisted hio-cfg.h from include_HEADERS in lib/Makefile.am 2021-08-14 13:40:30 +00:00
8a93324836 registered utl-str.m4 in lib/Makefile.am 2021-08-14 12:40:40 +00:00
72d7c8c3bc registered hio-md5.h in lib/Makefile.am 2021-08-14 12:38:44 +00:00
992b8a0fd6 changed int to bool for IS_SPACE in hio-utl.h.m4 2021-08-14 12:36:35 +00:00
137c0d3440 removed a duplicate definition 2021-08-14 06:54:10 +00:00
5c20d20fa0 fixed the template hio_chars_to_int/hio_chars_to_uint definitions 2021-08-14 06:50:08 +00:00