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

Skip to content
Snippets Groups Projects
  1. Jan 24, 2010
  2. Nov 29, 2009
  3. Nov 24, 2009
  4. Nov 11, 2009
    • zzz's avatar
      * Console: Some colon cleansing · 6c00bb20
      zzz authored
          * Shitlist: Move HTML renderer to router console,
            add cause parameter for ease of translation,
            tag all causes
      6c00bb20
  5. Nov 07, 2009
    • zzz's avatar
      * Console: · a0b4b7db
      zzz authored
            - countries.txt: Convert to mixed case, include in update
            - netdb.jsp: Hide all routers by default, sort and tag country names
            - oldstats.jsp: Move to stats.jsp
            - profiles.jsp: Show new DBH times instead of counts
          * Profiles:
            - Track last good and bad lookup times
              and last good and bad store times,
              to prep for floodfill changes
            - Don't reset last-heard-about at router startup
          * Checklist and Android readme fixups
      a0b4b7db
  6. Nov 03, 2009
    • zzz's avatar
      tags · 820c5734
      zzz authored
      820c5734
  7. Nov 02, 2009
    • zzz's avatar
      * Profiles: · 9976bea0
      zzz authored
            - Remove the almost-unused send and receive size RateStats;
              this also reduces the effective time for isActive()
            - Only store DB history on-demand to save space;
              fix up resulting NPEs
      9976bea0
  8. Oct 30, 2009
    • walking's avatar
      more tagging and trans · d43dac5c
      walking authored
      term rev [not failing] -> [Standard]
      1 string(notice) with link still left in confstats
      d43dac5c
  9. Oct 29, 2009
    • walking's avatar
      tag and trans · f9424dbd
      walking authored
      convert append(""+""+"") to append().append().append()
      f9424dbd
  10. Oct 28, 2009
    • zzz's avatar
      * Console: · aeb6635e
      zzz authored
            - Rewrite TrustedUpdate version comparator, use for netdb version table
              so 0.7.10 will be sorted correctly
            - Reduce netdb.jsp memory usage
            - More tagging fixups
            - configclients.jsp fixup for "Web console"
      aeb6635e
  11. Oct 26, 2009
    • zzz's avatar
      * Console: · ac6d711a
      zzz authored
            - Add parameterized tag
            - Refactor confignav.jsp to java and tag
            - Start tagging profiles.jsp
      ac6d711a
  12. Oct 18, 2009
    • zzz's avatar
      * Router Console translation infrastructure: · 44974637
      zzz authored
            - Persistent lang setting with routerconsole.lang=xx
            - Loading any page with ?lang=xx changes the persistent setting
            - Add a custom Jetty handler to load foo_xx.jsp if it
              exists for language xx. This is for jsp files with lots
              of text in them. Otherwise use inline translate methods.
              Not for included jsps.
            - Add a script to create and update messages_xx.po translation
              files, and create ResourceBundles from them
            - Add class to translate strings from cached ResourceBundles
            - Add translate wrappers to HelperBase, FormHandler, and *Renderer,
              so calls can be made from both jsp and java files
            - Add two example translations on configupdate.jsp - one in
              the jsp itself and one in the helper.
            - This is for strings in routerconsole only. Will be expanded
              to other webapps and the router later.
      44974637
  13. Oct 17, 2009
  14. Oct 15, 2009
  15. Sep 16, 2009
  16. Aug 21, 2009
  17. Aug 19, 2009
    • zzz's avatar
      * profiles.jsp: · 5bc2dab1
      zzz authored
            - Rename the Failing column
            - Reduce the time cutoff again to 90m (was 2h)
      5bc2dab1
  18. Aug 17, 2009
  19. Aug 13, 2009
  20. Aug 08, 2009
  21. Jul 31, 2009
  22. Jul 28, 2009
  23. Jul 20, 2009
    • zzz's avatar
      * Peer Profiles: · a9e8fc2f
      zzz authored
            - Reduce max age for display to 2h (was 3h)
            - Drop unused Persist classes
            - Dynamically adjust expire time to control memory use
      a9e8fc2f
  24. Jul 01, 2009
  25. Jun 24, 2009
  26. May 30, 2009
    • zzz's avatar
      cleanup · f8901e94
      zzz authored
      f8901e94
  27. May 27, 2009
  28. May 26, 2009
  29. May 19, 2009
  30. Apr 21, 2009
    • 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
  31. Jan 10, 2009
  32. Oct 26, 2008
    • zzz's avatar
      * NetDb: · b7434497
      zzz authored
             - Update dbLookup profile stats in FloodOnlySearchJob
               and FloodfillVerifyStoreJob
             - Fix response time store in profile in SearchJob
          * profiles.jsp: Don't override locale number format,
             clean up the response time output for floodfills
      b7434497
  33. Sep 12, 2008
    • zzz's avatar
      * HarvesterJob: Don't instantiate if disabled · 825af3e6
      zzz authored
          * NetDb: Add netDb.exploreKeySet stat
          * netdb.jsp: Add parameter ?r=xxxxxx to view a single routerinfo,
            and ?r=. to view our own; change links on other pages too
      825af3e6
  34. Jul 16, 2008
  35. May 20, 2008
    • zzz's avatar
      * Reachability: · 7e3800a5
      zzz authored
            - Call the previously unused profile.tunnelTestFailed()
              (redefined to include a probability argument)
              and severely downgrade a peer's capacity upon failures,
              depending on tunnel length and direction.
              This will help push unreachable and malicious peers
              out of the High Capacity tier.
            - Put recent fail rate on profiles.jsp
          * ProfileOrganizer: Logging cleanup
          * eepsite_index.html: Update add-host and jump links
          * HTTP Proxy: Remove trevorreznik jump server from list
      7e3800a5
  36. May 05, 2008
  37. Apr 17, 2008
    • zzz's avatar
      * Reachability: · cf50b7ea
      zzz authored
            - Track unreachable peers persistently
              (i.e. separately from shitlist, and not cleared when they contact us)
            - Exclude detected unreachable peers from inbound tunnels
            - Exclude detected unreachable peers from selected leases
            - Exclude detected unreachable floodfill peers from lookups
            - Show unreachable status on profiles.jsp
      cf50b7ea
  38. Apr 16, 2008
    • zzz's avatar
      * SSU/Reachability: · 2edd84e0
      zzz authored
            - Extend shitlist time from 4-8m to 40-60m
            - Add some shitlist logging
            - Don't shitlist twice when unreachable on all transports
            - Exclude netDb-listed unreachable peers from inbound tunnels;
              this won't help much since there are very few of these now
            - Remove 10s delay on inbound UDP connections used for the
              0.6.1.10 transition
            - Track and display UDP connection direction on peers.jsp
            - Show shitlist status in-line on profiles.jsp
      2edd84e0
Loading