Commit Graph

70 Commits (7043b69e497341764d6ec2972553a6ecb5ead0b7)

Author SHA1 Message Date
Dirk Engling 7abbe1294b off by -1... or so, strange error class
16 years ago
Dirk Engling 61ed0bd785 Fix endianess issue in /24 stats code
16 years ago
Dirk Engling 6382386416 some subnet stats... still ugly and untested.
16 years ago
Dirk Engling 8ef59b0351 * fixed "nobody " -> "nobody" fuckup when getpwnam-ing
16 years ago
Denis Ahrens 7cebcfb54e need more space for data because we reach this limit easily now
16 years ago
Denis Ahrens aed3630af9 fix a warning
16 years ago
Dirk Engling 20635e3544 New Makefile, incorporated some patches sent to me by Robin H. Johnson
16 years ago
Dirk Engling cb90c27b28 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.
16 years ago
Dirk Engling 2a646cf4a0 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.
16 years ago
Denis Ahrens d75fb67a25 endianess fix for udp scrape
16 years ago
Denis Ahrens b3f72c444b support for udp scrape
16 years ago
Dirk Engling eea5c628de make full scrapes a bit faster, increase checkback time for udp
16 years ago
Dirk Engling a5ea2b2793 Missing include
16 years ago
Dirk Engling 622e34f2b0 udp is working in theory, return_peers_for_torrent accepts a switch to request an udp answer. Fixed prototypes.
16 years ago
Dirk Engling 123ca420a8 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
16 years ago
Dirk Engling 7b97ef62e0 stupid mistake in remove torrent call
16 years ago
Dirk Engling 43ee5b14a6 Count completed messages only once per peer
16 years ago
Dirk Engling ccc6761c97 Add 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 old torrents.
16 years ago
Denis Ahrens ef12e05d40 shortened the dmem debug output
16 years ago
Denis Ahrens 7540de785a made the output of the memdebug smaller
16 years ago
Denis Ahrens 5ebd2371e5 clear the freed mempointer
16 years ago
Dirk Engling 196fdd5da2 release memory for empty peer pools
16 years ago
Dirk Engling e12ac60dea Forgot to take into account, that there are OT_POOL_COUNT debuggable pools in one torrent. Fixed.
16 years ago
Dirk Engling be59653be2 Reserved too few space to hold all data for a memdebug
16 years ago
Dirk Engling b0eee67849 el cheapo vector debugging
16 years ago
Dirk Engling 8fc31f7e29 We now answer as soon as the first \n is seen
16 years ago
Dirk Engling b040154b22 really copy in new peer, even if it already existed, to remember its state
16 years ago
Dirk Engling 16d52e8c16 Asserts were always false :/
16 years ago
Dirk Engling a8f875a157 Due to recent issues... assert() seed counts
16 years ago
Dirk Engling 342e3a25c0 account downloaded before early returns
16 years ago
Denis Ahrens 35e60201ad fix for corrupt fullscrape. did never work until now
16 years ago
Dirk Engling 96e5b5a076 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.
16 years ago
Dirk Engling 0f85392889 return random check back intervals to our clients
16 years ago
Dirk Engling 5f75f9e90f Return empty dictionary for unknown scrapes
16 years ago
Dirk Engling c5d5867900 Full scrape, kinda tested
16 years ago
Dirk Engling f05ed877ed From now the OT_CLIENT_TIMEOUT will be enforced, even if some data arrived inside this interval
16 years ago
Dirk Engling cc07b8ca2c Simple top5 by peers/seeders table
16 years ago
Dirk Engling a32ca2676c Prevent each invocation of clean_peerlist to call time()
16 years ago
Dirk Engling 1012fd9c7e Use mrtg to do periodical cleanup. Hopefully that wont make too much load for stats.
16 years ago
Dirk Engling f51335b9b8 Rudimentary stats
16 years ago
Denis Ahrens 313bfee080 set interval to default value from original tracker
16 years ago
Dirk Engling 134779877b New, fixpoint distinct random algorithm for choosing peers from the list... may contain bugs. Feedback welcome
16 years ago
Dirk Engling 0369a9f6e9 casting does floor() by itself
16 years ago
Dirk Engling afa05fad96 Documentation improved, some reindenting (again), variable types checked, unnecessary defines removed
16 years ago
Dirk Engling f5f4c3e2ce Fixed a bug where I didn't replace new buffer pointer after realloc. Fixed a bug where I didnt copy enough memory when shrinking vectors. Now save some extra bytes in header.
16 years ago
Dirk Engling def981fe44 Apply some limits
16 years ago
Dirk Engling b5c344ea97 black listing was the wrong way around
16 years ago
Dirk Engling a6e28732a1 really check g_check_blacklist flag
16 years ago
Dirk Engling 9957e9ea1f Be more helpful
16 years ago
Dirk Engling 1c97e9cd8c added closed tracker and blacklist code
16 years ago