]> git.ipfire.org Git - thirdparty/opentracker.git/shortlog
thirdparty/opentracker.git
7 days ago  Dirk EnglingClean up top100 stats code master
7 days ago  Dirk Englingturn all int offsets into size_t
2025-04-25  Dirk EnglingDo not ignore return value of iob_init_autofree
2025-04-25  Dirk EnglingSilence warning about using a pointer after realloc...
2024-06-22  Dirk Englingaddress linter warnings. Thanks to gagath@debian.org
2024-05-10  Dirk EnglingInitialise top leechers vector
2024-05-10  Dirk EnglingAdd top100 torrents by leechers to the list
2024-04-21  Dirk EnglingDisable forced gzip by default
2024-04-21  Dirk EnglingGroup feature options that need additional compiler...
2024-04-21  Dirk EnglingMove _GNU_SOURCE declaration further to the top, so...
2024-04-18  Dirk EnglingBetter point out what options can be given multiple...
2024-04-18  Dirk Englingadd example for option that may be given more than...
2024-04-18  Dirk Englingfurther fixes to the man page
2024-04-18  Dirk EnglingAdd missing config option
2024-04-18  Dirk EnglingSpelling in sample config
2024-04-18  Dirk EnglingAdd man page for the config file
2024-04-18  Dirk EnglingSome fixes to the man page
2024-04-18  Dirk EnglingAdd first draft of a man page
2024-04-18  Dirk EnglingAdd support for zstd
2024-04-18  Dirk EnglingOnly have huge downloads (aka chunked) be application...
2024-04-17  Dirk EnglingLet our fullscrapes have a binary content-type
2024-04-17  Dirk Englingchrome does not accept chunked gzip encoding for http...
2024-04-16  Dirk EnglingRemove CVS version tags, they did not work anymore...
2024-04-15  Dirk EnglingInstall default signal handlers before spawning first...
2024-04-15  Dirk EnglingdeflatePending ist not available everywhere. Just treat...
2024-04-15  Dirk Englingtime_caching_worker never returns, but if it would...
2024-04-15  Dirk Englingdefine _GNU_SOURCE to silence warning about asprintf
2024-04-15  Dirk EnglingUse bzero instead of the new iob_init for older libowfats
2024-04-15  Dirk Englingfix: git version string is not yet available
2024-04-15  Dirk EnglingRemove warning
2024-04-15  Dirk EnglingAllow the use of iob_init if the new libowfat is not...
2024-04-14  Dirk Englingclang-format
2024-04-14  Dirk Englingclang-format
2024-04-14  Dirk Englingclang-format
2024-04-14  Dirk EnglingFormatter description
2024-04-14  Dirk EnglingSpelling
2024-04-14  Dirk Englingprint when RANDOMTORRENTS were created (fix)
2024-04-14  Dirk Englingprint when RANDOMTORRENTS were created
2024-04-14  Dirk Englingprint when RANDOMTORRENTS were created
2024-04-14  Dirk EnglingMake the amount of random torrents a tunable
2024-04-14  Dirk EnglingSilence warning in debug code
2024-04-14  Dirk Englinggzip fullscrapes by default now
2024-04-14  Dirk EnglingRevert b8ee3dfec11d1c66bee614bfab171ada9fc2bb78
2024-04-14  Dirk Englingremove debug fprintfs used to catch a bug
2024-04-14  Dirk EnglingUse the HELPLINE macro for help lines
2024-04-14  Dirk EnglingCall io_dontwantread only once on a socket
2024-04-13  Dirk EnglingMerge branch 'chunked-transfers' of erdgeist.org:opentr...
2024-04-13  Dirk EnglingCancel chunked transfers on dead sockets, too
2024-04-13  Dirk Englingwhite space
2024-04-13  Dirk EnglingInitialise io_batches with their appropiate init function
2024-04-13  Dirk EnglingRemove unused macro
2024-04-13  Dirk EnglingUse asprintf to allocate header instead of fixed array
2024-04-13  Dirk EnglingFix type warnings in debug strings
2024-04-13  Dirk EnglingAdd proper parsing for the gzip content encoding
2024-04-13  Dirk EnglingMake chunked transfers use gzip also
2024-04-13  Dirk EnglingAllow opentracker to start with a random set of torrent...
2024-04-13  Dirk EnglingBetter track current iobatch
2024-04-12  Dirk EnglingFirst shot on chunked transfers
2024-04-12  Dirk EnglingStart an extra thread to update timer cache. Using...
2024-04-09  Dirk EnglingReserve enough memory to hold all peer timeout buckets
2024-04-09  Dirk Englingwhite space
2024-04-09  Dirk EnglingOnly query torrents if we actually found one
2024-04-07  Dirk Englingreport full peer and seed count for both address families
2024-04-06  Dirk EnglingSilence warning on older compilers
2024-04-06  Dirk EnglingWhitespace fix
2024-04-06  Dirk EnglingNumber of reported removed peers was too high, correct...
2024-04-06  Dirk Englingif copying seeders from behind, use compare_size to...
2024-04-06  Dirk EnglingReturn peer from both address families on announce
2024-04-05  Dirk EnglingAvoid incompatible pointer type warning
2024-04-05  Dirk EnglingAdd stddef header
2024-04-05  Dirk EnglingImprove example for proxy network addresses
2024-04-05  Dirk Englingminor cleanups. Breaks proxy.c
2024-04-05  Dirk Englingconstify
2024-04-05  Dirk EnglingIgnore object files
2024-04-05  Dirk EnglingMerge branch 'dualstack-opentracker' of erdgeist.org...
2024-04-05  Dirk EnglingEnable live syncing v6 peers
2024-04-04  Dirk Englinggcc is no longer default cc
2024-04-04  Dirk Engling-pthread needs to be in CFLAGS
2024-04-04  Dirk Engling-pthread is the only necessary linker option for pthrea...
2024-04-03  Dirk EnglingBind dual stack by default
2024-04-03  Dirk EnglingAllow binding to v4 and v6 addresses always
2024-04-03  Dirk EnglingPrepare opentracker for dual stack capabilities
2024-04-01  Dirk EnglingMove further towards dual stack capable opentracker...
2024-03-31  Dirk EnglingClean up pointer to task object
2024-03-31  Dirk EnglingTidy up v6 handler
2024-03-31  Dirk EnglingPrevent proxied ips of the wrong flavour to poison...
2024-03-29  Dirk EnglingLimit ipv6 udp replies to an amount that does not creat...
2024-03-29  Dirk Englingmask bits to be checked in ot_net
2024-03-29  Dirk EnglingDont take address of address
2024-03-29  Dirk EnglingAllow networks to be used instead of ip addresses when...
2024-03-10  Dirk EnglingAdd docs about reverse proxies
2024-03-09  Dirk EnglingSome clients have added the /stats URL as /announce...
2024-03-08  Dirk EnglingFix tasklist iterators erdgeist-fix-tasklists
2024-03-07  Dirk EnglingMerge branch 'master' into erdgeist-fix-top10-stats
2024-03-07  Dirk Englinghandle -1 length reads properly
2024-03-07  Dirk EnglingRemember hash and not torrent pointer for use after...
2023-02-22  Dirk EnglingAdd error if WANT_DYNAMIC_ACCESSLIST is enabled without... dynamic-accesslists
2022-11-24  Dirk EnglingAdd atomicity qualifier
2022-11-24  Dirk EnglingClean accesslists every five minutes
2022-11-24  Dirk EnglingAdd support for dynamic accesslists
next