hyung-hwan
  • Joined on 2022-12-21
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
hyung-hwan pushed to main at hyung-hwan/hodu 2025-12-24 04:22:46 +00:00
343724753d added --client-token
hyung-hwan pushed to main at hyung-hwan/hawk 2025-12-23 17:45:44 +00:00
1475451523 added str::tohex() and str::fromhex()
hyung-hwan pushed to main at hyung-hwan/hawk 2025-12-21 17:05:19 +00:00
33ba979512 added sys::dirname() and sys::basename()
hyung-hwan pushed to main at hyung-hwan/hodu 2025-12-19 04:26:09 +00:00
d705479ec8 fixed wrong log message format specifiers
hyung-hwan pushed to main at hyung-hwan/hodu 2025-12-17 13:53:03 +00:00
80ebd23858 changed xtermjs to use the unicode 11 rules
hyung-hwan pushed to main at hyung-hwan/hodu 2025-12-17 08:07:30 +00:00
2ea3f52fd1 fixed the blind conversion of a byte array to a string when the array may not contain a valid and complete utf8 sequence. it should have been treated as a binary blob. conversion is now using base64 encoding
hyung-hwan pushed to main at hyung-hwan/hawk 2025-12-16 14:45:36 +00:00
488839f761 added SetFuncRetWithInt/Flt/Str(), SetMapFieldWithInt/Flt/Str(), SetArrFieldWithInt/Flt/Str()
hyung-hwan pushed to main at hyung-hwan/hawk 2025-12-16 08:58:15 +00:00
ca1cf488e4 added the static_mods table for adding externally added static modules
hyung-hwan pushed to main at hyung-hwan/hawk 2025-12-13 13:11:13 +00:00
d3b90da1e7 added a new pragma pedantic to make syntax check stricter - for now. it flags about unused local and global variables