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

Skip to content
Snippets Groups Projects
  1. Jan 24, 2010
  2. Jan 18, 2010
  3. Jul 30, 2009
  4. Jul 28, 2009
  5. Jul 01, 2009
  6. Dec 20, 2008
  7. Jul 16, 2008
  8. Jul 16, 2007
    • zzz's avatar
      2007-07-16 zzz · 05b5df9d
      zzz authored and zzz's avatar zzz committed
          * Make selection of graphed data configurable via configstats.jsp,
            remove most of the default graphs to save some memory
      05b5df9d
  9. Jul 15, 2007
    • zzz's avatar
      2007-07-15 zzz · 5c1dc797
      zzz authored and zzz's avatar zzz committed
          * Add current values to graph legends
          * Fix up previous Rate fix to check for divide by zero
      5c1dc797
  10. Jul 14, 2007
    • zzz's avatar
      2007-07-14 zzz · 16fa6a89
      zzz authored and zzz's avatar zzz committed
          * Clean up graphs.jsp - set K=1024 where appropriate,
            output image sizes in html, catch ooms, other minor tweaks
          * Fix current event count truncation which fixes graphs with low
            60-sec event counts displaying high values
            (bw.* and router.* graphs for example were 1.5x too high)
            Affects all "events per period" (non-lifetime) counts.
      16fa6a89
  11. Jul 18, 2006
    • jrandom's avatar
      * 2006-07-18 0.6.1.22 released · a52dd572
      jrandom authored and zzz's avatar zzz committed
      2006-07-18  jrandom
          * Add a failsafe to the NTCP transport to make sure we keep
            pumping writes when we should.
          * Properly reallow 16-32KBps routers in the default config
            (thanks Complication!)
      a52dd572
  12. Apr 10, 2006
    • jrandom's avatar
      2006-04-10 jrandom · b4fc6ca3
      jrandom authored and zzz's avatar zzz committed
          * Include a combined send/receive graph (good idea cervantes!)
          * Proactively drop inbound tunnel requests probabalistically as the
            estimated queue time approaches our limit, rather than letting them all
            through up to that limit.
      b4fc6ca3
  13. Apr 08, 2006
    • jrandom's avatar
      2006-04-08 jrandom · c76402a1
      jrandom authored and zzz's avatar zzz committed
          * Process inbound tunnel requests more efficiently
          * Proactively drop inbound tunnel requests if the queue before we'd
            process it in is too long (dynamically adjusted by cpu load)
          * Adjust the tunnel rejection throttle to reject requeusts when we have to
            proactively drop too many requests.
          * Display the number of pending inbound tunnel join requests on the router
            console (as the "handle backlog")
          * Include a few more stats in the default set of graphs
      c76402a1
  14. Mar 21, 2006
    • jrandom's avatar
      2006-03-21 jrandom · c5aab8c7
      jrandom authored and zzz's avatar zzz committed
          * Avoid a very strange (unconfirmed) bug that people using the systray's
            browser picker dialog could cause by disabling the GUI-based browser
            picker.
          * Cut down on subsequent streaming lib reset packets transmitted
          * Use a larger MTU more often
          * Allow netDb searches to query shitlisted peers, as the queries are
            indirect.
          * Add an option to disable non-floodfill netDb searches (non-floodfill
            searches are used by default, but can be disabled by adding
            netDb.floodfillOnly=true to the advanced config)
      c5aab8c7
  15. Mar 20, 2006
    • jrandom's avatar
      2006-03-20 jrandom · c5ddfabf
      jrandom authored and zzz's avatar zzz committed
          * Fix to allow for some slack when coalescing stats
          * Workaround some oddball errors
      c5ddfabf
  16. Mar 19, 2006
    • jrandom's avatar
      2006-03-18 jrandom · 1ef33906
      jrandom authored and zzz's avatar zzz committed
          * Added a new graphs.jsp page to show all of the stats being harvested
      1ef33906
  17. Mar 18, 2006
    • jrandom's avatar
      2006-03-18 jrandom · f3849a22
      jrandom authored and zzz's avatar zzz committed
          * Made the netDb search load limitations a little less stringent
          * Add support for specifying the number of periods to be plotted on the
            graphs - e.g. to plot only the last hour of a stat that is averaged at
            the 60 second period, add &periodCount=60
      f3849a22
  18. Mar 17, 2006
    • jrandom's avatar
      2006-03-17 jrandom · b03ff21d
      jrandom authored and zzz's avatar zzz committed
          * Add support for graphing the event count as well as the average stat
            value (done by adding &showEvents=true to the URL).  Also supports
            hiding the legend (&hideLegend=true), the grid (&hideGrid=true), and
            the title (&hideTitle=true).
          * Removed an unnecessary arbitrary filter on the profile organizer so we
            can pick high capacity and fast peers more appropriately
      b03ff21d
  19. Mar 16, 2006
    • jrandom's avatar
      2006-03-16 jrandom · 65dc803f
      jrandom authored and zzz's avatar zzz committed
          * Integrate basic hooks for jrobin (http://jrobin.org) into the router
            console.  Selected stats can be harvested automatically and fed into
            in-memory RRD databases, and those databases can be served up either as
            PNG images or as RRDtool compatible XML dumps (see oldstats.jsp for
            details).  A base set of stats are harvested by default, but an
            alternate list can be specified by setting the 'stat.summaries' list on
            the advanced config.  For instance:
            stat.summaries=bw.recvRate.60000,bw.sendRate.60000
          * HTML tweaking for the general config page (thanks void!)
          * Odd NPE fix (thanks Complication!)
      65dc803f
Loading