summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | Fix Tests.randomIP*String() methods to enclose in brackets explicitly.Isis Lovecruft2013-12-20
| * | Fix bridgedb.Tests.randomIP*() methods to return the correct IP type.Isis Lovecruft2013-12-20
| * | One tiny PEP8 fix in bridgedb.Tests.Isis Lovecruft2013-12-20
| * | Add test_Tests.TrialAdaptedDoctests class.Isis Lovecruft2013-12-20
| * | Add test_Tests.MonkeypatchedOldUnittests class.Isis Lovecruft2013-12-20
| * | Rewrite test_Tests.OldUnittests to use DynamicTestCaseMeta.Isis Lovecruft2013-12-20
| * | Add dynamic TestCase class generator.Isis Lovecruft2013-12-20
| * | Add test_Tests.monkeypatchTests() to setup regression tests.Isis Lovecruft2013-12-20
| * | Add test_Tests.generateTrialAdaptedDoctestsSuite().Isis Lovecruft2013-12-20
| * | Rename `TrialAdaptedOldUnittests` → `OldUnittests`.Isis Lovecruft2013-12-20
| * | Remove imports for bridgedb.Tests classes; import whole module.Isis Lovecruft2013-12-20
| * | Add another __future__ import to test_Tests.py.Isis Lovecruft2013-12-20
| * | Add `_trial_temp.lock` to .gitignore.Isis Lovecruft2013-12-20
| * | Add test.deprecated module for regression testing with original code.Isis Lovecruft2013-12-20
| * | Change `Bridges.parseORAddressLine`→`networkstatus.parseALine` in Tests.py.Isis Lovecruft2013-12-20
| * | Add trial runner/report class adapter for old unittests.Isis Lovecruft2013-12-20
|/ /
* | Merge branch 'hotfix/9462B-netstatus-returns-None' into developIsis Lovecruft2013-12-20
|\ \
| * | Fix field names in ParseNetworkStatusALineTests.test_missingPrefix().hotfix/9462B-netstatus-returns-NoneIsis Lovecruft2013-12-20
* | | Merge branch 'hotfix/9462B-netstatus-returns-None' into developIsis Lovecruft2013-12-20
|\ \ \ | |/ /
| * | Fix ParseNetworkStatusALineTests.test_missingPrefix unittest.Isis Lovecruft2013-12-20
* | | Merge branch 'fix/10446-geoip-module' into developIsis Lovecruft2013-12-20
|\ \ \
| * | | Update README to reflect pygeoip module changes.fix/10446-geoip-moduleIsis Lovecruft2013-12-20
| * | | Use pygeoip instead of GeoIP in HTTPServer.py.Isis Lovecruft2013-12-20
|/ / /
* | | Merge branch 'hotfix/9462B-netstatus-returns-None' into developIsis Lovecruft2013-12-20
|\ \ \ | |/ /
| * | Handle case when (ip, portlist) from parseALine() is (None, None).Isis Lovecruft2013-12-20
| * | Change logged exception to error in parseALine().Isis Lovecruft2013-12-20
| * | Allow 'a'-lines which don't start with 'a' for backward compatibility.Isis Lovecruft2013-12-20
|/ /
* | Merge branch 'fix/1606-based-on_bug1606_spec_update_rebased_r1' into developIsis Lovecruft2013-12-13
|\ \
| * | Move specs and proposals into doc/ directory.Isis Lovecruft2013-12-13
| * | Update spec: PT args are comma-separated.fix/1606-based-on_bug1606_spec_update_rebased_r1Isis Lovecruft2013-12-13
| * | Update spec: We also parse the "published" line.Isis Lovecruft2013-12-13
| * | Add description about how we display bridge addressesMatthew Finkel2013-12-13
| * | Attempt to answer some old questions, ask a new one.Matthew Finkel2013-12-13
| * | We can sign all outgoing emails nowMatthew Finkel2013-12-13
| * | Describe how we decide the number of bridges we will returnMatthew Finkel2013-12-13
| * | Improve description of IP-based distributorMatthew Finkel2013-12-13
| * | Reword and improve description of the distributorMatthew Finkel2013-12-13
| * | Clarify how we parse bridge descriptorsMatthew Finkel2013-12-13
| * | We use the "a" line of a bridge from the NS for its OR AddressMatthew Finkel2013-12-13
| * | We now support extra-info documents and pluggable transportsMatthew Finkel2013-12-13
| * | Minor grammatical and clarifying correctionsMatthew Finkel2013-12-13
| * | Clarify which bridges are used and which ones are skippedMatthew Finkel2013-12-13
|/ /
* | Merge branch 'fix/9013_r1' into developIsis Lovecruft2013-12-13
|\ \
| * | Tor expects the PT argument separator to be a commafix/9013_r1Matthew Finkel2013-12-13
|/ /
* | Merge branch 'fix/9462-refactor-netstatus-parsers_r9462C_r2' into developIsis Lovecruft2013-12-12
|\ \
| * | Add three new unittests for parseRLine() base64 encoding issues.fix/9462-refactor-netstatus-parsers_r9462C_r2Isis Lovecruft2013-12-11
| * | Change parse.networkstatus unittest values to be clearer when decoded.Isis Lovecruft2013-12-11
| * | Move base64 re-padding logic into separate function.Isis Lovecruft2013-12-11
| * | Only return the re-padded base64 string if no errors were raised.Isis Lovecruft2013-12-11
| * | Raise ValueError rather than logging in parse.padBase64().Isis Lovecruft2013-12-11