Roger Dingledine
							
						 | 
						
							
							
								e778028133
							
							mark top of faq as obsolete, and point to real faq url
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								228be099d0
							
							update the 'how to configure a server' section.
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								464338b250
							
							when hibernating, don't advertise any ports
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								a0a80ce2db
							
							reflect the tor-ops decision process more clearly
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								99ef8c1ddb
							
							make a changelog for 0.0.9
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								bae0b02fa5
							
							clean up ExitPolicy documentation
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								1477bf18e7
							
							fix header text of torrc.sample
						 | 
						21 years ago | 
					
				
					
						
							
								   Peter Palfrader
							
						 | 
						
							
							
								90e91a4a42
							
							And 0.0.9rc7
						 | 
						21 years ago | 
					
				
					
						
							
								   Peter Palfrader
							
						 | 
						
							
							
								82ed4acd3a
							
							Commit changelog and rules for my almost 0.0.9rc6
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								470cdea7f8
							
							make the 64 bit args print correctly on 64 bit archs
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								fd4c624677
							
							Belt *or* suspenders will be sufficient when casting things to unsigned char.
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								524a8bdc70
							
							bump to 0.0.9rc7
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								fe6eb34a10
							
							Solaris CC freaks out if isspace and friends get anything other than an int.  We learned that, so we casted.  But it is also a bad idea to cast a signed char to an int and expect things to work on win32.  Now we cast to unsigned char, then to int, then pass to isspace. Ug
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								d7dbfd3644
							
							a preliminary changelog for rc7
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								fc8a2596e1
							
							Log contents of bw_accounting when we read it; fix memory leak.
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								ca95ed74ac
							
							resolve tequila's crash bug: you can't free something
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								ad4f440e10
							
							rearrange debug logs to make more sense
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								33cf6f2f61
							
							clean two more minor memory leaks
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								06ce31b948
							
							Only set a cookie when we intend to.
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								e93077c82a
							
							fix a minor leak for people offering hidden services
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								29a8e80326
							
							log bytes written with kill -USR1 too
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								012255fe60
							
							fix the other half of the pipe race
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								bd5524bfc7
							
							fix comment
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								538c3b0c26
							
							avoid a sigpipe from a race: if we get the end right after
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								802d374a99
							
							I'm a bad person.
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								a2d80ec767
							
							were we on crack??
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								41b809d2aa
							
							salvage another 300 bytes per hup
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								d9f86e2782
							
							and bust another memory leak
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								5d961c2c06
							
							plug another memory leak
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								a6aa5eebd6
							
							Fix some memory leaks and unlikely segfaults
						 | 
						21 years ago |