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

Skip to content
Snippets Groups Projects
  1. Nov 13, 2014
    • zzz's avatar
      I2PTunnel: · 2f2aa7f5
      zzz authored
      - Fix bug that left server acceptor thread running after close
      - Add destroy() methods to release all resources when closing a tunnel for good,
        particularly the streaming timer threads
      - Use COWAL to prevent concurrency problems
      - Javadocs
      Streaming:
      - Don't return null from accept() any more; actually throw
        ConnectException as the javadocs have always specified
      - Throw ConnectException from accept() if interrupted; previously caught and ignored
      - Throw exceptions from ConnectionHandler.accept(), not higher up
      - Close ServerSocket when ConnectionManager is shut down
      - Synchronize setActive(), clear queue when starting to accept,
        better handling of calls that don't change state
      - Javadocs
      ConfigClientsHelper: Call isPluginRunning() less often
      PluginStarter: Simplify detection of active threads
      
      Above changes mostly in support of zzzot plugin implementing ClientApp
      and being able to shut down completely so there are no threads
      in its thread group, so /configclients will all show status as stopped.
      Previously, the I2PTunnelServer acceptor thread and
      one or more streaming timer threads would remain.
      2f2aa7f5
  2. Nov 12, 2014
  3. Nov 11, 2014
  4. Nov 10, 2014
    • zzz's avatar
      bump -4 · a961843a
      zzz authored
      a961843a
  5. Nov 09, 2014
  6. Nov 08, 2014
  7. Nov 06, 2014
  8. Nov 05, 2014
  9. Nov 04, 2014
  10. Nov 02, 2014
    • zzz's avatar
      Blockfile: · 531d520c
      zzz authored
       - Add block size to superblock
       - Add span size to skiplist block
       - Bump version to 1.2
      531d520c
    • zzz's avatar
      reduce log level of expired certs on android · 4e72e150
      zzz authored
      4e72e150
    • zzz's avatar
      Console: Log warning if no pack200 · b28628b8
      zzz authored
      b28628b8
    • zzz's avatar
      Reseed: SSL only by default · 702830ad
      zzz authored
      702830ad
    • zzz's avatar
      i2ptunnel: · 6ca0c54b
      zzz authored
      ECDSA default for all new server tunnels
      ECDSA default for streamr client tunnels
      Fix display of server destination on edit page when not running (privkey file path wasn't absolute)
      Fix display of persistent client key b32 on edit page when not running
      Fix display of server sig type on edit page when we have a privkey file
      Add KeysAndCert.getSigType()
      Javadocs
      6ca0c54b
  11. Nov 01, 2014
Loading