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

Skip to content
Snippets Groups Projects
  1. Nov 12, 2008
    • zzz's avatar
      * Streaming: · 049d6b2f
      zzz authored
            - Add more info to Connection.toString() for debugging
            - Fix lifetimeMessages{Sent,Received} stats
            - Reduce RTT damping to 0.875 (was 0.9)
            - Add a stream.con.initialRTT.{in,out} stats
      049d6b2f
    • zzz's avatar
      * Build files: · 98038e92
      zzz authored
            - Use the depend task with caching for more accurate dependencies
            - Make sure the routerconsole gets the latest router version
            - Fix addressbook repeated builds
      98038e92
  2. Nov 11, 2008
  3. 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
  4. Nov 09, 2008
  5. Nov 08, 2008
  6. Nov 02, 2008
  7. Oct 31, 2008
    • sponge's avatar
      Refactored code. · 0b599c45
      sponge authored
      Piles of pedantic lock checks to ensure we don't get deadlocked, it's ugly.
      0b599c45
  8. Oct 30, 2008
  9. Oct 29, 2008
  10. Oct 28, 2008
  11. Oct 26, 2008
    • zzz's avatar
      More findbugs cleanup · 33221ce7
      zzz authored
      33221ce7
    • zzz's avatar
      * NetDb: · fd5fceba
      zzz authored
             - Fix behavior when router.isHidden=true
             - Delay StartExplorersJob for 10m at startup
             - More findbugs cleanups
          * netdb.jsp: Indicate if hidden
      fd5fceba
Loading