Nick Mathewson
							
						 | 
						
							
							
								0d20fee2fb
							
							Add more asserts to dns-pending connections; fix a couple seeming bugs.
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								94782444f8
							
							Check recommended-software string *early*, before actually parsing the directory.
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								74f611581e
							
							play with the todo some more
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								4181d18b3d
							
							declare the epipe bug a non-bug.
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								1ef411fefd
							
							use sys/param.h if it's there
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								f5e0900902
							
							search for sys/param.h too
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								8ca162c472
							
							put a comment reminding us that we do hashes in software only
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								834ffa358f
							
							bugfix: if the wedged dir conn has no bytes to flush, then we never
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								987c90cced
							
							interim changelog notes for 0.0.7pre1
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								8064807896
							
							dirservers try to reconnect periodically too, in case connections have failed
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								1841aa456b
							
							rik's patch to not complain about freebsd's bug
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								5f36b11fe0
							
							rik's patch to only include kerberos/include on red hat
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								9b4e8486ce
							
							Keep temporary log in place while configuring logs
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								994c9cbd7e
							
							commit two fixes from Thomas Themel
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								f875db1821
							
							it looks like parse_log_level() was never taught about WARN?
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								c278ff3bc2
							
							minor comment patch
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								f51061439b
							
							when the dns resolve is cancelled, or fails, be sure to remove
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								3532ba8177
							
							a few instructions for hidden services
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								a8417dfac8
							
							fix a double mark-for-close
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								ccb825128e
							
							Tinker with log behavior: never send error messages about logs into the bitbucket
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								1c21a02b90
							
							router_choose_random_node() was ignoring its routerlist argument.
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								66dd21b7a4
							
							some more patching
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								034110e761
							
							bugfix: if no loglevel or logfile is specified, then we need to open
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								faf2fdb1e0
							
							don't ever expire dirserver routerinfos!
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								30a07b2ecd
							
							non-dirservers expire routerinfo's that are more than a day old
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								b6faca2268
							
							enable checking the socks policy
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								80365b9897
							
							Allow multiple exit policy lines; mostly add support for AP policies
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								80be19d9da
							
							Tighten assert_cpath_layer_ok assumptions
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								b37450ce55
							
							do all the heavy lifting in connection_about_to_close_connection,
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								b8f535a2d8
							
							tor_assert, not assert. stdout, not stderr
						 | 
						21 years ago |