Age | Commit message (Expand) | Author |
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-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-05-20 | need more space for data because we reach this limit easily now | denis |
2007-04-10 | fix a warning | denis |
2007-04-03 | New Makefile, incorporated some patches sent to me by Robin H. Johnson | 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-17 | endianess fix for udp scrape | denis |
2007-03-16 | support for udp scrape | denis |
2007-03-10 | make full scrapes a bit faster, increase checkback time for udp | erdgeist |
2007-03-07 | Missing include | 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 |
2007-03-02 | stupid mistake in remove torrent call | erdgeist |
2007-02-16 | Count completed messages only once per peer | erdgeist |
2007-02-04 | Add a lot of documentation for static functions in trackerlogic.c. Make vector_remove_peer use hysteresis only, if pool is expected to grow again. Remove too... | erdgeist |
2007-02-04 | shortened the dmem debug output | denis |
2007-02-02 | made the output of the memdebug smaller | denis |
2007-02-01 | clear the freed mempointer | denis |
2007-02-01 | release memory for empty peer pools | erdgeist |
2007-02-01 | Forgot to take into account, that there are OT_POOL_COUNT debuggable pools in one torrent. Fixed. | erdgeist |
2007-02-01 | Reserved too few space to hold all data for a memdebug | erdgeist |
2007-02-01 | el cheapo vector debugging | erdgeist |
2007-01-29 | We now answer as soon as the first \n is seen | erdgeist |
2007-01-27 | really copy in new peer, even if it already existed, to remember its state | erdgeist |
2007-01-27 | Asserts were always false :/ | erdgeist |
2007-01-27 | Due to recent issues... assert() seed counts | erdgeist |
2007-01-27 | account downloaded before early returns | erdgeist |
2007-01-27 | fix for corrupt fullscrape. did never work until now | denis |
2007-01-26 | Introduce another unspec'd command: sync which syncs the most recent peer pool for a torrent out. Do some variable type clean up. Do some code structure clea... | erdgeist |
2007-01-25 | return random check back intervals to our clients | erdgeist |
2007-01-24 | Return empty dictionary for unknown scrapes | erdgeist |
2007-01-20 | Full scrape, kinda tested | erdgeist |
2007-01-18 | From now the OT_CLIENT_TIMEOUT will be enforced, even if some data arrived inside this interval | erdgeist |
2007-01-17 | Simple top5 by peers/seeders table | erdgeist |
2007-01-16 | Prevent each invocation of clean_peerlist to call time() | erdgeist |
2007-01-16 | Use mrtg to do periodical cleanup. Hopefully that wont make too much load for stats. | erdgeist |
2007-01-16 | Rudimentary stats | erdgeist |
2007-01-15 | set interval to default value from original tracker | denis |
2007-01-13 | New, fixpoint distinct random algorithm for choosing peers from the list... may contain bugs. Feedback welcome | erdgeist |
2007-01-12 | casting does floor() by itself | erdgeist |
2007-01-11 | Documentation improved, some reindenting (again), variable types checked, unnecessary defines removed | erdgeist |
2007-01-09 | Fixed a bug where I didn't replace new buffer pointer after realloc. Fixed a bug where I didnt copy enough memory when shrinking vectors. Now save some extra... | erdgeist |
2007-01-06 | Apply some limits | erdgeist |
2007-01-05 | black listing was the wrong way around | erdgeist |