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

Skip to content
Snippets Groups Projects
  1. Mar 13, 2015
  2. Mar 08, 2015
  3. Feb 22, 2015
  4. Feb 18, 2015
  5. Feb 15, 2015
    • dg2-new's avatar
      FloodfillMonitorJob: · f87d006a
      dg2-new authored
       - Use lifetime average value for job lag
       - Change the job lag limit to less than 25ms
       - Consider and set the limit of backlogged tunnels to less than 5
      f87d006a
  6. Feb 10, 2015
  7. Feb 07, 2015
  8. Feb 06, 2015
  9. Jan 31, 2015
  10. Jan 30, 2015
  11. Jan 29, 2015
    • zzz's avatar
      84cf531f
    • zzz's avatar
      SSU: · 17580611
      zzz authored
       - Sort introducers in router address, so we won't force a republish
      due to a different ordering of the same introducers
      - Don't publish an address if we need introducers but don't have any,
      so the user won't see a 'firewalled with inbound NTCP enabled' message
      17580611
    • zzz's avatar
      SSU: Fix replaceExternalAddress churn when firewalled, · 86b45ab1
      zzz authored
      caused by change in 0.9.17 removing IP/port from published address
      when firewalled. We must now keep a local unpublished address
      also, containing the detected IP/port.
      86b45ab1
  12. Jan 28, 2015
    • zzz's avatar
      Router: Stub out capabilities P and X (ticket #1447) · 06edb9f2
      zzz authored
      06edb9f2
    • zzz's avatar
      UPnP: · 59373f9b
      zzz authored
        - Rescan for devices periodically and when reachability changes (tickets #661, #959)
        - Don't put "I2P" in registered protocol name
        - Add uptime to UPnP info
        - HTML escaping
        - Remove static log on Android
        - Javadocs and cleanups
      59373f9b
  13. Jan 09, 2015
    • zzz's avatar
      NetDB: Publish RI faster when costs change (ticket #1437) · 7ed855b2
      zzz authored
      PLRIJ interval was 37-50 minutes. Reduce that by 4x,
      but for 3 out of 4 times, only publish if something changes,
      including cost. 4th time, always publish, as before.
      This will hopefully reduce routers getting slammed to
      conn limits on a transport.
      7ed855b2
  14. Jan 07, 2015
  15. Jan 06, 2015
  16. Jan 05, 2015
    • zzz's avatar
      Latency reduction all over: · 045f6dcc
      zzz authored
      - SSU: Reduce ack delay
      - Streaming: Reduce min RTO and flusher delay
      - Tunnels: Reduce GW batching time
      045f6dcc
    • zzz's avatar
      UrlLauncher: · 7753d05b
      zzz authored
      - Configure browser with routerconsole.browser (ticket #1159)
      - Convert to ClientApp interface
      7753d05b
  17. Jan 03, 2015
  18. Dec 15, 2014
    • zzz's avatar
      bump -3 · 20facf78
      zzz authored
      20facf78
  19. Dec 08, 2014
  20. Dec 05, 2014
  21. Nov 30, 2014
  22. Nov 28, 2014
  23. Nov 26, 2014
  24. Nov 22, 2014
  25. Nov 13, 2014
    • zzz's avatar
      I2PTunnel: · 2f2aa7f5
      zzz authored
      - Fix bug that left server acceptor thread running after close
      - Add destroy() methods to release all resources when closing a tunnel for good,
        particularly the streaming timer threads
      - Use COWAL to prevent concurrency problems
      - Javadocs
      Streaming:
      - Don't return null from accept() any more; actually throw
        ConnectException as the javadocs have always specified
      - Throw ConnectException from accept() if interrupted; previously caught and ignored
      - Throw exceptions from ConnectionHandler.accept(), not higher up
      - Close ServerSocket when ConnectionManager is shut down
      - Synchronize setActive(), clear queue when starting to accept,
        better handling of calls that don't change state
      - Javadocs
      ConfigClientsHelper: Call isPluginRunning() less often
      PluginStarter: Simplify detection of active threads
      
      Above changes mostly in support of zzzot plugin implementing ClientApp
      and being able to shut down completely so there are no threads
      in its thread group, so /configclients will all show status as stopped.
      Previously, the I2PTunnelServer acceptor thread and
      one or more streaming timer threads would remain.
      2f2aa7f5
  26. Nov 12, 2014
  27. Nov 10, 2014
    • zzz's avatar
      bump -4 · a961843a
      zzz authored
      a961843a
  28. Nov 08, 2014
Loading