Age | Commit message (Expand) | Author |
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-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 | 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-03 | fixed some stat output | denis |
2007-09-26 | New stats for s24s code, this is debug, do not use in real world | 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 | 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 | 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-04 | fixed an overflow in ot_overall_* variables | denis |
2007-04-07 | Clean up help and usage | erdgeist |
2007-04-03 | New Makefile, incorporated some patches sent to me by Robin H. Johnson | erdgeist |
2007-04-02 | Try to figure out nobodys uid und gid using getpwnam | erdgeist |
2007-03-29 | Fix endianess issue with blessed ips. Document -A feature. | erdgeist |
2007-03-28 | added the -A feature that blesses a certain IP address for administrative use (like sync) | erdgeist |
2007-03-27 | Added inbound part of sync. This also meant to remove the black/whitelisting as we did by now. A more scalable way to blacklist will follow. | erdgeist |
2007-03-27 | Added outbound part of sync Proposed format: d4:syncd20:<info_hash>8*N:(xxxxyy)*Nee, therefore had to refactor torrent cleanup now that it will hit all torre... | erdgeist |
2007-03-16 | code cleanup and more specific comments. tracker starts now also with udp port 6969 as default | denis |
2007-03-16 | some udp scrape style cleanup | denis |
2007-03-16 | support for udp scrape | denis |
2007-03-16 | fix the stats a little for not accepting udp scrapes | denis |
2007-03-15 | udp first connect needs to be counted as a connection too | denis |
2007-03-15 | added the udp stats to the main stats | denis |
2007-03-15 | new modes for udp4 and tcp4 stats | denis |
2007-03-15 | collecting stats for udp connections (2nd try) | denis |
2007-03-15 | collecting stats for udp connections | denis |
2007-03-13 | fixed udp peerport endianess handling | denis |
2007-03-13 | fixed udp remoteport handling | denis |
2007-03-13 | some 64bit and endianess issues with udp... | erdgeist |
2007-03-10 | make full scrapes a bit faster, increase checkback time for udp | erdgeist |
2007-03-08 | Port is a short, not a long | erdgeist |
2007-03-07 | Sanify handling of server sockets | erdgeist |
2007-03-06 | udp is working in theory, return_peers_for_torrent accepts a switch to request an udp answer. Fixed prototypes. | erdgeist |
2007-03-05 | Can now handle multiple ips/ports, can BIND to udp ports but not yet handle them, now checks if event=completed comes with left=0 and drops it, if it doesnt | erdgeist |