14 Commits

Author SHA1 Message Date
f6ea852e61 added the proxy service for http/https client peer on the server side. work in progress 2024-12-12 21:09:16 +09:00
6fdae92300 simplificed monotonic time functions by using x/sys/unix 2024-12-10 13:15:05 +09:00
2d15f0d2a4 defined PeerId, RouteId, ConnId types and made relevant changes 2024-12-09 22:41:23 +09:00
e2d25cb53b enhanced to be able to specify the service network for server-side peers 2024-12-05 18:24:42 +09:00
cd5bbedc11 renamed AddrStr to TargetAddrStr in RouteDesc 2024-12-05 01:31:59 +09:00
53777f1f60 cleaed up most of the logging lines 2024-12-05 01:26:44 +09:00
d4f00d63f9 cleaned up quite some log messages on the server side 2024-12-03 20:28:04 +09:00
96442bb93a implemented an api call at /client-conns/id/routes/id/peers/id 2024-12-01 17:20:16 +09:00
dcdadbeb20 separating http handler to separate structs
using the pattern supported by http.ServeMux since go 1.22
2024-11-25 19:46:18 +09:00
93f84fbc98 trying make code more robust 2024-11-24 20:39:51 +09: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 2024-11-23 12:30:23 +09:00
b981748b78 added the PEER_ABORTED message 2024-11-20 00:48:02 +09:00
fa336bfb07 filling impleemantion with more code 2024-11-18 22:25:59 +09:00
f02536bf24 added some experimental code using grpc 2024-11-12 22:59:37 +09:00