hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-02 00:46:24 +00:00
eef1941dea added ReqStopAllServerConns() to the Server type
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-01 17:20:06 +00:00
c901f88023 some incremetal changes
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-01 12:47:26 +00:00
8346011d27 adding some server-side control handlers
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-01 10:11:35 +00:00
18b3028a46 implemented client peer deletion
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-01 08:45:49 +00:00
4d927b9a7f specified CGO_ENABLED=0 in Makefile
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-01 08:20:33 +00:00
96442bb93a implemented an api call at /client-conns/id/routes/id/peers/id
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-30 11:24:41 +00:00
74fb40d44f guarded ext_svs with ext_mtx in client.go and server.go
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-30 11:06:49 +00:00
b792997184 writing clent-side api code for /servers/id/routes/id/peers
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-30 09:59:24 +00:00
2b29d05a4a minor touch up
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-30 06:37:55 +00:00
049937a53b a few lines of comment text
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-30 04:24:43 +00:00
224238cb89 fixed ridiculous flaw
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-29 18:08:28 +00:00
bee458a47d addimg more client side manpulation code
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-29 17:54:01 +00:00
f6de948a5a changed to store the target server address string as given by the caller and not resolve the string
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-29 15:20:02 +00:00
4625ed3328 renames some api endpoints: e.g. /servers to /client-conns, /servers/xxx/peers to /client-conns/xxx/routes
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-27 16:29:37 +00:00
9667a9b2e2 implemented POST to servers/X/peers
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-26 00:41:31 +00:00
fdae537c84 implementing more client ctl commands
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-25 13:55:16 +00:00
f62e77400a filling code for client-side control channel
dcdadbeb20 separating http handler to separate structs
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-24 13:33:29 +00:00
903e4cf6d3 updating for robustness
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-24 11:40:03 +00:00
93f84fbc98 trying make code more robust
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-23 11:13:16 +00:00
493309a4e9 switched to use own function for logging