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

Skip to content
Snippets Groups Projects
  1. Apr 23, 2009
    • zzz's avatar
      * Blocklist: cleanup · 2f46efe7
      zzz authored
         * PeerProfile:
           - Replace a hot lock with concurrent RW lock
           - Rewrite ugly IP Restriction code
           - Also use transport IP in restriction code
         * Transport: Start the previously unused CleanupUnreachable
      2f46efe7
  2. Apr 22, 2009
    • zzz's avatar
      * Fragmenter: don't re-throw the corrupt fragment IllegalStateException, · 3ddd5f2a
      zzz authored
        to limit the damage - root cause still not found
      3ddd5f2a
    • zzz's avatar
      * NTCP: Hopefully prevent this: · 29a58cb0
      zzz authored
         java.lang.IllegalStateException: Unable to serialize the message (net.i2p.data.i2np.DatabaseStoreMessage): Invalid key type
      	at net.i2p.data.i2np.I2NPMessageImpl.toByteArray(I2NPMessageImpl.java:238)
      	at net.i2p.router.transport.ntcp.NTCPConnection.bufferedPrepare(NTCPConnection.java:668)
      	at net.i2p.router.transport.ntcp.NTCPConnection.send(NTCPConnection.java:295)
      	at net.i2p.router.transport.ntcp.NTCPConnection.enqueueFloodfillMessage(NTCPConnection.java:412)
      	at net.i2p.router.transport.ntcp.NTCPConnection.enqueueInfoMessage(NTCPConnection.java:373)
      	at net.i2p.router.transport.ntcp.NTCPTransport.outboundMessageReady(NTCPTransport.java:179)
      	at net.i2p.router.transport.TransportImpl.send(TransportImpl.java:339)
            ...
      29a58cb0
    • zzz's avatar
      * i2psnark: (http://forum.i2p/viewtopic.php?t=3317) · 0bcbe6ae
      zzz authored
            - Change file limit to 512 (was 256)
            - Change size limit to 10GB (was 5GB)
            - Change request size to 16KB (was 32KB)
            - Change pipeline to 5 (was 3)
      0bcbe6ae
  3. Apr 21, 2009
    • zzz's avatar
      recognize -h, --help, etc · ae83b420
      zzz authored
      ae83b420
    • 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
  4. Apr 19, 2009
  5. Apr 18, 2009
  6. Apr 17, 2009
    • sponge's avatar
      2009-04-17 sponge · e6cecab0
      sponge authored
          * fixed setIP, just be sure to distclean before building :-)
          * more lint taken care of as well.
      e6cecab0
    • sponge's avatar
      2009-04-17 sponge · c3f9e202
      sponge authored
          * setIP wants to be a static method in the class, but it produces
            warnings about it being static from other code.
      c3f9e202
    • sponge's avatar
      2009-04-17 sponge · d0376f82
      sponge authored
          * Catch NPE in NTCP.
            This possibly augments fix 2009-04-11 welterde below.
          * Various LINT on NTCP sources, and removal of space-wasting
            spaces at end of lines in sources touched.
      d0376f82
  7. Apr 13, 2009
  8. Apr 11, 2009
  9. Apr 10, 2009
    • sponge's avatar
      2009-04-10 sponge · 384d655b
      sponge authored
          * More BOB threadgroup fixes, plus debug dump when things go wrong.
          * Fixes to streaminglib, I2CP, which are related to the TG problem.
          * JavaDocs fixups.
      384d655b
    • mathiasdm's avatar
      Added log viewer. · 2a2d3c0f
      mathiasdm authored
      Added shutdown informational messages.
      2a2d3c0f
  10. Apr 09, 2009
  11. Apr 08, 2009
  12. Apr 07, 2009
Loading