Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-15 | Add comments, rename our struct http_data h to cookie, all clientsockets to sock, all size_t from socket_recvs to byte_count. Make signal handler set ↵ | erdgeist | |
default handler for the second SIGINT | |||
2009-01-13 | V6 | erdgeist | |
2009-01-02 | * opentracker now drops permissions in correct order and really chroots() if ran as root | erdgeist | |
* lock passing between add_peer_to_torrent and return_peers_for_torrent is now avoided by providing a more general add_peer_to_torrent_and_return_peers function that can be used with NULL parameters to not return any peers (in sync case) * in order to keep a fast overview how many torrents opentracker maintains, every mutex_bucket_unlock operation expects an additional integer parameter that tells ot_mutex.c how many torrents have been added or removed. A function mutex_get_torrent_count has been introduced. | |||
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-11-03 | Add stats about when peers renew their announces. | erdgeist | |
2008-10-28 | Whitespace fixes | erdgeist | |
2008-10-24 | Tidy up stats task. | erdgeist | |
2008-01-17 | Introducing live busy network detection. | erdgeist | |
2007-12-20 | Enable revision watching from the internet | erdgeist | |
2007-12-20 | Introduce some kind of versioning | erdgeist | |
2007-12-14 | add support for more stats: | denis | |
1. stats for added and removed torrents 2. stats for start and stopped events from peers this should help to detect DoS attacks and is useful for profiling | |||
2007-12-08 | add mrtgstyle stats for number of torrents | denis | |
2007-12-04 | Count invalid requests | erdgeist | |
2007-12-03 | Simplify includes, add new STATS code for scrapes | erdgeist | |
2007-12-02 | add scrape stats and small correction to udp stats | denis | |
2007-11-22 | Introducing compression task flags | erdgeist | |
2007-11-21 | Split sync in and sync out into different tasks | erdgeist | |
2007-11-19 | Cleanup now moved to its own thread, too | erdgeist | |
2007-11-18 | Stats are tasks now, they also come in classes. | erdgeist | |
2007-11-14 | Introducing the workqueue | erdgeist | |
2007-11-06 | No one can get access to buckets now without locking them. Also split up the trackerlogic.c-monster in functional sub-units. HEADS UP: this code is untested ↵ | erdgeist | |
and not considered stable. | |||
2007-11-06 | Rename source files in an ot_ fashion | erdgeist | |