Dirk Engling
938d063919
HEADS UP: you need to check out the latest libowfat! Huge allocations are now taken from mmap()ed regions, not from heap anymore
16 years ago
Dirk Engling
962ad63424
Sockets we write to now do also timeout
16 years ago
Dirk Engling
7a65f9ca73
Fixed 24h clean bug. Allocate less memory for full scrape. Free torrents without any downloaders immediately.
16 years ago
Dirk Engling
5b82b40439
Exclude empty torrents from full scrape, also try to shrink full scrape buffer after it is full
16 years ago
Dirk Engling
9ffe557e6f
fixed line breaks in log
16 years ago
Dirk Engling
1815dd3e53
Log all expansive operations to stderr
16 years ago
Dirk Engling
854c21cece
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
16 years ago
Dirk Engling
7a3ddcfbce
since gettimeofday is rather expansive, we do only fetch time once in a 5 second period, when we are delivered a SIGALRM.
16 years ago
Dirk Engling
b3f834951c
make 64bit safe
16 years ago
Dirk Engling
332a481e47
There is a pool leak somewhere... try to find it
16 years ago
Denis Ahrens
943b296f46
fixed some stat output
16 years ago
Dirk Engling
68d87742fa
Two more bugs in Makefile. Maybe I learn it one day
16 years ago
Dirk Engling
3e71f32d26
Revert debug option in Makefile
16 years ago
Dirk Engling
c6d90b150d
Makefile now runs under bsdmake and gnumake again
16 years ago
Dirk Engling
4319defc9c
New stats for s24s code, this is debug, do not use in real world
16 years ago
Denis Ahrens
976987d4a3
fixed a small bug with 0 torrents and a cosmetical one
16 years ago
Dirk Engling
6bad28c924
Makefile defaults to an _open_ tracker again.
16 years ago
Dirk Engling
c863c6e108
An announce with event=stopped now returns correct number of leechers and seeders. In TCP and UDP.
16 years ago
Dirk Engling
1911aa7328
Fixed the inverse interpretation of black/white listing
16 years ago
Dirk Engling
d58db69d9a
Added whitelisting to reimplement the WANT_CLOSED_TRACKER functionality
16 years ago
Dirk Engling
42433aef94
Under Linux one gets SIG_ALRMs from time to time when using epoll. Ignore those.
16 years ago
Dirk Engling
7043b69e49
Sort of addressed a concorrency issue when receiving mutliple SIG_HUPs
16 years ago
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
...
* 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
16 years ago
Dirk Engling
bd1562f8bd
Clean up pw-structs
16 years ago
Denis Ahrens
f8c2f994ff
add comment for udp spec location
16 years ago
Denis Ahrens
4f173a3334
check for mafic udp id
16 years ago
Denis Ahrens
7cebcfb54e
need more space for data because we reach this limit easily now
16 years ago
Denis Ahrens
03f92a0051
fixed an overflow in ot_overall_* variables
16 years ago
Denis Ahrens
aed3630af9
fix a warning
16 years ago
Dirk Engling
6d290ff767
Clean up help and usage
16 years ago
Dirk Engling
20635e3544
New Makefile, incorporated some patches sent to me by Robin H. Johnson
16 years ago
Dirk Engling
59cac9cb80
Try to figure out nobodys uid und gid using getpwnam
16 years ago
Philipp Wuensche
f7b912a014
Gimmi Beer!
16 years ago
Philipp Wuensche
83ea281b67
Sync-daemon written in perl to sync torrents and peers between more than one tracker entity.
16 years ago
Dirk Engling
691f58cf4a
Fix endianess issue with blessed ips. Document -A feature.
16 years ago
Dirk Engling
ac0b38c401
added the -A feature that blesses a certain IP address for administrative use (like sync)
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
Dirk Engling
e9a6cd42fc
Moved to tests/
16 years ago
Denis Ahrens
767460cea3
revert previous commit
16 years ago
Denis Ahrens
d75fb67a25
endianess fix for udp scrape
16 years ago
Denis Ahrens
62a41a85c8
code cleanup and more specific comments. tracker starts now also with udp port 6969 as default
16 years ago
Denis Ahrens
1fba7078d7
some udp scrape style cleanup
16 years ago
Denis Ahrens
b3f72c444b
support for udp scrape
16 years ago
Denis Ahrens
f2313f3aff
fix the stats a little for not accepting udp scrapes
16 years ago
Denis Ahrens
272d7a6bdc
udp first connect needs to be counted as a connection too
16 years ago
Denis Ahrens
521cb31ad3
added the udp stats to the main stats
16 years ago