index
:
user/sysrqb/bridgedb
bug10834
bug12781-dumpbuckets
bug12781-dumpbuckets_constification_2
bug1606_spec_update_rebased
bug1606_spec_update_rebased_r1
bug5232_adding_concurrent_processing_squashed
bug5232_adding_concurrent_processing_squashed_r1
bug5232_based_on_fix/9462_r9462C_r2
bug5232_newdesign_dev
bug5232_newdesign_dev_r1
bug5232_r2_based_on_fix/9462_r9462C_r2
bug5232_rebased_1
bug8614_5_rebased_r4
bug8614_5_rebased_r7
bug8614_6_rebased_1
bug8614_7_rebase_2
bug9013
bug9127
bug9264_rebased_0
bug9264_rebased_1
bug9264_rebased_2
bug9264_rebased_3
bug9264_rebased_3_r1
develop
develop_minorchanges
feature/9199-improved-logging-2-r3_sy
master
predeploy
Matt's bridgedb repository
Matthew Finkel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Update bridge stability information in a separate thread
bug5232_based_on_fix/9462_r9462C_r2
Matthew Finkel
2013-12-12
*
Add three new unittests for parseRLine() base64 encoding issues.
Isis Lovecruft
2013-12-11
*
Change parse.networkstatus unittest values to be clearer when decoded.
Isis Lovecruft
2013-12-11
*
Move base64 re-padding logic into separate function.
Isis Lovecruft
2013-12-11
*
Only return the re-padded base64 string if no errors were raised.
Isis Lovecruft
2013-12-11
*
Raise ValueError rather than logging in parse.padBase64().
Isis Lovecruft
2013-12-11
*
Merge branch 'fix/10333-index-by-0L_r2' into fix/9462-refactor-netstatus-pars...
Isis Lovecruft
2013-12-11
|
\
|
*
Add two unittests for PortList.__getitem__ to debug #10333.
Isis Lovecruft
2013-12-11
|
*
Make PortList.__getitem__ unittest more explicit.
Isis Lovecruft
2013-12-11
|
*
Fix two unittests for PortList.__getitem__().
Isis Lovecruft
2013-12-11
*
|
Merge branch 'fix/10333-index-by-0L_r2' into fix/9462-refactor-netstatus-pars...
Isis Lovecruft
2013-12-11
|
\
\
|
|
/
|
*
Fix an error where `PortList`s could not be indexed by strings.
Isis Lovecruft
2013-12-11
|
/
*
Fix lengths of base64 fields in unittests for parseRLine().
Isis Lovecruft
2013-12-11
*
Update unittest parameter docstrings for parseRLine() tests.
Isis Lovecruft
2013-12-11
*
Remove trailing '='s from unittests for networkstatus.parseRLine().
Isis Lovecruft
2013-12-11
*
Add base64 padding to networkstatus 'descDigest' field.
Isis Lovecruft
2013-12-11
*
Fix typo in inline comment in bridgedb.parse.networkstatus.parseRLine().
Isis Lovecruft
2013-12-11
*
Add more parser logging to Bridges.parseStatusFile().
Isis Lovecruft
2013-12-11
*
Condense two log calls into one in Bridges.parseExtraInfo().
Isis Lovecruft
2013-12-11
*
Move Bridges.getConfigLine() documentation into function docstring.
Isis Lovecruft
2013-12-11
*
Change `PortList` to `addr.PortList` in bridgedb.Bridges module.
Isis Lovecruft
2013-12-11
*
Fix an iter-over-null-value bug in Dist.IPBasedDistributor class.
Isis Lovecruft
2013-12-11
*
Do not catch general Exceptions in isValidRouterNickname.
Isis Lovecruft
2013-12-11
*
Refactor networkstatus.parseALine() raise/return more sane values.
Isis Lovecruft
2013-12-11
*
Catch all parser exceptions in parse.networkstatus.parseRLine().
Isis Lovecruft
2013-12-11
*
Remove line that duplicated setting the flags in parseSLine().
Isis Lovecruft
2013-12-11
*
Fix a log message in networkstatus.parseSLine() function.
Isis Lovecruft
2013-12-11
*
Remove unused exception ParseORAddressError from bridgedb.Bridges.
Isis Lovecruft
2013-12-11
*
Move constant ALPHANUMERIC into function isValidRouterNickname().
Isis Lovecruft
2013-12-11
*
Remove one EOL whitespace in networkstatus module docstring.
Isis Lovecruft
2013-12-11
*
Document the `fingerprint` parameter in networkstatus.parseALine().
Isis Lovecruft
2013-12-11
*
Add class variable docs to ParseNetworkstatusRLineTests unittests.
Isis Lovecruft
2013-12-11
*
Add unittests for bridgedb.parse.networkstatus.parseSLine().
Isis Lovecruft
2013-12-11
*
Add unittests for bridgedb.parse.networkstatus.parseALine().
Isis Lovecruft
2013-12-11
*
Refactor unittests for bridgedb.parse.networkstatus.parseRLine().
Isis Lovecruft
2013-12-11
*
Change parameter `x` → `port` in addr.PortList.__getitem__().
Isis Lovecruft
2013-12-11
*
Remove an unexecuted `except` branch from addr.PortList.add().
Isis Lovecruft
2013-12-11
*
Don't add duplicate ports to an addr.PortList.
Isis Lovecruft
2013-12-11
*
Stop parsing immediately if there is an invalid port in an addr.PortList.
Isis Lovecruft
2013-12-11
*
Return the port if it passes addr.PortList._sanitycheck().
Isis Lovecruft
2013-12-11
*
Refactor addr.isValidIP() to give the reason for invalidity.
Isis Lovecruft
2013-12-11
*
Remove `return` statement which is never executed in parse.addr._isIPv().
Isis Lovecruft
2013-12-11
*
Do not check IP validity in parse.addr.isIPv4() and parse.addr.isIPv6().
Isis Lovecruft
2013-12-11
*
Numerous docstring improvements to bridgedb.parse.addr module.
Isis Lovecruft
2013-12-11
*
Remove except handler which never gets executed in bridgedb.parse.addr.
Isis Lovecruft
2013-12-11
*
Add __future__ imports to bridgedb.parse.addr.
Isis Lovecruft
2013-12-11
*
Add glossary definitions to bridgedb.parse.addr module docstring.
Isis Lovecruft
2013-12-11
*
Add unittests for bridgedb.parse.addr module.
Isis Lovecruft
2013-12-11
*
Merge branch 'hotfix/9937-desc-gen_base64-padding-descDigest' into develop
Isis Lovecruft
2013-12-11
|
\
|
*
Strip '='s from "descDigest" field in gen_bridge_descriptors.
Isis Lovecruft
2013-12-11
[next]