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

Skip to content
Snippets Groups Projects
  1. Sep 07, 2004
    • jrandom's avatar
      if i only had a brain... (thanks duck) · f30509c7
      jrandom authored and zzz's avatar zzz committed
      f30509c7
    • jrandom's avatar
      fix the build (thanks duck) · 9489136b
      jrandom authored and zzz's avatar zzz committed
      9489136b
    • jrandom's avatar
      2004-09-07 jrandom · 05cd3d73
      jrandom authored and zzz's avatar zzz committed
          * Disable the timestamper by default for all applications except the router
            (enable via -Dtime.disabled=false)
          * Simplify the retrieval of the full destination with text based browsers.
          * Bundle the updated wrapper.config and hosts.txt in the i2pupdate.tar.bz2
      05cd3d73
    • jrandom's avatar
      dup entry · 29b17772
      jrandom authored and zzz's avatar zzz committed
      29b17772
    • jrandom's avatar
      2004-09-07 jrandom · 6151d63e
      jrandom authored and zzz's avatar zzz committed
          * Write the native libraries to the current directory when they are loaded
            from a resource, and load them from that file on subsequent runs (in
            turn, we no longer *cough* delete the running libraries...)
          * Added support for a graceful restart.
          * Added new pseudo-shutdown hook specific to the router, allowing
            applications to request tasks to be run when the router shuts down.  We
            use this for integration with the service manager, since otherwise a
            graceful shutdown would cause a timeout, followed by a forced hard
            shutdown.
          * Handle a bug in the SimpleTimer with requeued tasks.
          * Made the capacity calculator a bit more dynamic by not outright ignoring
            the otherwise valid capacity data for a period with a single rejected
            tunnel (except for the 10 minute period).  In addition, peers with an
            equal capacity are ordered by speed rather than by their hashes.
          * Cleaned up the SimpleTimer, addressing some threading and synchronization
            issues.
          * When an I2PTunnel client or httpclient is explicitly closed, destroy the
            associated session (unless there are other clients using it), and deal
            with a closed session when starting a new I2PTunnel instance.
          * Refactoring and logging.
      6151d63e
    • jrandom's avatar
      added files.i2p · e57aa688
      jrandom authored and zzz's avatar zzz committed
      e57aa688
  2. Sep 06, 2004
    • jrandom's avatar
      added beyond.i2p · 73fa6d9b
      jrandom authored and zzz's avatar zzz committed
      73fa6d9b
    • jrandom's avatar
      (oops, forgot to up the build # on the last round) · da3c4b87
      jrandom authored and zzz's avatar zzz committed
      da3c4b87
    • jrandom's avatar
      2004-09-06 jrandom · 0eedc1b1
      jrandom authored and zzz's avatar zzz committed
          * Address a race condition in the key management code that would manifest
            itself as a corrupt router identity.
          * Properly clear old transport addresses from being displayed on the old
            console after soft restarts.
          * Properly refuse to load the client applications more than once in the
            same JVM.
          * Added support for a graceful restart (a graceful shutdown followed by a
            full JVM restart - useful for restarting client apps).
          * More defensive programming, HTML cleanup, logging
          * wrapper.config cleanup of duplicate lines
      0eedc1b1
  3. Sep 04, 2004
    • jrandom's avatar
      2004-09-04 jrandom · db339d40
      jrandom authored and zzz's avatar zzz committed
           * Added some basic guards to prevent multiple instances from running.
             Specifically, a file "router.ping" in the install directory which is
             written to once a minute - if that file exists and has been modified
             within the last minute, refuse to start up.  In turn, adjust the
             service wrapper to wait a minute before restarting a crashed JVM.
           * Create a "work" directory in the I2P install dir which Jetty will
             use for all of its temporary files.
           * Tell the browser not to cache most of the router console's pages.
      db339d40
    • jrandom's avatar
      added gott.i2p · f72aa788
      jrandom authored and zzz's avatar zzz committed
      f72aa788
    • jrandom's avatar
      added linuxagent.i2p · 1434f1bb
      jrandom authored and zzz's avatar zzz committed
      1434f1bb
    • jrandom's avatar
      2004-09-04 jrandom · 6bc92b26
      jrandom authored and zzz's avatar zzz committed
          * Update the SDK to automatically reconnect indefinitely with an
            exponential delay on retries (capped at 5 minutes).
      6bc92b26
  4. Sep 03, 2004
    • jrandom's avatar
      2004-09-03 jrandom · 63937d0f
      jrandom authored and zzz's avatar zzz committed
          * Updated default wrapper.config to deal with the hard restart option
          * Include the history.txt in the /help.jsp page
          * HTML updates (wrapper.log, and no more unix scripts)
          * Updated VERSION constants to 0.4
    • hypercubus's avatar
      2004-09-03 hypercubus · 7b86edaf
      hypercubus authored and zzz's avatar zzz committed
          * Bugfix: Installer launches postinstall.bat on WinNT/2K properly.
          * Temporarily removed install_i2p_service_unix and
            uninstall_i2p_service_unix from distribution packages.
          * postinstall.bat/postinstall.sh cleans installation directory of all files
            not applicable to the host OS.
      7b86edaf
    • jrandom's avatar
      2004-09-03 oOo · 49d4e565
      jrandom authored and zzz's avatar zzz committed
          * Added some filters to the HTTP request, replacing the User-Agent,
            Referrer, Via, and From headers, which helps until we have a more
            comprehensive filtering system.
      2004-09-03  jrandom
          * Disabled the old listener on port 7655.
      49d4e565
  5. Sep 02, 2004
  6. Sep 01, 2004
Loading