| 
						
					 | 
					
						
						
							
						
						493309a4e9
					 | 
					
						
						
							
							switched to use own function for logging
						
						
						
						
						
						
					 | 
					
						2024-11-23 20:13:07 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						37c600d0f6
					 | 
					
						
						
							
							fixed the broken code for enhanced logging mechanism
						
						
						
						
						
						
					 | 
					
						2024-11-23 17:20:53 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						30f997d8e8
					 | 
					
						
						
							
							enhancing logging. code broken
						
						
						
						
						
						
					 | 
					
						2024-11-23 14:49:04 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						afb3ad33af
					 | 
					
						
						
							
							set proper dependency in Makefile
						
						
						
						
						
						
					 | 
					
						2024-11-23 12:41:49 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						dcc0c6afc6
					 | 
					
						
						
							
							updated Makefile to call protoc only if it's needed.
						
						
						
						
						
						
						
						added the generated grpc code to repository 
						
						
					 | 
					
						2024-11-23 12:34:23 +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 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						9d7a843b4c
					 | 
					
						
						
							
							started add log messages
						
						
						
						
						
						
					 | 
					
						2024-11-21 01:11:01 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						e018bc9cab
					 | 
					
						
						
							
							implemented cancellation of the client-peer connection attempt
						
						
						
						
						
						
					 | 
					
						2024-11-20 02:47:58 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						b981748b78
					 | 
					
						
						
							
							added the PEER_ABORTED message
						
						
						
						
						
						
					 | 
					
						2024-11-20 00:48:02 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						de85c4c754
					 | 
					
						
						
							
							upcast net.Conn to *net.TCPConn as soon as client-side peer connection is established
						
						
						
						
						
						
					 | 
					
						2024-11-20 00:35:58 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						188900c1ae
					 | 
					
						
						
							
							added the GetSeed() call and handled more events
						
						
						
						
						
						
					 | 
					
						2024-11-20 00:31:14 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						fa336bfb07
					 | 
					
						
						
							
							filling impleemantion with more code
						
						
						
						
						
						
					 | 
					
						2024-11-18 22:25:59 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						847f71d914
					 | 
					
						
						
							
							more logic implemented
						
						
						
						
						
						
					 | 
					
						2024-11-17 14:57:56 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						4098b47f41
					 | 
					
						
						
							
							restructuring the client-side task handling
						
						
						
						
						
						
					 | 
					
						2024-11-17 00:47:15 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						7333e40d9c
					 | 
					
						
						
							
							used 'flag' to parse command line
						
						
						
						
						
						
					 | 
					
						2024-11-16 00:03:42 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						662f623f4c
					 | 
					
						
						
							
							tryng to structure the client code similar to the server code
						
						
						
						
						
						
					 | 
					
						2024-11-13 23:14:43 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						9c927464b0
					 | 
					
						
						
							
							added signal handler to the client
						
						
						
						
						
						
					 | 
					
						2024-11-13 02:20:25 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						f02536bf24
					 | 
					
						
						
							
							added some experimental code using grpc
						
						
						
						
						
						
					 | 
					
						2024-11-12 22:59:37 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 |