Nick Mathewson
							
						 | 
						
							
							
								2d4950c837
							
							Malloc and friends are critical-path: Thus, add an it-wont-happen branch prediction for NULL returns, and skip the malloc(0) check on platforms where malloc(0) returns a pointer.
						 | 
						19 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								c063c7b8cb
							
							r8757@Kushana:  nickm | 2006-09-07 13:07:46 -0400
						 | 
						19 years ago | 
					
				
					
						
							
								   Mike Chiussi
							
						 | 
						
							
							
								91d7ad660f
							
							- fixed up typos in eventdns.c
						 | 
						19 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								dffa692d05
							
							r8723@Kushana:  nickm | 2006-09-06 04:24:54 -0400
						 | 
						19 years ago | 
					
				
					
						
							
								   Mike Chiussi
							
						 | 
						
							
							
								6ec9c1092a
							
							- made configure check if we are building for win32
						 | 
						19 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								39f0feb887
							
							r8709@Kushana:  nickm | 2006-09-02 20:59:54 -0400
						 | 
						19 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								7cd08b2cca
							
							r8704@Kushana:  nickm | 2006-09-02 01:32:34 -0400
						 | 
						19 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								c38cc0eb4a
							
							r8606@Kushana:  nickm | 2006-08-27 14:04:19 -0400
						 | 
						19 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								30b8017005
							
							bump trunk to 0.1.2.1-alpha-dev
						 | 
						19 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								e744117d4d
							
							turn eventdns off by default until we can get some more useful
						 | 
						19 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								389b7999c6
							
							bump to 0.1.2.1-alpha
						 | 
						19 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								3ba39a768a
							
							r8556@Kushana:  nickm | 2006-08-22 01:22:46 -0400
						 | 
						19 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								09a895e222
							
							r7324@Kushana:  nickm | 2006-08-10 23:23:15 -0700
						 | 
						19 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								b07525d316
							
							r7323@Kushana:  nickm | 2006-08-10 22:04:57 -0700
						 | 
						19 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								0a7d5b8371
							
							r7315@Kushana:  nickm | 2006-08-10 02:30:13 -0700
						 | 
						19 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								c6c4f64835
							
							r7313@Kushana:  nickm | 2006-08-10 02:13:35 -0700
						 | 
						19 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								d893d8c52e
							
							r7300@Kushana:  nickm | 2006-08-10 01:36:40 -0700
						 | 
						19 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								5cff4164a0
							
							r7299@Kushana:  nickm | 2006-08-10 01:08:58 -0700
						 | 
						19 years ago | 
					
				
					
						
							
								   Andrew Lewman
							
						 | 
						
							
							
								7498d31b09
							
							Remove the last vestiges of launchd plist.
						 | 
						19 years ago | 
					
				
					
						
							
								   Andrew Lewman
							
						 | 
						
							
							
								47bf7abc1a
							
							Added net.freehaven.tor.plist to AC_OUTPUT
						 | 
						19 years ago | 
					
				
					
						
							
								   Peter Palfrader
							
						 | 
						
							
							
								4baeeae614
							
							Fix configure.in to not produce broken configure files with more recent
						 | 
						19 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								53d63e25a5
							
							start checking for limits.h too. we should resume compiling
						 | 
						19 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								b7ca697faf
							
							More eventdns.c patches: use HAVE_ALLOCA_H; print IP addrs as dotted quads.
						 | 
						19 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								853e2d99b6
							
							Add a new warning to our "warn a lot" list: unused parameters.  This means we have to explicitly "use" unuseds, but it can catch bugs.  (It caught two coding mistakes so far.)
						 | 
						19 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								7cb3232ade
							
							Add  async dns code from Adam Langley, tweaked to build on OSX.  Long-term, we may want to switch to libevnet/c-ares, if they ever handle 10k fd situations properly. This one still needs work too, but at least it is small. This code is disabled by default, and not integrated with dns.c.
						 | 
						19 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								64d487a2d6
							
							Add a basic mmap function, with a "fake-it" wrapper to do read_file_from_str instead.  Based on code from Michael Mohr.
						 | 
						19 years ago | 
					
				
					
						
							
								   Roger Dingledine
							
						 | 
						
							
							
								9f005ae66b
							
							build the Makefile in contrib/suse/ too
						 | 
						19 years ago | 
					
				
					
						
							
								   Andrew Lewman
							
						 | 
						
							
							
								0cdba91de5
							
							Let AC_OUTPUT know about contrib/suse/tor.sh and we only need tor.sh
						 | 
						19 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								c1054ffe92
							
							Patch from Michael Mohr to fix cross-compilation. Backport candidate.  Tweaked to use sensible defaults for NULL_REP_IS_ZERO_BYTES and TIME_T_IS_SIGNED.
						 | 
						19 years ago | 
					
				
					
						
							
								   Nick Mathewson
							
						 | 
						
							
							
								89a8411ace
							
							Throw out this UNALIGNED_INT_ACCESS_OK nonsense.  Even where it works, it is often way way slower than doing the right thing. Backport candidate.
						 | 
						19 years ago |