orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								1f69d1b890 
								
							 
						 
						
							
							
								
								different log levels  
							
							
							
						 
						
							2014-10-28 17:55:58 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								11a0bbc368 
								
							 
						 
						
							
							
								
								different log levels  
							
							
							
						 
						
							2014-10-28 16:36:17 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								fe4de7c8ac 
								
							 
						 
						
							
							
								
								use SignedData class for signing/verification  
							
							
							
						 
						
							2014-10-28 14:17:29 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								7f93c680fd 
								
							 
						 
						
							
							
								
								added missing line  
							
							
							
						 
						
							2014-10-28 11:47:28 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								659edf2590 
								
							 
						 
						
							
							
								
								common code  for signing and verifing exchanged data  
							
							
							
						 
						
							2014-10-28 11:34:50 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								b89daaa58b 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/orignal/i2pd  
							
							
							
						 
						
							2014-10-27 20:38:17 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								7900e9b126 
								
							 
						 
						
							
							
								
								accept v6 only for v6 acceptor  
							
							
							
						 
						
							2014-10-27 20:36:03 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Meeh 
								
							 
						 
						
							
							
							
							
								
							
							
								af0bdc2a5e 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github-meeh420:PrivacySolutions/i2pd  
							
							... 
							
							
							
							Note; we use _MSC_VER instead of _WIN32 for MSVC spesific code.
* 'master' of github-meeh420:PrivacySolutions/i2pd: (35 commits)
  handle incoming datagramms
  send datagram through destination's thread
  incoming ipv6 connections
  support ipv6 for outgoing NTCP connections
  some cleanup
  Update Daemon.cpp
  Add Upstart job to debian packaging
  Implement reload in init script
  Rename init.d to i2pd.init
  Decouple logging and daemonization
  verify signature through remore identity
  moved remote RI and identity to TransportSession
  set unreachable trough NetDb
  moved AddressBook to ClientContext
  initialize router identity
  don't specify RI for inbound NTCP connections
  use remote router indentity
  take identity of local RI from private keys
  send datagram from SAM
  fixed windows build
  ...
