index
:
opentracker
dynamic-accesslists
erdgeist-fix-tasklists
master
An open and free bittorrent tracker
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ot_fullscrape.c
Age
Commit message (
Expand
)
Author
2008-10-06
Cosmetics
erdgeist
2008-10-04
added live sync code
erdgeist
2008-09-14
use a more reasonable compression level
denis
2008-01-17
sys/param.h needed under openbsd
erdgeist
2007-12-20
Introduce some kind of versioning
erdgeist
2007-12-04
Be a little more verbose about why increases fail
erdgeist
2007-12-03
Drop ot_{byte,word,dword} and use uint{8,16,32}_t
erdgeist
2007-11-25
Fixed call to deflate() with wrong flag in endgame
erdgeist
2007-11-24
Debug settings for chunk size were _way_ to low for production
erdgeist
2007-11-23
Completely rewritten fullscrape code. All assumptions on how deflate() works were a little naive. Needs more error checking and testing.
erdgeist
2007-11-22
Introducing compression for fullscrapes and tpbs stats
erdgeist
2007-11-21
Documentation fix
erdgeist
2007-11-19
Fullscrape now cleanly finalizes its thread
erdgeist
2007-11-19
Missing include for htonl()
erdgeist
2007-11-18
Full scrapes are now being delivered in different modes, as triggered by stats&mode=tpbs
erdgeist
2007-11-16
introducing multithreaded full scrape creation.
erdgeist
2007-11-13
Increase full scrape chunk size to 1/2meg
erdgeist
2007-11-12
Fix typos in documenation
erdgeist
2007-11-12
Some in code documentation to make Denis happy :)
erdgeist
2007-11-12
Fullscrape is thread safe now.
erdgeist