Commits on Source
1761
ca252548
Bump version
Apr 28, 2018
0d9cb2ca
Add dependency on Requests
Apr 28, 2018
67cf95c8
[likely broken] remove some mentions of the sbws server
Apr 28, 2018
297714a4
[likely broken] don't need pwgen either
Apr 28, 2018
f62f98bf
[likely broken] remove more server/pwgen code
Apr 28, 2018
5c63dddb
[likely broken] add start of validation of destinations
Apr 28, 2018
f052e96e
[likely broken] beginning of Destination classes and measurement code
Apr 28, 2018
1eb0f80e
[broken] Add helper CircuitBuilder that will go away someday
Apr 28, 2018
5b17ebda
[broken] Build circ with new circuit builder
Apr 28, 2018
c6e398f8
[broken] Switch to HTTPTunnelPort from SocksPort
Apr 28, 2018
07d23ef9
[broken] Update testnets
Apr 28, 2018
7220f49e
Revert "[broken] Switch to HTTPTunnelPort from SocksPort"
Apr 28, 2018
9a058b13
Revert "[broken] Update testnets"
Apr 28, 2018
2da2fd16
[broken] make http request over tor ...
Apr 28, 2018
b29ef0f7
[broken] Add min/max download size to config
Apr 29, 2018
570dde70
[broken] connect to destination over a specific circuit ...
Apr 29, 2018
27d64a5e
[broken] measure RTT, remove some old code
Apr 29, 2018
e70712eb
[broken] remove dead function
Apr 29, 2018
a1647aff
[broken] change a log to error to warning
Apr 29, 2018
dba0deab
[broken] Fix error log message
Apr 29, 2018
de063361
[broken] Make path part of url optional
Apr 29, 2018
ac64147f
[broken] Generalize timed_recv_from_server and use it
Apr 29, 2018
137fb92e
[broken] Catch and log if couldn't measure rtt
Apr 29, 2018
f3332fa4
[broken] Measure bandwidth too
Apr 29, 2018
b3175c8c
[broken] Actually store good results
Apr 29, 2018
8e0a9a52
[broken] Add function that resolves a hostname to ipv4/ipv6 addresses
Apr 29, 2018
440dbcb3
[broken] rename func
Apr 29, 2018
784c4248
[broken] Add RelayList.exits_can_exit_to to get list of exits ...
Apr 29, 2018
b7f20004
[broken] Pick a usable exit, and consider the results valid for it too
Apr 29, 2018
741c791c
[broken] ResultDump can handle a list of results now
Apr 29, 2018
edb3f8e8
[broken] sprinkle some comments into measure_relay func
Apr 29, 2018
656619f5
[broken] remove helperrelay.py
Apr 29, 2018
bf5ec4e3
Adjust/remove some logs and use new circuit_str func
May 01, 2018
a109e061
Make testnets work with a victim debian cd mirror
May 01, 2018
afde9849
[broken] timed_recv_from_server was returning an exception, not str
May 01, 2018
854f12ac
Make a controller required
May 02, 2018
816591fa
Turns out we don't need these options ...
May 02, 2018
19eda271
Set UseEntryGuards 0
May 02, 2018
5c6795eb
Extract static torrc options to global; add comments
May 02, 2018
59172356
Deep copy TORRC_STARTING_POINT so not modifying a global
May 02, 2018
6e413483
Better variable names
May 02, 2018
9e820fd2
Change a little parsing code to perserve spaces
May 02, 2018
6212ede3
Bump to 0.2.0
May 02, 2018
9be675ac
Bump to 0.2.1-dev
May 02, 2018
0b7ce243
Merge branch 'http' into http_02 (essentially master)
May 02, 2018
aa20cc28
[broken] Remove more mentions of the sbws server
May 02, 2018
dc8e871c
[broken] Handle a variety of consensus flavors
May 02, 2018
f0d7e3a4
Log about the Tor we started and connected to
May 02, 2018
c92b4682
Remove MIN_REQ_BYTES and MAX_REQ_BYTES
May 02, 2018
8964eade
Remove FooCircuitBuilder
May 02, 2018
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
1,661 additional commits have been omitted to prevent performance issues.
Loading
Loading