Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-03 | Introducing first tools to make opentracker multithreaded. | erdgeist | |
2007-10-27 | Number of buckets is 1024 now | erdgeist | |
Clean all torrents now only cleans one bucket at a time All torrents that are being worked upon in an announce are being cleaned on demoand torrent's peer lists now keep extra counts for seeds and peers to speed up scrape and announce Sync has gone for now. I will think up a new way to implement. The old one was way to slow. | |||
2007-10-01 | Two more bugs in Makefile. Maybe I learn it one day | erdgeist | |
2007-10-01 | Revert debug option in Makefile | erdgeist | |
2007-10-01 | Makefile now runs under bsdmake and gnumake again | erdgeist | |
2007-09-10 | Makefile defaults to an _open_ tracker again. | erdgeist | |
2007-07-22 | * fixed "nobody " -> "nobody" fuckup when getpwnam-ing | erdgeist | |
* implemented basic blacklisting: ** the file specified with -b <BLACKLIST> is read and added to a blacklist vector ** if an announce hits a torrent in that blacklist vector, add_peer_to_torrent fails ** sending a SIGHUP to the program forces it to reread the blacklists ** the server returns with a 500, which is not exactly nice but does the job for now ** an adaequat "failure reason:" should be delivered... TODO | |||
2007-04-03 | New Makefile, incorporated some patches sent to me by Robin H. Johnson | erdgeist | |
2007-03-17 | revert previous commit | denis | |
2007-03-16 | code cleanup and more specific comments. tracker starts now also with udp port 6969 as default | denis | |
2007-01-29 | We now answer as soon as the first \n is seen | erdgeist | |
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-24 | Debugging for failed requests. | erdgeist | |
2007-01-20 | -m64 is not usually a correct compile option | erdgeist | |
2007-01-19 | Debug file descriptors | erdgeist | |
2007-01-19 | set the interval to 1800 for announce (last change was only for scrape) | denis | |
2007-01-13 | Dont want ips from query string by default | erdgeist | |
2007-01-11 | Documentation improved, some reindenting (again), variable types checked, unnecessary defines removed | erdgeist | |
2007-01-06 | tidy up options | erdgeist | |
2007-01-05 | black listing was the wrong way around | erdgeist | |
2007-01-05 | added closed tracker and blacklist code | erdgeist | |
2007-01-03 | 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 ↵ | erdgeist | |
-> this may remove peer already and must be done anyway. | |||
2006-12-16 | freebsd support | denis | |
2006-12-16 | Fixed two mem leaks from httpd :/ | erdgeist | |
2006-12-15 | Fix port again ;) Include headers in Makefile dependencies | erdgeist | |
2006-12-15 | fix for freebsd | denis | |
2006-12-14 | Now actually seems to work for the most parts | erdgeist | |
Added scraping Added graceful disconnect | |||
2006-12-13 | Reacts more appropriate, however EXC_BAD_ACCESS triggered | erdgeist | |
2006-12-13 | Trackerlogic done... not tested yet | erdgeist | |
2006-12-08 | Begun printf debugging | denis | |
2006-12-08 | Some syntax errors removed | erdgeist | |
2006-12-05 | Kickoff | erdgeist | |