59c1c30107Initialise top leechers vector
Dirk Engling
2024-05-10 16:31:42 +0200
37f5b2403bAdd top100 torrents by leechers to the list
Dirk Engling
2024-05-10 15:41:52 +0200
2c88c7b65aDisable forced gzip by default
Dirk Engling
2024-04-21 15:52:30 +0200
8b11bc6653Group feature options that need additional compiler flags in Makefiles, so they can be enable together
Dirk Engling
2024-04-21 15:36:36 +0200
e8d385f176Move _GNU_SOURCE declaration further to the top, so recursive inclusion of stdio does not ignore the macro
Dirk Engling
2024-04-21 14:58:42 +0200
492da4a57eBetter point out what options can be given multiple times
Dirk Engling
2024-04-18 18:07:35 +0200
9a4710c2a4add example for option that may be given more than once
Dirk Engling
2024-04-18 18:05:29 +0200
e5e1a54da3further fixes to the man page
Dirk Engling
2024-04-18 18:03:58 +0200
22fbcf5647Spelling in sample config
Dirk Engling
2024-04-18 17:54:27 +0200
398c5fe1b6Add man page for the config file
Dirk Engling
2024-04-18 17:52:18 +0200
b01f1a0723Some fixes to the man page
Dirk Engling
2024-04-18 17:39:51 +0200
dcc47f9612Add first draft of a man page
Dirk Engling
2024-04-18 16:40:29 +0200
33bd2c9094Add support for zstd
Dirk Engling
2024-04-18 14:54:34 +0200
160ba08074Only have huge downloads (aka chunked) be application/octet-stream
Dirk Engling
2024-04-18 14:50:51 +0200
b56e648b5eLet our fullscrapes have a binary content-type
Dirk Engling
2024-04-17 21:34:20 +0200
ff03fd7449chrome does not accept chunked gzip encoding for http/1.0 protocol version
Dirk Engling
2024-04-17 15:03:14 +0200
d3985b00b5Remove CVS version tags, they did not work anymore after moving to git
Dirk Engling
2024-04-16 16:18:53 +0200
8fd8a54c4eInstall default signal handlers before spawning first thread
Dirk Engling
2024-04-15 23:08:16 +0200
62807ad205deflatePending ist not available everywhere. Just treat the (very rare) case of some data being left over like all other reallocatables
Dirk Engling
2024-04-15 17:58:34 +0200
806a6b99cftime_caching_worker never returns, but if it would, it should return a value
Dirk Engling
2024-04-15 17:34:06 +0200
a6c4766348define _GNU_SOURCE to silence warning about asprintf
Dirk Engling
2024-04-15 16:44:07 +0200
a4161f911fUse bzero instead of the new iob_init for older libowfats
Dirk Engling
2024-04-15 16:38:37 +0200
e0cd3b1831fix: git version string is not yet available
Dirk Engling
2024-04-15 15:26:15 +0200
eb8834f778Move further towards dual stack capable opentracker, name more constants
Dirk Engling
2024-04-01 23:00:34 +0200
9275eb3f82Clean up pointer to task object
Dirk Engling
2024-04-01 00:52:34 +0200
73e839f5ffTidy up v6 handler
Dirk Engling
2024-04-01 00:48:09 +0200
aca3ee0ac8Prevent proxied ips of the wrong flavour to poison our clients
Dirk Engling
2024-03-31 13:36:26 +0200
5b98dcf3a3Limit ipv6 udp replies to an amount that does not create too large UDP packets. Credits to anonymous donor
Dirk Engling
2024-03-30 00:34:28 +0100
a3251ffac7mask bits to be checked in ot_net
Dirk Engling
2024-03-29 03:58:23 +0100
5805fe5f86Dont take address of address
Dirk Engling
2024-03-29 03:44:31 +0100
543ab73017Allow networks to be used instead of ip addresses when blessing is involved
Dirk Engling
2024-03-29 03:30:13 +0100
ede702c7ffAdd docs about reverse proxies
Dirk Engling
2024-03-10 14:45:31 +0100
6604d65779Some clients have added the /stats URL as /announce URL and cause a lot of expensive operations. Prevent that
Dirk Engling
2024-03-09 23:58:41 +0100