summaryrefslogtreecommitdiff
path: root/ot_fullscrape.h
AgeCommit message (Collapse)Author
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
2008-10-28Whitespace fixeserdgeist
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,
2007-12-20Introduce some kind of versioningerdgeist
2007-12-03Drop ot_{byte,word,dword} and use uint{8,16,32}_terdgeist
2007-11-19Fullscrape now cleanly finalizes its threaderdgeist
2007-11-18Reflect new task-classes model in fullscrape workererdgeist
2007-11-16introducing multithreaded full scrape creation.erdgeist
2007-11-12Return at end of line missingerdgeist
2007-11-12Fullscrape is thread safe now.erdgeist