summaryrefslogtreecommitdiff
path: root/ot_fullscrape.c
AgeCommit message (Collapse)Author
2021-04-24Split huge iovecs over multiple io_batchesDirk Engling
2021-04-22gzip iovecs always end on the boundary and don't need to be fixedDirk Engling
2021-04-21Rework fullscrape worker, unifying non-gzip and gzip code was a bad ideaDirk Engling
2017-04-28incorporate a more verbose ascii dump, provided by Tom <tom@foscore.com>Dirk Engling
2012-05-31Forgot variable declarationerdgeist
2012-05-29reduce zlib warnings to when there really is something failingerdgeist
2011-11-16silenced some clang warningsdenis
2009-03-17Fix white spaceserdgeist
Introduce loading tracker states with -l Alter tracker state to a human readable form
2009-03-12Re-implement logging busy networks to handle v6 API.erdgeist
Implement a state dump for later reparsing.
2009-01-15Add comments, rename our struct http_data h to cookie, all clientsockets to sock, all size_t from socket_recvs to byte_count. Make signal handler set ↵erdgeist
default handler for the second SIGINT
2009-01-13V6erdgeist
2009-01-02* opentracker now drops permissions in correct order and really chroots() if ran as rooterdgeist
* lock passing between add_peer_to_torrent and return_peers_for_torrent is now avoided by providing a more general add_peer_to_torrent_and_return_peers function that can be used with NULL parameters to not return any peers (in sync case) * in order to keep a fast overview how many torrents opentracker maintains, every mutex_bucket_unlock operation expects an additional integer parameter that tells ot_mutex.c how many torrents have been added or removed. A function mutex_get_torrent_count has been introduced.
2008-12-07Fix: auto increment in += is not a post increment...erdgeist
2008-12-07Fix post increase on wrong pointer type.erdgeist
2008-12-07Handle program end more politelyerdgeist
2008-12-06Renamed OT_FLAG to OT_PEERFLAG to make code easier to readerdgeist
Introduced READ16/32 and WRITE16/32 makros to abstract loading/storing from unaligned addresses away on cpu's that can actually load/store everywhere Removed all unnecessary memmoves, especially where it only moved 6 bytes in inner loop. I replaced them with WRITE16/32(READ16/32()) makros
2008-11-28The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version.erdgeist
2008-10-28Whitespace fixeserdgeist
2008-10-07Reverting last commit. Debug effect not seen.erdgeist
2008-10-07allow threads to be named. not posix compliant.erdgeist
2008-10-06Cosmeticserdgeist
2008-10-04added live sync codeerdgeist
added a config file parser added tracker id changed WANT_CLOSED_TRACKER and WANT_BLACKLIST into WANT_ACCESS_WHITE and WANT_ACCESS_BLACK changed WANT_TRACKER_SYNC to WANT_SYNC_BATCH and added WANT_SYNC_LIVE added an option to switch off fullscrapes cleaned up many internal hardcoded values, like PROTO_FLAG,
2008-09-14use a more reasonable compression leveldenis
2008-01-17sys/param.h needed under openbsderdgeist
2007-12-20Introduce some kind of versioningerdgeist
2007-12-04Be a little more verbose about why increases failerdgeist
2007-12-03Drop ot_{byte,word,dword} and use uint{8,16,32}_terdgeist
2007-11-25Fixed call to deflate() with wrong flag in endgameerdgeist
2007-11-24Debug settings for chunk size were _way_ to low for productionerdgeist
2007-11-23Completely rewritten fullscrape code. All assumptions on how deflate() works were a little naive. Needs more error checking and testing.erdgeist
2007-11-22Introducing compression for fullscrapes and tpbs statserdgeist
2007-11-21Documentation fixerdgeist
2007-11-19Fullscrape now cleanly finalizes its threaderdgeist
2007-11-19Missing include for htonl()erdgeist
2007-11-18Full scrapes are now being delivered in different modes, as triggered by stats&mode=tpbserdgeist
2007-11-16introducing multithreaded full scrape creation.erdgeist
2007-11-13Increase full scrape chunk size to 1/2megerdgeist
2007-11-12Fix typos in documenationerdgeist
2007-11-12Some in code documentation to make Denis happy :)erdgeist
2007-11-12Fullscrape is thread safe now.erdgeist