commit 6a91cda3db2a1ab1c4bf485fad03fd5cea24657a Merge: a325a40 3d15387 Author: Damian Johnson atagar@torproject.org Date: Sun Jul 8 13:13:17 2012 -0700
Controller methods for GETCONF and RESETCONF
Feature addition by Ravi, addressing... https://trac.torproject.org/6239
run_tests.py | 2 + stem/control.py | 123 +++++++++++++++++++++++++++++++++---- stem/response/__init__.py | 41 +++++++++++++ test/integ/control/controller.py | 76 +++++++++++++++++++++++ test/unit/response/__init__.py | 10 +++- test/unit/response/singleline.py | 35 +++++++++++ 6 files changed, 272 insertions(+), 15 deletions(-)
tor-commits@lists.torproject.org