Age | Commit message (Expand) | Author |
2008-02-05 | Fix endianess issues, also obey number of peers requested in udp announces | erdgeist |
2007-12-20 | Introduce some kind of versioning | erdgeist |
2007-12-03 | Fix include for iovecs | erdgeist |
2007-12-03 | Drop ot_{byte,word,dword} and use uint{8,16,32}_t, also simplify includes | erdgeist |
2007-11-28 | Fixed a bug where we forgot to stamp torrents that are not new. | erdgeist |
2007-11-21 | Fixing mmap allocation went to ot_mutex.c. Also startup new sync thread. | erdgeist |
2007-11-19 | Cleanup now moved to its own thread, too | erdgeist |
2007-11-12 | Moving accesslist stuff to its own object | erdgeist |
2007-11-12 | Full scrape moves to its own object | erdgeist |
2007-11-06 | Fixed a forgotten unlock and a messed up string pointer | erdgeist |
2007-11-06 | Fixed warnings about newlines at end of file | erdgeist |
2007-11-06 | No one can get access to buckets now without locking them. Also split up the trackerlogic.c-monster in functional sub-units. HEADS UP: this code is untested ... | erdgeist |
2007-11-06 | Make to_hex thread safe. Get rid off old /24 counting code. Protect more bucket accesses by locks. | erdgeist |
2007-11-06 | We do now use the tools for locking buckets in order to prepare MT code | erdgeist |
2007-11-02 | Introduce configuration dependent number of parameters in a nicer way | erdgeist |
2007-10-29 | Reenabled syncing | erdgeist |
2007-10-27 | Number of buckets is 1024 now | erdgeist |
2007-10-22 | Now measure the time a clean_all_torrents takes | erdgeist |
2007-10-19 | Introducing multiscrape | erdgeist |
2007-10-19 | Remove an unused variable | erdgeist |
2007-10-19 | Release exactly all unused bytes in mmap allocation. | 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 | 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-12 | make 64bit safe | erdgeist |
2007-10-06 | There is a pool leak somewhere... try to find it | 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 | 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 |