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

Skip to content
Snippets Groups Projects
  1. Dec 23, 2021
  2. Dec 21, 2021
    • zzz's avatar
      i2psnark standalone: Add jbigi.jar · e51738d1
      zzz authored
      as requested by R4SAS
      e51738d1
    • zzz's avatar
      Transport: Async NTCP writes (MR !43) · 811442f9
      zzz authored
      - Write directly from writer threads, except for during establishment and when write doesn't complete; throw those to the pumper as usual
      - New NTCPCon writelock, readlock, and statlock (formerly all on NTCPCon.this) to prevent deadlocks
      - NTCPCon chan and key now volatile, remove synch to prevent deadlocks
      - All interestOps changes now lock on the key via setInterest() and clearInterest() since changes may now happen in multiple threads
      - Set _paddingConfig at initialization to avoid NPE
      
      Greatly reduces pumper loops and CPU
      
      As proposed by jogger
      Reviewed by zlatinb
      Ref: http://zzz.i2p/topics/3192
      811442f9
  3. Dec 19, 2021
  4. Dec 18, 2021
  5. Dec 13, 2021
  6. Dec 11, 2021
    • idk's avatar
      disable any chance of JNDI lookups in log4j.properties file by setting... · c4cfe420
      idk authored
      disable any chance of JNDI lookups in log4j.properties file by setting %m{nolookups}. I don't think we're actually vulnerable to CVE-2021-44228 if I'm understanding correctly, by default it doesn't seem like we actually use log4j for much of anything and we don't do much logging of arbitrarily crafted remote inputs, but also it seems like this JNDI lookups thing is way more trouble than it could possibly be worth to us. Maybe it's a good idea to make sure it's turned off by default.
      c4cfe420
  7. Dec 10, 2021
  8. Dec 08, 2021
    • zzz's avatar
      i2ptunnel: Refactor UDPTunnel, Streamr, and SOCKS UDP for I2CP ports · b1a4a851
      zzz authored
      - Add fromPort and toPort to Sink interface (breaking API change)
      - Change cache maps from Destination to I2PSocketAddress to include port
      - Accept host:port for destination in Streamr Client, use port
        as toPort in pinger
      - Change to muxed listener in I2PSource, only listen for
        specified protocols
      - Eliminate thread and queue in I2PSource, process messages inline
        in the listener
      - Add support for handling both repliable and raw datagrams in
        a single I2PSource instance
      - Remove verify option from I2PSource and I2PTunnelUDPServerBase,
        always verify repliable datagrams
      - Add getPort() method to UDPSource
      - Add a constructor to UDPSink to pass in an existing DatagramSocket
      - Change I2PTunnelUDPClientBase to receive both repliable and raw
      - Change SOCKSUDPTunnel reply handling strategy to key on I2CP toPort;
        remove ReplyTracker; the tunnel would not have worked before, because
        it expected raw replies only but MultiSink required a destination
        to look up where to forward the reply.
      - Mark SOCKSUDPTunnel as preliminary; note lack of support
        for raw replies; untested
      - Change Streamr Client Pinger to support fromPort
      - Change Streamr Server to remember fromPort in subscriptions
        and use it as toPort in data stream
      - Move fields to top of classes for sanity
      - Cleanups and log tweaks
      b1a4a851
  9. Dec 07, 2021
  10. Dec 05, 2021
  11. Dec 04, 2021
  12. Dec 03, 2021
Loading