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

Skip to content
Snippets Groups Projects
  1. Sep 25, 2012
  2. Sep 21, 2012
  3. Sep 15, 2012
  4. Sep 14, 2012
  5. Sep 13, 2012
  6. Sep 12, 2012
  7. Sep 10, 2012
  8. Sep 04, 2012
  9. Aug 31, 2012
  10. Aug 29, 2012
  11. Aug 27, 2012
    • zzz's avatar
      fa504ae8
    • zzz's avatar
      * SSU: · d305eb6a
      zzz authored
         - Limit UDPSender queue size
         - Increase UDPSender max packet lifetime
         - Clear UDPSender queue before sending destroys to all
         - Increase PeerState queue size so large streaming windows
           don't get dropped right away, especially at slow start
         - Various improvements on iterating over pending outbound
           messages in PeerState
      d305eb6a
    • kytv's avatar
      Update Java Service Wrapper to v3.5.15. · 0a1ff9b6
      kytv authored
       - Windows: Self-compiled with VS2010 in Windows 7. The icon has been
         changed from Tanuki's default to Itoopie.
       - FreeBSD: Self-compiled in FreeBSD 7.4 to eliminate the dependency on the
         compat6x port.
       - Linux ARMv5 & PPC32: Self-compiled in Debian Squeeze
       - Linux x86, Linux x64, MacOSX & Solaris: Binares are from the "community
         edition" deltapack offered by Tanuki. The x86 and x64 binaries for Linux
         have been stripped.
      0a1ff9b6
  12. Aug 26, 2012
  13. Aug 25, 2012
  14. Aug 24, 2012
    • zzz's avatar
      * i2psnark: · 9d383d6a
      zzz authored
         - Use extended I2CP options for datagrams
         - Fix timeout for sent datagrams
         - Reduce token timeout
         - Check token age before use
         - Limit incoming token size
      9d383d6a
  15. Aug 23, 2012
  16. Aug 22, 2012
    • zzz's avatar
      * SSU: · b6112727
      zzz authored
         - Fail establishment immediately on SessionCreated
           validation fail
         - Defer outbound DH generation until required
         - Validate address/port in RelayIntro messages
         - Throttle hole punches
         - More cleanups
      b6112727
  17. Aug 21, 2012
    • zzz's avatar
      * SSU: · 612fab1b
      zzz authored
         - Use external, not internal port to sign SessionCreated message.
           Together with previous fix to allow external port change, this
           should fix session establish fails when NAT changes our port
         - Track outbound establishments by both Hash and IP/port,
           to improve lookups of establishments in progress
         - Fix expiration of outbound establishments
         - Validate address/port in RelayResponse messages
         - Change RemoteHostID to store Hash instead of byte[] for the peer hash
         - Log tweaks
      612fab1b
  18. Aug 20, 2012
  19. Aug 18, 2012
  20. Aug 17, 2012
    • zzz's avatar
      * SSU: · 3a546612
      zzz authored
         - Use remote MTU when published (ticket #687)
         - Queue outbound msgs during inbound establish
         - IntroManager cleanups
         - More synchronization
         - More log tweaks
      3a546612
    • sponge's avatar
      BOB: just some cleanup · e0152161
      sponge authored
      e0152161
  21. Aug 15, 2012
    • zzz's avatar
      javadoc fixes · e2fe5004
      zzz authored
      e2fe5004
    • zzz's avatar
      * i2psnark: · 523d39b3
      zzz authored
         - Fix bug preventing completion announcement, broken in 0.9.1
         - Fix setting short retry time after initial announce failure
         - Fix DHT announce and getPeers
         - Fix DHT warning message
         - log tweaks
      523d39b3
  22. Aug 13, 2012
    • zzz's avatar
      * SSU EstablishmentManager: · 16a46b32
      zzz authored
         - Remove use of outbound timers in EstablishmentManager; drive all events in Establisher thread
         - Don't change nonces when retransmitting intro packets
         - More synchronization in EstablishmentManager
         - Increase establishment timeouts and implement timeouts for individual phases (ticket #669)
         - Fix bug where InboundEstablishState.createdPacketSent() wasn't being called,
           so SessionCreated packets weren't retransmitted
         - Increase retransmission timeout for SessionCreated and implement backoff
         - Send destroy if establishment times out in the middle
         - Fix code that pulls outbound states off a deferred queue
         - Improve UDPPacket.toString() for debugging
         - More logging of packets dropped in EstablishmentManager
         - Change establish states to enums
      16a46b32
  23. Aug 12, 2012
    • zzz's avatar
      * SSU: · cfcafd2b
      zzz authored
         - Reject some packet types if they came in via fallback introKey
         - Increase retransmission timeout for SessionRequest, SessionConfirm,
           and RelayRequest; implement backoff
         - Move UDPFlooder to test
         - More volatiles, finals, cleanups, stat removals, log tweaks
      cfcafd2b
  24. Aug 11, 2012
  25. Aug 09, 2012
  26. Aug 06, 2012
  27. Aug 05, 2012
    • zzz's avatar
      * UDP: · 5ba5d537
      zzz authored
         - Limit PacketHandler threads to 1 (ticket #660)
         - Limit queue sizes between UDPReceiver and PacketHandler,
           and between PacketHandler and MessageReceiver, to prevent OOMs
           and/or excessive queue delays
         - Increase UDPPacket cache size based on max mem
         - Remove more stats
      5ba5d537
  28. Aug 03, 2012
  29. Jul 30, 2012
Loading