summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | Rename `index` and `ring` in FixedBridgeSplitter.dumpAssignments().Isis Lovecruft2013-11-15
* | Add docstring to FixedBridgeSplitter.dumpAssignments().Isis Lovecruft2013-11-15
* | PEP8 / make variable names clearer in FixedBridgeSplitter.__len__().Isis Lovecruft2013-11-15
* | Add a docstring to bridgedb.Bridges.FixedBridgeSplitter.__len__().Isis Lovecruft2013-11-15
* | Add a docstring to bridgedb.Bridges.FixedBridgeSplitter.clear().Isis Lovecruft2013-11-15
* | Add a docstring to bridgedb.Bridges.BridgeRing.setName().Isis Lovecruft2013-11-15
* | Start documenting sub-hashring ivars in Bridges.BridgeRing class.Isis Lovecruft2013-11-15
* | PEP8ification of BridgeRingParameters.__init__().Isis Lovecruft2013-11-15
* | Add a docstring to __init__ constructor for BridgeRingParameters.Isis Lovecruft2013-11-15
* | Add a docstring to bridgedb.Bridges.BridgeRingParameters.Isis Lovecruft2013-11-15
* | Fix old-style class bridgedb.Bridges.BridgeRingParameters.Isis Lovecruft2013-11-15
* | Fix old-style class bridgedb.Bridges.BridgeHolder.Isis Lovecruft2013-11-15
* | Remove two EOL whitespace characters in gen_bridge_descriptors.Isis Lovecruft2013-11-07
* | Create the OR public ID key hash digest in gen_bridge_descriptors.Isis Lovecruft2013-11-07
* | Return the OR server ID public RSA key from makeOnionKeys().Isis Lovecruft2013-11-07
* | Update makeOnionKeys() docstring to include encoding specifications.Isis Lovecruft2013-11-15
* | Fix OpenSSL cert timestamp bug in gen_bridge_descriptors.Isis Lovecruft2013-11-15
* | Fix missing newline after 'router-signature' in gen_bridge_descriptors.Isis Lovecruft2013-11-05
* | Fix bug in gen_bridge_descriptors which left spaces in an OR fingerprint.Isis Lovecruft2013-11-05
* | Remove subCommand handling code from scripts/bridgedb.Isis Lovecruft2013-11-05
* | Flush after writing bridge assignments to file.Isis Lovecruft2013-11-05
* | Update docstring for bridgedb.runner.generateDescriptors().Isis Lovecruft2013-11-05
* | Add a 'clean' directive to the Makefile.Isis Lovecruft2013-11-05
* | Change runner.generateDescriptors() to not need whole options class.Isis Lovecruft2013-11-05
* | Remove commented out logs, add warning log, in bridgedb.Main.Isis Lovecruft2013-11-05
* | Separate pseudo-distributor dumping into function in bridgedb.runner.Isis Lovecruft2013-11-05
* | Move subCommand handling code to separate function in bridgedb.Main.Isis Lovecruft2013-11-05
* | Add docstring and use loadConfig() in reload().Isis Lovecruft2013-11-05
* | Add additional log statements to bridgedb.Main.startup().Isis Lovecruft2013-11-05
* | PEP8ify one line in bridgedb.Main.startup().Isis Lovecruft2013-11-05
* | Change formatting of two logs in bridgedb.Main to use '%' syntax.Isis Lovecruft2013-11-05
* | Fix bug resulting from use of fd.close() instead of os.close(fd).Isis Lovecruft2013-11-05
* | Remove unused imports from bridgedb.parse.headers.Isis Lovecruft2013-11-05
* | Add loadConfig function for reloading .conf on top of settings.Isis Lovecruft2013-11-05
* | Don't create new loggers in modules loaded into bridgedb.Main.Isis Lovecruft2013-11-05
* | Configure and start logging ASAP in bridgedb.Main.Isis Lovecruft2013-11-05
* | Change an assert to a check+log in bridgedb.Main.Isis Lovecruft2013-11-05
* | Expand ~s and get the abspath for proxy list files.Isis Lovecruft2013-11-05
* | Make bridgedb.Main._reloadFn placeholder take any arguments.Isis Lovecruft2013-11-05
* | Catch potential KeyErrors on bridge ID lookups in bridgedb.Main.Isis Lovecruft2013-11-05
* | Fix a bug where bridgedb.Main only opens one extra-info file, not both.Isis Lovecruft2013-11-05
* | Remove a log statement from bridgedb.Main.Isis Lovecruft2013-11-05
* | Fix logs in bridgedb.Main to record the filename that was used.Isis Lovecruft2013-11-05
* | Minor PEP8ification of bridgedb.Main module.Isis Lovecruft2013-11-05
* | Remove bridgedb.Main.CONFIG dictionary.Isis Lovecruft2013-11-05
* | Get rid of bridgedb.Main.CONFIG_DEFAULTS dict.Isis Lovecruft2013-11-05
* | Update gen_bridge_descriptors docstrings, add TODO note on making NTOR keys.Isis Lovecruft2013-10-30
* | Update .gitignore to exclude log files even in the top-level dir.Isis Lovecruft2013-10-30
* | Fix the parsing of Accept-Language to actually support fallbacks.Isis Lovecruft2013-10-29
* | Add better error handling if we cannot reach the Recaptcha server.Isis Lovecruft2013-10-29