1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-12 07:50:52 +00:00
Commit Graph

37 Commits

Author SHA1 Message Date
Dirk Engling
7c633c259e clang-format 2024-04-15 00:39:02 +02:00
Dirk Engling
1a70d9f9ef First shot on chunked transfers 2024-04-13 00:47:29 +02:00
Dirk Engling
524d78d6c7 constify 2024-04-05 16:30:02 +02:00
Dirk Engling
2afc4893bf Prepare opentracker for dual stack capabilities 2024-04-03 22:25:30 +02:00
Dirk Engling
be825f5759 Add support for dynamic accesslists 2022-11-24 04:20:06 +01:00
Dirk Engling
d1e6e4486c incorporate a more verbose ascii dump, provided by Tom <tom@foscore.com> 2017-04-28 15:42:17 +02:00
Dirk Engling
d4598cc930 Get rid of some warnings regarding header guards 2017-04-28 15:41:24 +02:00
erdgeist
05e0de1a5f Add a top100 for most popular torrents 2012-05-18 05:16:57 +00:00
erdgeist
0bf88427c6 Add spotting woodpeckers, thanks to Vasya P. again 2009-09-02 02:18:36 +00:00
erdgeist
4c4303a156 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
erdgeist
6073127ad0 Add some subnet debugging features 2009-08-26 21:23:26 +00:00
erdgeist
91f5fa20a7 include overall completed count in stats 2009-03-24 16:55:28 +00:00
erdgeist
eec51a872c Re-implement logging busy networks to handle v6 API.
Implement a state dump for later reparsing.
2009-03-12 18:47:02 +00:00
erdgeist
255ac58971 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
erdgeist
66c906d5d3 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
erdgeist
131211b4da V6 2009-01-13 22:41:17 +00:00
erdgeist
2df09905f5 * 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:53 +00:00
denis
bfbb5ecb44 stats fuer sync 2008-12-03 20:36:16 +00:00
erdgeist
334c6e4bbb 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:10 +00:00
erdgeist
bb1c5d2805 Add stats about when peers renew their announces. 2008-11-03 01:26:38 +00:00
erdgeist
daaee855b2 Whitespace fixes 2008-10-28 01:27:22 +00:00
erdgeist
80fd4dc738 Tidy up stats task. 2008-10-24 00:03:18 +00:00
erdgeist
408c5f98ed Introducing live busy network detection. 2008-01-17 10:46:25 +00:00
erdgeist
57387588ed Enable revision watching from the internet 2007-12-20 06:04:15 +00:00
erdgeist
c28cf398fd Introduce some kind of versioning 2007-12-20 05:59:34 +00:00
denis
65c3b24045 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:14 +00:00
denis
19cc9ba882 add mrtgstyle stats for number of torrents 2007-12-08 18:47:16 +00:00
erdgeist
31d876d53d Count invalid requests 2007-12-04 23:57:29 +00:00
erdgeist
ec5421cec1 Simplify includes, add new STATS code for scrapes 2007-12-03 01:00:58 +00:00
denis
0a1cc18358 add scrape stats and small correction to udp stats 2007-12-02 03:58:36 +00:00
erdgeist
4bf12406fb Introducing compression task flags 2007-11-22 04:38:25 +00:00
erdgeist
e65a41d000 Split sync in and sync out into different tasks 2007-11-21 01:54:52 +00:00
erdgeist
49ba269b9d Cleanup now moved to its own thread, too 2007-11-19 21:10:53 +00:00
erdgeist
44a674c9df Stats are tasks now, they also come in classes. 2007-11-18 16:46:01 +00:00
erdgeist
cf26f2ab23 Introducing the workqueue 2007-11-14 12:59:58 +00:00
erdgeist
8900cc0dd9 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:32 +00:00
erdgeist
5749f1d8fe Rename source files in an ot_ fashion 2007-11-06 10:41:14 +00:00