hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hawk 2026-04-25 06:18:02 +00:00
8ad6477b7c added more test cases
hyung-hwan pushed to main at hyung-hwan/hawk 2026-04-25 06:07:27 +00:00
5dd6934191 patches run_reset to reflect the change in named variable access implementation
hyung-hwan pushed to main at hyung-hwan/hawk 2026-04-25 05:52:53 +00:00
59bd31dd56 fixed the skipped error assignment in hawkgo.go.
hyung-hwan pushed to main at hyung-hwan/hawk 2026-04-25 05:12:39 +00:00
fd0da9b046 updated the test harness to support VALGRIND=1
hyung-hwan pushed to main at hyung-hwan/hawk 2026-04-25 04:21:20 +00:00
3232992bbe optimized accesses and manipulation of named variables
06c62443bf removed the disabled code under HAWK_ENABLE_NAMED_LOOKUP_CACHE
e5694bb330 swapped some condition orders in lib/run.c
1780afec23 typo fixes in rbt.c
1638426f9b using switch in eval_expression0 to perform actual routines for common cases. all others cases are handled using function pointer tables
Compare 8 commits »
hyung-hwan pushed to main at hyung-hwan/hodu 2026-04-24 07:59:15 +00:00
ce76d9c3cc config loader modified to load the system cert trust for server cert verification as a client
hyung-hwan pushed to main at hyung-hwan/hodu 2026-04-24 06:59:01 +00:00
a433e2f343 config loader to load the system cert trust
hyung-hwan pushed to main at hyung-hwan/hodu 2026-04-21 02:20:09 +00:00
555b9a3a80 updated the /_ctl/token endpoint to support client-token encipherment
hyung-hwan pushed to main at hyung-hwan/hodu 2026-04-20 07:39:01 +00:00
c4a0342067 updated usage text in utility files
hyung-hwan pushed to main at hyung-hwan/hawk 2026-04-19 19:09:26 +00:00
9bf9563edf added the ecb_stmt_count field to rtx to skip unnecessary ecb chain traversal for ecb->stmt invocation
hyung-hwan pushed to main at hyung-hwan/hawk 2026-04-19 18:26:46 +00:00
33f6266876 folded concatenating string constants
hyung-hwan pushed to main at hyung-hwan/hodu 2026-04-19 14:13:28 +00:00
76c1e2135e fixed the formatting of the 'failed to authenticate' message
hyung-hwan pushed to main at hyung-hwan/hodu 2026-04-17 14:32:06 +00:00
6f8658a0e8 enhanced to preserve the query string part when redirecting
hyung-hwan pushed to main at hyung-hwan/hodu 2026-04-17 14:07:33 +00:00
a9aa55a526 added the cert-required action for http access control
hyung-hwan pushed to main at hyung-hwan/hodu 2026-04-17 13:59:35 +00:00
bab4e6de27 added the cert-required action for http access control
hyung-hwan pushed to main at hyung-hwan/hodu 2026-04-17 12:23:26 +00:00
e832257563 protected session-info endpoints.
hyung-hwan pushed to main at hyung-hwan/hodu 2026-04-17 08:39:37 +00:00
eabc844ef3 fixed a bug of an error message as basic auth realm
hyung-hwan pushed to main at hyung-hwan/hodu 2026-04-17 05:42:24 +00:00
b7031c1630 bundled xterm stuffs into a single file.
5595c3813f added client token protection for rpty.
134ef7feec ported the xinfo passing between http handlers to the client's http server side
0c8fb18a7a added iat and exp to protected client token for rpx
14b5b82881 added the protection for client token in rpx handler
Compare 5 commits »
hyung-hwan pushed to main at hyung-hwan/hawk 2026-04-16 07:25:15 +00:00
48fe906a1a enhanced expression folding
hyung-hwan pushed to main at hyung-hwan/hawk 2026-04-16 06:04:15 +00:00
5efe1d9b6f enhanced ternary expression folding