3
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add functionality to distribute udp to several workers More... over 13 years ago
undo last change, it did not work well More... over 13 years ago
fix tiny issue More... over 13 years ago
fix prototype More... over 13 years ago
Try to act upon all udp packets at once More... over 13 years ago
silenced some clang warnings More... almost 14 years ago
Open syslog connection before dropping privileges More... over 14 years ago
Prevent infinite loop if whitelist ends in several returns More... almost 15 years ago
Chomp all trailing space characters, including new lines, when parsing the config file More... about 15 years ago
Load state only after initialising all structs. Thanks to Michael S. Combs for pointing out the buf More... about 15 years ago
Stop sending tracker id with every packet More... about 15 years ago
Don't only walk through outgoing connections to search for connected peers More... about 15 years ago
Address reconnecting issues More... about 15 years ago
Fixed sync loss bug More... about 15 years ago
Looking into pointer arithmetics issue More... about 15 years ago
tidy up peer count parser code More... about 15 years ago
Fix encoding of peer count in proxy sync packet More... about 15 years ago
enable proxy.debug target More... about 15 years ago
Tidy up sync proxy code More... about 15 years ago
Reset http request input array on error case More... about 15 years ago
the keep-alive loop must not run, if no keep alive is configured or requested for connection More... about 15 years ago
We have been too overly cautious not to read beyond the boundary. More... about 15 years ago
Make whitelist parser more robust against comments. I assumed perfectly arranged white lists until now More... over 15 years ago
** struct ot_workstruct gets ritcher (and will become even ritcher soon). This is where we encapsulate all per-request data from peer to hash to peer_id, so that it is available everywhere without passing hundreds of pointers down the stack. Most functions that do work down the stack now accept an ot_workstruct and some flags. So it can end up in the stats/event-handler where it will be the default parameter in the future. More... over 15 years ago
Get rid of SYNC_SCRAPE madness. It's overkill and no one uses it. More... over 15 years ago
Fix white spaces More... over 15 years ago
Add our own time stamps to the completed logs. More... over 15 years ago
Make opentracker's user runtime configurable. Also add more debug output to aid finding problems. More... over 15 years ago
Fix segfault in stats?mode=everything, an additional errorcode was not commited to ot_stats More... over 15 years ago
Only chroot if -d option or tracker.rootdir are set More... over 15 years ago