hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hodu 2025-04-07 06:24:21 +00:00
a1f8d4cf22 minor relocation of a variable
hyung-hwan pushed to main at hyung-hwan/hio 2025-04-04 10:53:51 +00:00
d18fbfc412 added --enable-quadmath in configure.ac
hyung-hwan pushed to main at hyung-hwan/hodu 2025-04-03 03:30:51 +00:00
9c3a4d0c17 changed the unit of lifetimestart to a millisecond
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-31 14:40:58 +00:00
b41df682e1 added function to maintain the list of service addresses
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-29 04:29:31 +00:00
918b887517 renamed server_ctl to ServerCtl and capitalized the first letter of inner fields for exposure
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-28 08:03:33 +00:00
76cba687ed created event firing functions under server and client to replace directy bulleting enqueing
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-27 15:57:12 +00:00
fd28add458 switch to use Atom for connect_ssh_cancel
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-26 14:44:54 +00:00
0cfd241e00 added more client-side endpoints
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-23 16:51:14 +00:00
5dbe9cd34e revised Makefile
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-23 04:23:11 +00:00
494f11836c added another control endpoint /_ctl/server-conns/{conn_id}/peers
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-22 05:02:10 +00:00
41503373d3 added a new endpoint - /_ctl/server-routes
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-21 03:53:43 +00:00
e01a6b347c updated to support multiple notice handlers with a fix on race condition accessing cts.Token on the client side
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-18 15:24:51 +00:00
8cde9f08d4 added /_ctl/server-peers
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-18 14:45:09 +00:00
9865914436 fired CONN_UPDATED from receive_from_stream
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-18 14:38:13 +00:00
5fa6cd466b added the routes parameter to the server-conns endpoint
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-14 13:51:32 +00:00
3714138656 added fields to hold creation time in various structures
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-13 13:59:46 +00:00
f1f74ed48d updated wrong fix on waitgroup in the previous commit as well as a type of a field name of ServerEventConnDeleted
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-13 12:26:05 +00:00
cd32380425 added Atom[T] to have atomic manipulation of composite values
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-13 00:43:33 +00:00
4d3fb7db65 partial authentication in ctl websocket
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-12 03:57:55 +00:00
8105545e98 use s.WrapWebsocketHandler for ssh websockets