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

Skip to content
Snippets Groups Projects
  1. Nov 11, 2008
  2. 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
  3. Nov 09, 2008
  4. Nov 08, 2008
  5. Nov 02, 2008
  6. 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
  7. Oct 30, 2008
  8. Oct 29, 2008
  9. Oct 28, 2008
  10. 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
    • zzz's avatar
      * NetDb: · b7434497
      zzz authored
             - Update dbLookup profile stats in FloodOnlySearchJob
               and FloodfillVerifyStoreJob
             - Fix response time store in profile in SearchJob
          * profiles.jsp: Don't override locale number format,
             clean up the response time output for floodfills
      b7434497
    • zzz's avatar
      * FloodfillMonitor: · 2a08fc7a
      zzz authored
             - Fix ff count (we forgot ourselves)
             - Don't become ff if hidden
      2a08fc7a
    • zzz's avatar
      * HandleFloodfillDatabaseLookupMessageJob: · 0c520de6
      zzz authored
             - Send back your routerinfo with the DSRM if not ff to
               spread the word that you aren't ff anymore
             - Fix behavior when router.isHidden=true
      0c520de6
    • zzz's avatar
      * Blocklist: Change logging from ERROR to WARN · 09b868e2
      zzz authored
      09b868e2
Loading