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

Skip to content
Snippets Groups Projects
  1. Mar 13, 2014
  2. Feb 21, 2014
  3. Feb 07, 2014
    • zzz's avatar
      * UpdateManager: · ef3a12f0
      zzz authored
         - Convert to RouterApp and remove update hooks from context
           (ticket #1185)
      ef3a12f0
  4. Feb 03, 2014
    • zzz's avatar
      Convert all jars and wars to compile to 1.6 target, · fe391ff2
      zzz authored
      except for the following which are used by android,
      to maintain compatibility with very old phones, for now:
      
      	addressbook.war
      	BOB.jar
      	i2p.jar
      	i2ptunnel.jar
      	mstreaming.jar
      	router.jar
      	streaming.jar
      fe391ff2
  5. Feb 02, 2014
  6. Jan 25, 2014
  7. Jan 04, 2014
    • zzz's avatar
      XSS · dc871cf1
      zzz authored
      dc871cf1
  8. Dec 15, 2013
  9. Dec 10, 2013
  10. Dec 09, 2013
  11. Dec 04, 2013
    • zzz's avatar
      i2psnark ConnectionAcceptor: · 7fe8573d
      zzz authored
        - Fix ConnectionAcceptor not restarting after tunnel
          restart, preventing incoming connections
        - locking tweaks
        - cleaner reschedule tweaks
        - don't store server socket locally
        - constructor tweaks / finals
        - Stop acceptor when tunnel disconnects
        - javadocs
      7fe8573d
  12. Nov 28, 2013
  13. Nov 27, 2013
  14. Nov 26, 2013
  15. Nov 25, 2013
  16. Nov 24, 2013
    • zzz's avatar
      NetDB: · 796a231f
      zzz authored
        - Move net.i2p.kademlia package from i2psnark to core, and convert
          netdb to use it.
        - Delete old implementation in netdb
        - Fixups in netdb for generics
        - Add debug output to /debug
      
        This is the next step in the development plan, in which we previously:
          - Copied the code from netdb to the i2p.zzz.kademlia branch, fixed it,
            and made it generic for hash size (June 2012);
          - Moved it from the i2p.zzz.kademlia branch to the i2p.i2p.zzz.dhtsnark
            branch, and implemented KRPC with it (June 2012);
          - Propped it from i2p.i2p.zzz.dhtsnark to trunk for 0.9.2 (July-Sept. 2012);
          - Proved it out in 0.9.2 - 0.9.9 (Oct. 2012 - Nov. 2013)
      
        The plan was to maintain the KBucketSet public methods throughout the development
        so we could drop the new version back into netdb, so here we drop it in.
      
        Setting of K=16, B=3 is just an initial guess, to be reviewed.
        This moves about 18 KB from i2psnark.jar to i2p.jar and removes about 12 KB from router.jar.
        Unit test fixup: todo.
      796a231f
  17. Nov 23, 2013
  18. Nov 21, 2013
  19. Nov 17, 2013
  20. Nov 16, 2013
    • zzz's avatar
      Findbugs all over · 1d419073
      zzz authored
       - volatile -> atomic
       - unused code and fields
       - closing streams
       - hashCode / equals
       - known non-null
       - Number.valueOf
       - new String
       Still avoiding SAM, BOB, SusiMail
      1d419073
  21. Nov 15, 2013
  22. Nov 11, 2013
  23. Nov 10, 2013
  24. Nov 07, 2013
  25. Nov 02, 2013
  26. Oct 31, 2013
  27. Oct 29, 2013
  28. Oct 26, 2013
  29. Oct 24, 2013
    • zzz's avatar
      * i2psnark: · 9d3925eb
      zzz authored
         - Drop incoming connections on HTTP port
         - Define port 6881 in one place
         - Don't let random DHT port be 6881
         - Exception tweak
      9d3925eb
  30. Oct 19, 2013
Loading