3
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Aug 29, 2024 — Aug 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
HEADS UP: you need to check out the latest libowfat! Huge allocations are now taken from mmap()ed regions, not from heap anymore More... almost 18 years ago
Sockets we write to now do also timeout More... almost 18 years ago
Fixed 24h clean bug. Allocate less memory for full scrape. Free torrents without any downloaders immediately. More... almost 18 years ago
Exclude empty torrents from full scrape, also try to shrink full scrape buffer after it is full More... almost 18 years ago
fixed line breaks in log More... almost 18 years ago
Log all expansive operations to stderr More... almost 18 years ago
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 More... almost 18 years ago
since gettimeofday is rather expansive, we do only fetch time once in a 5 second period, when we are delivered a SIGALRM. More... almost 18 years ago
make 64bit safe More... almost 18 years ago
There is a pool leak somewhere... try to find it More... almost 18 years ago
fixed some stat output More... almost 18 years ago
Two more bugs in Makefile. Maybe I learn it one day More... almost 18 years ago
Revert debug option in Makefile More... almost 18 years ago
Makefile now runs under bsdmake and gnumake again More... almost 18 years ago
New stats for s24s code, this is debug, do not use in real world More... almost 18 years ago
fixed a small bug with 0 torrents and a cosmetical one More... almost 18 years ago
Makefile defaults to an _open_ tracker again. More... almost 18 years ago
An announce with event=stopped now returns correct number of leechers and seeders. In TCP and UDP. More... almost 18 years ago
Fixed the inverse interpretation of black/white listing More... about 18 years ago
Added whitelisting to reimplement the WANT_CLOSED_TRACKER functionality More... about 18 years ago
Under Linux one gets SIG_ALRMs from time to time when using epoll. Ignore those. More... about 18 years ago
Sort of addressed a concorrency issue when receiving mutliple SIG_HUPs More... about 18 years ago
off by -1... or so, strange error class More... about 18 years ago
Fix endianess issue in /24 stats code More... about 18 years ago
some subnet stats... still ugly and untested. More... about 18 years ago
* 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 More... about 18 years ago
Clean up pw-structs More... about 18 years ago
add comment for udp spec location More... about 18 years ago
check for mafic udp id More... about 18 years ago
need more space for data because we reach this limit easily now More... over 18 years ago