5
I Use This!
Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed all the mallocs and callocs to use the new safemalloc and safecalloc. More... about 25 years ago
Lowered the number BUFARRAY and BUFSIZE constants to reduce the maximum memory usage of a ternary tree. It now should not exceed 4MB of memory. More... about 25 years ago
Lowered the number of insertions before the ternary tree is rebuilt. More... about 25 years ago
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. More... about 25 years ago
Fixed a memory leak in thread_main(). More... about 25 years ago
Explictly added the DETACHED creation method on threads. More... about 25 years ago
Updates. More... about 25 years ago
Error message cleanup. More... about 25 years ago
Fixed up return types. More... about 25 years ago
Error message cleanup. Include locking around access to the servers_waiting variable. More... about 25 years ago
Updates More... about 25 years ago
Added the ability to clear out the DNS cache after a certain number of insertions. More... about 25 years ago
Fixed the ternary_destroy() function which causes segfaults. More... about 25 years ago
Still need to fix a problem with tinproxy segfaulting when we try to delete the ternary tree. More... about 25 years ago
Make sure that freeptr actually points to something before we try to invoke it. More... about 25 years ago
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. More... about 25 years ago
Initialzed the servers_waiting explictly. Added debugging code to find out why the threads are not being closed. More... about 25 years ago
New news. :) More... about 25 years ago
More updates. More... about 25 years ago
Moved the compare_header() test after the skip header test. More... about 25 years ago
Switched to a case insensitive search method. More... about 25 years ago
Bumped the version number. More... about 25 years ago
Updates. More... about 25 years ago
Fixed a format string bug with the syslog function. More... about 25 years ago
Headers MUST have quotes around them. More... about 25 years ago
Spelling and grammar fixes. More... about 25 years ago
New information for Thursday, August 30, 2001 More... about 25 years ago
Another new version. More... about 25 years ago
More fixes. More... about 25 years ago
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. More... about 25 years ago