summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-18Added whitelisting to reimplement the WANT_CLOSED_TRACKER functionalityerdgeist
2007-08-18Under Linux one gets SIG_ALRMs from time to time when using epoll. Ignore those.erdgeist
2007-08-11Sort of addressed a concorrency issue when receiving mutliple SIG_HUPserdgeist
2007-07-22off by -1... or so, strange error classerdgeist
2007-07-22Fix endianess issue in /24 stats codeerdgeist
2007-07-22some subnet stats... still ugly and untested.erdgeist
2007-07-22* fixed "nobody " -> "nobody" fuckup when getpwnam-ingerdgeist
2007-07-20Clean up pw-structserdgeist
2007-06-24add comment for udp spec locationdenis
2007-06-06check for mafic udp iddenis
2007-05-20need more space for data because we reach this limit easily nowdenis
2007-05-04fixed an overflow in ot_overall_* variablesdenis
2007-04-10fix a warningdenis
2007-04-07Clean up help and usageerdgeist
2007-04-03New Makefile, incorporated some patches sent to me by Robin H. Johnsonerdgeist
2007-04-02Try to figure out nobodys uid und gid using getpwnamerdgeist
2007-04-02Gimmi Beer!cryx
2007-04-02Sync-daemon written in perl to sync torrents and peers between more than one tracker entity.cryx
2007-03-29Fix endianess issue with blessed ips. Document -A feature.erdgeist
2007-03-28added the -A feature that blesses a certain IP address for administrative use (like sync)erdgeist
2007-03-27Added inbound part of sync. This also meant to remove the black/whitelisting as we did by now. A more scalable way to blacklist will follow.erdgeist
2007-03-27Added outbound part of sync Proposed format: d4:syncd20:<info_hash>8*N:(xxxxyy)*Nee, therefore had to refactor torrent cleanup now that it will hit all torre...erdgeist
2007-03-25Moved to tests/erdgeist
2007-03-17revert previous commitdenis
2007-03-17endianess fix for udp scrapedenis
2007-03-16code cleanup and more specific comments. tracker starts now also with udp port 6969 as defaultdenis
2007-03-16some udp scrape style cleanupdenis
2007-03-16support for udp scrapedenis
2007-03-16fix the stats a little for not accepting udp scrapesdenis
2007-03-15udp first connect needs to be counted as a connection toodenis
2007-03-15added the udp stats to the main statsdenis
2007-03-15new modes for udp4 and tcp4 statsdenis
2007-03-15collecting stats for udp connections (2nd try)denis
2007-03-15collecting stats for udp connectionsdenis
2007-03-13fixed udp peerport endianess handlingdenis
2007-03-13fixed udp remoteport handlingdenis
2007-03-13some 64bit and endianess issues with udp...erdgeist
2007-03-10make full scrapes a bit faster, increase checkback time for udperdgeist
2007-03-08Port is a short, not a longerdgeist
2007-03-07Missing includeerdgeist
2007-03-07Sanify handling of server socketserdgeist
2007-03-06udp is working in theory, return_peers_for_torrent accepts a switch to request an udp answer. Fixed prototypes.erdgeist
2007-03-05Can now handle multiple ips/ports, can BIND to udp ports but not yet handle them, now checks if event=completed comes with left=0 and drops it, if it doesnterdgeist
2007-03-03Some clients even send plain : in their requestserdgeist
2007-03-02stupid mistake in remove torrent callerdgeist
2007-02-16Count completed messages only once per peererdgeist
2007-02-04Add a lot of documentation for static functions in trackerlogic.c. Make vector_remove_peer use hysteresis only, if pool is expected to grow again. Remove too...erdgeist
2007-02-04shortened the dmem debug outputdenis
2007-02-03zero copy sockets do only work on page aligned buffers for page sized blocks. So remove the code that tried to take advantage of false assuming, it would wor...erdgeist
2007-02-02made the output of the memdebug smallerdenis