[Pkg-privacy-commits] [txtorcon] 91/96: Merge tag 'upstream/0.13.0'

Jérémy Bobbio lunar at moszumanska.debian.org
Sun Sep 6 18:34:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository txtorcon.

commit 65ab878afca6edde74ee2e33e65e884a0edd3cd6
Merge: 321656d b1015c5
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri Aug 28 22:15:44 2015 +0200

    Merge tag 'upstream/0.13.0'
    
    Upstream version 0.13.0

 Makefile                                    |  14 +-
 PKG-INFO                                    |  21 +-
 README.rst                                  |  19 +-
 dev-requirements.txt                        |   4 +
 docs/index.rst                              |  19 +-
 docs/release-checklist.rst                  |  17 +-
 docs/releases.rst                           |  47 +-
 docs/txtorcon-config.rst                    |   2 +-
 docs/txtorcon-endpoints.rst                 |   6 +-
 docs/txtorcon-state.rst                     |   2 +-
 docs/walkthrough.rst                        |  32 +-
 examples/add_hiddenservice_to_system_tor.py |  81 ---
 examples/disallow_streams_by_port.py        |   4 +-
 examples/dump_config.py                     |   4 +-
 examples/hidden_echo.py                     |   3 +-
 examples/launch_tor.py                      |  76 +--
 examples/launch_tor2web.py                  |  47 ++
 examples/launch_tor_endpoint.py             |  19 +-
 examples/launch_tor_endpoint2.py            |  13 +-
 examples/launch_tor_with_hiddenservice.py   |  64 ++-
 examples/list_circuits.py                   |  20 +
 examples/monitor.py                         |   6 +-
 examples/multiple-socks-ports.py            |  42 ++
 examples/schedule_bandwidth.py              |   6 +-
 examples/stream_circuit_logger.py           |  27 +-
 examples/tor_info.py                        |  34 +-
 examples/torflow_path_selection.py          |  93 ++++
 examples/webui_server.py                    |  30 +-
 setup.py                                    |   4 +-
 test/profile_startup.py                     |  14 +-
 test/test_addrmap.py                        |  49 +-
 test/test_circuit.py                        |  66 ++-
 test/test_endpoints.py                      | 165 ++++--
 test/test_fsm.py                            |   7 +
 test/test_router.py                         |  41 +-
 test/test_stream.py                         |  96 ++--
 test/test_torconfig.py                      | 685 ++++++++++++++++++++-----
 test/test_torcontrolprotocol.py             | 175 +++++--
 test/test_torinfo.py                        |  71 ++-
 test/test_torstate.py                       | 273 ++++++----
 test/test_util.py                           |  65 ++-
 test/test_util_imports.py                   |  13 +-
 test/util.py                                |   4 +-
 txtorcon.egg-info/PKG-INFO                  |  21 +-
 txtorcon.egg-info/SOURCES.txt               |   5 +-
 txtorcon.egg-info/requires.txt              |   2 +-
 txtorcon/__init__.py                        |  30 +-
 txtorcon/addrmap.py                         |   8 +-
 txtorcon/circuit.py                         |  26 +-
 txtorcon/endpoints.py                       | 116 +++--
 txtorcon/interface.py                       |   8 +-
 txtorcon/router.py                          |  21 +-
 txtorcon/spaghetti.py                       |   9 +-
 txtorcon/stream.py                          |  39 +-
 txtorcon/torconfig.py                       | 759 +++++++++++++++++++---------
 txtorcon/torcontrolprotocol.py              | 200 +++++---
 txtorcon/torinfo.py                         | 100 ++--
 txtorcon/torstate.py                        | 276 +++++-----
 txtorcon/util.py                            |  21 +-
 59 files changed, 2821 insertions(+), 1300 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