Commit Graph

691 Commits (7428c12e5d0a175ceca1c01a7b6fed75538ae121)
 

Author SHA1 Message Date
Dirk Engling 7428c12e5d Spelling 9 months ago
Dirk Engling 464038a091 print when RANDOMTORRENTS were created (fix) 9 months ago
Dirk Engling 4dcb75a736 print when RANDOMTORRENTS were created 9 months ago
Dirk Engling 0ce6c42aaa print when RANDOMTORRENTS were created 9 months ago
Dirk Engling 04e0eca0a0 Make the amount of random torrents a tunable 9 months ago
Dirk Engling cab821f253 Silence warning in debug code 9 months ago
Dirk Engling 236c9292f6 gzip fullscrapes by default now 9 months ago
Dirk Engling 4ff25fc9c6 Revert b8ee3dfec1 9 months ago
Dirk Engling 6ae819ae10 remove debug fprintfs used to catch a bug 9 months ago
Dirk Engling b8ee3dfec1 Use the HELPLINE macro for help lines 9 months ago
Dirk Engling fceffdefba Call io_dontwantread only once on a socket 9 months ago
Dirk Engling f4a389da3f Merge branch 'chunked-transfers' of erdgeist.org:opentracker into chunked-transfers 9 months ago
Dirk Engling 0e9cc66de2 Cancel chunked transfers on dead sockets, too 9 months ago
Dirk Engling 79f5e272aa white space 9 months ago
Dirk Engling 57f859728d Initialise io_batches with their appropiate init function 9 months ago
Dirk Engling a3d27dff8c Remove unused macro 9 months ago
Dirk Engling 638ca0f56c Use asprintf to allocate header instead of fixed array 9 months ago
Dirk Engling 3a2a711a29 Fix type warnings in debug strings 9 months ago
Dirk Engling bd4992435c Add proper parsing for the gzip content encoding 9 months ago
Dirk Engling 35f55290f3 Make chunked transfers use gzip also 9 months ago
Dirk Engling 2eeae0a65a Allow opentracker to start with a random set of torrents for debugging purposes 9 months ago
Dirk Engling 3a6d99dd46 Better track current iobatch 9 months ago
Dirk Engling 1a70d9f9ef First shot on chunked transfers 9 months ago
Dirk Engling 301faeb10c Start an extra thread to update timer cache. Using signals was unnecessary 9 months ago
Dirk Engling 52d9829f81 Reserve enough memory to hold all peer timeout buckets 9 months ago
Dirk Engling 1b976863fc white space 9 months ago
Dirk Engling ffa7b81690 Only query torrents if we actually found one 9 months ago
Dirk Engling 18a746b89d report full peer and seed count for both address families 9 months ago
Dirk Engling aedd7e30cb Silence warning on older compilers 9 months ago
Dirk Engling 18554498c2 Whitespace fix 9 months ago
Dirk Engling b7b84bdec4 Number of reported removed peers was too high, correct it by size of peer 9 months ago
Dirk Engling db28465e0c if copying seeders from behind, use compare_size to advance pointer 9 months ago
Dirk Engling d9a5f04675 Return peer from both address families on announce 9 months ago
Dirk Engling 880d5145a0 Avoid incompatible pointer type warning 9 months ago
Dirk Engling 29784f1f41 Add stddef header 9 months ago
Dirk Engling b4d948696d Improve example for proxy network addresses 9 months ago
Dirk Engling 9000f5d67a minor cleanups. Breaks proxy.c 9 months ago
Dirk Engling 524d78d6c7 constify 9 months ago
Dirk Engling 64e25b681c Ignore object files 9 months ago
Dirk Engling 83a0a108e0 Merge branch 'dualstack-opentracker' of erdgeist.org:opentracker into dualstack-opentracker 9 months ago
Dirk Engling a09609d94e Enable live syncing v6 peers 9 months ago
Dirk Engling 8ccf4b43d7 gcc is no longer default cc 10 months ago
Dirk Engling 308e91a2fa -pthread needs to be in CFLAGS 10 months ago
Dirk Engling 9f615bbebf -pthread is the only necessary linker option for pthread API 10 months ago
Dirk Engling 959e0912a1 Bind dual stack by default 10 months ago
Dirk Engling 7c3279a028 Allow binding to v4 and v6 addresses always 10 months ago
Dirk Engling 2afc4893bf Prepare opentracker for dual stack capabilities 10 months ago
Dirk Engling eb8834f778 Move further towards dual stack capable opentracker, name more constants 10 months ago
Dirk Engling 9275eb3f82 Clean up pointer to task object 10 months ago
Dirk Engling 73e839f5ff Tidy up v6 handler 10 months ago