hyung-hwan
  • Joined on 2022-12-21
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
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-23 08:21:05 +00:00
37c600d0f6 fixed the broken code for enhanced logging mechanism
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-23 05:49:18 +00:00
30f997d8e8 enhancing logging. code broken
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-23 03:41:57 +00:00
afb3ad33af set proper dependency in Makefile
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-23 03:34:32 +00:00
dcc0c6afc6 updated Makefile to call protoc only if it's needed.
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-23 03:30:41 +00:00
a78a0a4fc4 reorganized the source to place the resuable code under the hodu package and keep the command entry point in the main package under the cmd directory
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-20 16:11:11 +00:00
9d7a843b4c started add log messages
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-19 17:48:10 +00:00
e018bc9cab implemented cancellation of the client-peer connection attempt
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-19 15:48:20 +00:00
b981748b78 added the PEER_ABORTED message
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-19 15:36:06 +00:00
de85c4c754 upcast net.Conn to *net.TCPConn as soon as client-side peer connection is established
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-19 15:31:25 +00:00
188900c1ae added the GetSeed() call and handled more events
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-18 13:26:10 +00:00
fa336bfb07 filling impleemantion with more code
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-17 05:58:07 +00:00
847f71d914 more logic implemented
hyung-hwan pushed to main at hyung-hwan/hodu 2024-11-16 15:47:25 +00:00
4098b47f41 restructuring the client-side task handling