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

Skip to content
Snippets Groups Projects
  1. May 31, 2011
  2. May 30, 2011
    • zzz's avatar
      * I2CP: · d4bf2523
      zzz authored
            - Append I2CP Version information to the Get/Set Date Messages,
              so that both the router and client are aware of the other side's version,
              and future protocol changes will be easier to implement.
              Previously, router version information was not available to the client,
              so when router and client were in different JVMs,
              old clients would work with new routers
              but new clients would not work with old routers.
              After this change, we can design future changes so that new clients
              will work with old routers.
              This is an enhancement to the old protocol version byte sent by the client,
              which we have never changed and probably never will.
            - Prevent a client from setting the router's clock
            - Javadocs
      d4bf2523
    • zzz's avatar
    • zzz's avatar
      * i2psnark: Restrict swarm size for small torrents · cbef38ac
      zzz authored
      cbef38ac
  3. May 29, 2011
  4. May 28, 2011
  5. May 27, 2011
    • zzz's avatar
      Don't re-append the query string to the redirect URL, · 393d813d
      zzz authored
      which caused eepget to repeatedly retry the new redirect
      of an i2paddresshelper query by the HTTP proxy.
      
      This was clearly non-compliant (the Location: header requires
      an absolute URI including any query string).
      
      This was part of the original redirect handling added by
      jrandom to eepget back when it was in syndie;
      appending that changelog just in case this hackery was
      required by Freenet USKs, which I doubt.
      
      Also, reset the redirect counter when retrying.
      
      ==============
      
      	Revision: 62a8cac8565958d111d0a47a443c964918d2e3ef
      	Parent:   277fe109ea4416f7d8a6dba6e09cd4f605a8ce1a
      	Author:   jrandom@i2p.net
      	Date:     10/22/2006 15:06:30
      	Branch:   i2p.syndie
      
      	Changelog: 
      	    ...
      	    - add support for HTTP 301 redirects to EepGet (so freenet USKs work as
      	      intended)
      393d813d
    • kytv's avatar
      Debian: Ship custom router.config to disable updates via the I2P router.... · 0000e4f2
      kytv authored
      Debian: Ship custom router.config to disable updates via the I2P router. Updates, to keep with Debian policy, must be done via the package manager.
      0000e4f2
    • zzz's avatar
      add cpuid · e3a3a993
      zzz authored
      e3a3a993
    • zzz's avatar
      quick jbigi test script · 6a9f73bd
      zzz authored
      6a9f73bd
    • zzz's avatar
      * JBigI: · 2c3be290
      zzz authored
            - Refactor to handle 64 bit libs and a list of fallback libs
            - Logging tweaks
            - Only check for one file name in library path
      2c3be290
    • zzz's avatar
      * CPUID: · 8eb10872
      zzz authored
            - Recognize amd64 as x86
            - Only check for one file name in library path
            - Log tweaks
      8eb10872
    • zzz's avatar
      * Console: Fix router.updateThroughProxy being set to false after saving · d5fd6829
      zzz authored
                     change on /configupdate when install dir is read-only.
                     (ticket #466)
      d5fd6829
    • zzz's avatar
      javadoc · 8f861f7b
      zzz authored
      8f861f7b
    • kytv's avatar
      Debian: Since browser launch is disabled within the I2P codebase for the... · efe53c83
      kytv authored
      Debian: Since browser launch is disabled within the I2P codebase for the i2psvc user,  removing patch to disable it
      efe53c83
    • kytv's avatar
      typo fix · 0dba0a1d
      kytv authored
      0dba0a1d
    • kytv's avatar
      Debian: Remove cruft that remained in debian/rules from the times in which... · 89c01696
      kytv authored
      Debian: Remove cruft that remained in debian/rules from the times in which cpuid couldn't be build for i386.
      89c01696
    • kytv's avatar
      Debian: Creating a new fourth package by splitting the i2p package in two · 164f060a
      kytv authored
       This commit splits the i2p package into a second package, i2p-router.
         * The new 'i2p-router' package does not depend on the java-wrapper nor jbigi.
           Jbigi is recommended. This package can be installed on the ports or 
           distributions that the java-wrapper is not available for.
         * The new 'i2p' package depends on i2p-router, libjbigi-jni, and the java-wrapper. 
           This package will add the i2psvc system user and the initscript. Existing
           users of the i2p package will have the i2p-router package pulled in
           automatically and for them there will be no usability changes.
      
       Executive summary: No functionality changes will take place for either those
      		    that installed the i2p package in the past or those that
      		    install the newly split i2p package. For them, "The Song
                          Remains the Same."
      164f060a
  6. May 26, 2011
  7. May 25, 2011
Loading