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 the contents and docs of README and .conf
develop
Matthew Finkel
2014-02-01
*
Update most translations.
Isis Lovecruft
2014-01-24
*
Comment out print()s and sys.stdout.write()s in setup.py.
Isis Lovecruft
2014-01-19
*
Sync bridgedb.conf with bridgedb-admin.git (no settings changed).
Isis Lovecruft
2014-01-17
*
Add example extrainfo `transport` line for scramblesuit.
Isis Lovecruft
2014-01-14
*
Fix a typo in doc/DESCRIPTORS.md.
Isis Lovecruft
2014-01-14
*
Merge branch 'master' into develop
Isis Lovecruft
2014-01-12
|
\
|
*
Merge branch 'release-0.1.0'
Isis Lovecruft
2014-01-12
|
|
\
|
|
/
|
/
|
*
|
Several whitespace fixes in bridgedb.HTTPServer module.
Isis Lovecruft
2014-01-12
*
|
Change renderAnswer() to take bridge lines, not Bridge classes.
Isis Lovecruft
2014-01-12
*
|
Add missing import for bridgedb.Util in bridgedb.Bridges.
Isis Lovecruft
2014-01-12
*
|
Cleanup the log statements for hashring prepopulation in bridgedb.Main.
Isis Lovecruft
2014-01-12
*
|
Change loglevel on message about adding PTs to a bridge in bridgedb.Main.
Isis Lovecruft
2014-01-12
*
|
Update docstring parameters for IPBasedDistributor.getBridgesForIP().
Isis Lovecruft
2014-01-12
*
|
Log when a distributor's hashrings are being prepopulated.
Isis Lovecruft
2014-01-12
*
|
Call Distributor.setDistributorName() in subclass __init__s.
Isis Lovecruft
2014-01-12
*
|
Fix bug where open() was called even when COUNTY_BLOCK_FILE=None.
Isis Lovecruft
2014-01-12
*
|
Log when we're dumping bridge assignments to a file in bridgedb.Bucket.
Isis Lovecruft
2014-01-12
*
|
Add coding: utf-8 header to lib/bridgedb/Bucket.py.
Isis Lovecruft
2014-01-12
*
|
Fix a potential bug where an OR ID might have been unprocessed base64.
Isis Lovecruft
2014-01-12
*
|
Update bridgedb.parse.networkstatus module docstring.
Isis Lovecruft
2014-01-12
*
|
Don't log the hashring filters twice, just log the number of bridges inserted.
Isis Lovecruft
2014-01-12
*
|
Remove extraneous log statement from FilteredBridgeSplitter.prepopulate().
Isis Lovecruft
2014-01-12
*
|
Log when we dump assignments to a file.
Isis Lovecruft
2014-01-12
*
|
Name subrings after their parent hashring's distributor.
Isis Lovecruft
2014-01-12
*
|
Merge branch 'fix/10559-keyid-in-pt-lines' into develop
Isis Lovecruft
2014-01-12
|
\
\
|
*
|
Make the 'Bridge ' prefix optional in PluggableTransport.getTransportLine().
Isis Lovecruft
2014-01-12
|
*
|
Refactor PluggableTransport.getTransportLine() to remove `keyid=`.
Isis Lovecruft
2014-01-12
*
|
|
Log a message if there is a duplicate bridge from a sub-hashring.
Isis Lovecruft
2014-01-12
*
|
|
Log countryCodes in BridgeRing.getBridges().
Isis Lovecruft
2014-01-12
*
|
|
Use bridges.ip in log message in BridgeRing.insert().
Isis Lovecruft
2014-01-12
|
/
/
*
|
Merge branch 'fix/6127-web-server-tracebacks' into develop
Isis Lovecruft
2014-01-12
|
\
\
|
*
|
Add exception-catching wrapper to bridgedb.HTTPServer.render().
Isis Lovecruft
2014-01-12
|
*
|
Separate HTML response generation logic out of getBridgeRequestAnswer().
Isis Lovecruft
2014-01-12
|
/
/
*
|
Update/add docstrings for bridgedb.Bridges.FilteredBridgeSplitter.
Isis Lovecruft
2014-01-12
*
|
Minor PEP8 whitespace fix in bridgedb.Bridges.BridgeRing.getBridges().
Isis Lovecruft
2014-01-12
*
|
Add docstring for bridgedb.Bridges.BridgeRing.getBridges().
Isis Lovecruft
2014-01-12
*
|
Add docstring for bridgedb.Bridges.BridgeRing._getBridgeKeysAt().
Isis Lovecruft
2014-01-12
*
|
Minor PEP8 whitespace fix in bridgedb.Bridges.BridgeRing.insert().
Isis Lovecruft
2014-01-12
*
|
Add docstring for bridgedb.Bridges.BridgeRing.insert().
Isis Lovecruft
2014-01-12
*
|
Add docstring for bridgedb.Bridges.BridgeRing.clear().
Isis Lovecruft
2014-01-12
*
|
Add docstring for bridgedb.Bridges.BridgeRing.__len__().
Isis Lovecruft
2014-01-12
*
|
Minor PEP8 whitespace fixes in bridgedb.Bridges.BridgeRing.setName().
Isis Lovecruft
2014-01-12
*
|
Fix doctest example in Dist.Distributor.setDistributorName().
Isis Lovecruft
2014-01-12
*
|
Add class docstrings for bridgedb.Bridges.BridgeRing.
Isis Lovecruft
2014-01-12
*
|
Add docstring for Bridges.PluggableTransport.getTransportLine().
Isis Lovecruft
2014-01-11
*
|
Add generic Dist.Distributor class for common functionality.
Isis Lovecruft
2014-01-11
*
|
Clarify log messages in EmailBasedDistributor.getBridgesForEmail().
Isis Lovecruft
2014-01-11
*
|
PEP8 fixes in Dist.EmailBasedDistributor.
Isis Lovecruft
2014-01-11
*
|
PEP8; remove unnecessary `pass` statements in Exception classes.
Isis Lovecruft
2014-01-11
[next]