Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							78bc90cd07 
							
						 
					 
					
						
						
							
							Lowered the number of insertions before the ternary tree is rebuilt.  
						
						
						
					 
					
						2001-09-08 18:56:30 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							4923dd22a7 
							
						 
					 
					
						
						
							
							Added the debugging_(malloc|calloc|free) functions to help track memory  
						
						... 
						
						
						
						usage. There are also now defines for safe(malloc|calloc|free) which allow
for debugging code to be enabled or not. 
						
					 
					
						2001-09-08 18:55:58 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							b8a694e7a3 
							
						 
					 
					
						
						
							
							Fixed a memory leak in thread_main().  
						
						
						
					 
					
						2001-09-08 06:29:04 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							28d955a3c8 
							
						 
					 
					
						
						
							
							Explictly added the DETACHED creation method on threads.  
						
						
						
					 
					
						2001-09-07 18:19:39 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							2b781f537c 
							
						 
					 
					
						
						
							
							Updates.  
						
						
						
					 
					
						2001-09-07 04:21:53 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							1a9dc4e7e8 
							
						 
					 
					
						
						
							
							Error message cleanup.  
						
						
						
					 
					
						2001-09-07 04:21:07 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							f5b9bdb93d 
							
						 
					 
					
						
						
							
							Fixed up return types.  
						
						
						
					 
					
						2001-09-07 04:20:04 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							ea1309bf73 
							
						 
					 
					
						
						
							
							Error message cleanup.  
						
						... 
						
						
						
						Include locking around access to the servers_waiting variable. 
						
					 
					
						2001-09-07 04:19:05 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							4dd64f873e 
							
						 
					 
					
						
						
							
							Updates  
						
						
						
					 
					
						2001-09-07 00:45:32 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							aa9e05430a 
							
						 
					 
					
						
						
							
							Added the ability to clear out the DNS cache after a certain number of  
						
						... 
						
						
						
						insertions. 
						
					 
					
						2001-09-07 00:40:34 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							c24cace1d1 
							
						 
					 
					
						
						
							
							Fixed the ternary_destroy() function which causes segfaults.  
						
						
						
					 
					
						2001-09-07 00:38:03 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							32ce57a6f6 
							
						 
					 
					
						
						
							
							Still need to fix a problem with tinproxy segfaulting when we try to  
						
						... 
						
						
						
						delete the ternary tree. 
						
					 
					
						2001-09-06 21:53:16 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							4670eb5194 
							
						 
					 
					
						
						
							
							Make sure that freeptr actually points to something before we try to  
						
						... 
						
						
						
						invoke it. 
						
					 
					
						2001-09-06 21:52:31 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							f2312262c7 
							
						 
					 
					
						
						
							
							Try moving the kill thread code into the thread_main() function so it can  
						
						... 
						
						
						
						check if there are too many thread after it's finished with it's request.
Needs to be cleaned up further (if this is the right idea) because of the
locking around the servers_waiting variable. 
						
					 
					
						2001-09-06 21:16:35 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							445aaca53e 
							
						 
					 
					
						
						
							
							Initialzed the servers_waiting explictly. Added debugging code to find out  
						
						... 
						
						
						
						why the threads are not being closed. 
						
					 
					
						2001-09-06 19:00:47 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							05cc60042e 
							
						 
					 
					
						
						
							
							New news. :)  
						
						
						
					 
					
						2001-09-04 18:31:43 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							11cbe6cb5b 
							
						 
					 
					
						
						
							
							More updates.  
						
						
						
					 
					
						2001-09-04 18:22:12 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							c937858ec1 
							
						 
					 
					
						
						
							
							Moved the compare_header() test after the skip header test.  
						
						
						
					 
					
						2001-09-04 18:22:00 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							667b9d5d53 
							
						 
					 
					
						
						
							
							Switched to a case insensitive search method.  
						
						
						
					 
					
						2001-09-04 17:53:41 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							0094d2755b 
							
						 
					 
					
						
						
							
							Bumped the version number.  
						
						
						
					 
					
						2001-09-04 16:52:04 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							b095c7a84d 
							
						 
					 
					
						
						
							
							Updates.  
						
						
						
					 
					
						2001-09-04 16:50:45 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							45a021a18b 
							
						 
					 
					
						
						
							
							Fixed a format string bug with the syslog function.  
						
						
						
					 
					
						2001-09-04 16:50:22 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							aac5f60602 
							
						 
					 
					
						
						
							
							Headers MUST have quotes around them.  
						
						
						
					 
					
						2001-08-31 15:20:56 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							2857b4be36 
							
						 
					 
					
						
						
							
							Spelling and grammar fixes.  
						
						
						
					 
					
						2001-08-30 22:00:36 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							2577811738 
							
						 
					 
					
						
						
							
							New information for Thursday, August 30, 2001  
						
						
						
					 
					
						2001-08-30 16:58:41 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							66012c4e8e 
							
						 
					 
					
						
						
							
							Another new version.  
						
						
						
					 
					
						2001-08-30 16:54:04 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							c825db8d56 
							
						 
					 
					
						
						
							
							More fixes.  
						
						
						
					 
					
						2001-08-30 16:53:36 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							fc94a56f56 
							
						 
					 
					
						
						
							
							Removed the xstrstr() function since it is no longer used. reqs.c was the  
						
						... 
						
						
						
						only place it was called from, and strstr() will do the same work. 
						
					 
					
						2001-08-30 16:52:56 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							a328cefbf0 
							
						 
					 
					
						
						
							
							Renamed ternary_insert() to ternary_insert_replace() and added the ability  
						
						... 
						
						
						
						to replace existing data (without a memory leak.) Added two DEFINES
