Dirk Engling
87b156262d
include overall completed count in stats
13 years ago
Dirk Engling
aa6467cc21
Re-implement logging busy networks to handle v6 API.
...
Implement a state dump for later reparsing.
13 years ago
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.
14 years ago
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
14 years ago
Dirk Engling
6337649b08
V6
14 years ago
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.
14 years ago
Denis Ahrens
8614b83456
stats fuer sync
14 years ago
Dirk Engling
c0dab929ab
The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version.
14 years ago
Dirk Engling
c8daa7bf86
Add stats about when peers renew their announces.
14 years ago
Dirk Engling
7dcd727ce6
Whitespace fixes
14 years ago
Dirk Engling
6e77c03281
Tidy up stats task.
14 years ago
Dirk Engling
a7c47dce53
Introducing live busy network detection.
15 years ago
Dirk Engling
f57eb9661c
Enable revision watching from the internet
15 years ago
Dirk Engling
e767fae72a
Introduce some kind of versioning
15 years ago
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
15 years ago
Denis Ahrens
c05e406d9a
add mrtgstyle stats for number of torrents
15 years ago
Dirk Engling
168f9f504c
Count invalid requests
15 years ago
Dirk Engling
8482c40226
Simplify includes, add new STATS code for scrapes
15 years ago
Denis Ahrens
bfe37ff99b
add scrape stats and small correction to udp stats
15 years ago
Dirk Engling
00809d596f
Introducing compression task flags
15 years ago
Dirk Engling
bc22920516
Split sync in and sync out into different tasks
15 years ago
Dirk Engling
032224f150
Cleanup now moved to its own thread, too
15 years ago
Dirk Engling
92f22d78fa
Stats are tasks now, they also come in classes.
15 years ago
Dirk Engling
adac3bb2ab
Introducing the workqueue
15 years ago
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.
15 years ago
Dirk Engling
3205a1733c
Rename source files in an ot_ fashion
15 years ago
Dirk Engling
aa25c390dd
Introducing first tools to make opentracker multithreaded.
15 years ago