Skip to content
Permalink
dev

Commits on Feb 23, 2019

  1. 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 22, 2019

  1. Merge branch 'bug29149_squashed' into dev

    Solved conflicts:
    	docs/source/specification.rst
    juga0 committed Feb 22, 2019
  2. docs: replace http to https

    juga0 committed Feb 22, 2019
  3. docs: Add viewcode extension

    and numerate figures.
    juga0 committed Feb 22, 2019
  4. docs: Update and change order in index

    Closes: #29149. Bugfix v0.1.0.
    juga0 committed Feb 22, 2019
  5. docs: add link to State class

    juga0 committed Feb 22, 2019
  6. docs: Change title to API page

    juga0 committed Feb 22, 2019
  7. docs: Update internal Tor configuration

    and change titles.
    juga0 committed Feb 22, 2019
  8. Merge branch 'ticket29299_squashed' into dev

    Solved onflicts:
    	docs/source/man_sbws.ini.rst
    juga0 committed Feb 22, 2019
  9. v3bwfile: include destinations' country in headers

    Closes: #29299.
    juga0 committed Feb 22, 2019
  10. destination: add function to parse countries

    so that they can be reported in the bandwidth file headers.
    juga0 committed Feb 22, 2019

Commits on Feb 21, 2019

  1. stem: Add spaces lost in merge

    juga0 committed Feb 21, 2019
  2. Merge branch 'bug28692' into dev

    Solved conflicts:
    	sbws/util/stem.py
    juga0 committed Feb 21, 2019
  3. 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 21, 2019
  4. 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 21, 2019
  5. 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 21, 2019
  6. tests: CB.build_circuit now returns a tuple

    Change tests added in #28897 with the changes introduced in #28736.
    juga0 committed Feb 21, 2019
  7. Merge branch 'bug28897' into dev

    Solved conflicts:
    	sbws/core/scanner.py
    	sbws/globals.py
    	sbws/lib/destination.py
    juga0 committed Feb 21, 2019
Older