[tor-commits] [stem/master] GETCONF handling

atagar at torproject.org atagar at torproject.org
Wed Jul 4 21:34:20 UTC 2012


commit c9e2f7be38e7dede69a7898c7627294f857ea395
Merge: af27984 c09b80e
Author: Damian Johnson <atagar at torproject.org>
Date:   Wed Jul 4 14:32:25 2012 -0700

    GETCONF handling

 run_tests.py                            |    2 +
 stem/connection.py                      |   12 +-
 stem/control.py                         |  160 ++++++++++++++++++++++++++++++-
 stem/descriptor/__init__.py             |    2 +-
 stem/descriptor/extrainfo_descriptor.py |    6 +-
 stem/descriptor/reader.py               |   10 +-
 stem/descriptor/server_descriptor.py    |    7 +-
 stem/response/__init__.py               |   16 ++-
 stem/response/getconf.py                |   52 ++++++++++
 stem/response/getinfo.py                |   11 ++-
 stem/socket.py                          |   53 ++++++++++-
 stem/util/log.py                        |    2 +-
 test/integ/control/controller.py        |   57 +++++++++++
 test/unit/response/__init__.py          |    2 +-
 test/unit/response/getconf.py           |  115 ++++++++++++++++++++++
 test/unit/response/getinfo.py           |   17 ++++
 16 files changed, 494 insertions(+), 30 deletions(-)



More information about the tor-commits mailing list