Age | Commit message (Expand) | Author |
2007-10-19 | Introducing multiscrape | erdgeist |
2007-10-19 | Prevent url-decoding for debug by using a temp buffer | erdgeist |
2007-10-19 | Those stupid "announce ?info_hash" torrents get really annoying. Fix it in announce and scrape. | erdgeist |
2007-10-19 | be more verbose about what full scrape consumers deliver in their http requests | erdgeist |
2007-10-19 | After studying opentracker live data, I decided to radically reduce default allocation for vectors and making it grow faster instead: Most pools only had one... | erdgeist |
2007-10-19 | Remove an unused variable | erdgeist |
2007-10-19 | Release exactly all unused bytes in mmap allocation. | erdgeist |
2007-10-19 | give opentracker the missing header file | erdgeist |
2007-10-19 | Must not dealloc mmaped buffers with free() | erdgeist |
2007-10-19 | Fix misunderstandig of what libowfat thinks are seconds and what I did... | erdgeist |
2007-10-19 | Increase check interval for timeouted sockets to 10 seconds. That may prevent some disrupted scrapes. | erdgeist |
2007-10-19 | Since array and io_batch are in a union, and we also have time-outing writable sockets, we need to mark, which of the union is used. Also remove the blessed ... | erdgeist |
2007-10-19 | Cannot access members after they are freed :/ | erdgeist |
2007-10-18 | Save a lot of work when skipping through uninteresting http request parameters | erdgeist |
2007-10-18 | Make fromhex() even faster | erdgeist |
2007-10-18 | fixed one performance bug, where "skipping values from a ¶m=values pair" was requested, the requestor ended up with "values" to be parsed again. | erdgeist |
2007-10-17 | Increase send timeout. Also use an own variable for that. | erdgeist |
2007-10-17 | Increase send timeout. Also use an own variable for that. | erdgeist |
2007-10-17 | io_timeout is absolute, not relative :/ | erdgeist |
2007-10-17 | Free iobatches on timeout | erdgeist |
2007-10-17 | HEADS UP: you need to check out the latest libowfat! Huge allocations are now taken from mmap()ed regions, not from heap anymore | erdgeist |
2007-10-16 | Sockets we write to now do also timeout | erdgeist |
2007-10-16 | Fixed 24h clean bug. Allocate less memory for full scrape. Free torrents without any downloaders immediately. | erdgeist |
2007-10-16 | Exclude empty torrents from full scrape, also try to shrink full scrape buffer after it is full | erdgeist |
2007-10-15 | fixed line breaks in log | erdgeist |
2007-10-15 | Log all expansive operations to stderr | erdgeist |
2007-10-13 | Most open trackers do not have the problem of not being called often enough.. so do not introduce an extra timeout when waiting for activity. That also remov... | erdgeist |
2007-10-13 | since gettimeofday is rather expansive, we do only fetch time once in a 5 second period, when we are delivered a SIGALRM. | erdgeist |
2007-10-12 | make 64bit safe | erdgeist |
2007-10-06 | There is a pool leak somewhere... try to find it | erdgeist |
2007-10-03 | fixed some stat output | denis |
2007-10-01 | Two more bugs in Makefile. Maybe I learn it one day | erdgeist |
2007-10-01 | Revert debug option in Makefile | erdgeist |
2007-10-01 | Makefile now runs under bsdmake and gnumake again | erdgeist |
2007-09-26 | New stats for s24s code, this is debug, do not use in real world | erdgeist |
2007-09-21 | fixed a small bug with 0 torrents and a cosmetical one | denis |
2007-09-10 | Makefile defaults to an _open_ tracker again. | erdgeist |
2007-09-10 | An announce with event=stopped now returns correct number of leechers and seeders. In TCP and UDP. | erdgeist |
2007-08-18 | Fixed the inverse interpretation of black/white listing | erdgeist |
2007-08-18 | Added whitelisting to reimplement the WANT_CLOSED_TRACKER functionality | erdgeist |
2007-08-18 | Under Linux one gets SIG_ALRMs from time to time when using epoll. Ignore those. | erdgeist |
2007-08-11 | Sort of addressed a concorrency issue when receiving mutliple SIG_HUPs | erdgeist |
2007-07-22 | off by -1... or so, strange error class | erdgeist |
2007-07-22 | Fix endianess issue in /24 stats code | erdgeist |
2007-07-22 | some subnet stats... still ugly and untested. | erdgeist |
2007-07-22 | * fixed "nobody " -> "nobody" fuckup when getpwnam-ing | erdgeist |
2007-07-20 | Clean up pw-structs | erdgeist |
2007-06-24 | add comment for udp spec location | denis |
2007-06-06 | check for mafic udp id | denis |
2007-05-20 | need more space for data because we reach this limit easily now | denis |