summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | Sphinxify the docstring for bridgedb.EmailServer.getGPGContext().Isis Lovecruft2013-11-19
| * | Make the IRC Travis CI bot a bit less noisy.Isis Lovecruft2013-11-19
| * | Fix unittest fail for test_bridgedb due to changing where make-ssl-cert puts ...Isis Lovecruft2013-11-19
| * | I *really* hate Python2.6.Isis Lovecruft2013-11-19
| * | Add unittests for the bridgedb.crypto module.Isis Lovecruft2013-11-19
| * | Add integration tests which start the BridgeDB servers through the cli scripts.Isis Lovecruft2013-11-19
| * | Add sitecustomize.py for running parallelized coverage tests.Isis Lovecruft2013-11-19
| * | Fix another CI failure due to twisted.trial API changes in Python2.6.Isis Lovecruft2013-11-19
| * | Fix Python2.6 CI failures due to changed twisted.trial.unittest.TestCase API.Isis Lovecruft2013-11-19
| * | Add coverage and coveralls support to the test runner.Isis Lovecruft2013-11-19
|/ /
* | Merge branch 'hotfix/9872-return-status-codes' into developIsis Lovecruft2013-11-19
|\ \
| * | Return status codes from subcommands.Isis Lovecruft2013-11-19
|/ /
* | Merge branch 'hotfix/9872-options-subcommands-relative-rundir' into developIsis Lovecruft2013-11-19
|\ \
| * | Fix a test_persistent unittest failing do to options rundir/config changes.Isis Lovecruft2013-11-19
* | | Merge branch 'hotfix/9872-options-subcommands-relative-rundir' into developIsis Lovecruft2013-11-19
|\ \ \ | |/ /
| * | Fix a bug where relative rundir/config options didn't work with subCommands.Isis Lovecruft2013-11-19
|/ /
* | Merge branch 'hotfix/revert-a49ee2a' into developIsis Lovecruft2013-11-19
|\ \
| * | Revert "Deepcopy the HMAC factory function's resulting function."Isis Lovecruft2013-11-19
* | | Ignore state files.Isis Lovecruft2013-11-16
* | | Fix make-ssl-cert script to output private key and cert in top-level dir.Isis Lovecruft2013-11-16
|/ /
* | Change setup.py/requirements.txt to allow URI/VCS resources.Isis Lovecruft2013-11-16
* | Call raise SystemExit, not sys.exit, and tweak the format on a print statement.Isis Lovecruft2013-11-16
* | Sign generated descriptors with the secret OR server IDkey.Isis Lovecruft2013-11-16
* | Create the spacey OR fingerprint from the fingerprint, not the idkey digest.Isis Lovecruft2013-11-16
* | Remove unused base64 encoding of idkey digest in gen_bridge_descriptors.Isis Lovecruft2013-11-16
* | Don't strip fingerprint whitespace in creation of extrainfo descriptor.Isis Lovecruft2013-11-16
* | Print tracebacks on unhandled exceptions in gen_bridge_descriptors.Isis Lovecruft2013-11-16
* | Catch Attribute error if object wasn't save in persistent.State.Isis Lovecruft2013-11-16
* | Check that a networkstatus nickname matches tor-spec.Isis Lovecruft2013-11-16
* | Combine message string for two raised exceptions.Isis Lovecruft2013-11-16
* | Remove two rather excessive log statements from Bridges module.Isis Lovecruft2013-11-15
* | Separate lines for lists of updated and new config values.Isis Lovecruft2013-11-15
* | Save config.RUN_IN_DIR, not state.RUN_IN_DIR, so subCommand can access it.Isis Lovecruft2013-11-15
* | Don't add the ORAddresses from a networkstatus if an exception was raised.Isis Lovecruft2013-11-15
* | Fix a bug due to misnamed variable RUNDIR → RUN_IN_DIR.Isis Lovecruft2013-11-15
* | I didn't know where to find it, maybe others won't either.Matthew Finkel2013-11-15
* | Obtain the fingerprint and add it to the documents/descriptorsMatthew Finkel2013-11-15
* | Update the docstring for idkey_digest in generateNetstatusMatthew Finkel2013-11-15
* | The identity is based on the public key of the router.Matthew Finkel2013-11-15
* | Sometimes we want spacey fingerprintsMatthew Finkel2013-11-15
* | Parse bridge descriptors in a separate thread.Isis Lovecruft2013-11-15
* | Use a loaded persistent.State in Main.load().Isis Lovecruft2013-11-15
* | Add parse.padBase64() function for adding stripped padding '==' back in.Isis Lovecruft2013-11-15
* | Add an XXX about the odd, hardcoded number of "extra hashrings".Isis Lovecruft2013-11-15
* | Make the logs clearly state which distributor bridges are being inserted into.Isis Lovecruft2013-11-15
* | Slight PEP8ification to bridgedb.Bridges.IPBasedDistributor.Isis Lovecruft2013-11-15
* | Refactor Bridges.parseStatusFile() to use bridgedb.parse.networkstatus.Isis Lovecruft2013-11-15
* | Add newly refactored networkstatus parsers and unittests for them.Isis Lovecruft2013-11-15
* | Deepcopy the HMAC factory function's resulting function.Isis Lovecruft2013-11-15
* | Add bridgedb.parse.addr module for parsing IPs and ports.Isis Lovecruft2013-11-15