Age | Commit message (Expand) | Author |
2024-04-21 | Disable forced gzip by default | Dirk Engling |
2024-04-21 | Group feature options that need additional compiler flags in Makefiles, so they can be enable together | Dirk Engling |
2024-04-21 | Move _GNU_SOURCE declaration further to the top, so recursive inclusion of stdio does not ignore the macro | Dirk Engling |
2024-04-18 | Better point out what options can be given multiple times | Dirk Engling |
2024-04-18 | add example for option that may be given more than once | Dirk Engling |
2024-04-18 | further fixes to the man page | Dirk Engling |
2024-04-18 | Add missing config option | Dirk Engling |
2024-04-18 | Spelling in sample config | Dirk Engling |
2024-04-18 | Add man page for the config file | Dirk Engling |
2024-04-18 | Some fixes to the man page | Dirk Engling |
2024-04-18 | Add first draft of a man page | Dirk Engling |
2024-04-18 | Add support for zstd | Dirk Engling |
2024-04-18 | Only have huge downloads (aka chunked) be application/octet-stream | Dirk Engling |
2024-04-17 | Let our fullscrapes have a binary content-type | Dirk Engling |
2024-04-17 | chrome does not accept chunked gzip encoding for http/1.0 protocol version | Dirk Engling |
2024-04-16 | Remove CVS version tags, they did not work anymore after moving to git | Dirk Engling |
2024-04-15 | Install default signal handlers before spawning first thread | Dirk Engling |
2024-04-15 | deflatePending 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 | time_caching_worker never returns, but if it would, it should return a value | Dirk Engling |
2024-04-15 | define _GNU_SOURCE to silence warning about asprintf | Dirk Engling |
2024-04-15 | Use bzero instead of the new iob_init for older libowfats | Dirk Engling |
2024-04-15 | fix: git version string is not yet available | Dirk Engling |
2024-04-15 | Remove warning | Dirk Engling |
2024-04-15 | Allow the use of iob_init if the new libowfat is not yet available | Dirk Engling |
2024-04-15 | clang-format | Dirk Engling |
2024-04-15 | clang-format | Dirk Engling |
2024-04-15 | clang-format | Dirk Engling |
2024-04-14 | Formatter description | Dirk Engling |
2024-04-14 | Spelling | Dirk Engling |
2024-04-14 | print when RANDOMTORRENTS were created (fix) | Dirk Engling |
2024-04-14 | print when RANDOMTORRENTS were created | Dirk Engling |
2024-04-14 | print when RANDOMTORRENTS were created | Dirk Engling |
2024-04-14 | Make the amount of random torrents a tunable | Dirk Engling |
2024-04-14 | Silence warning in debug code | Dirk Engling |
2024-04-14 | gzip fullscrapes by default now | Dirk Engling |
2024-04-14 | Revert b8ee3dfec11d1c66bee614bfab171ada9fc2bb78 | Dirk Engling |
2024-04-14 | remove debug fprintfs used to catch a bug | Dirk Engling |
2024-04-14 | Use the HELPLINE macro for help lines | Dirk Engling |
2024-04-14 | Call io_dontwantread only once on a socket | Dirk Engling |
2024-04-13 | Merge branch 'chunked-transfers' of erdgeist.org:opentracker into chunked-transfers | Dirk Engling |
2024-04-13 | Cancel chunked transfers on dead sockets, too | Dirk Engling |
2024-04-13 | white space | Dirk Engling |
2024-04-13 | Initialise io_batches with their appropiate init function | Dirk Engling |
2024-04-13 | Remove unused macro | Dirk Engling |
2024-04-13 | Use asprintf to allocate header instead of fixed array | Dirk Engling |
2024-04-13 | Fix type warnings in debug strings | Dirk Engling |
2024-04-13 | Add proper parsing for the gzip content encoding | Dirk Engling |
2024-04-13 | Make chunked transfers use gzip also | Dirk Engling |
2024-04-13 | Allow opentracker to start with a random set of torrents for debugging purposes | Dirk Engling |
2024-04-13 | Better track current iobatch | Dirk Engling |