[Pkg-privacy-commits] [txtorcon] 02/08: Updated version 0.19.3 from 'upstream/0.19.3'
Iain R. Learmonth
irl at moszumanska.debian.org
Sat Sep 16 03:54:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
irl pushed a commit to branch master
in repository txtorcon.
commit 20a8719b69397764e95a2eec64b413956f30975c
Merge: 8bf7bb9 2bcb63b
Author: Iain R. Learmonth <irl at debian.org>
Date: Mon Sep 11 11:56:26 2017 +0100
Updated version 0.19.3 from 'upstream/0.19.3'
with Debian dir 72de1e80647971735df6daad7037f10694c79ba1
.gitignore | 4 -
INSTALL | 10 +-
Makefile | 56 +-
PKG-INFO | 313 ++----
README.rst | 309 ++----
dev-requirements.txt | 3 +-
docs/README.rst | 232 ----
docs/_themes/alabaster/static/alabaster.css_t | 23 +
docs/conf.py | 25 +-
docs/examples.rst | 210 ++--
docs/guide.rst | 754 +++++++++++++
docs/hacking.rst | 77 ++
docs/howtos.rst | 138 ---
docs/index.rst | 191 +---
docs/installing.rst | 213 ++++
docs/introduction.rst | 122 +-
docs/release-checklist.rst | 22 +-
docs/releases.rst | 112 +-
docs/tutorial.rst | 262 -----
docs/txtorcon-config.rst | 4 +-
docs/txtorcon-controller.rst | 24 +
docs/txtorcon-endpoints.rst | 12 +-
docs/txtorcon-launching.rst | 27 -
docs/txtorcon-protocol.rst | 21 +-
docs/txtorcon-socks.rst | 72 ++
docs/txtorcon-state.rst | 14 +-
docs/txtorcon.rst | 17 +-
docs/walkthrough.rst | 334 ------
examples/add_hiddenservice_to_system_tor.py | 63 --
examples/add_hiddenservice_to_system_tor.py.orig | 0
examples/attach_streams_by_country.py | 223 ----
examples/attach_streams_by_country.py.orig | 0
examples/circuit_failure_rates.py | 219 ----
examples/circuit_failure_rates.py.orig | 0
examples/circuit_for_next_stream.py | 136 ---
examples/circuit_for_next_stream.py.orig | 0
examples/connect.py | 24 +
examples/connect.py.orig | 24 +
examples/disallow_streams_by_port.py | 61 +-
examples/dns_lookups.py | 20 +
examples/dns_lookups.py.orig | 20 +
examples/dump_config.py | 63 --
examples/dump_config.py.orig | 0
examples/ephemeral_endpoint.py | 63 --
examples/gui-boom.py | 39 -
examples/gui-cairo.py | 94 --
examples/gui-map.py | 66 --
examples/gui.py | 83 --
examples/gui2.py | 52 -
examples/hello_darkweb.py | 24 -
examples/hello_darkweb.py.orig | 0
examples/hidden-service-systemd.service | 35 -
examples/hidden_echo.py | 36 +
examples/hidden_echo.py.orig | 36 +
examples/launch_tor.py | 80 +-
examples/launch_tor.py.orig | 60 +
examples/launch_tor2web.py | 12 +-
examples/launch_tor_endpoint.py | 140 +--
examples/launch_tor_endpoint.py.orig | 91 ++
examples/launch_tor_endpoint2.py | 12 +-
...r_endpoint2.py => launch_tor_endpoint2.py.orig} | 12 +-
examples/launch_tor_unix_sockets.py | 61 +
examples/launch_tor_with_hiddenservice.py | 95 --
examples/launch_tor_with_hiddenservice.py.orig | 0
examples/launch_tor_with_simplehttpd.py | 51 +-
examples/minimal_endpoint.py | 4 +-
examples/monitor.py | 34 +-
examples/readme.py | 45 +
examples/readme3.py | 49 +
examples/schedule_bandwidth.py | 75 --
examples/stem_relay_descriptor.py | 48 +-
examples/stream_circuit_logger.py | 56 +-
examples/systemd.service | 43 -
examples/tor_info.py | 24 +-
examples/torflow_path_selection.py | 93 --
examples/tunnel_tls_through_tor_client.py | 30 -
examples/web_client.py | 42 +
examples/web_client.py.orig | 42 +
examples/web_client_custom_circuit.py | 84 ++
examples/web_client_custom_circuit.py.orig | 84 ++
examples/web_client_treq.py | 40 +
examples/web_client_treq.py.orig | 40 +
examples/webui_server.py | 8 +-
requirements.txt | 5 +-
setup.cfg | 1 -
setup.py | 8 +-
test/profile_startup.py | 8 +-
test/py3_torstate.py | 91 ++
test/test_addrmap.py | 4 +-
test/test_attacher.py | 41 +
test/test_circuit.py | 190 +++-
test/test_controller.py | 1161 ++++++++++++++++++++
test/test_endpoints.py | 579 +++++++---
test/test_fsm.py | 7 +-
test/test_microdesc.py | 96 ++
test/test_router.py | 115 +-
test/test_socks.py | 780 +++++++++++++
test/test_stream.py | 16 +-
test/test_torconfig.py | 968 ++++------------
test/test_torcontrolprotocol.py | 481 ++++----
test/test_torinfo.py | 39 +-
test/test_torstate.py | 473 +++++---
test/test_util.py | 175 ++-
test/test_util_imports.py | 12 +-
test/test_web.py | 108 ++
test/verify-release.py | 58 +
txtorcon.egg-info/PKG-INFO | 313 ++----
txtorcon.egg-info/SOURCES.txt | 65 +-
txtorcon.egg-info/requires.txt | 8 +-
txtorcon.egg-info/top_level.txt | 1 +
txtorcon/__init__.py | 15 +-
txtorcon/_metadata.py | 4 +-
txtorcon/_microdesc_parser.py | 112 ++
txtorcon/attacher.py | 82 ++
txtorcon/circuit.py | 350 +++++-
txtorcon/controller.py | 968 ++++++++++++++++
txtorcon/endpoints.py | 280 +++--
txtorcon/interface.py | 104 +-
txtorcon/router.py | 69 +-
txtorcon/socks.py | 744 +++++++++++++
txtorcon/stream.py | 6 +-
txtorcon/torconfig.py | 735 ++++---------
txtorcon/torcontrolprotocol.py | 152 +--
txtorcon/torstate.py | 272 ++---
txtorcon/util.py | 204 +++-
txtorcon/web.py | 146 +++
126 files changed, 10515 insertions(+), 5968 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/txtorcon.git
More information about the Pkg-privacy-commits
mailing list