3
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Aug 25, 2024 — Aug 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move blessed IP handling code to accesslist objects More... over 17 years ago
Move http handling to its own sources More... over 17 years ago
add scrape stats and small correction to udp stats More... over 17 years ago
Encforce setting the clock more often. This hopefully fixes a rare bug of g_now not being updated anymore. More... over 17 years ago
Fixed a bug where we forgot to stamp torrents that are not new. More... over 17 years ago
XCode-Project. Note: This is PPC only, x86 must be enabled More... over 17 years ago
Fixed call to deflate() with wrong flag in endgame More... over 17 years ago
Missed the second strnstr... fixed. More... almost 18 years ago
Debug settings for chunk size were _way_ to low for production More... almost 18 years ago
Completely rewritten fullscrape code. All assumptions on how deflate() works were a little naive. Needs more error checking and testing. More... almost 18 years ago
strnstr is not part of what posix conform libc has to offer... replace it by strstr after cutting off the last byte More... almost 18 years ago
Reflect changes in iovec code in sync code More... almost 18 years ago
make ot_iovecs fix last interface more sane, also add a convenience function that handles the task of fixing, allocating and - if necessary - freeing More... almost 18 years ago
Introducing compression for fullscrapes and tpbs stats More... almost 18 years ago
Introducing compression task flags More... almost 18 years ago
Make allowing gzip a Makefile tunable More... almost 18 years ago
Fixing mmap allocation went to ot_mutex.c. Clean all torrents moved to ot_clean.c. Also make static buffers static More... almost 18 years ago
Fixing mmap allocation went to ot_mutex.c. Also startup new sync thread. More... almost 18 years ago
Formatting More... almost 18 years ago
static bufs are not shared anymore, even if that means more memory. More... almost 18 years ago
Reflect changes in multithreaded sync model in header file. More... almost 18 years ago
Make sync generation multithreaded. More... almost 18 years ago
Split sync in and sync out into different tasks More... almost 18 years ago
Documentation fix More... almost 18 years ago
Last user of sendmmapdata is gone. Purge it. More... almost 18 years ago
Tested for a too strict condition, we do need the correct tasktype AND an empty taskid, not the other way around More... almost 18 years ago
Make clean_single_torrent return much faster, if nothing is to do More... almost 18 years ago
Sockets do not inherit non-blocking state in libowfat... More... almost 18 years ago
Fullscrape now cleanly finalizes its thread More... almost 18 years ago
Cleanup now moved to its own thread, too More... almost 18 years ago