index
:
tinyproxy
bind-ipv4mapped
build
master
Light-weight HTTP/HTTPS proxy daemon for POSIX operating systems
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ternary.c
Age
Commit message (
Expand
)
Author
2001-12-15
No longer need this system since it was only being used in the DNS caching
Robert James Kaes
2001-11-22
Reformated text.
Robert James Kaes
2001-10-25
Header reorganization. Basically all system headers are now included in
Robert James Kaes
2001-09-08
Lowered the number BUFARRAY and BUFSIZE constants to reduce the maximum
Robert James Kaes
2001-09-07
Fixed the ternary_destroy() function which causes segfaults.
Robert James Kaes
2001-09-06
Make sure that freeptr actually points to something before we try to
Robert James Kaes
2001-09-04
Switched to a case insensitive search method.
Robert James Kaes
2001-08-30
Renamed ternary_insert() to ternary_insert_replace() and added the ability
Robert James Kaes
2001-05-23
Removed a debugging aid.
Robert James Kaes
2000-11-23
Fixed MACRO error.
Robert James Kaes
2000-10-23
In the Key Found code, don't display the string in the debug code since it
Robert James Kaes
2000-09-26
Added the TE_EXISTS return code, and cleaned up the ternary_destroy
Robert James Kaes
2000-09-12
Generalized the ternary code which was already being used in anonymous.*
Robert James Kaes