hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hawk 2026-01-12 08:37:00 +00:00
40b81f4887 corrected issues with has_builtin
hyung-hwan pushed to main at hyung-hwan/hawk 2026-01-12 05:31:40 +00:00
ac38da4384 fixed source code flaws and static build flaws with sqlite
hyung-hwan pushed to main at hyung-hwan/hawk 2026-01-12 05:20:04 +00:00
9e2248266c touched up signal handling code
4f2c148b3b touched up the signal handling code a bit
957bcf2b4e fixed a bug in hawk_rtx_killecb()/hawk_killecb()/hawk_sed_killecb()
Compare 3 commits »
hyung-hwan pushed to main at hyung-hwan/hak 2026-01-08 16:22:33 +00:00
a9dce6240f some code for contex-to-stack mapping
hyung-hwan pushed to main at hyung-hwan/hak 2026-01-07 06:46:24 +00:00
c46e079f82 operator change from ~= to !=
hyung-hwan pushed to main at hyung-hwan/hawk 2026-01-06 07:44:50 +00:00
b1179aca17 added %v to printf/sprintf
hyung-hwan pushed to main at hyung-hwan/hawk 2026-01-01 05:42:14 +00:00
a8cd66fbd8 partial implementation of %v for printf.
hyung-hwan pushed to main at hyung-hwan/hak 2025-12-31 16:33:14 +00:00
37abea684c fixed build files
hyung-hwan pushed to main at hyung-hwan/hawk 2025-12-29 16:02:49 +00:00
f712a49a8c added a test case for getline and getbline
hyung-hwan pushed to main at hyung-hwan/hawk 2025-12-26 11:11:15 +00:00
c76f12f6f6 updated README.md
hyung-hwan pushed to main at hyung-hwan/hawk 2025-12-26 10:54:29 +00:00
46f01ff267 fixed a double-free issue in eval_getbline()
hyung-hwan pushed to main at hyung-hwan/hodu 2025-12-25 12:56:32 +00:00
576b303149 added ping and seed configuration fields to json_in_clinet_conn struct
hyung-hwan pushed to main at hyung-hwan/hodu 2025-12-25 07:31:13 +00:00
0d2dec4278 added the keepalive support from the client side
hyung-hwan pushed to main at hyung-hwan/hodu 2025-12-25 07:21:30 +00:00
ab9a572e96 added min-rpc-ping-interval under app to the server configuration
hyung-hwan pushed to main at hyung-hwan/hawk 2025-12-25 04:18:26 +00:00
f9e5fe0027 added mysql::column_count() and mysql::column_name()
hyung-hwan pushed to main at hyung-hwan/hawk 2025-12-25 02:42:48 +00:00
262ec3421f added sqlite::column_name() and enhanced sqlite::escape_string() to differentiate mbs and str
hyung-hwan pushed to main at hyung-hwan/hawk 2025-12-24 19:14:57 +00:00
64250aa80c added the sqlite module
hyung-hwan pushed to main at hyung-hwan/hawk 2025-12-24 06:07:05 +00:00
5043c16532 added str::frombase64() and str::tobase64()
hyung-hwan pushed to main at hyung-hwan/hodu 2025-12-24 05:04:20 +00:00
6912d7ede7 added --pty-shell to server
hyung-hwan pushed to main at hyung-hwan/hodu 2025-12-24 04:49:05 +00:00
100abf9a09 simplified some argument handlings