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

Skip to content
Snippets Groups Projects
  1. Dec 02, 2008
  2. Dec 01, 2008
  3. Nov 28, 2008
  4. Nov 27, 2008
  5. Nov 26, 2008
  6. Nov 21, 2008
    • zzz's avatar
      * Cache DNS and negative DNS for 5m (was 1m and forever) · 4e5825c6
      zzz authored
          * Delay shitlist cleaner at startup
          * Strip wrapper properties from client config
          * Define multiple cert type
          * Prohibit negative maxSends in streaming
          * HTML fixup on configtunnels.jsp
          * Increase wrapper exit timeout from default 15s to 30s
      4e5825c6
  7. Nov 20, 2008
  8. Nov 18, 2008
    • zzz's avatar
      i2psnark: · 0ff81674
      zzz authored
          - Don't create SnarkManager instance until first call,
            so it doesn't create the i2psnark dir, read the config,
            etc., for single Snark instances.
          - Don't read i2psnark.config twice; fix setting
            i2psnark.dir
          - More Snark constructor changes for calling from router
          - Make max connections per torrent configurable
      0ff81674
  9. Nov 16, 2008
    • zzz's avatar
      tweak · 9ae58944
      zzz authored
      9ae58944
    • 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
  10. Nov 15, 2008
  11. Nov 14, 2008
    • zzz's avatar
      * build files: · c7bb2e8f
      zzz authored
         - Don't die if depend not available
         - Only verify Jetty hash once
         - Add streaming lib tests to depends task
      c7bb2e8f
  12. Nov 13, 2008
  13. Nov 12, 2008
  14. Nov 11, 2008
  15. Nov 10, 2008
    • zzz's avatar
      * Streaming - Fix several bugs and improve performance · b0ec6a08
      zzz authored
            when the initial data is larger than one MTU,
            e.g. HTTP GETs with large URLs, CGI params or cookies,
            or large HTTP POSTS:
            - Don't reject additional packets received without a
              send stream ID (i.e. sent before the SYN ACK was received)
            - Put unknown non-SYN packets on the SYN queue also
              so they won't be rejected
            - Reduce flusher delay to 250ms (was 500)
            - Flush unless window is full (was window is non-empty)
      b0ec6a08
    • zzz's avatar
      * NetDb: Fix a deadlock caused by last checkin · 6ce27675
      zzz authored
      6ce27675
Loading