summaryrefslogtreecommitdiff
path: root/ot_fullscrape.c
AgeCommit message (Expand)Author
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
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