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
path:
root
/
ot_udp.c
Age
Commit message (
Expand
)
Author
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-04
added live sync code
erdgeist
2008-09-15
now checking for the correct connection-id we gave out
denis
2008-02-05
Fix endianess issues, also obey number of peers requested in udp announces
erdgeist
2008-01-17
Introducing live busy network detection.
erdgeist
2007-12-20
Introduce some kind of versioning
erdgeist
2007-12-15
too many wrong udp requests scroll too much :) disable logging for now
erdgeist
2007-12-15
more udp debugging
erdgeist
2007-12-15
Do not lock out well behaving clients
erdgeist
2007-12-15
more udp debugging
erdgeist
2007-12-15
Prepare udp connection id generation and checking
erdgeist
2007-12-03
Drop ot_{byte,word,dword} and use uint{8,16,32}_t, also simplify includes
erdgeist
2007-11-21
static bufs are not shared anymore, even if that means more memory.
erdgeist
2007-11-06
Missing newline warning, missing include fixed
erdgeist
2007-11-06
Have an own file handle udp requests.
erdgeist