summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | 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
* | Handle GPGME errors better in the EmailServer.Isis Lovecruft2013-10-29
* | Merge branch 'feature/cleanup-config' into developIsis Lovecruft2013-10-29
|\ \
| * | Cleanup explanations of options in bridgedb.conf.Isis Lovecruft2013-10-06
|/ /
* | Add logging to crypto module.Isis Lovecruft2013-10-26
* | Fix with combined with os.open; doesn't work on Python2.6.Isis Lovecruft2013-10-26
* | Add bridgedb.test package init file.Isis Lovecruft2013-10-26
* | Move getKey() to crypto module.Isis Lovecruft2013-10-26
* | Use bridgedb.parse.options instead of bridgedb.opt in script.Isis Lovecruft2013-10-26
* | Fix missing import; use less CI resources.Isis Lovecruft2013-10-26
* | Move options parser to bridgedb.parse package and update bridgedb.Main.Isis Lovecruft2013-10-26
* | Use $CWD as the RUN_IN_DIR if unspecified, and update .travis.yml.Isis Lovecruft2013-10-26
* | Update fake bridge descriptor generation commands in .travis.yml.Isis Lovecruft2013-10-26
* | Fix a missing colon.Isis Lovecruft2013-10-26
* | Remove old bridgedb.Opt module.Isis Lovecruft2013-10-26
* | Add placeholder file for lib/bridgedb/test package directory.Isis Lovecruft2013-10-26