1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-11 23:40:04 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
erdgeist
5c18293c9c New Makefile, incorporated some patches sent to me by Robin H. Johnson 2007-04-03 11:08:17 +00:00
denis
3e610c5f60 revert previous commit 2007-03-17 01:26:25 +00:00
denis
bab7c0bbb1 code cleanup and more specific comments. tracker starts now also with udp port 6969 as default 2007-03-16 23:37:04 +00:00
erdgeist
5a3d6b4029 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
2007-01-29 02:02:03 +00:00
erdgeist
2d0215d793 Debugging for failed requests. 2007-01-24 12:56:15 +00:00
erdgeist
3d796d93f0 -m64 is not usually a correct compile option 2007-01-20 01:50:28 +00:00
erdgeist
07a604e3d6 Debug file descriptors 2007-01-19 17:50:36 +00:00
denis
98ed6231e1 set the interval to 1800 for announce (last change was only for scrape) 2007-01-19 03:19:12 +00:00
erdgeist
25781604c2 Dont want ips from query string by default 2007-01-13 19:05:22 +00:00
erdgeist
805e46450c Documentation improved, some reindenting (again), variable types checked, unnecessary defines removed 2007-01-11 01:06:10 +00:00
erdgeist
6b329a6959 tidy up options 2007-01-06 22:25:09 +00:00
erdgeist
e7532408b6 black listing was the wrong way around 2007-01-05 17:01:20 +00:00
erdgeist
2aa03492a5 added closed tracker and blacklist code 2007-01-05 12:25:44 +00:00
erdgeist
e0a9c2a4aa Added option to get ip from query string + parser, fixed two bugs concerning grow/shrink of vectors. Now cleans up a torrent BEFORE trying to remove a peer -> this may remove peer already and must be done anyway. 2007-01-03 05:11:48 +00:00
denis
15d9d55c34 freebsd support 2006-12-16 13:27:26 +00:00
erdgeist
b7526f25e8 Fixed two mem leaks from httpd :/ 2006-12-16 13:23:12 +00:00
erdgeist
ed0edcaae8 Fix port again ;) Include headers in Makefile dependencies 2006-12-15 23:38:18 +00:00
denis
4c8d8daf06 fix for freebsd 2006-12-15 22:10:55 +00:00
erdgeist
688a4edd9e Now actually seems to work for the most parts
Added scraping
Added graceful disconnect
2006-12-14 02:44:50 +00:00
erdgeist
c0f667defe Reacts more appropriate, however EXC_BAD_ACCESS triggered 2006-12-13 14:44:14 +00:00
erdgeist
d7c26dc71b Trackerlogic done... not tested yet 2006-12-13 02:44:39 +00:00
denis
dc025776dd Begun printf debugging 2006-12-08 22:37:44 +00:00
erdgeist
898206ac7a Some syntax errors removed 2006-12-08 20:28:17 +00:00
erdgeist
ad472597c5 Kickoff 2006-12-05 12:56:56 +00:00