summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Accounting for NULL access by ctypesHEADmasterDamian Johnson2013-02-17
* Providing a string when str() is called on descriptorsDamian Johnson2013-02-17
* Adding copyright headersDamian Johnson2013-02-17
* Cleaning up our TODO commentsDamian Johnson2013-02-17
* Treat descriptor archive contents as individual filesDamian Johnson2013-02-16
* Adding get_archive_path() method to descriptorsDamian Johnson2013-02-16
* Dropping the 'path' argument from stem.descriptor.parse_file()Damian Johnson2013-02-16
* Accepting "NEVER" expiration in ADDRMAP eventsDamian Johnson2013-02-09
* Fixing SingleLineResponse interlinkingDamian Johnson2013-02-09
* Improving stem.response.convert() pydocsDamian Johnson2013-02-09
* Adding a ControlMessage.from_str() functionDamian Johnson2013-02-09
* Noting '(Tor_internal)' addresses in the pydocsDamian Johnson2013-02-08
* Using numeric 'flag-thresholds' valuesDamian Johnson2013-02-08
* Minor stylistic correctionsDamian Johnson2013-02-06
* Avoiding static /tmp usageDamian Johnson2013-02-06
* Support for 'flag-thresholds' lines in network status votesDamian Johnson2013-02-05
* Allowing for IPv4 'a' lines in router status entriesDamian Johnson2013-02-03
* Try to make minor descriptor versions clearer.Karsten Loesing2013-02-03
* Using port lists for addresses_v6 rather than rangesDamian Johnson2013-02-03
* Renaming check_whitespace.py to static_checks.pyDamian Johnson2013-02-03
* Providing alternative methods for parsing a NetworkStatusDocumentDamian Johnson2013-02-03
* Dropping Version.meets_requirements() in favour of comparisonsDamian Johnson2013-02-03
* More succinct python 3 warning for parse_file()Damian Johnson2013-02-03
* Using binary mode for the controller socket fileDamian Johnson2013-02-02
* Python 3.x supportDamian Johnson2013-02-02
|\
| * Converting cookie auth token to unicodeDamian Johnson2013-02-02
| * Replacing file() with open()Damian Johnson2013-02-02
| * Accounting for ascii/unicode for network status documentsDamian Johnson2013-02-02
| * Pydoc missing version from descriptor type listingDamian Johnson2013-02-02
| * Using stem.descriptor.parse_file() for extrainfo integ testsDamian Johnson2013-02-02
| * Using binary mode when reading descriptorsDamian Johnson2013-02-02
| * Skipping deletion of pyc in __pycache__Damian Johnson2013-02-02
| * Fixing server descriptor test expecting unicodeDamian Johnson2013-02-02
| * Checking that to_bytes has unicode before convertingDamian Johnson2013-02-02
| * Changing is_python_2* prereq checks to include python 3Damian Johnson2013-02-02
| * Providing ASCII bytes to hashlib.sha1()Damian Johnson2013-02-02
| * Skipping newline translation for descriptor integ testsDamian Johnson2013-02-02
| * Checking for 2to3 and python3 when neededDamian Johnson2013-02-02
| * Skip universal newline translation in descriptor readerDamian Johnson2013-02-02
| * Adding --python3 to the run_tests.py help outputDamian Johnson2013-02-02
| * Normalizing descriptor handling as unicodeDamian Johnson2013-02-02
| * Improving error output for test_skip_nondescriptor_contentsDamian Johnson2013-02-02
| * Accounting for tarfile.is_tarfile() raising AttributeErrorsDamian Johnson2013-02-02
| * Skipping orphaned file check if testing with python 3Damian Johnson2013-02-02
| * Process renaming requires ASCII bytesDamian Johnson2013-02-02
| * Returning unicode from stem.util.system.call()Damian Johnson2013-02-02
| * Converting str stats for proc testsDamian Johnson2013-02-02
| * Disabling newline translation in our socketDamian Johnson2013-02-02
| * Making sure that the socket's file is writeableDamian Johnson2013-02-02
| * Socket closures raise a ValueError in python 3Damian Johnson2013-02-02