Commits on Source
1711
63a40d19
Remove unused CircuitBuilders
May 02, 2018
ea5dcce2
Begin implementing usability tests
May 02, 2018
d996a938
Act safely when circuit_str can't get the circuit
May 04, 2018
236f7d4a
Find usable destinations; refactor a function to make that easier ...
May 04, 2018
9b6dca73
Move line to avoid possible confusion wrt its relationship to a comment
May 04, 2018
05a55ddb
Flesh out comment on important func that has potential to be ...
May 04, 2018
61eb8209
Make sure Tor is not interfering with us attaching streams manually
May 04, 2018
09170f32
Make sure to always remove listener
May 04, 2018
52d65305
Return some ResultError types
May 04, 2018
274a161b
Force the remote webserver to forego compression
May 04, 2018
0741a28f
Make DestinationList correctly return only usable dests
May 04, 2018
96be8c37
Log how many destinations are currently usable
May 04, 2018
2c21c8a2
Try to avoid some persistent exceptions when checking exit policies
May 06, 2018
3e74ddeb
Add func to always make a requests.Session with the right params
May 07, 2018
25a04c26
Make flake8 happy
May 07, 2018
dc63ad05
Overhaul build_circuit_impl so we can timeout ...
May 07, 2018
bef6c7c6
Ignore an error if a circuit disappears before we try to close it
May 08, 2018
7bccbbff
Log the type of result that is being recorded for a relay
May 08, 2018
bb3bd427
Change log levels
May 08, 2018
848abbc5
Switch random to SystemRandom in new code
May 08, 2018
61a1cfeb
Log what exit was picked to help measure a relay
May 08, 2018
3a7628a4
Make RelayPrioritizer variables configurable
May 08, 2018
d6d5d475
Find & fix the other place we close circuits that an exception is thrown
May 08, 2018
873392dd
Move option for not measuring authorities
May 08, 2018
c040a276
Remove 2 unused options
May 08, 2018
d529c08e
Make all the tests pass again
May 08, 2018
ee01f1ef
Remove dependency on pysocks
May 10, 2018
24ab3732
Update spec document
May 10, 2018
bdd4c194
Update config.rst
May 10, 2018
32cbbb3a
Update FAQ answers; fix sphinx format warnings in it
May 10, 2018
c51bee2d
Fixup some more doc formatting issues
May 10, 2018
4a763685
More doc fixups
May 10, 2018
afee2647
Remove some terms
May 10, 2018
0661b8a2
Switch to storing results in a dict instead of list
May 10, 2018
249e0e9e
Ignore ResultError* types if we are shutting down
May 10, 2018
a3e45435
Add handlers and formatters that might be useful
May 12, 2018
cb1dc189
No one is import * from util/stem, so remove __all__
May 12, 2018
1b0a2f89
Remove two unused funcs
May 12, 2018
abdcfd80
Allow sbws to use an already-existing tor process, with warning
May 12, 2018
41c4e037
Make Requests actually timeout
May 12, 2018
1e0f744a
Notice that this can throw a new exception
May 13, 2018
77843568
We added a timeout, remove comment
May 13, 2018
1c548a31
Log min/q1/med/q3/max values in stats command
May 13, 2018
3171137c
Bump to 0.3.0. Use http for downloads
May 14, 2018
5771740d
Bump to 0.3.1-dev
May 14, 2018
c30a5946
Merge branch 'issue68_logging_rebased' from juga0, thanks!
May 14, 2018
2727e20e
Change default log level to INFO
May 14, 2018
66cb0be3
Make circuit timeout configurable
May 15, 2018
1102cbd5
Use stem's new circuit timeout feature in 1.6.0-dev
May 15, 2018
ebd74dfb
Make flake8 happy and remove some dead code
May 15, 2018
b67cd604
(Seem to) properly configure setup.py to pull a dev version of stem
May 15, 2018
c26109ce
Revert "Change header format to 2 lines also in test"
May 16, 2018
418ef925
Revert "Switch header to two lines"
May 16, 2018
c74c3620
Revert "Switch header to one line"
May 16, 2018
29a31097
Fix version in test
May 16, 2018
4f85f2ad
Store the earlier result to add it to the header
May 16, 2018
6d87d152
Allow additional header params,
May 16, 2018
3c54f14a
Change header str order
May 16, 2018
ba410100
Add test for additional header
May 16, 2018
703360c6
Conf opt to store the timestamp when scanner started
May 16, 2018
aef3f65b
Allow conf opt
May 16, 2018
21fab8eb
Write timestamp when scanner starts
May 16, 2018
7fbba170
Read timestamp when scanner started
May 16, 2018
c1cbe4ab
Add attr to store when scanner started
May 16, 2018
730344bf
Add test for header with scanner_started timestamp
May 16, 2018
a4774b18
Ops, fix reading file
May 16, 2018
81b442bd
Use earlier result only when there're results
May 16, 2018
8b84838e
Rename earlier_result_ts to earliest_bandwidth
May 16, 2018
2cff7083
Rename scanner_started to tenerator_started
May 16, 2018
be01874b
Use filelock to read/write started_filepath
May 16, 2018
f459dabb
Move started_filepath conf option to paths
May 16, 2018
9fa3d173
Change Unix Epoch by ISO 8601 in header keyvalues
May 16, 2018
394bcb5d
Warn when started_at does not exists
May 16, 2018
e4c9e308
Refactor V3BwHeader to allow different spec versions
May 16, 2018
5244398b
Fix diffs left in rebase
May 16, 2018
210a52f6
Remove unneeded config.default.ini lines
May 16, 2018
f101aa8e
Make python 3.4 happy ...
May 16, 2018
422aa5fb
Fix timestamp format to have 05 instead of May
May 16, 2018
60b1355f
Remove sockio and simpleauth from docs
May 16, 2018
ee00179c
Include all package data in the binary distribution
May 17, 2018
6ab36fa3
Fix spelling of a file
May 17, 2018
eee9da37
Clarify some log lines in resultdump.py
May 18, 2018
0b02520f
Update install instructions a bit
May 22, 2018
add1b9eb
Fix unit tests that check for log lines
May 23, 2018
636bdac5
Remove config validation of passwords
May 29, 2018
ff355bd6
Update INSTALL
May 29, 2018
93207b81
Update DEPLOY
May 29, 2018
46f4812c
Update README
May 29, 2018
ff85c8a8
Minor spec updates
May 29, 2018
b6f37906
Only store results for the relay being measured
May 29, 2018
9ee9fe86
Add some general config validation tests
May 29, 2018
a948bc11
Remove unused function
May 29, 2018
4e557aea
Rename Section to PseudoSection
May 29, 2018
b7e77c25
Test validate_url
May 29, 2018
c76c861e
Allow most symbols in nicks
May 29, 2018
0d2b0d3a
We require requests to have socks support
May 30, 2018
2ade1a49
Try adding installation of tor to travis
Jun 02, 2018
636eead7
Not all sbws/*.ini files were making it into a source dist
Jun 02, 2018
7a159324
Add integration tests, reorg tests
Jun 02, 2018
046ce48a
Ignore line length in one spot
Jun 02, 2018
1,611 additional commits have been omitted to prevent performance issues.
Loading
Loading