Skip to content
Permalink
bug28692_squas…

Commits on Feb 25, 2019

  1. stem: disable pad connections

    and create function to set options that can fail because they are
    not supported by some Tor versions at runtime.
    
    Fixes bug 28692. Bugfix v0.4.0
    juga0 committed Feb 25, 2019
  2. stem: log stem's exceptions setting runtime torrc

    The log message might not correspond to the reason.
    Only the first one that fails will be logged, but not refactoring
    here.
    Add an integration test to check a runtime option fails.
    juga0 committed Feb 25, 2019
  3. stem: refactor, move setting runtime torrc options

    to a function.
    Replace comment by docstring.
    Add an integration test to check the option is set.
    juga0 committed Feb 25, 2019

Commits on Feb 23, 2019

  1. scanner: Stop threads in a test network

    after finishing the first loop.
    As noted in bug28933_01.
    juga0 committed Feb 23, 2019
  2. Merge branch 'bug28933_01'

    Solved conflicts:
    	sbws/core/scanner.py
    	tox.ini
    juga0 committed Feb 23, 2019
  3. Merge branch 'bug29149_squashed'

    Solved conflicts:
    	docs/source/specification.rst
    juga0 committed Feb 23, 2019
  4. Merge branch 'bug29568'

    juga0 committed Feb 23, 2019
  5. generate: Load all results, including error ones

    The bandwidth file is generated only with relays that have some
    successful measurements, but we forgot to load all results
    (including the relays with failed measurements) after we started
    to include the number of failure measurements in each relay
    bandwidth line.
    
    Closes #29568. Bugfix v0.4.0 (line introduced in v0.1.0).
    juga0 committed Feb 23, 2019

Commits on Feb 21, 2019

  1. tests: Add test to check get/head timeout

    Closes: #29551. Bugfix 1.0.3-dev0.
    juga0 committed Feb 21, 2019
  2. requests: Change make_session to use the TimedSession

    that will always have timeout in the get and head methods.
    juga0 committed Feb 21, 2019
  3. requests: Add class to override Session methods

    Override get and head methods to always have a timeout.
    juga0 committed Feb 21, 2019

Commits on Feb 18, 2019

  1. Recover code lost on merge bug28932

    Merge: 8dbe890.
    Coded introduced in a550d73 and
    5dae9b9.
    juga0 committed Feb 18, 2019

Commits on Feb 15, 2019

  1. Merge branch 'bug29199'

    juga0 committed Feb 15, 2019
  2. Merge branch 'bug28868'

    Solved conflicts:
    	sbws/lib/relayprioritizer.py
    by applying theirs.
    juga0 committed Feb 15, 2019
  3. Merge branch 'bug29295'

    juga0 committed Feb 15, 2019
  4. Merge branch 'bug28788'

    Solved conflicts in:
    	docs/source/examples/sbws.example.ini
    	sbws/globals.py
    applying both theirs and ours.
    juga0 committed Feb 15, 2019

Commits on Feb 12, 2019

  1. scanner: add docstring to measure_relay

    Closes: #29149. Bugfix v0.1.0.
    juga0 committed Feb 12, 2019
  2. docs: rename specification file

    juga0 committed Feb 12, 2019
  3. docs: remove anatomy section

    is already explained in README, and how the scanner works.
    juga0 committed Feb 12, 2019
Older