index
:
opentracker
dynamic-accesslists
erdgeist-fix-tasklists
master
An open and free bittorrent tracker
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2008-12-05
Add specialized vector functions to handle peers in sorted lists
erdgeist
Assume that compare_size is a mulptiple of 4 in all non-specialized cases and load int32_t to compare.
2008-12-05
Let's give a damn about syntactical correctness of peer's http strings. It's too expensive on both sides to check and to reject.
erdgeist
2008-12-03
Now enforce that peers do not come back before our interval by giving out a 'min interval' in responses.
erdgeist
2008-12-03
printf is buffered, write not. Use printf for all.
erdgeist
2008-12-03
fix size of 0 issue
erdgeist
2008-12-03
Add debug code to spot peers that come back too early
erdgeist
2008-12-03
Add debug code to store peer id
erdgeist
2008-12-03
New peer flag to see, whether peer came from announce or sync
erdgeist
2008-12-03
Aid spotting bad clients...
erdgeist
2008-12-03
stats fuer sync
denis
2008-12-01
Live Sync for peers that do not come back too early.
erdgeist
2008-11-28
The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version.
erdgeist
2008-11-03
Bugfix: Number of Pools << Number of Buckets
erdgeist
2008-11-03
Try to use much less memory and hope for speedups
erdgeist
2008-11-03
Spread the amount of time spent in cleanup about 2 minutes
erdgeist
2008-11-03
Add stats about when peers renew their announces.
erdgeist
2008-11-03
Never let vectors shrink below their minimal capacity
erdgeist
2008-11-03
Formatting
erdgeist
2008-11-03
Add stats about when peers renew their announces.
erdgeist
2008-10-28
Whitespace fixes
erdgeist
2008-10-28
fixed typo
denis
2008-10-28
Fix stats parse code to allow modes with more than 4 characters. Wir wurden ja langsam zum Gespoett der Leute.
erdgeist
2008-10-28
First vector has size 1, not 0 in debug vector
erdgeist
2008-10-26
Fix: blacklist and whitelist config option parsing code was the wrong way
erdgeist
2008-10-24
Document WANT_RESTRICT_STATS in sample config file
erdgeist
2008-10-24
Enable stats restricting config file option
erdgeist
2008-10-24
Tidy up stats task.
erdgeist
2008-10-24
Move more complicated stats code to its own thread
erdgeist
2008-10-24
Introduce vector debuggin code and stats restriction options
erdgeist
2008-10-23
Add code to debug vector code performance.
erdgeist
2008-10-22
fixed the length
denis
2008-10-17
release pools only after all other services have been stopped.
erdgeist
2008-10-17
Fix debug output for addresses >127
erdgeist
2008-10-07
Reverting last commit. Debug effect not seen.
erdgeist
2008-10-07
Add config option for naming threads
erdgeist
2008-10-07
allow threads to be named. not posix compliant.
erdgeist
2008-10-07
only sync when the peer is actually added to the first pool. this saves ca. 40% syncdata
denis
2008-10-06
Bugfix: API change missed in two points, when calling return_peers_for_torrent. is_tcp was replaced by FLAG_TCP or FLAG_UDP
erdgeist
2008-10-06
Bugfix: overwrote bencoded data with udp reply data when sending an event=stopped
erdgeist
2008-10-06
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.
erdgeist
2008-10-06
Futher clean up config file documentation
erdgeist
2008-10-06
Add some explanations about the implicite :6969 and the ancient tracker sync format
erdgeist
2008-10-06
document the new config file feature.
erdgeist
2008-10-06
Make ot_try_bind local again.
erdgeist
2008-10-06
Live sync is now handled in its own thread. Therefore it now creates and handles its own sockets.
erdgeist
2008-10-06
Make ot_try_bind local again. Also dont handle multi cast udp packets in opentracker.c, ot_livesync.c does it by itself.
erdgeist
2008-10-06
Cosmetics
erdgeist
2008-10-05
Add _DEBUG flag for debug builds. This flag enables some diagnostic messages.
erdgeist
2008-10-05
Make scan_ip4_port API more sane, add debug output, be less tolerant when syntax checking command line options
erdgeist
2008-10-05
Enabled debug output, fixed blessed ip permissions
erdgeist
[prev]
[next]