Dirk Engling
303e08e7c1
Cosmetics
15 years ago
Dirk Engling
e076dab883
added live sync code
...
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,
15 years ago
Denis Ahrens
be02614464
use a more reasonable compression level
15 years ago
Dirk Engling
1b6a33a0f8
sys/param.h needed under openbsd
15 years ago
Dirk Engling
e767fae72a
Introduce some kind of versioning
16 years ago
Dirk Engling
50275a9462
Be a little more verbose about why increases fail
16 years ago
Dirk Engling
3d3378e6a6
Drop ot_{byte,word,dword} and use uint{8,16,32}_t
16 years ago
Dirk Engling
0832973340
Fixed call to deflate() with wrong flag in endgame
16 years ago
Dirk Engling
b697b68eac
Debug settings for chunk size were _way_ to low for production
16 years ago
Dirk Engling
1bbcf71b56
Completely rewritten fullscrape code. All assumptions on how deflate() works were a little naive. Needs more error checking and testing.
16 years ago
Dirk Engling
d44c5bd162
Introducing compression for fullscrapes and tpbs stats
16 years ago
Dirk Engling
a8821b42a4
Documentation fix
16 years ago
Dirk Engling
dfe7ba6910
Fullscrape now cleanly finalizes its thread
16 years ago
Dirk Engling
7b6b26e7ca
Missing include for htonl()
16 years ago
Dirk Engling
53a7c09bc0
Full scrapes are now being delivered in different modes, as triggered by stats&mode=tpbs
16 years ago
Dirk Engling
e1aa9168b4
introducing multithreaded full scrape creation.
16 years ago
Dirk Engling
181afb7892
Increase full scrape chunk size to 1/2meg
16 years ago
Dirk Engling
f6409aa752
Fix typos in documenation
16 years ago
Dirk Engling
6cfb756fc3
Some in code documentation to make Denis happy :)
16 years ago
Dirk Engling
2bcac0ab2b
Fullscrape is thread safe now.
16 years ago