summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Working example using nevow.LivePage to get updates from running Tormeejah2012-06-23
| |
| * something that sort-of does a useful thing with twisted.webmeejah2012-06-23
| |
* | cleanup examplemeejah2012-06-23
|/
* fix dependenciesmeejah2012-06-22
|
* fix warningmike warren2012-06-22
|
* bump version to 0.5meejah2012-06-21
|
* adjust docs about psutilmeejah2012-06-20
|
* remove psutil as semi-optional dependency from utilmeejah2012-06-20
|
* remove psutil, adjust testsmeejah2012-06-20
| | | | also fix imports from TorProtocolError, add test for Tor which doesn't implement process/pid
* README metion of pip install, linksmeejah2012-06-18
|
* fix test if GeoIP missingmeejah2012-06-18
|
* fix method names and docstrings in Routermeejah2012-06-13
|
* cover state digram creation, fix bugsmeejah2012-06-12
|
* fix doc buildingmeejah2012-06-10
|
* Merge branch 'master' of github.com:meejah/txtorconmeejah2012-06-09
|\
| * more requirements fixupsmeejah2012-06-06
| |
| * update docs for 0.4 bumpmeejah2012-06-06
| |
| * fix further issues with distribution, bump version again (sigh)meejah2012-06-06
| |
| * cleanup distribution moremeejah2012-06-06
| | | | | | | | include everything we actually want in MANIFEST.in, get rid of pre-built documentation, make pypi uploading target
| * fix apt-get lines in README and INSTALLmeejah2012-06-06
| |
* | Use defer.succeed() instead of 3-line homebrew version; remove done things ↵meejah2012-06-07
| | | | | | | | from TODO.
* | remove fixed TODOmeejah2012-06-07
| |
* | fix problem with per-file breakdown of test-coveragemeejah2012-06-07
| |
* | Fixup zope.interface Interface-derivitives (which shouldn't include self) ↵meejah2012-06-07
| | | | | | | | and add tests for the two Mixin classes.
* | use IAddrListener properlymeejah2012-06-07
| |
* | Add IAddrListener interface and tests for addrmap_expires and addrmap_addedmeejah2012-06-07
| |
* | fix docstring for TorState.build_circuitmeejah2012-06-07
| |
* | Make build_circuit ultimate return a Circuit; refactored how Circuits ↵meejah2012-06-07
| | | | | | | | created slightly.
* | add test for build_circuit callbacks, verifying the contain a Circuit not ↵meejah2012-06-07
| | | | | | | | just a string
* | verify we properly quote SETCONF with values that have spacesmeejah2012-06-07
|/
* put RTD URL at top of READMEmeejah2012-06-02
|
* fix builder for docs, fix README for readthedocsmeejah2012-06-01
|
* update 0.2 notesmeejah2012-06-01
|
* A few fixups for logging:meejah2012-06-01
| | | | | | - push graphviz output to .dot files - move protocol debugging back to its own log file (with no timestamps) - clean up some comments
* Logging improvements, move to global DEBUG option and a few fixups.mmaker2012-06-01
|\ | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'mmaker/master' Conflicts: setup.py txtorcon/torcontrolprotocol.py txtorcon/torstate.py txtorcon/util.py
| * Deferring specific debug messages to a new log publisher.Michele Orrù2012-05-31
| |
| * Absolute importsMichele Orrù2012-05-31
| |
| * Deferring setup to setuptools; excluding test suite from package.Michele Orrù2012-05-31
| |
| * Improving find_keyword; removing trailing whitespaces in util module.Michele Orrù2012-05-31
| |
| * Defer logging od torprotocol to the twisted logger handlerMichele Orrù2012-05-24
| |
| * Merge branch 'master' of https://github.com/meejah/txtorconMichele Orrù2012-05-21
| |\
* | | update class names and where txtorcon runsmeejah2012-05-30
| | |
* | | use str(e) instead of e.message which is deprecatedmike warren2012-05-30
| | |
* | | do signatures properly (detached)meejah2012-05-29
| | |
* | | leftover from psutil being optional; don't allow pid to be a mere int in testsmike warren2012-05-27
| | |
* | | keep python2.6 happy with str not bytearraymike warren2012-05-27
| | |
* | | include tests in distributionmeejah2012-05-27
| | |
* | | fix router parsing if OK comes after s or w linesmeejah2012-05-27
| | |
* | | add utest for failing if routerdescriptors end with OK (w and p variants)meejah2012-05-27
| | |
* | | add utest for failing if routerdescriptors end with OKmeejah2012-05-27
| | |