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
...
*
Clarify log messages in IPBasedDistributor.getBridgesForIP().
Isis Lovecruft
2014-02-02
*
Several PEP8 fixes in Dist.IPBasedDistributor.
Isis Lovecruft
2014-02-02
*
PEP8 fixes for several lines in Dist.getNumBridgesPerAnswer().
Isis Lovecruft
2014-02-02
*
Numerous whitespace fixes in bridgedb.Dist module.
Isis Lovecruft
2014-02-02
*
Sphinxify and improve Dist.IPBasedDistributor.getBridgesForIP docstring.
Isis Lovecruft
2014-02-02
*
Add docstrings for HTTPServer.render() and getBridgeRequestAnswer().
Isis Lovecruft
2014-02-02
*
Cleanup logging of memory addresses in prepopulateRings().
Isis Lovecruft
2014-02-02
*
Update docstring for bridgedb.Bridges.FilteredBridgeSplitter.prepopulateRings().
Isis Lovecruft
2014-02-02
*
Return True if we were able to prepopulate sub hashrings.
Isis Lovecruft
2014-02-02
*
Only log netstatus descriptor fields if they were parsed.
Isis Lovecruft
2014-02-02
*
Remove unused Travis CI env variable.
Isis Lovecruft
2014-02-02
*
Actually skip that unittest that hangs in travis CI.
Isis Lovecruft
2014-02-02
*
Skip testDiscountAndPruneBridgeHistory() unittest in travis CI.
Isis Lovecruft
2014-02-02
*
Cat bridgedb.log out after a travis CI run.
Isis Lovecruft
2014-02-02
*
Fix missing word in docstring.
Isis Lovecruft
2014-02-02
*
Small .travis.yml changes to reports, coverage runs, and geoip deps.
Isis Lovecruft
2014-02-02
*
Ignore doc/coverage-html directory.
Isis Lovecruft
2014-02-02
*
Change str → basestring in lib/bridgedb/test/test_persistent.py unittest.
Isis Lovecruft
2014-02-02
*
Turn doctest we skip in bridgedb.test.util into a Sphinx codeblock.
Isis Lovecruft
2014-02-02
*
Fix docs in test_Tests.py and deprecated.py to use :api: for twisted.
Isis Lovecruft
2014-02-02
*
Skip doctest in bridgedb.test.util; cannot make doctest classes.
Isis Lovecruft
2014-02-02
*
Removed doctest from bridgedb.test.ParseNetworkStatusRLineTests.
Isis Lovecruft
2014-02-02
*
Fix doctest for bridgedb.crypto.getKey().
Isis Lovecruft
2014-02-02
*
Add Sphinx param docs for bridgedb.Time.IntervalSchedule.
Isis Lovecruft
2014-02-02
*
Fix docstring context for bridgedb.Time.IntervalSchedule.
Isis Lovecruft
2014-02-02
*
Add Sphinx param docs for bridgedb.Dist.uniformMap().
Isis Lovecruft
2014-02-02
*
Fix docstring context for bridgedb.Dist.uniformMap().
Isis Lovecruft
2014-02-02
*
Add Sphinx param docs for bridgedb.Bridges.is_valid_ip().
Isis Lovecruft
2014-02-02
*
Fix doctest context in bridgedb.Bridges.is_valid_ip().
Isis Lovecruft
2014-02-02
*
The logging module in py2.6 doesn't have logging.warnings.
Isis Lovecruft
2014-02-02
*
Decrease the noisyness of bridgedb.test.fileCheckDecorator().
Isis Lovecruft
2014-02-02
*
Change assertion in Tests.py to check for new class.
Isis Lovecruft
2014-02-02
*
Only test fakeBridges with valid IPs in Tests.py.
Isis Lovecruft
2014-02-02
*
Fix Tests.randomIP*String() methods to enclose in brackets explicitly.
Isis Lovecruft
2014-02-02
*
Fix bridgedb.Tests.randomIP*() methods to return the correct IP type.
Isis Lovecruft
2014-02-02
*
One tiny PEP8 fix in bridgedb.Tests.
Isis Lovecruft
2014-02-02
*
Add test_Tests.TrialAdaptedDoctests class.
Isis Lovecruft
2014-02-02
*
Add test_Tests.MonkeypatchedOldUnittests class.
Isis Lovecruft
2014-02-02
*
Rewrite test_Tests.OldUnittests to use DynamicTestCaseMeta.
Isis Lovecruft
2014-02-02
*
Add dynamic TestCase class generator.
Isis Lovecruft
2014-02-02
*
Add test_Tests.monkeypatchTests() to setup regression tests.
Isis Lovecruft
2014-02-02
*
Add test_Tests.generateTrialAdaptedDoctestsSuite().
Isis Lovecruft
2014-02-02
*
Rename `TrialAdaptedOldUnittests` → `OldUnittests`.
Isis Lovecruft
2014-02-02
*
Remove imports for bridgedb.Tests classes; import whole module.
Isis Lovecruft
2014-02-02
*
Add another __future__ import to test_Tests.py.
Isis Lovecruft
2014-02-02
*
Add `_trial_temp.lock` to .gitignore.
Isis Lovecruft
2014-02-02
*
Add test.deprecated module for regression testing with original code.
Isis Lovecruft
2014-02-02
*
Change `Bridges.parseORAddressLine`→`networkstatus.parseALine` in Tests.py.
Isis Lovecruft
2014-02-02
*
Add trial runner/report class adapter for old unittests.
Isis Lovecruft
2014-02-02
*
Fix field names in ParseNetworkStatusALineTests.test_missingPrefix().
Isis Lovecruft
2014-02-02
[prev]
[next]