40 Commits (6604d65779796f2df6bd52840bc2b2e3f9f765b3)

Author SHA1 Message Date
Dirk Engling 95f1780f0b Split huge iovecs over multiple io_batches 3 years ago
Dirk Engling e87978860b gzip iovecs always end on the boundary and don't need to be fixed 3 years ago
Dirk Engling bfc398182f Rework fullscrape worker, unifying non-gzip and gzip code was a bad idea 3 years ago
Dirk Engling d1e6e4486c incorporate a more verbose ascii dump, provided by Tom <tom@foscore.com> 7 years ago
erdgeist eed4a42292 Forgot variable declaration 12 years ago
erdgeist f6c9dd8a13 reduce zlib warnings to when there really is something failing 12 years ago
denis 1968f47d74 silenced some clang warnings 13 years ago
erdgeist c7ed890222 Fix white spaces 16 years ago
erdgeist eec51a872c Re-implement logging busy networks to handle v6 API. 16 years ago
erdgeist 66c906d5d3 Add 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 default handler for the second SIGINT 16 years ago
erdgeist 131211b4da V6 16 years ago
erdgeist 2df09905f5 * opentracker now drops permissions in correct order and really chroots() if ran as root 16 years ago
erdgeist bca8bee623 Fix: auto increment in += is not a post increment... 16 years ago
erdgeist 5f5007883e Fix post increase on wrong pointer type. 16 years ago
erdgeist c6947b160f Handle program end more politely 16 years ago
erdgeist 08c7162783 Renamed OT_FLAG to OT_PEERFLAG to make code easier to read 16 years ago
erdgeist 334c6e4bbb The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version. 16 years ago
erdgeist daaee855b2 Whitespace fixes 16 years ago
erdgeist 0deb06d544 Reverting last commit. Debug effect not seen. 16 years ago
erdgeist ec0affa97d allow threads to be named. not posix compliant. 16 years ago
erdgeist 01ea1648d8 Cosmetics 16 years ago
erdgeist e534db03c6 added live sync code 16 years ago
denis 3655976223 use a more reasonable compression level 16 years ago
erdgeist 7050e027d3 sys/param.h needed under openbsd 17 years ago
erdgeist c28cf398fd Introduce some kind of versioning 17 years ago
erdgeist a146a32885 Be a little more verbose about why increases fail 17 years ago
erdgeist 89f291566b Drop ot_{byte,word,dword} and use uint{8,16,32}_t 17 years ago
erdgeist 9d86780a74 Fixed call to deflate() with wrong flag in endgame 17 years ago
erdgeist e3103d30f7 Debug settings for chunk size were _way_ to low for production 17 years ago
erdgeist 8f7ef4b2ea Completely rewritten fullscrape code. All assumptions on how deflate() works were a little naive. Needs more error checking and testing. 17 years ago
erdgeist b1c8723609 Introducing compression for fullscrapes and tpbs stats 17 years ago
erdgeist a85798279b Documentation fix 17 years ago
erdgeist 6d09527ed8 Fullscrape now cleanly finalizes its thread 17 years ago
erdgeist 3528752c7b Missing include for htonl() 17 years ago
erdgeist 8d5f221785 Full scrapes are now being delivered in different modes, as triggered by stats&mode=tpbs 17 years ago
erdgeist 6458a37d82 introducing multithreaded full scrape creation. 17 years ago
erdgeist 91a3a3b342 Increase full scrape chunk size to 1/2meg 17 years ago
erdgeist 3eb88c5cc6 Fix typos in documenation 17 years ago
erdgeist 71e9ec887c Some in code documentation to make Denis happy :) 17 years ago
erdgeist 31f5b923eb Fullscrape is thread safe now. 17 years ago