Age | Commit message (Expand) | Author |
2009-11-12 | Allow logging of completed events to syslog | erdgeist |
2009-09-02 | Add spotting woodpeckers, thanks to Vasya P. again | erdgeist |
2009-07-14 | Order peers by whether they seed. This way clients can chose if they prefer leechers (at the beginning) or leechers (at the end of the list). | erdgeist |
2009-07-04 | Make attempts to access to unauthorized torrents more verbose. | erdgeist |
2009-06-28 | Fixed an incorrect peer count in udp responses. Credits to Theron Lewis. | erdgeist |
2009-06-17 | Allow /stats to be located anywhere in your trackers path | erdgeist |
2009-03-24 | include overall completed count in stats | erdgeist |
2009-03-17 | Fix white spaces | erdgeist |
2009-03-04 | Add a stat option the count bucket stalls | erdgeist |
2009-02-20 | Reset delta_torrentcount to zero on each pass | erdgeist |
2009-02-20 | Forgot to notify central counter about torrent removal | erdgeist |
2009-02-03 | Reverse logic... do only sync those NOT coming from multi cast | erdgeist |
2009-01-16 | Fix a pointer arithmetic issue leading to incorrect peer data being copied. Allocate correct size for debugbuffer. Expect exact values on find keywords, not ... | erdgeist |
2009-01-15 | We sent an incorrect reply dictionary vor v6 announces | 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-30 | Fix badly formed bencoded answer to stopped events | erdgeist |
2008-12-11 | Fix: Did not time stamp a torrent correctly, that once timed out and came back to life | erdgeist |
2008-12-07 | Fix: auto increment in += is not a post increment... | erdgeist |
2008-12-07 | Used wrong variable as offset into hash to copy | 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-12-03 | Now enforce that peers do not come back before our interval by giving out a 'min interval' in responses. | erdgeist |
2008-12-03 | printf is buffered, write not. Use printf for all. | erdgeist |
2008-12-03 | Add debug code to spot peers that come back too early | erdgeist |
2008-12-01 | Live Sync for peers that do not come back too early. | 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-11-03 | Add stats about when peers renew their announces. | erdgeist |
2008-10-28 | Whitespace fixes | erdgeist |
2008-10-17 | release pools only after all other services have been stopped. | erdgeist |
2008-10-07 | only sync when the peer is actually added to the first pool. this saves ca. 40% syncdata | denis |
2008-10-06 | Bugfix: overwrote bencoded data with udp reply data when sending an event=stopped | erdgeist |
2008-10-04 | added live sync code | erdgeist |
2008-08-30 | send out the total downloaders for a announce response | denis |
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 |