Age | Commit message (Collapse) | Author |
|
|
|
only place it was called from, and strstr() will do the same work.
|
|
to replace existing data (without a memory leak.) Added two DEFINES
ternary_insert() and ternary_replace() to aid in coding.
|
|
|
|
entire dnscache() function. Replaced the "replace" code in dns_insert()
with a call to ternary_replace().
|
|
|
|
|
|
|
|
already had a working library.
|
|
|
|
|
|
dncache.c has locking itself now.
|
|
|
|
|
|
Removed the new_dnscache() function and moved it into dnscache().
Fixed a memory leak in dns_insert().
|
|
|
|
|
|
|
|
the config file sets it.
|
|
|
|
|
|
|
|
separate function.
|
|
|
|
|
|
|
|
|
|
Added a test for FreeBSD so that it can set GCC to compile with POSIX
threading.
|
|
|
|
|
|
too small.
|
|
log level was set to INFO.
|
|
|
|
|
|
|
|
like Date, Server, Content-Length, etc. Also, fixed the type for an error
message to be const char*.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|