Skip to content
Snippets Groups Projects
  1. Jul 31, 2013
    • Jens-Michael Hoffmann's avatar
      Fix build errors on Debian systems. · 3e60ccda
      Jens-Michael Hoffmann authored
      The local lib directory is not used anymore and respective references
      were removed. The java dependencies are now specified in the build.xml
      and taken from their installed locations.
      
      In addition to git, openjdk-6-jdk and ant the following java packages
      have to be installed:
       - libcommons-codec-java
       - libcommons-compress-java
       - junit4
      
      Minor tweaks by Karsten Loesing.
      3e60ccda
  2. Jul 18, 2013
  3. Jul 08, 2013
  4. May 03, 2013
  5. Apr 19, 2013
  6. Apr 09, 2013
  7. Feb 05, 2013
  8. Jan 07, 2013
  9. Dec 30, 2012
  10. Nov 08, 2012
  11. Nov 07, 2012
  12. Sep 05, 2012
  13. Aug 07, 2012
  14. Aug 06, 2012
  15. Jul 21, 2012
    • Karsten Loesing's avatar
      Make parse history in descriptor reader more accessible. · 20f9d557
      Karsten Loesing authored
      So far, the only way to prevent files from being parsed repeatedly in
      distinct runs was to specify a history file that only metrics-lib was
      supposed to read and write.  However, some applications may want to
      specify the list of files to exclude themselves, or they may want to learn
      which files have been excluded and which have been parsed.  These
      applications shouldn't be forced to mess with the history file.
      
      Add three methods to the descriptor reader for these applications.  They
      should also play nicely together with the history file approach.
      
      AFAIK, stem has methods with the same purpose but a slightly different
      semantic.
      20f9d557
  16. Jun 29, 2012
  17. Jun 19, 2012
  18. Jun 01, 2012
  19. May 31, 2012
  20. May 30, 2012
  21. May 19, 2012
  22. May 18, 2012
  23. May 16, 2012
  24. May 09, 2012
  25. Apr 27, 2012
    • Karsten Loesing's avatar
      Remove two suggested data sources from the TODO list. · 6eb12377
      Karsten Loesing authored
      Using Tor's control port as a data source could be useful in some cases,
      but Damian and I decided it's not worth the effort.  We wouldn't learn
      much new stuff compared to running a Tor client/relay and reading the
      cached-* files.  Damian says that a good workaround for file permission
      issues with cached-* files is to run the Tor process and Java process as
      the same user.
      
      Having a database as a data source was a nice idea, too, but we don't have
      such a database.  Once we have a good database we can still write a
      metrics-lib wrapper for it.
      6eb12377
  26. Apr 26, 2012
Loading