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

Skip to content
Snippets Groups Projects
  1. Nov 20, 2004
  2. Nov 19, 2004
    • jrandom's avatar
      2004-11-19 jrandom · 0b48b18e
      jrandom authored and zzz's avatar zzz committed
          * Off-by-one fix to the tunnel pool management code, along side some
            explicit initialization.  This can affect clients whose lengths are
            shorter than the router's default (thanks duck!)
      0b48b18e
    • mpc's avatar
      improved logging · c8f6d9c7
      mpc authored and zzz's avatar zzz committed
      c8f6d9c7
    • jrandom's avatar
      * stats · ed8eced9
      jrandom authored and zzz's avatar zzz committed
      if you want to get this data and you're running outside the router, just toss on a
      "-Dstat.logFilters=* -Dstat.logFile=proxy.stats" to the java command line.  the resulting
      file can be parsed w/ java -cp lib/i2p.jar net.i2p.stat.StatLogSplitter proxy.stats, then fed
      into gnuplot or whatever
      ed8eced9
  3. Nov 18, 2004
  4. Nov 17, 2004
  5. Nov 16, 2004
  6. Nov 15, 2004
  7. Nov 13, 2004
    • jrandom's avatar
      2004-11-13 jrandom · ad7dc66f
      jrandom authored and zzz's avatar zzz committed
          * Added throttles on how many I2PTunnel client connections we open at once
          * Replaced some buffered streams in I2PTunnel with unbuffered streams, as
            the streaming library used should take care of any buffering.
          * Added a cache for some objects used in I2PTunnel, especially useful when
            there are many short lived connections.
          * Trimmed the SimpleTimer's processing a bit
      ad7dc66f
    • jrandom's avatar
      * ack packets with a payload, even if they have ID=0 (duh) · 258244fe
      jrandom authored and zzz's avatar zzz committed
      * properly implement the connection timeout
      * make sure we clear the outbound packets on close
      * don't b0rk on repeated close() calls
      258244fe
    • jrandom's avatar
      2004-11-13 jrandom · 5f798254
      jrandom authored and zzz's avatar zzz committed
          * Added throttles on how many I2PTunnel client connections we open at once
          * Replaced some buffered streams in I2PTunnel with unbuffered streams, as
            the streaming library used should take care of any buffering.
          * Added a cache for some objects used in I2PTunnel, especially useful when
            there are many short lived connections.
          * Trimmed the SimpleTimer's processing a bit
      5f798254
  8. Nov 12, 2004
  9. Nov 11, 2004
  10. Nov 10, 2004
  11. Nov 09, 2004
  12. Nov 08, 2004
Loading