openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
O
opentracker
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 6 hours
ago. based on code collected
about 6 hours
ago.
Aug 23, 2024 — Aug 23, 2025
Showing page 13 of 20
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
now accept more classes of announce fuckups
erdgeist
More...
almost 18 years ago
Just one more typo
erdgeist
More...
almost 18 years ago
Work around more typos that might end up in torrent files as announce urls
erdgeist
More...
almost 18 years ago
Debug code sometimes copied too much data
erdgeist
More...
almost 18 years ago
Fixed one leak from struct_http
erdgeist
More...
almost 18 years ago
Be even more stupidistas-tolerant
erdgeist
More...
almost 18 years ago
Fix debug output
erdgeist
More...
almost 18 years ago
Enable _DEBUG_HTTPERROR to avoid warning...
erdgeist
More...
almost 18 years ago
Include time since startup in full scrape debug output
erdgeist
More...
almost 18 years ago
Now limit full scrape to requests sending exactly "GET /scrape HTTP/"
erdgeist
More...
almost 18 years ago
Introducing multiscrape
erdgeist
More...
almost 18 years ago
Prevent url-decoding for debug by using a temp buffer
erdgeist
More...
almost 18 years ago
Those stupid "announce ?info_hash" torrents get really annoying. Fix it in announce and scrape.
erdgeist
More...
almost 18 years ago
be more verbose about what full scrape consumers deliver in their http requests
erdgeist
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.
erdgeist
More...
almost 18 years ago
Remove an unused variable
erdgeist
More...
almost 18 years ago
Release exactly all unused bytes in mmap allocation.
erdgeist
More...
almost 18 years ago
give opentracker the missing header file
erdgeist
More...
almost 18 years ago
Must not dealloc mmaped buffers with free()
erdgeist
More...
almost 18 years ago
Fix misunderstandig of what libowfat thinks are seconds and what I did...
erdgeist
More...
almost 18 years ago
Increase check interval for timeouted sockets to 10 seconds. That may prevent some disrupted scrapes.
erdgeist
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.
erdgeist
More...
almost 18 years ago
Cannot access members after they are freed :/
erdgeist
More...
almost 18 years ago
Save a lot of work when skipping through uninteresting http request parameters
erdgeist
More...
almost 18 years ago
Make fromhex() even faster
erdgeist
More...
almost 18 years ago
fixed one performance bug, where "skipping values from a ¶m=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
erdgeist
More...
almost 18 years ago
Increase send timeout. Also use an own variable for that.
erdgeist
More...
almost 18 years ago
Increase send timeout. Also use an own variable for that.
erdgeist
More...
almost 18 years ago
io_timeout is absolute, not relative :/
erdgeist
More...
almost 18 years ago
Free iobatches on timeout
erdgeist
More...
almost 18 years ago
←
1
2
…
9
10
11
12
13
14
15
16
17
18
19
20
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree