3
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Aug 25, 2024 — Aug 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Makefile now builds each object on its own. Thus it can be build with -j2 and higher More... almost 18 years ago
Fixed a forgotten unlock and a messed up string pointer More... almost 18 years ago
Fixed ntohl include More... almost 18 years ago
Fixed warnings about newlines at end of file More... almost 18 years ago
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. More... almost 18 years ago
Rename source files in an ot_ fashion More... almost 18 years ago
Make to_hex thread safe. Get rid off old /24 counting code. Protect more bucket accesses by locks. More... almost 18 years ago
We do now use the tools for locking buckets in order to prepare MT code More... almost 18 years ago
Cleaned up stats return format. Also reflect APPI changes due to MT code in trackerlogic.{c,h} More... almost 18 years ago
Locks tested. Got the test routine wrong -> Fixed. More... almost 18 years ago
Introducing first tools to make opentracker multithreaded. More... almost 18 years ago
Introduce configuration dependent number of parameters in a nicer way More... almost 18 years ago
The last experiment failed. No more accept deferral More... almost 18 years ago
Trying to accept connections only when data has come in. This is an experiment. More... almost 18 years ago
Allow for more than one admin ip address More... almost 18 years ago
Add more full scrape stats More... almost 18 years ago
Reenabled syncing More... almost 18 years ago
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. More... almost 18 years ago
I accidently put space on the list of non-terminating characters... More... almost 18 years ago
some clients chose to accidently send negative numwants More... almost 18 years ago
Accept clients that forget to spell announce at all... More... almost 18 years ago
Be really relaxed now about what to accept in values... More... almost 18 years ago
Allow @ in values. This seems to fix some clients More... almost 18 years ago
Allow = in values. This seems to fix some clients More... almost 18 years ago
This uTorrent/1600 client requires some... measures :/ I dont like the workaround. More... almost 18 years ago
Now measure the time a clean_all_torrents takes More... almost 18 years ago
assume anything looking like GET /a to be an announce... More... almost 18 years ago
Last fix was not enough to get rid off those 1600er buggers. More... almost 18 years ago
Work around the stupid utorrent 1600 bug. That'll be removed after a while. More... almost 18 years ago
Now the Holzhammer: GET /an is announce, GET /sc is scrape. Period. More... almost 18 years ago