summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | 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
| * | Merge branch 'fix/10333-index-by-0L_r2' into fix/9462-refactor-netstatus-pars...Isis Lovecruft2013-12-11
| |\ \
| | * | Add two unittests for PortList.__getitem__ to debug #10333.fix/10333-index-by-0L_r2Isis Lovecruft2013-12-11
| | * | Make PortList.__getitem__ unittest more explicit.Isis Lovecruft2013-12-11
| | * | Fix two unittests for PortList.__getitem__().Isis Lovecruft2013-12-11
| * | | Merge branch 'fix/10333-index-by-0L_r2' into fix/9462-refactor-netstatus-pars...Isis Lovecruft2013-12-11
| |\ \ \ | | |/ /
| | * | Fix an error where `PortList`s could not be indexed by strings.Isis Lovecruft2013-12-11
| |/ /
| * | Fix lengths of base64 fields in unittests for parseRLine().Isis Lovecruft2013-12-11
| * | Update unittest parameter docstrings for parseRLine() tests.Isis Lovecruft2013-12-11
| * | Remove trailing '='s from unittests for networkstatus.parseRLine().Isis Lovecruft2013-12-11
| * | Add base64 padding to networkstatus 'descDigest' field.Isis Lovecruft2013-12-11
| * | Fix typo in inline comment in bridgedb.parse.networkstatus.parseRLine().Isis Lovecruft2013-12-11
| * | Add more parser logging to Bridges.parseStatusFile().Isis Lovecruft2013-12-11
| * | Condense two log calls into one in Bridges.parseExtraInfo().Isis Lovecruft2013-12-11
| * | Move Bridges.getConfigLine() documentation into function docstring.Isis Lovecruft2013-12-11
| * | Change `PortList` to `addr.PortList` in bridgedb.Bridges module.Isis Lovecruft2013-12-11
| * | Fix an iter-over-null-value bug in Dist.IPBasedDistributor class.Isis Lovecruft2013-12-11
| * | Do not catch general Exceptions in isValidRouterNickname.Isis Lovecruft2013-12-11
| * | Refactor networkstatus.parseALine() raise/return more sane values.Isis Lovecruft2013-12-11
| * | Catch all parser exceptions in parse.networkstatus.parseRLine().Isis Lovecruft2013-12-11
| * | Remove line that duplicated setting the flags in parseSLine().Isis Lovecruft2013-12-11
| * | Fix a log message in networkstatus.parseSLine() function.Isis Lovecruft2013-12-11
| * | Remove unused exception ParseORAddressError from bridgedb.Bridges.Isis Lovecruft2013-12-11
| * | Move constant ALPHANUMERIC into function isValidRouterNickname().Isis Lovecruft2013-12-11