- 09 Aug, 2021 3 commits
- 29 Jun, 2021 4 commits
-
-
juga authored
stop exiting when there's a possible exception that makes sbws stalled and instead just dump the stack. Additionaly, call pdb on sigint.
-
juga authored
Since tor version 0.4.7.0-alpha-dev with #40337 patch, chutney relays notice bandwidth changes.
-
juga authored
to more appropriate names, after switching to concurrent. futures.
-
juga authored
away from multiprocessing, because it looks like we hit python bug 22393, in which the pool hangs forever when a worker process dies. We don't know the reason why a worker process might due, maybe oom. See https://stackoverflow.com/questions/65115092/occasional-deadlock-in-multiprocessing-pool, We also run into several other issues in the past with multiprocessing. Concurrent.futures has a simpler API and is more modern. Closes #40092.
-
- 16 Jun, 2021 2 commits
-
-
Georg Koppen authored
-
juga authored
because when the observed bandwidth is higher than the consensus (for example when the relay is new or was some time down), it's limited by the previous consensus, not allowing it to grow. Since the size of the data to download depends also on the consensus weight, this results on lower measured bandwidth too. Closes #40091.
-
- 31 May, 2021 4 commits
- 13 May, 2021 1 commit
-
-
juga authored
- Increase the time waiting for the last measurements queued, to avoid canceling unfinished measurements and gc maybe not releasing thread variables - Use the already declared global pool instead of passing it by args - Log more information when the last measuremetns timeout Closes: #40087
-
- 30 Apr, 2021 1 commit
-
-
juga authored
To pass tox tests. This seems to have changed in black from version 20.8b1 to 21.4b2.
-
- 27 Apr, 2021 2 commits
-
-
-
also replace the links to Read the Docs to pages.torproject.net and add redirect to it. Closes: #40085.
-
- 16 Apr, 2021 7 commits
-
-
Georg Koppen authored
-
juga authored
-
juga authored
Update changelog, updated automatically, manually fixed typos and and new lines. Closes #40004.
-
juga authored
-
juga authored
Get rid of the last documentation in markdown and remove extra dependency!
-
juga authored
Cause of tpo/tpa/team#40221.
-
- 22 Mar, 2021 2 commits
-
-
juga authored
fix: doc: Clarify Torflow aggregation Closes #40082 See merge request tpo/network-health/sbws!80
-
Georg Koppen authored
Closes #40082.
-
- 19 Mar, 2021 2 commits
- 17 Mar, 2021 9 commits
-
-
Closes #33599.
-
-
juga authored
-
juga authored
Closes: #40070
-
juga authored
black insists to keep one long line and flake complain, therefore make flake to ignore it.
-
juga authored
-
juga authored
-
juga authored
-
juga authored
Also: - Update versioneer - And include other source distribution files in MANIFEST.in - Add project URLs - Add formatter and linter dependencies and configurations. - tox: Remove travis, fix python environments - tox: Remove extra coverage options and add them in .coveragerc.
-
- 16 Mar, 2021 3 commits
-
-
juga authored
also uncomment final newline. Can be commented again in case it fails
-
Georg Koppen authored
-