Commit Graph

55 Commits

Author SHA1 Message Date
771657468c fixed a wrong field name 2022-06-10 01:42:53 +00:00
676496325e added the Sed class and SedStd classes 2022-06-09 05:33:46 +00:00
df9106337c enhancing hawk::call() to support module functions 2022-04-06 15:49:23 +00:00
3361135e97 changed some test cases to use the TAP protocol 2022-04-06 02:21:46 +00:00
3add2cc2d2 added the sed module to hawk.
raised the version to 0.9.6
2022-04-05 14:26:21 +00:00
a604d40e6e importing sed code 2022-03-31 17:14:52 +00:00
1dffea2605 raised the version to 0.9.5 2022-03-23 14:44:29 +00:00
3e8cec7174 regenerated build files 2021-08-18 06:37:53 +00:00
85bab1a11b added various skad/ipad functions 2021-08-18 06:35:48 +00:00
80f9d6bc85 some improvements to the ffi module.
changed hawk::function_exists() to check a module function
2020-12-28 07:10:17 +00:00
7b9f3cd9f5 got rid of unneeded stuffs 2020-12-27 19:28:49 +00:00
e72e9f2c1d added net/route.h to configure.ac 2020-12-20 13:29:11 +00:00
801f11fa8e added sys/sysct.h to configure.ac 2020-12-20 12:59:51 +00:00
2eb3c1a5c1 fixed flaws in configure.ac 2020-12-18 14:59:31 +00:00
749f3d30b6 added the return type check for unsetenv() in configure.ac 2020-12-18 14:43:30 +00:00
49efdd3caf implementing mod-ffi 2020-12-17 10:12:57 +00:00
c44b3160f2 fixed configure.ac 2020-12-03 08:44:32 +00:00
6210a10297 updated configure.ac 2020-12-02 03:09:55 +00:00
2dd6029064 fixed a parser bug when handling the print/printf statement without redirection.
fixed a bug where a single dot was converted to 0 when passed via -v (e.g. -vTDIR=.)
added more test cases
2020-12-01 10:22:17 +00:00
fe600c2ce4 added check for the first parameter to operator new in configure.ac 2020-11-07 01:26:29 +00:00
87e3601818 removed unneeded substitution in configure.ac 2020-08-19 04:56:50 +00:00
9988b1afcd added check for the u and U prefix for string literals 2020-08-19 02:38:07 +00:00
416a39868a regenerated some build files 2020-08-19 02:04:08 +00:00
3cceb80fa0 renamed --enable-unicode to --enable-wide-char 2020-08-16 07:20:01 +00:00
fb948bba12 added --enable-pthread-flags to configure.ac 2020-08-15 18:26:56 +00:00
44101be7ac updated ax_lib_mysql.m4 2020-08-15 15:07:10 +00:00
0c6b7a6ac8 adopted AX_CXX_COMPILE_STDCXX() for auto-detection of a c++11 capable compiler 2020-04-16 06:11:07 +00:00
ddcdd3904e enhanced hawk_makemapvalwithdata() to handle integers of various size
enhanced sys::stat()
2020-03-17 08:12:01 +00:00
140c12f726 updated lib/Makefile.am 2020-02-27 07:49:04 +00:00
a35c729348 updated ax_pthread.m4 to the latest
updated lib/Makeifle.am and samples/Makefile.am
2020-02-26 18:42:31 +00:00
824632d4cb enhanced build files for rpm packaging 2020-01-22 09:46:17 +00:00
8d23aa3ab7 changed configure.ac to accept yes:4w, yes:2w, no:4w, no:2w with enable-unicode 2020-01-09 02:58:29 +00:00
c9854dd02c fixed wrong initialization in utl-skad.c 2020-01-09 02:50:45 +00:00
19c1a9e831 fixed to set path on the sio argument in HawkStd
removed some redefinition of primitive types in Hawk
2020-01-08 03:14:41 +00:00
05c58df30f added a new directory - samples
more code in Hawk and HawkStd
2020-01-07 09:02:56 +00:00
b62142dea7 fixed the bug of having omitted setting an error message when given wrong handle.
more fixes in HawkStd
2020-01-06 08:53:31 +00:00
235500ee8e fixing mod-mysql.c for hawk 2020-01-04 05:21:00 +00:00
01464d1fb1 better error information handling in parse.c 2020-01-03 10:22:23 +00:00
11f898591d fixed a bug in fmt_put_bchars_to_uch_buf()
added getpgid() and getpgrp() check to configure.ac
redefined RC_XXXX in mod-sys.c
changed some functions in mod-sys.c
2020-01-02 15:10:04 +00:00
912c2787ad fixed bugs in query_module()
deleted unused files.
added sys::resetdir().
2020-01-02 08:33:24 +00:00
49e3eec642 consolidated syserr_to_errnum macros to a single hawk_syserr_to_errnum() function 2020-01-01 05:20:28 +00:00
bd61380fa0 added hawk_gem_skadtoucstr() and hawk_gem_skadtobcstr() 2019-12-31 06:46:33 +00:00
33f0f6b245 added hawk_tokenize_bchars() and hawk_tokenize_uchars().
trying to get functions right in gem-nwif2.c
2019-12-29 16:54:12 +00:00
757b7e6c63 adding some network interface functions 2019-12-27 08:21:27 +00:00
b7c7231c1b added lib/gem-nwif.c 2019-12-26 15:00:02 +00:00
4db2d0fc41 fixed wrong defintion of HAWK_UCH_PROP_ALNUM and HAWK_BCH_PROP_ALNUM 2019-12-26 05:57:57 +00:00
40bf6910e5 some work for socket address conversion 2019-12-24 16:26:18 +00:00
c23d902ad0 got mod-sys.c working partially 2019-12-20 14:55:10 +00:00
baae1c4bf6 replaced hawk_pma_t by hawk_tre_mem_t 2019-12-20 03:15:03 +00:00
40d8800dab refactoring 2019-12-18 08:16:34 +00:00