Commit Graph

486 Commits

Author SHA1 Message Date
db2651d811 updated README.md
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-28 19:15:17 +09:00
90a3e4e73b updated README.md
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-28 16:34:00 +09:00
f928ce5ec8 code touch-up for recent c language standard
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-28 13:32:29 +09:00
9271fae745 added a small test case for gc
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-23 00:39:01 +09:00
27bf77b51e added gc::get_pressure()
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-23 00:22:59 +09:00
ebfdb71044 some minor clean-up
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-23 00:06:55 +09:00
9fa26924c7 added hawk_gem_dupucsarr() and hawk_gem_dupbcsarr()
All checks were successful
continuous-integration/drone/push Build is passing
modifed mod-uci.h to be compilable at least - it's full of problems
2024-04-22 23:19:50 +09:00
5b4eac36af updated mod-mysql.c and mod-uci.c for better styling
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-22 21:35:40 +09:00
bea9b75fad fixed a file descriptor leak
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-21 15:24:14 +09:00
a7d3432c11 added the hawk::type() builtin function
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-16 12:33:13 +09:00
0407dd648c raised the version to 0.9.7.
All checks were successful
continuous-integration/drone/push Build is passing
added Hawk::Value::getTypeName().
fixed some build issues
2024-04-16 12:05:50 +09:00
0b9d05e5c3 fixed typos
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-16 11:13:21 +09:00
d83c3635ec hack around my_bool
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is passing
2023-12-27 09:22:59 +09:00
4492889ab4 upated configure.ac to set with_mysql automatically if enable-mod-mysql is set
Some checks failed
continuous-integration/drone/push Build is failing
2023-10-22 22:03:41 +09:00
1fc2c0eb12 renamed AX_CXX_NAMESPACE_STD to AX_CXX_NAMESPACES
Some checks failed
continuous-integration/drone/push Build is failing
2023-10-20 23:59:19 +09:00
d7ce330bb8 updated .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing
2023-10-20 23:54:24 +09:00
744fd38dfd updated .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-10-20 23:52:29 +09:00
a4aa2a36ae updated various build files
Some checks failed
continuous-integration/drone Build is failing
2023-10-20 22:59:09 +09:00
6037c47e3f modified configure.ac to capture configure command and arguments 2023-10-08 14:36:25 +09:00
1623786eef removed t_connect check in configure.ac 2023-09-14 08:54:17 +09:00
7e96e62206 put back conditionals for MYSQL_OPT_RECONNECT 2023-07-31 23:59:43 +09:00
c9950f1670 fixed multiple bugs in mod-mysql.c 2023-07-31 23:41:24 +09:00
5830d8f9ed made match() to accept up to 3 arguments only while keeping str::match() extended with up to 4 arguments 2023-07-17 22:19:46 +09:00
0603e3b1ba put back the hawk_rtx_call and hawk_rtx_exec macros 2023-07-07 08:09:40 +09:00
58f645f96f fixed formatting in README.md 2023-07-04 13:00:01 +09:00
649f728aa6 fixed some anchors in README.md 2023-07-04 12:54:50 +09:00
71cc46292c updated the ffi section in README.md 2023-07-04 12:49:47 +09:00
9fac7cfc98 updated README.md 2023-07-04 12:43:06 +09:00
3f01a77f1e added hawk::hash() 2023-07-03 01:42:14 +09:00
9fb716d5a3 fixed null check bugs in hawk_gem_geterrbinf() and hawk_getm_geterruinf() 2023-07-03 00:39:31 +09:00
6047a2d858 added hawk_bloc_t and hawk_uloc_t.
fixed bugs in hawk_geterrbinf() and hawk-geterruinf()
2023-07-03 00:34:12 +09:00
b6e6e96578 added HAWK_SKAD_TO_OOCSTR_UNIXAT. this changes the behaivor of skad to string conversion.
updated string to skad converter to handle a unix socket starting with a slash
2023-06-29 17:51:14 +09:00
05509d8e96 enhanced sys::openlog() to accept sock:// 2023-06-29 16:39:25 +09:00
b6aed953c1 removed SYSLOG_DEVLOG 2023-06-29 16:33:53 +09:00
139808dda7 added const in hawk_rtx_isnilval() 2023-06-29 00:01:54 +09:00
2b702825ef changed hawk_val_t* to const hawk_val_t* in hawk_rtx_isstaticval(), hawk_rtx_getvaltype(), hawk_rtx_getvaltypename(), hawk_rtx_getintfromval() 2023-06-27 13:18:09 +09:00
0380496460 separated errinf to errbinf and erruinf 2023-06-27 12:19:43 +09:00
0efc4f8344 fixed the case of some header files not installed 2023-01-13 00:48:18 +09:00
a86a79b490 corrected the project link in configure.ac 2022-09-26 20:11:18 +09:00
d8aca13fdb fixed the wrong indentation level of the gitea-realese trigger condition 2022-09-26 19:34:17 +09:00
c4bb8c010a added a rpm release step in .drone.yml 2022-09-26 19:27:08 +09:00
03360b82e5 added tap.inc in the t/Makefile.am 2022-09-26 18:59:21 +09:00
f5a75bb57f changed my_bool to int 2022-09-26 16:26:16 +09:00
d7d79f8d4f added hawk-str.h in the source list 2022-09-26 16:19:42 +09:00
4f5df75a5c removed enc.inc from Makefile.am 2022-09-25 02:19:43 +09:00
1724eb7202 adding .drone.yml 2022-09-25 02:11:36 +09:00
9efdf82b16 fixed some build file flaws 2022-09-25 02:08:01 +09:00
a828f82670 changed AC_CONFIG_HEADER to AC_CONFIG_HEADERS in configure.ac 2022-08-17 13:40:59 +00:00
e76fd8a882 fixed indentation in hawk-prv.h 2022-07-19 02:51:57 +00:00
79d5bbca5d added hawk-glob.h 2022-07-16 15:57:44 +00:00