Conflicts:
	SAM.cpp 
							
						 
						
							2014-10-27 22:56:31 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Meeh 
								
							 
						 
						
							
							
							
							
								
							
							
								88fb8a217d 
								
							 
						 
						
							
							
								
								Fix for build error in msvc12  
							
							
							
						 
						
							2014-10-27 22:53:01 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								2dfd351e7a 
								
							 
						 
						
							
							
								
								handle incoming datagramms  
							
							
							
						 
						
							2014-10-27 16:30:56 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								35d4692f5f 
								
							 
						 
						
							
							
								
								send datagram through destination's thread  
							
							
							
						 
						
							2014-10-27 16:01:22 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								f2434d66fc 
								
							 
						 
						
							
							
								
								incoming ipv6 connections  
							
							
							
						 
						
							2014-10-27 15:08:50 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								7fb7341502 
								
							 
						 
						
							
							
								
								support ipv6 for outgoing NTCP connections  
							
							
							
						 
						
							2014-10-26 21:32:06 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								1408422da9 
								
							 
						 
						
							
							
								
								some cleanup  
							
							
							
						 
						
							2014-10-25 22:23:28 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								a20cc97fa3 
								
							 
						 
						
							
							
								
								Update Daemon.cpp  
							
							... 
							
							
							
							rollback 
							
						 
						
							2014-10-25 22:11:31 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								51b2b5676c 
								
							 
						 
						
							
							
								
								Merge pull request  #105  from CameronNemo/daemon  
							
							... 
							
							
							
							Various init script and daemonization fixups 
							
						 
						
							2014-10-25 22:10:06 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cameron Norman 
								
							 
						 
						
							
							
							
							
								
							
							
								e768e33ddd 
								
							 
						 
						
							
							
								
								Add Upstart job to debian packaging  
							
							
							
						 
						
							2014-10-25 18:42:35 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cameron Norman 
								
							 
						 
						
							
							
							
							
								
							
							
								ced4149679 
								
							 
						 
						
							
							
								
								Implement reload in init script  
							
							
							
						 
						
							2014-10-25 18:41:04 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cameron Norman 
								
							 
						 
						
							
							
							
							
								
							
							
								61932ff49f 
								
							 
						 
						
							
							
								
								Rename init.d to i2pd.init  
							
							
							
						 
						
							2014-10-25 18:40:11 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cameron Norman 
								
							 
						 
						
							
							
							
							
								
							
							
								65c13f1758 
								
							 
						 
						
							
							
								
								Decouple logging and daemonization  
							
							
							
						 
						
							2014-10-25 18:25:03 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								2308f854b1 
								
							 
						 
						
							
							
								
								verify signature through remore identity  
							
							
							
						 
						
							2014-10-24 21:51:55 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								6281fa625a 
								
							 
						 
						
							
							
								
								moved remote RI and identity to TransportSession  
							
							
							
						 
						
							2014-10-24 15:50:48 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								c9abb62988 
								
							 
						 
						
							
							
								
								set unreachable trough NetDb  
							
							
							
						 
						
							2014-10-24 15:39:53 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								af997473b2 
								
							 
						 
						
							
							
								
								moved AddressBook to ClientContext  
							
							
							
						 
						
							2014-10-24 15:22:36 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								a96d70a94c 
								
							 
						 
						
							
							
								
								initialize router identity  
							
							
							
						 
						
							2014-10-24 14:24:48 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								8d75d51803 
								
							 
						 
						
							
							
								
								don't specify RI for inbound NTCP connections  
							
							
							
						 
						
							2014-10-24 13:36:55 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								f81a122223 
								
							 
						 
						
							
							
								
								use remote router indentity  
							
							
							
						 
						
							2014-10-24 13:04:14 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								39bdfa8791 
								
							 
						 
						
							
							
								
								take identity of local RI from private keys  
							
							
							
						 
						
							2014-10-24 11:25:07 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								47fb6f6e04 
								
							 
						 
						
							
							
								
								send datagram from SAM  
							
							
							
						 
						
							2014-10-23 21:14:17 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								336fa8eed7 
								
							 
						 
						
							
							
								
								fixed windows build  
							
							
							
						 
						
							2014-10-23 19:04:46 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								61d36ea8c3 
								
							 
						 
						
							
							
								
								send datagram  
							
							
							
						 
						
							2014-10-23 16:56:50 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								65719ae645 
								
							 
						 
						
							
							
								
								send destination port for streaming  
							
							
							
						 
						
							2014-10-22 21:36:11 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								4ae8c3c62c 
								
							 
						 
						
							
							
								
								create datagram destination through SAM  
							
							
							
						 
						
							2014-10-22 16:42:26 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								78d8d34e3b 
								
							 
						 
						
							
							
								
								Datagram added  
							
							
							
						 
						
							2014-10-22 15:30:25 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								3da35c592f 
								
							 
						 
						
							
							
								
								moved Data payload processing to StreamingDestination  
							
							
							
						 
						
							2014-10-22 15:01:30 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								b11877d002 
								
							 
						 
						
							
							
								
								create streams through ClientDestination  
							
							
							
						 
						
							2014-10-22 14:01:23 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								4d97b0e206 
								
							 
						 
						
							
							
								
								moved StreamingDestination inside ClientDestination  
							
							
							
						 
						
							2014-10-22 11:46:54 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								ab843b6552 
								
							 
						 
						
							
							
								
								cleaned up from duplicated methods  
							
							
							
						 
						
							2014-10-21 15:44:28 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								e96ffd4189 
								
							 
						 
						
							
							
								
								don't block HTTP server/proxy for 10 seconds anymore  
							
							
							
						 
						
							2014-10-21 14:28:56 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								7b768ccb26 
								
							 
						 
						
							
							
								
								moved transports to 'transport' namespace  
							
							
							
						 
						
							2014-10-21 12:25:53 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								165af090b6 
								
							 
						 
						
							
							
								
								Update README.md  
							
							
							
						 
						
							2014-10-21 07:44:48 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								898c81b5d6 
								
							 
						 
						
							
							
								
								better packaging  
							
							
							
						 
						
							2014-10-20 21:39:32 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								43a989872d 
								
							 
						 
						
							
							
								
								fixed typo  
							
							
							
						 
						
							2014-10-20 16:57:18 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								c4dda06cde 
								
							 
						 
						
							
							
								
								TransportSession added  
							
							
							
						 
						
							2014-10-20 16:09:59 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								a8871d9f98 
								
							 
						 
						
							
							
								
								moved DHKeysPair to Transport  
							
							
							
						 
						
							2014-10-20 15:19:56 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								8e8eb3b588 
								
							 
						 
						
							
							
								
								Merge pull request  #102  from herrniemand/patch-1  
							
							... 
							
							
							
							Update BUILD_NOTES.md 
							
						 
						
							2014-10-20 07:45:40 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ackermann Yuriy 
								
							 
						 
						
							
							
							
							
								
							
							
								e7031e02e7 
								
							 
						 
						
							
							
								
								Update BUILD_NOTES.md  
							
							
							
						 
						
							2014-10-20 20:52:45 +13:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								9b3ac19b58 
								
							 
						 
						
							
							
								
								show queue size  
							
							
							
						 
						
							2014-10-18 15:50:34 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								fcd3680547 
								
							 
						 
						
							
							
								
								delete expired incoming tags  
							
							
							
						 
						
							2014-10-17 22:15:42 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									orignal 
								
							 
						 
						
							
							
							
							
								
							
							
								00d9ef806b 
								
							 
						 
						
							
							
								
								fixed typo  
							
							
							
						 
						
							2014-10-17 11:48:07 -04:00