summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | Fix indentation level in method docstring.Isis Lovecruft2014-01-26
| * | | Preserve HTTP POST args across redirects.Isis Lovecruft2014-01-26
| * | | Add Sphinx docstring to CaptchaProtectedResource.render_POST().Isis Lovecruft2014-01-26
| * | | Catch error case in HTTPServer where ReCaptcha image is None.Isis Lovecruft2014-01-26
| * | | Fix a misnamed logger call in HTTPServer; change severity level.Isis Lovecruft2014-01-26
| * | | Split a long string of chained method calls into separate calls.Isis Lovecruft2014-01-25
| * | | Make log message for strange X-Forward-For headers clearer.Isis Lovecruft2014-01-25
| * | | Don't safelog randomly generated IPs.Isis Lovecruft2014-01-25
|/ / /
* | | Merge branch 'feature/10724-collect-timestamps-option' into developIsis Lovecruft2014-01-24
|\ \ \
| * | | Add COLLECT_TIMESTAMPS option for configuring addOrUpdateBridgeHistory().Isis Lovecruft2014-01-24
|/ / /
* | | Merge branch 'fix/6127-render_GET-traceback' into developIsis Lovecruft2014-01-24
|\ \ \ | |/ / |/| |
| * | Fix unhandled traceback in HTTPServer.WebRoot.render_GET() for #6127.Isis Lovecruft2014-01-24
| * | Fix Sphinx directives in HTTPServer.usingRTLLang().Isis Lovecruft2014-01-24
| * | Add docstrings to HTTPServer.WebRoot class and render_GET() method.Isis Lovecruft2014-01-24
|/ /
* | Update most translations.Isis Lovecruft2014-01-24
* | Comment out print()s and sys.stdout.write()s in setup.py.Isis Lovecruft2014-01-19
* | Sync bridgedb.conf with bridgedb-admin.git (no settings changed).Isis Lovecruft2014-01-17
* | Add example extrainfo `transport` line for scramblesuit.Isis Lovecruft2014-01-14
* | Fix a typo in doc/DESCRIPTORS.md.Isis Lovecruft2014-01-14
* | Merge branch 'master' into developIsis Lovecruft2014-01-12
|\ \ | |/
| * 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