Skip to content
  1. Jun 01, 2015
  2. May 27, 2015
  3. Sep 20, 2013
  4. Sep 19, 2013
    • aagbsn's avatar
      9771 - Fix CIRC event parsing · c161f352
      aagbsn authored
      In torspec.git commit e195a4c8d288eb27385060740b8fde170a5e3e38 the
      format of the CIRC event was changed slightly. This commit parses this
      newer format.
      c161f352
  5. Mar 05, 2013
  6. Mar 02, 2013
  7. Feb 28, 2013
  8. Dec 30, 2012
  9. Apr 18, 2012
  10. Nov 16, 2011
  11. Nov 04, 2011
  12. Nov 01, 2011
  13. Oct 19, 2011
  14. Oct 05, 2011
  15. Sep 30, 2011
  16. Sep 04, 2011
  17. Sep 01, 2011
  18. Aug 31, 2011
    • aagbsn's avatar
      use Elixir model delete method · db835ef1
      aagbsn authored
      try to use the same session for deletes and queries where possible,
      this may be the cause of an ObjectNotFound exception that occurs
      right after _update_db(), despite the Router object being in the
      consensus and also in the db.
      db835ef1
  19. Aug 01, 2011
  20. Jun 27, 2011
  21. Jun 25, 2011
  22. Jun 24, 2011
  23. Jun 23, 2011
    • aagbsn's avatar
      Added refresh_all() and warnings to reset_all() · eb736ba5
      aagbsn authored
      SQLSupport.refresh_all() is required to keep Elixir and
      tc_session in sync. Otherwise it is possible for
      routers added by the consensus update to not show up
      in queries using the Elixir model i.e. Router.query.all()
      
      Also, warnings have been added to SQLSupport.reset_all() because
      this does not work properly -- in some cases relation tables
      were not being reset properly (this resulted in old bw measurements
      being repeated in future output!).
      
      Finally, even when reset_all() works properly, bwauthority memory
      usage continues to grow.
      eb736ba5
    • aagbsn's avatar
      e1266cb4
    • aagbsn's avatar
      added reset_stats() to Scansupport.py · 13307d9c
      aagbsn authored
      calls parent and SQLSupport reset functions
      Tests show that SQLSupport.reset_all() may clear too much because
      if BwAuthority calls Scansupport.reset_stats() after each speedrace()
      run only the first slice is properly recorded; the rest are empty.
      See: https://trac.torproject.org/projects/tor/ticket/2947
      13307d9c
  24. Jun 20, 2011
  25. Jun 18, 2011