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

Skip to content
Snippets Groups Projects
  1. Oct 18, 2004
  2. Jul 29, 2004
  3. Jul 12, 2004
    • jrandom's avatar
      target=1.3 and source=1.3, not target=1.1 and source=1.3 · 7b9db07f
      jrandom authored and zzz's avatar zzz committed
      (this is what caused the runtime errors on sun jvms but not on kaffe)
      ((aka i slacked and didn't test sufficiently.  off with my head))
      this now builds and runs fine in sun 1.3-1.5 jvms, as well as kaffe
      7b9db07f
  4. Jul 11, 2004
  5. Jul 02, 2004
  6. Jun 30, 2004
    • shendaras's avatar
      imports · 9640e938
      shendaras authored and zzz's avatar zzz committed
      shendaras
      9640e938
  7. Jun 27, 2004
  8. Jun 22, 2004
  9. May 17, 2004
  10. May 09, 2004
    • shendaras's avatar
      imports · 41853173
      shendaras authored and zzz's avatar zzz committed
      Did you miss me?
      (shendaras)
      41853173
  11. Apr 30, 2004
  12. Apr 20, 2004
  13. Apr 13, 2004
    • jrandom's avatar
      the heartbeat engine and gui are good 'nuff for now · 33782859
      jrandom authored and zzz's avatar zzz committed
      (while i want to spend another few days on it, there
      are more pressing things and this will meet my needs
      for testnet).  the engine works as before, and the
      gui now actually plots out and follows the chart over time.
      The gui does have a lot of things left to be done before
      it can be adopted by joe sixpack -
       * load/store the URLs being monitored so you don't
         have to reenter them on each startup
       * clear out the x axis on refetch (now it just keeps
         growing, which is good and bad)
       * adjustable refresh rate
       * implement snapshots (saving all the current state
         files to a dir, and allowing that dir to be loaded
         all at once)
       * beautification (override the colors, etc)
      the net.i2p.heartbeat.** code is all public domain, BUT
      net.i2p.heartbeat.gui.JFreeChart* classes depend on the
      LGPL'ed jfreechart code, which in turn depends on apache
      licensed code (log4j).  for the time being, this code
      doesn't include the jfreechart code (and dependencies),
      but the ant task in apps/heartbeat/java 'fetchJfreechart'
      downloads it and places it under apps/heartbeat/java/lib,
      after which you can build the GUI by running the ant task
      'buildGUI' (buildGUI / etc are NOT in the standard build
      process).
      once we figure out all the details to comply with the
      requirements of log4j's license we'll do so.  but for now,
      the above works.
      33782859
  14. Apr 12, 2004
    • shendaras's avatar
      javadoc, imports · e3354a80
      shendaras authored and zzz's avatar zzz committed
      (shendaras)
      e3354a80
    • jrandom's avatar
      partial impl of the gui, still a few things left to do: · 7c155545
      jrandom authored and zzz's avatar zzz committed
      - implement some validation on the state files loaded
      - reenable delete and updates to refresh
      - integrate the real chart code (currently just plain text instead of the graphs)
      - gui updates
      i wont spend more than another day on this during the testnet, but i want to get it plotting before continuing.
      7c155545
  15. Apr 10, 2004
Loading