Roger Dingledine
							
						 | 
						
							
							
								e87c6a03ab
							
							remove some completed items
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								b72323fab8
							
							start to clean up and add to and rearrange the todo
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								014c6bfe00
							
							We were refusing to start if you define SocksListenAddress
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								5ef2927870
							
							correct nick's comment
						 | 
						20 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								f14743a975
							
							Note that much of check_dh_key is voodoo; make x in DH be only 320 bits for DH speed improvement: this wants auditing. [We have blessing from Ian on this.]  (Note that DH in SSL is not yet affected.)
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								a3c53e0af9
							
							speed up the lookup-by-circid-orconn now that it seems that
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								862a997495
							
							when we were cannibalizing a circuit with a particular exit
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								4d1c6bbfc4
							
							fix function comment
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								b7e1a87304
							
							router twins are long gone from tor. take them out of the spec.
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								c136bbe505
							
							stop discouraging the old *BindAddress config options. we will
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								e6fd88c698
							
							simplify a log entry
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								c074f528c1
							
							fix a harmless warn and mark two points where we should
						 | 
						20 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								b76f61ee66
							
							If we stop knowing about a dirserver between request and answer, do not die.
						 | 
						20 years ago | 
					
				
					
						
							
								   Peter Palfrader
							
						 | 
						
							
							
								43c253958e
							
							Tor26's IP has changed to 86.59.21.38
						 | 
						20 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								75d85c8214
							
							On directory servers, old_routers was wasting hundreds of bytes per superseded router descriptor.  Roll the signed descriptor info and identifying info into a cache_info struct, and use only that for old_routers.
						 | 
						20 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								757def59b6
							
							Fix bugs in routerlist_remove_old_cached_routers_with_id()
						 | 
						20 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								a913cb3536
							
							prevent duplicat mark-for-close
						 | 
						20 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								9e82f0cdb7
							
							enable code to remove members of old_routers when it gets big.
						 | 
						20 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								80758473f8
							
							fix a signed/unsigned warning
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								1b009f345b
							
							first cut at a changelog for 0.1.1.9-alpha
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								74808ab7c2
							
							another impossible problem we should solve.
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								38d3082b89
							
							fix typo
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								87e8e7b4fa
							
							using an unsigned int for something that requires at least 3 bytes
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								40ecaf4857
							
							answer nick's XXX, and muck with some log domain choices
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								c68cadc0c8
							
							tor_assert had a misleading comment
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								6dafca62f0
							
							remove redundant checking for . and .. now that
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								1991f6cf48
							
							more doc cleanups and reorganizing
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								a2a4f4ae61
							
							cleanups and a smidgen more docs
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								0fcc1a9121
							
							be on the safer side about following the openssl license. i'm not sure
						 | 
						20 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								44b3f3060a
							
							make circ->onionskin a pointer, not a static array. moria2 was using
						 | 
						20 years ago |