Commit Graph

707 Commits (160ba08074827f0ddecaf611dd9f9b15593be9c1)
 

Author SHA1 Message Date
erdgeist afcef0537c Reflect changes in iovec code in sync code
erdgeist 616302c139 make ot_iovecs fix last interface more sane, also add a convenience function that handles the task of fixing, allocating and - if necessary - freeing
erdgeist b1c8723609 Introducing compression for fullscrapes and tpbs stats
erdgeist 4bf12406fb Introducing compression task flags
erdgeist c09ad325cc Make allowing gzip a Makefile tunable
erdgeist c5e5569770 Fixing mmap allocation went to ot_mutex.c. Clean all torrents moved to ot_clean.c. Also make static buffers static
erdgeist acaf7ae2b3 Fixing mmap allocation went to ot_mutex.c. Also startup new sync thread.
erdgeist b73b19f8f4 Formatting
erdgeist 8bee224dc0 static bufs are not shared anymore, even if that means more memory.
erdgeist 9e45802946 Reflect changes in multithreaded sync model in header file.
erdgeist 4072f162b4 Make sync generation multithreaded.
erdgeist e65a41d000 Split sync in and sync out into different tasks
erdgeist a85798279b Documentation fix
erdgeist e65ac51a28 Last user of sendmmapdata is gone. Purge it.
erdgeist e9d49af9fa Tested for a too strict condition, we do need the correct tasktype AND an empty taskid, not the other way around
erdgeist 74a5afbe82 Make clean_single_torrent return much faster, if nothing is to do
erdgeist cf8d4fae1d Sockets do not inherit non-blocking state in libowfat...
erdgeist 6d09527ed8 Fullscrape now cleanly finalizes its thread
erdgeist 49ba269b9d Cleanup now moved to its own thread, too
erdgeist 3528752c7b Missing include for htonl()
erdgeist 8d5f221785 Full scrapes are now being delivered in different modes, as triggered by stats&mode=tpbs
erdgeist dab9055590 Reflect new task-classes model in fullscrape worker
erdgeist 9cd6e355be Reflect new task-classes model in mutex queue
erdgeist 44a674c9df Stats are tasks now, they also come in classes.
erdgeist edc73298f8 Stats are tasks now.
erdgeist 4735b99db2 Forgot to specify -pthread when using threads
erdgeist 6458a37d82 introducing multithreaded full scrape creation.
erdgeist d3963803ca tasklist code now tested in a multi threaded environment.
erdgeist e476006019 Move dead socket handling from handle_(read,write,timedout) into its own function handle_dead
erdgeist cf26f2ab23 Introducing the workqueue
erdgeist 91a3a3b342 Increase full scrape chunk size to 1/2meg
erdgeist 17b2ce1082 Rather embarrasing arithmetic fuckup
erdgeist 04214491ee missing include
erdgeist 3eb88c5cc6 Fix typos in documenation
erdgeist 71e9ec887c Some in code documentation to make Denis happy :)
erdgeist 697e239027 Moving accesslist stuff to its own object
erdgeist 0547e2ade2 Return at end of line missing
erdgeist a8993b8eea Moving full scrapes to iovec-creating thread safe function
erdgeist ed0b67020a Dokumentation
erdgeist bb80834bf1 Reflect changes in ot_iovec and ot_fullscrape in Makefile
erdgeist a0d12f9ab5 Full scrape moves to its own object
erdgeist 31f5b923eb Fullscrape is thread safe now.
erdgeist 54bdad552e New large chunk allocation code
erdgeist 5da91fd8f2 MUST NOT enable features in CVSpico Makefile bad coder
erdgeist 927ac023ce The expensive DMEM stats is gone. No need for it, too much potential to DOS.
erdgeist ad5fa66737 Missing newline warning, missing include fixed
erdgeist 49c4bbb47f Have an own file handle udp requests.
erdgeist 41120f6a0d Move stats out of opentracker.c, also have an own file handle udp requests.
erdgeist 7e8d7fb259 Thank you, GNU for fucking up pmake :)
erdgeist 2e62624bc4 Makefile now builds each object on its own. Thus it can be build with -j2 and higher