Commit Graph

201 Commits (272abf8430ab0e6e1ff29896d69784f15958d827)

Author SHA1 Message Date
erdgeist 2cbb480865 Just one more typo
erdgeist 886421d2d5 Work around more typos that might end up in torrent files as announce urls
erdgeist 2b715b89f1 Debug code sometimes copied too much data
erdgeist ddd85ec7e0 Fixed one leak from struct_http
erdgeist 8098adb48e Be even more stupidistas-tolerant
erdgeist 84f8738b82 Fix debug output
erdgeist d768bf6e81 Enable _DEBUG_HTTPERROR to avoid warning...
erdgeist 53bce09735 Include time since startup in full scrape debug output
erdgeist c59e44ba94 Now limit full scrape to requests sending exactly "GET /scrape HTTP/"
erdgeist 41019c79d8 Introducing multiscrape
erdgeist d5876ebb6b Prevent url-decoding for debug by using a temp buffer
erdgeist 271ff156ec Those stupid "announce ?info_hash" torrents get really annoying. Fix it in announce and scrape.
erdgeist 1b0859411e be more verbose about what full scrape consumers deliver in their http requests
erdgeist 714ea1b88e give opentracker the missing header file
erdgeist f56e40c24e Must not dealloc mmaped buffers with free()
erdgeist d25cf9307e Fix misunderstandig of what libowfat thinks are seconds and what I did...
erdgeist e1f122f7d1 Since array and io_batch are in a union, and we also have time-outing writable sockets, we need to mark, which of the union is used. Also remove the blessed flag from struct http, since its rarely used and can be done in a seperate memcmp.
erdgeist 6eb441d8a0 Cannot access members after they are freed :/
erdgeist b86e6382a1 Save a lot of work when skipping through uninteresting http request parameters
erdgeist 32f17413fa Increase send timeout. Also use an own variable for that.
erdgeist 28de135098 io_timeout is absolute, not relative :/
erdgeist d1c57d90dd Free iobatches on timeout
erdgeist 8e78ac7012 HEADS UP: you need to check out the latest libowfat! Huge allocations are now taken from mmap()ed regions, not from heap anymore
erdgeist 1e6b48cbc0 Sockets we write to now do also timeout
erdgeist 28d88e3380 Exclude empty torrents from full scrape, also try to shrink full scrape buffer after it is full
erdgeist 3dc470d672 fixed line breaks in log
erdgeist 65cc45f129 Log all expansive operations to stderr
erdgeist ffffd80719 Most open trackers do not have the problem of not being called often enough.. so do not introduce an extra timeout when waiting for activity. That also removes one of the last extraneous gettimeofday calls
erdgeist 6c1adb8fc8 since gettimeofday is rather expansive, we do only fetch time once in a 5 second period, when we are delivered a SIGALRM.
erdgeist 4c15dc7a70 make 64bit safe
denis 0d36a8754e fixed some stat output
erdgeist c350fa0b3c New stats for s24s code, this is debug, do not use in real world
erdgeist 33c9c530d0 An announce with event=stopped now returns correct number of leechers and seeders. In TCP and UDP.
erdgeist 3e47339b6c Added whitelisting to reimplement the WANT_CLOSED_TRACKER functionality
erdgeist 992058383a Under Linux one gets SIG_ALRMs from time to time when using epoll. Ignore those.
erdgeist 77af0b475f Sort of addressed a concorrency issue when receiving mutliple SIG_HUPs
erdgeist afe966b644 some subnet stats... still ugly and untested.
erdgeist c0b00c0bf5 * fixed "nobody " -> "nobody" fuckup when getpwnam-ing
* 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
erdgeist 3f0a18ba08 Clean up pw-structs
denis c212b48bec add comment for udp spec location
denis 78b7c73eab check for mafic udp id
denis 8f0aaed6b2 fixed an overflow in ot_overall_* variables
erdgeist 77e5241cf8 Clean up help and usage
erdgeist 5c18293c9c New Makefile, incorporated some patches sent to me by Robin H. Johnson
erdgeist bd4617a911 Try to figure out nobodys uid und gid using getpwnam
erdgeist 4e9523c489 Fix endianess issue with blessed ips. Document -A feature.
erdgeist 32ba028814 added the -A feature that blesses a certain IP address for administrative use (like sync)
erdgeist 33774078ab Added 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 b38104b986 Added 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 torrents once every OT_POOL_TIMEOUT units.
denis bab7c0bbb1 code cleanup and more specific comments. tracker starts now also with udp port 6969 as default
denis 46605bcb2c some udp scrape style cleanup
denis 8ac7768b96 support for udp scrape
denis 36413e4853 fix the stats a little for not accepting udp scrapes
denis 45d34960b0 udp first connect needs to be counted as a connection too
denis f07ec869d8 added the udp stats to the main stats
denis 5bb381e20a new modes for udp4 and tcp4 stats
denis 50fe661aa7 collecting stats for udp connections (2nd try)
denis f2a0c36721 collecting stats for udp connections
denis 036e874ed4 fixed udp peerport endianess handling
denis 92213c286a fixed udp remoteport handling
erdgeist c00c64f9da some 64bit and endianess issues with udp...
erdgeist e75c3e25cd make full scrapes a bit faster, increase checkback time for udp
erdgeist 5b55394cdc Port is a short, not a long
erdgeist 5d1f07d353 Sanify handling of server sockets
erdgeist 0a90216686 udp is working in theory, return_peers_for_torrent accepts a switch to request an udp answer. Fixed prototypes.
erdgeist 175c37c3e8 Can 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 doesnt
erdgeist 0d6f508882 zero 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 work on any buffer
denis 222519fdff fixed the last commit. now it really counts the scrapes and fullscrapes
denis bbdc36c518 add the scrapes to the valid requests (blue mrtg line)
erdgeist f9c49e9759 el cheapo vector debugging
erdgeist 62c59983cb Use multiple output buffers to try to avoid copy on write when unnecessary
erdgeist 10a6586ad1 Try to shake off too stupid clients by sending an Bittorrent error rather than an HTTP 400
erdgeist 6e1ee92de6 Use signed size_t wherever appropriate
erdgeist 11abb03e85 size_t cant get < 0 and thus wont report errors
erdgeist f0ddf30389 provide mrtg with more sane strings
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
erdgeist 4c6bcc89ce complete_D_ ... ECODERTOODUMB
erdgeist c094695add account downloaded before early returns
erdgeist 9c0248ae92 announce.php and scrape.php are now being handled
erdgeist 05420c40e5 Introduce another unspec'd command: sync which syncs the most recent peer pool for a torrent out. Do some variable type clean up. Do some code structure clean up.
erdgeist dffea5da69 return random check back intervals to our clients
erdgeist 2f0658a3af Code cleanup reindenting
denis a291ceda98 backout Revision 1.67
denis e628873416 workaround for some weird requests
denis fd73f958c2 Denis wanted scrapes and erdgeist didnt give it :)
denis 4fc8dd75be Copy request before expanding url-encoded bytes
erdgeist 2d0215d793 Debugging for failed requests.
erdgeist 00843757c0 Count successful announces extra
erdgeist e161ef790a FD-debug also in new iob_send path
erdgeist 5f7c044b54 Full scrape, kinda tested
denis 67689057d4 increase the timeout to make the ride a little smoother for some clients
erdgeist 3d796d93f0 -m64 is not usually a correct compile option
erdgeist 07a604e3d6 Debug file descriptors
denis 6c62ed7928 *seuftz*
denis 98ed6231e1 set the interval to 1800 for announce (last change was only for scrape)
erdgeist 908649af98 From now the OT_CLIENT_TIMEOUT will be enforced, even if some data arrived inside this interval
erdgeist 7c4fcdbd97 Tidied main loop do accept() and read() before timeout()
erdgeist ccafcb0ff9 Give our server some air to check for timedout connections
erdgeist 2ee37881ff Rearranged code to try to read data as soon as socket is accepted, also raise backlog for listening socket
erdgeist 005ff4e231 Simple top5 by peers/seeders table