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

Skip to content
Snippets Groups Projects
  1. Oct 01, 2004
  2. Sep 30, 2004
  3. Sep 29, 2004
    • jrandom's avatar
      * updated stats: · b6017c55
      jrandom authored and zzz's avatar zzz committed
      - sendsPerFailure: how many partial sends we make when they all fail
      - timeoutCongestionInbound: describes how much faster than our average speed we were receiving data when each partial send timed out (in Bps)
      - timeoutCongestionMessage: our send processing time when each partial send timed out (in ms)
      - timeoutCongestionTunnel: our tunnel test time when each partial send timed out (in ms)
      - participatingMessagesProcessedActive: # of messages more than the (most recent) average that a tunnel we were participating in transmitted (for tunnels with more than the average)
      * updated to use Writer for rendering the console, so we can do partial writes (and hopefully help debug some kooky threading bugs on kaffe)
      b6017c55
    • jrandom's avatar
      * updated stats: · 62ed6c6a
      jrandom authored and zzz's avatar zzz committed
      - sendsPerFailure: how many partial sends we make when they all fail
      - timeoutCongestionInbound: describes how much faster than our average speed we were receiving data when each partial send timed out (in Bps)
      - timeoutCongestionMessage: our send processing time when each partial send timed out (in ms)
      - timeoutCongestionTunnel: our tunnel test time when each partial send timed out (in ms)
      - participatingMessagesProcessedActive: # of messages more than the (most recent) average that a tunnel we were participating in transmitted (for tunnels with more than the average)
      * updated to use Writer for rendering the console, so we can do partial writes (and hopefully help debug some kooky threading bugs on kaffe)
      62ed6c6a
    • jrandom's avatar
      javad0c · 24966c81
      jrandom authored and zzz's avatar zzz committed
      24966c81
    • jrandom's avatar
      *nix daemon scripts are gone · ea8dc2e0
      jrandom authored and zzz's avatar zzz committed
      ea8dc2e0
    • jrandom's avatar
      2004-09-29 jrandom · 010b285e
      jrandom authored and zzz's avatar zzz committed
          * Always wipe the Jetty work directory on startup, so that web updates
            are reflected immediately (Jetty does not honor the cache across
            multiple executions)
      in addition, refactor various file ops out of the DataHelper into FileUtil
      010b285e
  4. Sep 28, 2004
  5. Sep 27, 2004
    • jrandom's avatar
      bugfixes for autodetection/update of IP address · cf780e29
      jrandom authored and zzz's avatar zzz committed
      cf780e29
    • jrandom's avatar
      2004-09-27 jrandom · 0361246d
      jrandom authored and zzz's avatar zzz committed
          * Limit the number of connection tags saved to 10,000.  This is a huge
            limit, but consumes no more than 1MB of RAM.  For now, we drop them
            randomly after reaching that size, forcing those dropped peers to use
            a full DH negotiation.
          * HTML cleanup in the console.
      0361246d
  6. Sep 26, 2004
    • jrandom's avatar
      more tcp transport updates (getting closer to the old functionality) · 63355ecd
      jrandom authored and zzz's avatar zzz committed
      * avoid bad peers
      * shitlist appropriately
      * include the bandwidth limiter
      * add socket timeouts
      * deal with *cough* closing connections
      * javadocs
      63355ecd
    • jrandom's avatar
      die phttp die · 0f54ba59
      jrandom authored and zzz's avatar zzz committed
      0f54ba59
    • jrandom's avatar
      the following isn't the end of the 0.4.1 updates, as there are still more things left to clean · b67b243e
      jrandom authored and zzz's avatar zzz committed
      up and debug in the new tcp transport, but it all works, and i dont like having big changes
      sitting on my local machine (and there's no real need for branching atm)
      2004-09-26  jrandom
          * Complete rewrite of the TCP transport with IP autodetection and
            low CPU overhead reconnections.  More concise connectivity errors
            are listed on the /oldconsole.jsp as well.  The IP autodetection works
            by listening to the first person who tells you what your IP address is
            when you have not defined one yourself and you have no other TCP
            connections.
          * Update to the I2NP message format to add transparent verification at
            the I2NP level (beyond standard TCP verification).
          * Remove a potential weakness in our AESEngine's safeEncrypt and safeDecrypt
            implementation (rather than verifying with E(H(key)), we now verify with
            E(H(iv))).
          * The above changes are NOT BACKWARDS COMPATIBLE.
          * Removed all of the old unused PHTTP code.
          * Refactor various methods and clean up some javadoc.
      b67b243e
    • jrandom's avatar
      javadoc fix · 4c29c206
      jrandom authored and zzz's avatar zzz committed
      4c29c206
  7. Sep 24, 2004
  8. Sep 23, 2004
  9. Sep 22, 2004
  10. Sep 17, 2004
  11. Sep 16, 2004
    • jrandom's avatar
      2004-09-16 jrandom · 05acf32f
      jrandom authored and zzz's avatar zzz committed
          * Refactor the TCP transport to deal with changing identities gracefully,
            and to prevent some wasted effort by keeping track of what host+port
            combinations we are connected to (rather than just the identities).  Also
            catch a few configuration errors earlier.
          * Removed no longer relevent methods from the Transport API that were
            exposing ideas that probably shouldn't be exposed.
          * Removed the 0.4.0.1 specific files from i2pupdate.zip (relating to script
            updates)
      05acf32f
    • mpc's avatar
      added freeciv.nightblade.i2p · 67064012
      mpc authored and zzz's avatar zzz committed
      67064012
    • jrandom's avatar
      rename (wtf was i thinking "Calculator"...) · 10e93c3b
      jrandom authored and zzz's avatar zzz committed
      10e93c3b
  12. Sep 14, 2004
Loading