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

Skip to content
Snippets Groups Projects
  1. May 01, 2020
  2. Aug 26, 2018
  3. Aug 25, 2018
    • zzz's avatar
      lint · 819985f3
      zzz authored
      819985f3
  4. Aug 04, 2018
  5. Feb 06, 2016
  6. Dec 13, 2015
  7. Nov 08, 2015
  8. Jun 08, 2015
  9. May 03, 2015
  10. Nov 08, 2013
    • zzz's avatar
      DeliveryInstructions: · d1b93e07
      zzz authored
        - Comment out unused encryption fields to save space
        - New static immutable LOCAL instruction to reduce object churn
      d1b93e07
  11. Mar 08, 2013
  12. Jan 03, 2013
  13. Dec 11, 2011
    • zzz's avatar
      * I2NP: · 8448001a
      zzz authored
          - Deprecate unused stream methods and I2NPMessageReader since
            all transports provide encapsulation.
          - Don't throw IOE from byte array methods
          - Use cached null cert in GarlicClove
          - Add method to limit size of buffer to read
          - Don't check checksum at input, in most cases
          - Reuse checksum at output, for unomodified pass-through messages
            (but recalculating it now and logging on a mismatch for testing)
          - Fix DatabaseLookupMessage to internally store the don't include peers as
            a List, not a Set, so it doesn't get reordered and break the checksum
          - Log cleanup
        * NTCP:
          - Zero-copy and limit size when handing buffer to I2NP
          - Log hex dump message on I2NPMessageException, like in SSU
          - Don't close connection on I2NPMessageException
      8448001a
  14. Oct 25, 2011
  15. Dec 30, 2010
    • zzz's avatar
      * Data Structures: · 08a3165c
      zzz authored
            - New SDSCache for SimpleDataStructures
            - New SimpleByteCache for byte[]
            - Cache Hash, PublicKey, and SigningPublicKey
            - Remove global lock in ByteCache
      08a3165c
  16. May 16, 2010
  17. Jul 01, 2009
  18. Apr 21, 2009
    • sponge's avatar
      2009-04-21 sponge · f2e9e2cc
      sponge authored
          * Code janator work, basic corrections involving @Override, and
            appling final where it is important. Also fixed some equals methods
            and commented places that need fixing.
      f2e9e2cc
  19. Jul 16, 2008
  20. Jul 31, 2005
    • jrandom's avatar
      2005-07-31 jrandom · def24e34
      jrandom authored and zzz's avatar zzz committed
          * Adjust the netDb search and store per peer timeouts to match the average
            measured per peer success times, rather than huge fixed values.
          * Optimized and reverified the netDb peer selection / retrieval process
            within the kbuckets.
          * Drop TCP connections that don't have any useful activity in 10 minutes.
          * If i2np.udp.fixedPort=true, never change the externally published port,
            even if we are autodetecting the IP address.
      (also includes most of the new peer/NAT testing, but thats not used atm)
      def24e34
  21. Jul 23, 2005
    • jrandom's avatar
      2005-07-22 jrandom · aeb8f022
      jrandom authored and zzz's avatar zzz committed
          * Use the small thread pool for I2PTunnelHTTPServer (already used for
            I2PTunnelServer)
          * Minor memory churn reduction in I2CP
          * Small stats update
      aeb8f022
  22. Nov 01, 2004
    • jrandom's avatar
      2004-11-01 jrandom · c19355a7
      jrandom authored and zzz's avatar zzz committed
          * Increase the tunnel test timeout rapidly if our tunnels are failing.
          * Honor message expirations for some tunnel jobs that were prematurely
            expired.
          * Streamline memory usage with temporary object caches and more efficient
            serialization for SHA256 calculation, logging, and both I2CP and I2NP
            message handling.
          * Fix some situations where we forward messages too eagerly.  For a
            request at the tunnel endpoint, if the tunnel is inbound and the target
            is remote, honor the message by tunnel routing the data rather than
            sending it directly to the requested location.
      c19355a7
  23. Apr 27, 2004
  24. Apr 10, 2004
  25. Apr 08, 2004
Loading