ternary_insert() and ternary_replace() to aid in coding. 
						
					 
					
						2001-08-30 16:52:09 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							22bdb8123d 
							
						 
					 
					
						
						
							
							Replaced the call to xstrstr() with strstr().  
						
						
						
					 
					
						2001-08-30 16:51:10 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							c83c92a0d1 
							
						 
					 
					
						
						
							
							Removed the insert_data() function and made the LOCKing go around the  
						
						... 
						
						
						
						entire dnscache() function. Replaced the "replace" code in dns_insert()
with a call to ternary_replace(). 
						
					 
					
						2001-08-30 16:50:42 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							f68f30c7aa 
							
						 
					 
					
						
						
							
							New style and new information.  
						
						
						
					 
					
						2001-08-29 15:56:48 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							c165c83f55 
							
						 
					 
					
						
						
							
							New minor version number.  
						
						
						
					 
					
						2001-08-29 15:29:29 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							5584d30eed 
							
						 
					 
					
						
						
							
							More change logs.  
						
						
						
					 
					
						2001-08-29 04:06:00 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							551e7cf39f 
							
						 
					 
					
						
						
							
							Fixed a problem where the REGEX library was included even if the system  
						
						... 
						
						
						
						already had a working library. 
						
					 
					
						2001-08-29 04:05:33 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							51e4ebb293 
							
						 
					 
					
						
						
							
							Text clean up.  
						
						
						
					 
					
						2001-08-29 04:04:01 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							d06ddc50ab 
							
						 
					 
					
						
						
							
							Removed the new_dnscache() call.  
						
						
						
					 
					
						2001-08-29 04:01:05 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							fcff398f31 
							
						 
					 
					
						
						
							
							Cleaned up the locking code to make it more fine grained. Did this since  
						
						... 
						
						
						
						dncache.c has locking itself now. 
						
					 
					
						2001-08-29 04:00:22 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							9bdfa623ba 
							
						 
					 
					
						
						
							
							Changed how we handle when compiled with debug code.  
						
						
						
					 
					
						2001-08-29 03:59:12 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							4c24890f17 
							
						 
					 
					
						
						
							
							Removed the new_dnscache() function and the ternary.h include.  
						
						
						
					 
					
						2001-08-29 03:58:39 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							c9a772e36b 
							
						 
					 
					
						
						
							
							Added a more fine grained locking system for multiple threads.  
						
						... 
						
						
						
						Removed the new_dnscache() function and moved it into dnscache().
Fixed a memory leak in dns_insert(). 
						
					 
					
						2001-08-29 03:57:51 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							f864ff281f 
							
						 
					 
					
						
						
							
							Update regarding the log level problems.  
						
						
						
					 
					
						2001-08-28 15:54:52 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							1dd459c9ec 
							
						 
					 
					
						
						
							
							New version number.  
						
						
						
					 
					
						2001-08-28 15:52:53 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							42849c7d66 
							
						 
					 
					
						
						
							
							Fixed a problem in log.c  
						
						
						
					 
					
						2001-08-28 15:52:40 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							9a61faa716 
							
						 
					 
					
						
						
							
							The logging levels _now_ output the correct information depending on where  
						
						... 
						
						
						
						the config file sets it. 
						
					 
					
						2001-08-28 15:51:58 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							4dbc4a637b 
							
						 
					 
					
						
						
							
							More changes.  
						
						
						
					 
					
						2001-08-28 04:35:03 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							ee892c109b 
							
						 
					 
					
						
						
							
							Added an extra CRNL to the end of the HTML body.  
						
						
						
					 
					
						2001-08-28 04:33:54 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							fd65072f1f 
							
						 
					 
					
						
						
							
							Changed the default stack size to 128 KB.  
						
						
						
					 
					
						2001-08-28 04:33:21 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							f9d0fcd1a2 
							
						 
					 
					
						
						
							
							Moved the strip new line/carriage return from the end of a line into a  
						
						... 
						
						
						
						separate function. 
						
					 
					
						2001-08-28 04:32:14 +00:00 
						 
				 
			
				
					
						
							
							
								Robert James Kaes 
							
						 
					 
					
						
						
						
						
							
						
						
							298784d80e 
							
						 
					 
					
						
						
							
							Fixed a problem with the POSIX threading on FreeBSD systems.  
						
						
						
					 
					
						2001-08-27 19:57:24 +00:00