Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-18 | Need more space for top100 | erdgeist | |
2012-05-18 | Add a top100 for most popular torrents | erdgeist | |
2012-04-25 | Add functionality to distribute udp to several workers | erdgeist | |
2012-04-01 | undo last change, it did not work well | erdgeist | |
2012-04-01 | fix tiny issue | erdgeist | |
2012-04-01 | fix prototype | erdgeist | |
2012-03-31 | Try to act upon all udp packets at once | erdgeist | |
2011-11-16 | silenced some clang warnings | denis | |
2010-12-11 | Open syslog connection before dropping privileges | erdgeist | |
2010-08-26 | Prevent infinite loop if whitelist ends in several returns | erdgeist | |
2010-08-18 | Chomp all trailing space characters, including new lines, when parsing the config file | erdgeist | |
2010-08-17 | Load state only after initialising all structs. Thanks to Michael S. Combs for pointing out the buf | erdgeist | |
2010-08-15 | Stop sending tracker id with every packet | erdgeist | |
2010-08-15 | Don't only walk through outgoing connections to search for connected peers | erdgeist | |
2010-08-15 | Address reconnecting issues | erdgeist | |
2010-08-15 | Fixed sync loss bug | erdgeist | |
2010-08-14 | Looking into pointer arithmetics issue | erdgeist | |
2010-08-14 | tidy up peer count parser code | erdgeist | |
2010-08-14 | Fix encoding of peer count in proxy sync packet | erdgeist | |
2010-08-14 | enable proxy.debug target | erdgeist | |
2010-08-13 | Tidy up sync proxy code | erdgeist | |
2010-08-09 | Reset http request input array on error case | erdgeist | |
2010-08-09 | the keep-alive loop must not run, if no keep alive is configured or requested for connection | erdgeist | |
2010-07-30 | We have been too overly cautious not to read beyond the boundary. | erdgeist | |
2010-05-05 | Make whitelist parser more robust against comments. I assumed perfectly arranged white lists until now | erdgeist | |
2010-04-22 | ** struct ot_workstruct gets ritcher (and will become even ritcher soon). | erdgeist | |
This is where we encapsulate all per-request data from peer to hash to peer_id, so that it is available everywhere without passing hundreds of pointers down the stack. Most functions that do work down the stack now accept an ot_workstruct and some flags. So it can end up in the stats/event-handler where it will be the default parameter in the future. ** peer_id is now being copied by default and moved to ot_workstruct So it is available in stats and subsequent functions. ** sync scrape madness is gone SYNC_SCRAPE was intended to sync tracker state that would normally be lost on restarts i.e. downloaded counts per torrent. The way was to push it in the tracker cloud after finding all neighbouring trackers. This is madness. It never was tested and can be done per tracker by fetching stats/mode=statedump from time to time and starting opentracker with the -l option later. ** livesync thread has its own ot_workstruct now So it can behave like ot_udp and ot_http against trackerlogic.c and get rid of the first half of the embarrassing global variables. The sending half will be fixed soon [tm]. ** stats can log completed events The author recognizes the needs of original content distributors to keep track of the amount of times a work has been downloaded. While not feasible and used on openbittorrent and other open and anonymous tracker installations, a tracker user can now choose to send those events to syslog. | |||
2010-04-22 | Get rid of SYNC_SCRAPE madness. It's overkill and no one uses it. | erdgeist | |
2010-04-21 | Fix white spaces | erdgeist | |
2010-04-21 | Add our own time stamps to the completed logs. | erdgeist | |
2010-04-09 | Make opentracker's user runtime configurable. Also add more debug output to aid finding problems. | erdgeist | |
2010-04-09 | Fix segfault in stats?mode=everything, an additional errorcode was not commited to ot_stats | erdgeist | |
2010-04-09 | Only chroot if -d option or tracker.rootdir are set | erdgeist | |
2009-12-01 | Fixed including another error message | erdgeist | |
2009-11-18 | Make header parsing more efficient, prepare multithreading and keep-alive. | erdgeist | |
2009-11-18 | Preparing more efficient header parsing | erdgeist | |
2009-11-16 | prevent infinite loop when looking for X-Forwarded-For: Headers | erdgeist | |
2009-11-12 | Allow logging of completed events to syslog | erdgeist | |
2009-11-05 | Fixed parser error for v6 addresses | erdgeist | |
2009-10-15 | Should not report sync scrape packets in stderr | erdgeist | |
2009-10-15 | Reenable statedump | erdgeist | |
2009-10-15 | Need to compile sources for proxy | erdgeist | |
2009-10-15 | Add source files to proxy project | erdgeist | |
2009-10-08 | v6 works since january | erdgeist | |
2009-10-02 | Log successful incoming connections | erdgeist | |
2009-10-02 | Report connection duplication | erdgeist | |
2009-10-02 | Network connection code seems to be working now | erdgeist | |
2009-10-01 | Network handling code skeleton stands, is untested and no configure code there, yet. | erdgeist | |
2009-09-29 | Reaching completion soon | erdgeist | |
2009-09-02 | Update project to use 10.6 CLang by default. | erdgeist | |
2009-09-02 | #define closed too early | erdgeist | |