3
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
now accept more classes of announce fuckups More... almost 18 years ago
Just one more typo More... almost 18 years ago
Work around more typos that might end up in torrent files as announce urls More... almost 18 years ago
Debug code sometimes copied too much data More... almost 18 years ago
Fixed one leak from struct_http More... almost 18 years ago
Be even more stupidistas-tolerant More... almost 18 years ago
Fix debug output More... almost 18 years ago
Enable _DEBUG_HTTPERROR to avoid warning... More... almost 18 years ago
Include time since startup in full scrape debug output More... almost 18 years ago
Now limit full scrape to requests sending exactly "GET /scrape HTTP/" More... almost 18 years ago
Introducing multiscrape More... almost 18 years ago
Prevent url-decoding for debug by using a temp buffer More... almost 18 years ago
Those stupid "announce ?info_hash" torrents get really annoying. Fix it in announce and scrape. More... almost 18 years ago
be more verbose about what full scrape consumers deliver in their http requests More... almost 18 years ago
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. More... almost 18 years ago
Remove an unused variable More... almost 18 years ago
Release exactly all unused bytes in mmap allocation. More... almost 18 years ago
give opentracker the missing header file More... almost 18 years ago
Must not dealloc mmaped buffers with free() More... almost 18 years ago
Fix misunderstandig of what libowfat thinks are seconds and what I did... More... almost 18 years ago
Increase check interval for timeouted sockets to 10 seconds. That may prevent some disrupted scrapes. More... almost 18 years ago
Since array and io_batch are in a union, and we also have time-outing writable sockets, we need to mark, which of the union is used. Also remove the blessed flag from struct http, since its rarely used and can be done in a seperate memcmp. More... almost 18 years ago
Cannot access members after they are freed :/ More... almost 18 years ago
Save a lot of work when skipping through uninteresting http request parameters More... almost 18 years ago
Make fromhex() even faster More... almost 18 years ago
fixed one performance bug, where "skipping values from a &param=values pair" was requested, the requestor ended up with "values" to be parsed again. improved performance of fromhex improved performance of is_unreserved() by moving it all into a simple byte array improved performance of %41 => 'A' conversion by reordering variables More... almost 18 years ago
Increase send timeout. Also use an own variable for that. More... almost 18 years ago
Increase send timeout. Also use an own variable for that. More... almost 18 years ago
io_timeout is absolute, not relative :/ More... almost 18 years ago
Free iobatches on timeout More... almost 18 years ago