Age | Commit message (Expand) | Author |
2021-04-24 | Split huge iovecs over multiple io_batches | Dirk Engling |
2021-04-22 | gzip iovecs always end on the boundary and don't need to be fixed | Dirk Engling |
2021-04-21 | Rework fullscrape worker, unifying non-gzip and gzip code was a bad idea | Dirk Engling |
2017-04-28 | incorporate a more verbose ascii dump, provided by Tom <tom@foscore.com> | Dirk Engling |
2012-05-31 | Forgot variable declaration | erdgeist |
2012-05-29 | reduce zlib warnings to when there really is something failing | erdgeist |
2011-11-16 | silenced some clang warnings | denis |
2009-03-17 | Fix white spaces | erdgeist |
2009-03-12 | Re-implement logging busy networks to handle v6 API. | erdgeist |
2009-01-15 | 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... | erdgeist |
2009-01-13 | V6 | erdgeist |
2009-01-02 | * opentracker now drops permissions in correct order and really chroots() if ran as root | erdgeist |
2008-12-07 | Fix: auto increment in += is not a post increment... | erdgeist |
2008-12-07 | Fix post increase on wrong pointer type. | erdgeist |
2008-12-07 | Handle program end more politely | erdgeist |
2008-12-06 | Renamed OT_FLAG to OT_PEERFLAG to make code easier to read | erdgeist |
2008-11-28 | The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version. | erdgeist |
2008-10-28 | Whitespace fixes | erdgeist |
2008-10-07 | Reverting last commit. Debug effect not seen. | erdgeist |
2008-10-07 | allow threads to be named. not posix compliant. | erdgeist |
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 |