3
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
only sync when the peer is actually added to the first pool. this saves ca. 40% syncdata More... almost 17 years ago
Bugfix: API change missed in two points, when calling return_peers_for_torrent. is_tcp was replaced by FLAG_TCP or FLAG_UDP More... almost 17 years ago
Bugfix: overwrote bencoded data with udp reply data when sending an event=stopped More... almost 17 years ago
A new config file option to connect to tcp and udp at once has been added. Also some clarifications have been put into the sample config file. More... almost 17 years ago
Futher clean up config file documentation More... almost 17 years ago
Add some explanations about the implicite :6969 and the ancient tracker sync format More... almost 17 years ago
document the new config file feature. More... almost 17 years ago
Make ot_try_bind local again. More... almost 17 years ago
Live sync is now handled in its own thread. Therefore it now creates and handles its own sockets. More... almost 17 years ago
Make ot_try_bind local again. Also dont handle multi cast udp packets in opentracker.c, ot_livesync.c does it by itself. More... almost 17 years ago
Cosmetics More... almost 17 years ago
Add _DEBUG flag for debug builds. This flag enables some diagnostic messages. More... almost 17 years ago
Make scan_ip4_port API more sane, add debug output, be less tolerant when syntax checking command line options More... almost 17 years ago
Enabled debug output, fixed blessed ip permissions More... almost 17 years ago
white space in comment More... almost 17 years ago
added live sync code added a config file parser added tracker id changed WANT_CLOSED_TRACKER and WANT_BLACKLIST into WANT_ACCESS_WHITE and WANT_ACCESS_BLACK changed WANT_TRACKER_SYNC to WANT_SYNC_BATCH and added WANT_SYNC_LIVE added an option to switch off fullscrapes More... almost 17 years ago
Cleaning up Build time options. Also add ot_livesync.[ch] More... almost 17 years ago
Live syncing between multiple tracker instances via udp multicast. More... almost 17 years ago
Refine config syntax. Testing code... More... almost 17 years ago
Add a config file framework to opentracker More... almost 17 years ago
add missing include on linux More... almost 17 years ago
now checking for the correct connection-id we gave out More... almost 17 years ago
use a more reasonable compression level More... almost 17 years ago
send out the total downloaders for a announce response More... almost 17 years ago
Typo in Makefile, thanks to Steffen. More... over 17 years ago
Fix endianess issues, also obey number of peers requested in udp announces More... over 17 years ago
Embarrasing counter direction bug :) More... over 17 years ago
Forgot to #ifdef some code only interesting when doing live network logging. More... over 17 years ago
Introducing live busy network detection. More... over 17 years ago
sys/param.h needed under openbsd More... over 17 years ago