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

Skip to content
Snippets Groups Projects
  1. Mar 25, 2012
  2. Mar 24, 2012
  3. Mar 06, 2012
  4. Feb 18, 2012
  5. Nov 28, 2011
  6. Feb 24, 2011
    • zzz's avatar
      * i2psnark: · bb7d0287
      zzz authored
            - Fix delete and remove buttons for Opera and w3m (thx xiake)
            - Stop torrent if no valid trackers
            - Fix war build dependencies
      bb7d0287
  7. Feb 10, 2011
    • zzz's avatar
      * i2psnark: · ae9c1607
      zzz authored
            - Improved magnet link parsing, use tr parameter if present
      ae9c1607
  8. Jan 13, 2011
  9. Jan 01, 2011
  10. Dec 28, 2010
  11. Dec 27, 2010
    • zzz's avatar
      - Hide I2CP settings when in router context · 71043c41
      zzz authored
      - Better BEValue.toString()
      
      (most of the following got missed in the last checkin)
      - Fix about 9 NPEs
      - Fix numwant in magnet mode
      - Send metadata size in extension handshake
      - Open trackers are primary if we don't have primary trackers
      - Add missing break in port message handling
      - Increase max msg size to account for metadata msg
      - Remember magnets across restarts
      - Drop peers w/o extensions if we need metainfo
      - Fix DATA messages
      - Fix tracker transition to non-magnet
      - Fix infohash for non-magnet
      - Fix up peer transition to non-magnet
      - More logging
      71043c41
  12. Dec 26, 2010
  13. Dec 22, 2010
  14. Dec 20, 2010
  15. Dec 19, 2010
  16. Dec 12, 2010
  17. Oct 30, 2010
  18. Oct 15, 2010
  19. Jul 09, 2010
    • zzz's avatar
      i2psnark: · c19af4db
      zzz authored
        - Rework PeerID class so it depends only on peer desthash, since
          peer ID is not available with compact format. Implement deferred
          lookup of destination.
        - Implement compact tracker requests and response handling
          (may not be the final format)
        - Fix Peer hashCode()
        - Java 5
      c19af4db
  20. May 23, 2010
    • zzz's avatar
      * i2psnark: · 5d7c9ebf
      zzz authored
            - Choke slower when at bandwidth limit
            - Fix completion % for small files
            - Use Random from context
      5d7c9ebf
  21. May 05, 2010
  22. Apr 12, 2010
  23. Mar 25, 2010
    • zzz's avatar
      * i2psnark: · c8f97d9c
      zzz authored
            - Send numwant=0 if we don't need peers
            - Report returned complete and incomplete counts
              if higher than peer count
            - Allow missing peer list
            - Log tweaks
      c8f97d9c
  24. Feb 22, 2010
    • zzz's avatar
      * configclients.jsp: · f6b9cf6f
      zzz authored
            - Add js delete confirm
            - Remove delete button for webapps
          * i2psnark:
            - Ignore a non-i2p tracker in a torrent rather than deleting
              the torrent, thus "converting" a torrent to in-netowrk use
              via the open trackers
            - Add js delete confirm
      f6b9cf6f
  25. Feb 04, 2010
  26. Jan 02, 2010
  27. Aug 27, 2009
  28. Aug 11, 2009
    • sponge's avatar
      2009-08-11 sponge · 3fbff718
      sponge authored
          * Code Janitor time! Many fixes and documenting fixes that should be
            done in the future. for the most part, this is a general code cleanup.
          * On smaller/embedded systems, the "final" keyword cleanups will have
            more of an impact than on larger systems.
          * Document missing hashCode() methods.
          * Unhide more variables to make code easier to read.
      3fbff718
  29. Jul 01, 2009
  30. Dec 20, 2008
  31. Nov 16, 2008
    • zzz's avatar
      i2psnark: · 134764b1
      zzz authored
          - Use new I2PAppThread that does not call global listeners on OOM,
            so that OOMing apps will not shutdown the whole router.
      134764b1
    • zzz's avatar
      i2psnark: · 23699e46
      zzz authored
          - Remove static instances of I2PSnarkUtil, ConnectionAcceptor,
            and PeerCoordinatorSet
          - Convert static classes in Snark to listeners
          - Fix Snark to work in single torrent mode again
          - Should now work with multiple single Snarks
      23699e46
  32. Nov 15, 2008
    • zzz's avatar
      i2psnark: · fa23a7b0
      zzz authored
        - Refactor to allow running a single Snark without a SnarkManager again,
          by moving some things from SnarkManager to I2PSnarkUtil,
          having Snark call completeListener callbacks,
          and having Storage call storageListener callbacks.
          This is in preparation for using Snark for router updates.
          Step 2 is to allow multiple I2PSnarkUtil instances.
        - Big rewrite of Storage to open file descriptors on demand, and
          close them when unused, so we can support large numbers of torrents.
      fa23a7b0
  33. Jul 16, 2008
  34. Mar 30, 2008
    • zzz's avatar
      * ExploratoryPeerSelector: Try NonFailing even more · a7a6c75a
      zzz authored
          * HostsTxtNamingService: Add reverse lookup support
          * Outbound message: Minor cleanup
          * i2psnark TrackerCLient: Minor cleanup
          * checklist.txt: Minor edit
          * hosts.txt: Add perv.i2p, false.i2p, mtn.i2p2.i2p
          * i2ptunnel.config: Change CVS client to mtn
          * netdb.jsp: Show leaseSet destinations using reverse lookup
          * profiles.jsp: First cut at showing floodfill data
      a7a6c75a
  35. Mar 25, 2008
    • zzz's avatar
      * i2psnark: · 40a9e959
      zzz authored
            - Add support for secondary open trackers
            - Refactor and simplify the TrackerClient code
            - Add welterde's tracker to the default list
            - Don't have eepget retry announces
            - Slow down tracker contacts if they've failed for a while
            - Add some debug support showing connections (?p=2)
      40a9e959
  36. Sep 18, 2007
    • zzz's avatar
      2007-09-18 zzz · b7721790
      zzz authored and zzz's avatar zzz committed
          * eepsite_index.html: Add links to trevorreznik address book
          * streaming lib: Fix SocketManagerFactory to honor options on outbound connections
          * streaming lib: Fix setDefaultOptions() when called with a ConnectionOptions parameter
          * i2psnark: Don't make outbound connections to already-connected peers
          * i2psnark: Debug logging cleanup
      b7721790
  37. Mar 22, 2007
    • zzz's avatar
      2007-03-22 zzz · 34e23259
      zzz authored and zzz's avatar zzz committed
          * i2psnark tracker handling tweaks:
          -   Add link to tracker details page (Postman only for now, requires bytemonsoon patch)
          -   Add Base URL to tracker list configuration
          -   Web page links built from tracker list Base URLs
          -   Only build and sort tracker list once
          -   Add anonymityWeb tracker to default list
          -   Add tooltip info for TrackerErrs
          -   Stop torrent if not registered with tracker
          -   Mark temp files as delete on exit
      34e23259
Loading