Dirk Engling
8a870f3d0a
Add spotting woodpeckers, thanks to Vasya P. again
2009-09-02 02:18:33 +00:00
Dirk Engling
6e6aa95d4a
Temporary feature: log amount of numwants. See if we can save traffic if we reduce max numwant to something less than 200
2009-08-30 17:57:54 +00:00
Dirk Engling
cf3ce3525e
Add some subnet debugging features
2009-08-26 21:23:26 +00:00
Dirk Engling
87b156262d
include overall completed count in stats
2009-03-24 16:55:28 +00:00
Dirk Engling
aa6467cc21
Re-implement logging busy networks to handle v6 API.
...
Implement a state dump for later reparsing.
2009-03-12 18:47:02 +00:00
Dirk Engling
50301645a4
Add a everything stats page. So you won't have to remember what all those switches were.
...
Remove the prepared Add/Remove-Torrent count until we implement it.
Remove the start/stop count until we implement it.
2009-03-04 15:33:44 +00:00
Dirk Engling
0987307ea3
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 default handler for the second SIGINT
2009-01-15 23:01:36 +00:00
Dirk Engling
6337649b08
V6
2009-01-13 22:41:16 +00:00
Dirk Engling
49ec59cbbe
* opentracker now drops permissions in correct order and really chroots() if ran as root
...
* 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.
2009-01-02 08:57:49 +00:00
Denis Ahrens
8614b83456
stats fuer sync
2008-12-03 20:36:16 +00:00
Dirk Engling
c0dab929ab
The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version.
2008-11-28 22:21:09 +00:00
Dirk Engling
c8daa7bf86
Add stats about when peers renew their announces.
2008-11-03 01:26:37 +00:00
Dirk Engling
7dcd727ce6
Whitespace fixes
2008-10-28 01:27:21 +00:00
Dirk Engling
6e77c03281
Tidy up stats task.
2008-10-24 00:03:18 +00:00
Dirk Engling
a7c47dce53
Introducing live busy network detection.
2008-01-17 10:46:25 +00:00
Dirk Engling
f57eb9661c
Enable revision watching from the internet
2007-12-20 06:04:15 +00:00
Dirk Engling
e767fae72a
Introduce some kind of versioning
2007-12-20 05:59:34 +00:00
Denis Ahrens
bc104ff4d5
add support for more stats:
...
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-14 22:01:13 +00:00
Denis Ahrens
c05e406d9a
add mrtgstyle stats for number of torrents
2007-12-08 18:47:16 +00:00
Dirk Engling
168f9f504c
Count invalid requests
2007-12-04 23:57:29 +00:00
Dirk Engling
8482c40226
Simplify includes, add new STATS code for scrapes
2007-12-03 01:00:58 +00:00
Denis Ahrens
bfe37ff99b
add scrape stats and small correction to udp stats
2007-12-02 03:58:36 +00:00
Dirk Engling
00809d596f
Introducing compression task flags
2007-11-22 04:38:25 +00:00
Dirk Engling
bc22920516
Split sync in and sync out into different tasks
2007-11-21 01:54:52 +00:00
Dirk Engling
032224f150
Cleanup now moved to its own thread, too
2007-11-19 21:10:53 +00:00
Dirk Engling
92f22d78fa
Stats are tasks now, they also come in classes.
2007-11-18 16:46:01 +00:00
Dirk Engling
adac3bb2ab
Introducing the workqueue
2007-11-14 12:59:58 +00:00
Dirk Engling
fed78043a6
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 and not considered stable.
2007-11-06 11:58:12 +00:00
Dirk Engling
3205a1733c
Rename source files in an ot_ fashion
2007-11-06 10:41:14 +00:00