1. 01 6月, 2012 1 次提交
  2. 30 5月, 2012 2 次提交
  3. 29 5月, 2012 3 次提交
  4. 28 5月, 2012 4 次提交
  5. 18 5月, 2012 3 次提交
  6. 25 4月, 2012 1 次提交
  7. 01 4月, 2012 4 次提交
  8. 16 11月, 2011 1 次提交
  9. 11 12月, 2010 1 次提交
  10. 26 8月, 2010 1 次提交
  11. 18 8月, 2010 1 次提交
  12. 17 8月, 2010 1 次提交
  13. 16 8月, 2010 1 次提交
  14. 15 8月, 2010 3 次提交
  15. 14 8月, 2010 4 次提交
  16. 13 8月, 2010 1 次提交
  17. 09 8月, 2010 2 次提交
  18. 30 7月, 2010 1 次提交
  19. 05 5月, 2010 1 次提交
  20. 23 4月, 2010 2 次提交
    • E
      ** struct ot_workstruct gets ritcher (and will become even ritcher soon). · d42bf5a0
      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.
      d42bf5a0
    • E
      ae9ab769
  21. 21 4月, 2010 2 次提交