I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Mar 01, 2007
  2. Sep 16, 2006
    • zzz's avatar
      (zzz) · 23e8a558
      zzz authored and zzz's avatar zzz committed
          * i2psnark: Implement retransmission of requests. This
            eliminates one cause of complete stalls with a peer.
            This problem is common on torrents with a small number of
            active peers where there are no choke/unchokes to kickstart things.
      23e8a558
  3. Sep 13, 2006
    • zzz's avatar
      (zzz) · 26c13b40
      zzz authored and zzz's avatar zzz committed
          * i2psnark: Mark a peer's requests as unrequested on disconnect,
            preventing premature end game
          * i2psnark: Randomize selection of next piece during end game
          * i2psnark: Don't restore a partial piece to a peer that is already working on it
          * i2psnark: strip ".torrent" on web page
          * i2psnark: Limit piece size in generated torrent to 1MB max
      26c13b40
  4. Sep 06, 2006
    • zzz's avatar
      (zzz) · 678f7d8f
      zzz authored and zzz's avatar zzz committed
          * i2psnark: Implement basic partial-piece saves across connections
          * i2psnark: Implement keep-alive sending. This will keep non-i2psnark clients
            from dropping us for inactivity but also renders the 2-minute transmit-inactivity
            code in i2psnark ineffective. Will have to research why there is transmit but
            not receive inactivity code. With the current connection limit of 24 peers
            we aren't in any danger of keeping out new peers by keeping inactive ones.
          * i2psnark: Increase CHECK_PERIOD from 20 to 40 since nothing happens in 20 seconds
          * i2psnark: Fix dropped chunk handling
          * i2psnark: Web rate report cleanup
      678f7d8f
  5. Dec 22, 2005
    • jrandom's avatar
      2005-12-22 jrandom · 148dd99c
      jrandom authored and zzz's avatar zzz committed
          * Cleaned up some buffer synchronization issues in I2PSnark that could
             cause blockage.
      148dd99c
  6. Dec 21, 2005
    • jrandom's avatar
      2005-12-21 jrandom · 98277d3b
      jrandom authored and zzz's avatar zzz committed
          * Adjusted I2PSnark's usage of the streaming lib (tweaking it for BT's
            behavior)
          * Fixed the I2PSnark bug that would lose track of live peers
      98277d3b
  7. Dec 20, 2005
    • jrandom's avatar
      2005-12-19 jrandom · 3989638f
      jrandom authored and zzz's avatar zzz committed
          * Fix for old Syndie blog bookmarks (thanks Complication!)
          * Fix for I2PSnark to accept incoming connections again (oops)
          * Randomize the order that peers from the tracker are contacted
      3989638f
  8. Dec 19, 2005
    • jrandom's avatar
      2005-12-19 jrandom · 4a65fd4f
      jrandom authored and zzz's avatar zzz committed
          * I2PSnark logging, disconnect old inactive peers rather than new ones,
            memory usage reduction, better OOM handling, and a shared connection
            acceptor.
          * Cleaned up the Syndie blog page and the resulting filters (viewing a
            blog from the blog page shows threads started by the selected author,
            not those that they merely participate in)
      4a65fd4f
  9. Dec 18, 2005
    • jrandom's avatar
      2005-12-18 jrandom · c287bace
      jrandom authored and zzz's avatar zzz committed
          * Added a standalone runner for the I2PSnark web ui (build with the
            command "ant i2psnark", unzip i2psnark-standalone.zip somewhere, run
            with "java -jar launch-i2psnark.jar", and go to http://localhost:8002/).
          * Further I2PSnark error handling
      c287bace
  10. Dec 16, 2005
    • jrandom's avatar
      2005-12-15 jrandom · 3ec92c8b
      jrandom authored and zzz's avatar zzz committed
          * Added a first pass to the I2PSnark web UI (see /i2psnark/)
      3ec92c8b
  11. Dec 15, 2005
    • jrandom's avatar
      2005-12-15 jrandom · b37bb937
      jrandom authored and zzz's avatar zzz committed
          * Added multitorrent support to I2PSnark, accessible currently by running
            "i2psnark.jar --config i2psnark.config" (which may or may not exist).
            It then joins the swarm for any torrents in ./i2psnark/*.torrent, saving
            their data in that directory as well.  Removing the .torrent file stops
            participation, and it is currently set to seed indefinitely.  Completion
            is logged to the logger and standard output, with further UI interaction
            left to the (work in progress) web UI.
      b37bb937
  12. Oct 19, 2005
Loading