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

Skip to content
Snippets Groups Projects
  1. Jan 20, 2012
  2. Jan 18, 2012
    • zzz's avatar
      -5 · 5b285db1
      zzz authored
      5b285db1
  3. Jan 16, 2012
  4. Jan 14, 2012
  5. Jan 10, 2012
    • zzz's avatar
      * Router: · 4ad6d699
      zzz authored
          - Auto-hidden mode for bad countries
          - Don't put addresses in our RouterInfo when hidden
      4ad6d699
  6. Jan 08, 2012
  7. Jan 06, 2012
  8. Jan 04, 2012
  9. Jan 02, 2012
  10. Dec 31, 2011
  11. Dec 27, 2011
  12. Dec 23, 2011
  13. Dec 18, 2011
  14. Dec 17, 2011
  15. Dec 15, 2011
  16. Dec 14, 2011
    • zzz's avatar
      -21 · 6da32a1c
      zzz authored
      6da32a1c
  17. Dec 13, 2011
  18. Dec 12, 2011
  19. Dec 11, 2011
  20. Dec 09, 2011
    • zzz's avatar
      * I2NP: · 25b0603f
      zzz authored
          - Earlier detection and better logging of
            truncated TunnelGatewayMessage and DatabaseStoreMessage
          - Fix and enhance UnknownI2NPMessage implementation
          - Don't deserialize or verify the checksum of the
            embeddedI2NP message in the TunnelGatewayMessage
            at the IBGW, just use UnknownI2NPMessage and pass it along,
            except if zero hop; Still to do: similar thing at OBEP
          - Round expiration times when converting to/from seconds for SSU
          - Cleanups and javadoc
      25b0603f
  21. Dec 06, 2011
    • zzz's avatar
      * UDP: Fix major MTU bug introduced in 0.8.9. · 3bd641ab
      zzz authored
          - Change large MTU from 1492 to 1484 and small from 608 to 620
            for encryption padding efficiency
          - Enforce sent MTU limit
          - Increase receive buffer size from 1536 to 1572 so that excessive-sized
            packets sent by 0.8.9-0.8.11 routers aren't dropped
          - Limit the max acks in a data packet
          - Limit the duplicate acks in successive data packets
          - Only include acks that will fit in the mtu in a data packet
          - Correctly remove acks from the pending set after they are sent,
            so they aren't sent repeatedly
          - Don't pad data packets unless necessary
          - Debug logging and javadocs
      3bd641ab
  22. Dec 04, 2011
    • zzz's avatar
      * Tunnel RED: · e9d0d798
      zzz authored
          - Complete rework of participating traffic RED.
            Implement an accurate bandwidth tracker in FIFOBandwidthRefiller.
          - Fix drop priority of VTBM at OBEP
          - Lower drop priority of VTBRM at IBGW
          - Raise threshold from 95% to 120%
          - Remove unused things in HopConfig
      ...needs more testing...
      e9d0d798
  23. Dec 02, 2011
    • zzz's avatar
      * Console: · c9cccd75
      zzz authored
          - Summary bar tweaks
          - Config nav CSS tabs
          - CSS cleanups from last checkin
      c9cccd75
  24. Nov 30, 2011
    • zzz's avatar
      * Console: · 080cc962
      zzz authored
          - Split up config network page
          - CSS tweaks and cleanups
          - Change some form notices to errors
          - Spiff up the buttons
      
          new silk icons: See licenses/LICENSE-SilkIcons.txt
          new toopie icon: Shrunk from existing one
      080cc962
  25. Nov 29, 2011
    • zzz's avatar
      -12 · 9a2a5151
      zzz authored
      9a2a5151
  26. Nov 28, 2011
  27. Nov 27, 2011
    • zzz's avatar
      * Reseed: · 1339209f
      zzz authored
          - Restore i2pbote (ticket #516)
          - Remove r31453 (cert expiring, host soon to be shut down permanently)
      1339209f
  28. Nov 26, 2011
  29. Nov 23, 2011
    • zzz's avatar
      * NTCP: · f630d2dd
      zzz authored
          - More optimizations in recvEncrypted()
          - More efficient XOR
          - Reduce bandwidth stat update frequency
          - Check for repeated zero-length reads
      f630d2dd
  30. Nov 21, 2011
    • zzz's avatar
      * NTCP Pumper: · 11196126
      zzz authored
          - Ensure failsafe pumper code gets run on schedule
          - Don't copy the read buffers
          - Adjust minimum read buffers based on memory
          - New i2np.ntcp.useDirectBuffer option (default false)
          - Mark peer unreachable when read failure is during establishment
          - Change some Reader Lists to Sets to avoid linear search
          - Log tweaks, debugging, new loop stats
      11196126
  31. Nov 18, 2011
    • zzz's avatar
      * NTCP: · 3e979581
      zzz authored
          - First cut at improving EventPumper performance (ticket #551)
          - Establishment timeout cleanup/concurrent
          - Remove some logging and stats
          - Switch some Queues from LBQ to CLQ
          - Static ByteBuffer cache
      3e979581
Loading