summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
8 daysDisable forced gzip by defaultHEADmasterDirk Engling
8 daysGroup feature options that need additional compiler flags in Makefiles, so they can be enable togetherDirk Engling
8 daysMove _GNU_SOURCE declaration further to the top, so recursive inclusion of stdio does not ignore the macroDirk Engling
11 daysBetter point out what options can be given multiple timesDirk Engling
11 daysadd example for option that may be given more than onceDirk Engling
11 daysfurther fixes to the man pageDirk Engling
11 daysAdd missing config optionDirk Engling
11 daysSpelling in sample configDirk Engling
11 daysAdd man page for the config fileDirk Engling
11 daysSome fixes to the man pageDirk Engling
11 daysAdd first draft of a man pageDirk Engling
11 daysAdd support for zstdDirk Engling
11 daysOnly have huge downloads (aka chunked) be application/octet-streamDirk Engling
12 daysLet our fullscrapes have a binary content-typeDirk Engling
12 dayschrome does not accept chunked gzip encoding for http/1.0 protocol versionDirk Engling
13 daysRemove CVS version tags, they did not work anymore after moving to gitDirk Engling
14 daysInstall default signal handlers before spawning first threadDirk Engling
14 daysdeflatePending ist not available everywhere. Just treat the (very rare) case of some data being left over like all other reallocatablesDirk Engling
14 daystime_caching_worker never returns, but if it would, it should return a valueDirk Engling
14 daysdefine _GNU_SOURCE to silence warning about asprintfDirk Engling
14 daysUse bzero instead of the new iob_init for older libowfatsDirk Engling
14 daysfix: git version string is not yet availableDirk Engling
14 daysRemove warningDirk Engling
14 daysAllow the use of iob_init if the new libowfat is not yet availableDirk Engling
2024-04-15clang-formatDirk Engling
2024-04-15clang-formatDirk Engling
2024-04-15clang-formatDirk Engling
2024-04-14Formatter descriptionDirk Engling
2024-04-14SpellingDirk Engling
2024-04-14print when RANDOMTORRENTS were created (fix)Dirk Engling
2024-04-14print when RANDOMTORRENTS were createdDirk Engling
2024-04-14print when RANDOMTORRENTS were createdDirk Engling
2024-04-14Make the amount of random torrents a tunableDirk Engling
2024-04-14Silence warning in debug codeDirk Engling
2024-04-14gzip fullscrapes by default nowDirk Engling
2024-04-14Revert b8ee3dfec11d1c66bee614bfab171ada9fc2bb78Dirk Engling
2024-04-14remove debug fprintfs used to catch a bugDirk Engling
2024-04-14Use the HELPLINE macro for help linesDirk Engling
2024-04-14Call io_dontwantread only once on a socketDirk Engling
2024-04-13Merge branch 'chunked-transfers' of erdgeist.org:opentracker into chunked-transfersDirk Engling
2024-04-13Cancel chunked transfers on dead sockets, tooDirk Engling
2024-04-13white spaceDirk Engling
2024-04-13Initialise io_batches with their appropiate init functionDirk Engling
2024-04-13Remove unused macroDirk Engling
2024-04-13Use asprintf to allocate header instead of fixed arrayDirk Engling
2024-04-13Fix type warnings in debug stringsDirk Engling
2024-04-13Add proper parsing for the gzip content encodingDirk Engling
2024-04-13Make chunked transfers use gzip alsoDirk Engling
2024-04-13Allow opentracker to start with a random set of torrents for debugging purposesDirk Engling
2024-04-13Better track current iobatchDirk Engling