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_livesync.c
Age
Commit message (
Expand
)
Author
2014-10-07
Protect static data by mutex
erdgeist
2010-04-22
** struct ot_workstruct gets ritcher (and will become even ritcher soon).
erdgeist
2009-02-20
Formatting
erdgeist
2009-02-03
make live sync aware of v6 mapped v4 addresses
erdgeist
2009-02-03
Read action codes from correct location and tell ot_stats the correct number of incoming peers.
erdgeist
2009-02-03
decrease the udp multicast packetsize so it fits into one ether frame
denis
2009-01-13
V6
erdgeist
2009-01-05
* http and udp routines now use thread local buffers passed in workstruct containers. In other words they do not use static_buffer anymore and are considered...
erdgeist
2009-01-02
* opentracker now drops permissions in correct order and really chroots() if ran as root
erdgeist
2008-12-07
Fix: auto increment in += is not a post increment...
erdgeist
2008-12-07
Handle program end more politely
erdgeist
2008-12-06
Renamed OT_FLAG to OT_PEERFLAG to make code easier to read
erdgeist
2008-12-03
stats fuer sync
denis
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-10-28
Whitespace fixes
erdgeist
2008-10-07
Reverting last commit. Debug effect not seen.
erdgeist
2008-10-07
allow threads to be named. not posix compliant.
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-03
Live syncing between multiple tracker instances via udp multicast.
erdgeist