From 5a3d6b402979d7d9bf8da470f081bb6ca4122cf6 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Mon, 29 Jan 2007 02:02:03 +0000 Subject: We now answer as soon as the first \n is seen We do not copy input buffer to socket's input array anymore, if we find \n in first buffer We simplified parsing of input string We removed asserts that were needed to debug negative seeder counts We split static input and output buffers for obvious reasons We enlarged static output buffer to prepare multi scrape functionality We removed -lm from Makefile, this lib was only needed, when our random algorithm worked on floats We close fds now that come with an empty iocookie into write loop, those don't make sense We documented query string parser in opentracker.c a lot better to help auditing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f12ebc5..5eb7ac9 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ FEATURES=#-DWANT_IP_FROM_QUERY_STRING -DWANT_BLACKLIST -DWANT_CLOSED_TRACKER -D_ #DEBUG_OPTS=-g -ggdb -pg # -fprofile-arcs -ftest-coverage DEBUG_OPTS=-s -Os CFLAGS+=-I../libowfat -Wall -pipe # -pedantic -ansi -LDFLAGS+=-L../libowfat/ -lowfat -lm +LDFLAGS+=-L../libowfat/ -lowfat HEADERS=trackerlogic.h scan_urlencoded_query.h SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c -- cgit v1.2.3