erdgeist
697e239027
Moving accesslist stuff to its own object
17 years ago
erdgeist
a0d12f9ab5
Full scrape moves to its own object
17 years ago
erdgeist
41120f6a0d
Move stats out of opentracker.c, also have an own file handle udp requests.
17 years ago
erdgeist
8900cc0dd9
No one can get access to buckets now without locking them. Also split up the trackerlogic.c-monster in functional sub-units. HEADS UP: this code is untested and not considered stable.
17 years ago
erdgeist
785a9f13bd
Make to_hex thread safe. Get rid off old /24 counting code. Protect more bucket accesses by locks.
17 years ago
erdgeist
4a68f8692b
We do now use the tools for locking buckets in order to prepare MT code
17 years ago
erdgeist
a6b8311812
Introducing first tools to make opentracker multithreaded.
17 years ago
erdgeist
8acc0ff48f
Introduce configuration dependent number of parameters in a nicer way
17 years ago
erdgeist
853dc33be2
Allow for more than one admin ip address
17 years ago
erdgeist
dc8e889797
Add more full scrape stats
17 years ago
erdgeist
31eada6168
Reenabled syncing
17 years ago
erdgeist
b19bbd6a85
Number of buckets is 1024 now
...
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.
17 years ago
erdgeist
41019c79d8
Introducing multiscrape
17 years ago
erdgeist
daf79f694d
After studying opentracker live data, I decided to radically reduce default allocation for vectors and making it grow faster instead: Most pools only had one or two peers, wasting 8*15 or 8*14 bytes.
17 years ago
erdgeist
b8b1493127
Increase check interval for timeouted sockets to 10 seconds. That may prevent some disrupted scrapes.
17 years ago
erdgeist
be117f96a2
Increase send timeout. Also use an own variable for that.
17 years ago
erdgeist
6c1adb8fc8
since gettimeofday is rather expansive, we do only fetch time once in a 5 second period, when we are delivered a SIGALRM.
17 years ago
erdgeist
4c15dc7a70
make 64bit safe
17 years ago
erdgeist
c350fa0b3c
New stats for s24s code, this is debug, do not use in real world
17 years ago
erdgeist
33c9c530d0
An announce with event=stopped now returns correct number of leechers and seeders. In TCP and UDP.
17 years ago
erdgeist
3e47339b6c
Added whitelisting to reimplement the WANT_CLOSED_TRACKER functionality
17 years ago
erdgeist
afe966b644
some subnet stats... still ugly and untested.
18 years ago
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
18 years ago
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.
18 years ago
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.
18 years ago
denis
8ac7768b96
support for udp scrape
18 years ago
denis
5bb381e20a
new modes for udp4 and tcp4 stats
18 years ago
erdgeist
0a90216686
udp is working in theory, return_peers_for_torrent accepts a switch to request an udp answer. Fixed prototypes.
18 years ago
denis
153b5de835
increased the interval random variation
18 years ago
denis
929d375b97
make the interval with random an average value around the real value and not additional
18 years ago
erdgeist
7ab634b6f6
Make timeouts more human readable
18 years ago
erdgeist
401d0759ab
Wasted too much space for minimum element count. Now minimum elements in vektor is 16, it grows and shrinks by a factor of 4 and a shrinking hysteresis of a factor of 5
18 years ago
erdgeist
f9c49e9759
el cheapo vector debugging
18 years ago
erdgeist
05f0d651cb
On linux time.h must be included to use time()
18 years ago
erdgeist
c094695add
account downloaded before early returns
18 years ago
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.
18 years ago
erdgeist
dffea5da69
return random check back intervals to our clients
18 years ago
erdgeist
5f7c044b54
Full scrape, kinda tested
18 years ago
erdgeist
908649af98
From now the OT_CLIENT_TIMEOUT will be enforced, even if some data arrived inside this interval
18 years ago
erdgeist
c16330df6a
Simple top5 by peers/seeders table
18 years ago
erdgeist
ade8268970
Rudimentary stats
18 years ago
erdgeist
805e46450c
Documentation improved, some reindenting (again), variable types checked, unnecessary defines removed
18 years ago
erdgeist
c89cfaad5e
Be more helpful
18 years ago
erdgeist
2aa03492a5
added closed tracker and blacklist code
18 years ago
erdgeist
cdf2fbabed
README\!
18 years ago
erdgeist
33eaf54da7
simplified binary_search, it always does a memcmp. began to implement dump knowledge
18 years ago
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.
18 years ago
erdgeist
ed0edcaae8
Fix port again ;) Include headers in Makefile dependencies
18 years ago
erdgeist
b9efc8e22b
fixed setport fuckup
18 years ago
erdgeist
82b4df6751
Make code endianess save
18 years ago