summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Minor fixups and commentingbug5232_rebased_1Matthew Finkel2014-01-31
* Pop the thread ID when we close the DB connMatthew Finkel2014-01-31
* Stop throwing exception during startupMatthew Finkel2014-01-31
* Fix indentation bugMatthew Finkel2014-01-31
* Use the new and improved getDB() functionMatthew Finkel2014-01-31
* Store DB connections in global namespaceMatthew Finkel2014-01-31
* Update travis for meMatthew Finkel2014-01-31
* Update the unit tests so they provide the existing db connMatthew Finkel2014-01-31
* Log a bug if we try to open a new DB conn without a filenameMatthew Finkel2014-01-31
* Change default value of database file nameMatthew Finkel2014-01-31
* Update bridge stability information in a separate threadMatthew Finkel2014-01-31
* Merge branch 'release-0.1.0'Isis Lovecruft2014-01-12
|\
| * Several whitespace fixes in bridgedb.HTTPServer module.Isis Lovecruft2014-01-12
| * Change renderAnswer() to take bridge lines, not Bridge classes.Isis Lovecruft2014-01-12
| * Add missing import for bridgedb.Util in bridgedb.Bridges.Isis Lovecruft2014-01-12
| * Cleanup the log statements for hashring prepopulation in bridgedb.Main.Isis Lovecruft2014-01-12
| * Change loglevel on message about adding PTs to a bridge in bridgedb.Main.Isis Lovecruft2014-01-12
| * Update docstring parameters for IPBasedDistributor.getBridgesForIP().Isis Lovecruft2014-01-12
| * Log when a distributor's hashrings are being prepopulated.Isis Lovecruft2014-01-12
| * Call Distributor.setDistributorName() in subclass __init__s.Isis Lovecruft2014-01-12
| * Fix bug where open() was called even when COUNTY_BLOCK_FILE=None.Isis Lovecruft2014-01-12
| * Log when we're dumping bridge assignments to a file in bridgedb.Bucket.Isis Lovecruft2014-01-12
| * Add coding: utf-8 header to lib/bridgedb/Bucket.py.Isis Lovecruft2014-01-12
| * Fix a potential bug where an OR ID might have been unprocessed base64.Isis Lovecruft2014-01-12
| * Update bridgedb.parse.networkstatus module docstring.Isis Lovecruft2014-01-12
| * Don't log the hashring filters twice, just log the number of bridges inserted.Isis Lovecruft2014-01-12
| * Remove extraneous log statement from FilteredBridgeSplitter.prepopulate().Isis Lovecruft2014-01-12
| * Log when we dump assignments to a file.Isis Lovecruft2014-01-12
| * Name subrings after their parent hashring's distributor.Isis Lovecruft2014-01-12
| * Merge branch 'fix/10559-keyid-in-pt-lines' into developIsis Lovecruft2014-01-12
| |\
| | * Make the 'Bridge ' prefix optional in PluggableTransport.getTransportLine().Isis Lovecruft2014-01-12
| | * Refactor PluggableTransport.getTransportLine() to remove `keyid=`.Isis Lovecruft2014-01-12
| * | Log a message if there is a duplicate bridge from a sub-hashring.Isis Lovecruft2014-01-12
| * | Log countryCodes in BridgeRing.getBridges().Isis Lovecruft2014-01-12
| * | Use bridges.ip in log message in BridgeRing.insert().Isis Lovecruft2014-01-12
| |/
| * Merge branch 'fix/6127-web-server-tracebacks' into developIsis Lovecruft2014-01-12
| |\
| | * Add exception-catching wrapper to bridgedb.HTTPServer.render().Isis Lovecruft2014-01-12
| | * Separate HTML response generation logic out of getBridgeRequestAnswer().Isis Lovecruft2014-01-12
| |/
| * Update/add docstrings for bridgedb.Bridges.FilteredBridgeSplitter.Isis Lovecruft2014-01-12
| * Minor PEP8 whitespace fix in bridgedb.Bridges.BridgeRing.getBridges().Isis Lovecruft2014-01-12
| * Add docstring for bridgedb.Bridges.BridgeRing.getBridges().Isis Lovecruft2014-01-12
| * Add docstring for bridgedb.Bridges.BridgeRing._getBridgeKeysAt().Isis Lovecruft2014-01-12
| * Minor PEP8 whitespace fix in bridgedb.Bridges.BridgeRing.insert().Isis Lovecruft2014-01-12
| * Add docstring for bridgedb.Bridges.BridgeRing.insert().Isis Lovecruft2014-01-12
| * Add docstring for bridgedb.Bridges.BridgeRing.clear().Isis Lovecruft2014-01-12
| * Add docstring for bridgedb.Bridges.BridgeRing.__len__().Isis Lovecruft2014-01-12
| * Minor PEP8 whitespace fixes in bridgedb.Bridges.BridgeRing.setName().Isis Lovecruft2014-01-12
| * Fix doctest example in Dist.Distributor.setDistributorName().Isis Lovecruft2014-01-12
| * Add class docstrings for bridgedb.Bridges.BridgeRing.Isis Lovecruft2014-01-12
| * Add docstring for Bridges.PluggableTransport.getTransportLine().Isis Lovecruft2014-01-11