Roger Dingledine
							
						 | 
						
							
							
								56a718f538
							
							include control-spec.txt in the tarball
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								5864f4ac01
							
							fix a seg fault when fetching rendezvous descs
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								a3788d5c9d
							
							Fix argument to strncpy.
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								a8f9ba91db
							
							Nobody was using the return values from smartlist_(set|del|del_keeporder), so remove them.
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								238a895e69
							
							Add a FAST_SMARTLIST define to optionally inline smartlist_get and smartlist_len, which are two major profiling offenders.
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								c466b7e72f
							
							Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here was a bad idea.
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								eabcf6618e
							
							Write most of the implementation for SAVECONF.
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								5109de5626
							
							Rename exit_policy to addr_policy, since it gets used for SOCKS and directory connections too.  Make all policies get validated in options_validate, and make SOCKS/directory policies get set in options_act.
						 | 
						21 years ago | 
					
				
					
						
							
								   Peter Palfrader
							
						 | 
						
							
							
								ad8e779db2
							
							Tweak it some more
						 | 
						21 years ago | 
					
				
					
						
							
								   Peter Palfrader
							
						 | 
						
							
							
								ecf21bda3f
							
							Change init startup script to properly deal with tor printing stuff on startup.
						 | 
						21 years ago | 
					
				
					
						
							
								   Peter Palfrader
							
						 | 
						
							
							
								26652ef72c
							
							Guess this is 0.0.8+0.0.9pre5-2
						 | 
						21 years ago | 
					
				
					
						
							
								   Peter Palfrader
							
						 | 
						
							
							
								3bd77da001
							
							Remove /usr/bin/tor-control.py from the binary package
						 | 
						21 years ago | 
					
				
					
						
							
								   Peter Palfrader
							
						 | 
						
							
							
								ead200164a
							
							Do not patch the default torrc to include settings we really want.  Instead modify the compiled in default options.
						 | 
						21 years ago | 
					
				
					
						
							
								   Peter Palfrader
							
						 | 
						
							
							
								a1e7ad4855
							
							Fix two comments in torrc.sample.in directly in the upstream source
						 | 
						21 years ago | 
					
				
					
						
							
								   Peter Palfrader
							
						 | 
						
							
							
								abd90020a4
							
							Point to /var/log/tor (the directory) instead of a single file (/var/log/tor/log) in the debian patch of the manpage.
						 | 
						21 years ago | 
					
				
					
						
							
								   Peter Palfrader
							
						 | 
						
							
							
								b7131c2260
							
							Make logs readable by the system administrators (group adm)
						 | 
						21 years ago | 
					
				
					
						
							
								   Peter Palfrader
							
						 | 
						
							
							
								2e0db9b0f9
							
							Symlink tor(8) manpage to torrc(5)
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								60880cda84
							
							Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarification on some.  Turn all XXXX008 ("showstopper for 0.0.8 release") items into XXXX009 or XXXX, since plainly they were not showstoppers for 0.0.8.  Add/clean some docs.
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								2a5bcb29e6
							
							Resolve FIXME: Possible solution to note_disconnect problem; needs thought and review.
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								5d92fbe30e
							
							Use autoconf to enable largefile support where necessary. Use ftello where available, since ftell can fail at 2GB.
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								0faab62cd9
							
							Resolve FIXMES: sometimes an error code is just an error code
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								90e0ad517e
							
							dfc caught a SIGXFSZ error when his debugfile reached 2GB.
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								c106ab8315
							
							clean torrc sample
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								21782df73e
							
							mention that Address doesn't need to be set
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								a24bd3c024
							
							move datadirectory to the 'general' section,
						 | 
						21 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								fde595feb7
							
							when clients do --list-fingerprint, it's misleading to
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								6252cba522
							
							apply patch from Andre Eisenbach: include event code with events, as required by control-spec.txt
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								e69d9647ed
							
							Remove XXXX009 comment telling us to do the last (circID-related) fix
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								954570486f
							
							Resolve a FIXME: use identity comparison, not nickname comparison, to
						 | 
						21 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								35d0d3c050
							
							Note a pre6 item
						 | 
						21 years ago |