summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | 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.feature/cleanup-configIsis 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
* | Add BridgeDB's real GPG public keys.Isis Lovecruft2013-10-26
* | Add expired GPG secret subkeys, marked "TESTING (INSECURE!)".Isis Lovecruft2013-10-26
* | Update .travis.tml to use new command syntax.Isis Lovecruft2013-10-26
* | Update bridgedb.conf.Isis Lovecruft2013-10-26
* | Update README with new commands.Isis Lovecruft2013-10-26
* | Fix scripts/gen_bridge_descriptors to create two cached-extrainfo files.Isis Lovecruft2013-10-26
* | Merge branch 'feature/9865-test-runner-2-r1' into developIsis Lovecruft2013-10-26
|\ \
| * | Include class for varying the tor versions in generated descriptors.feature/9865-test-runner-2-r1Isis Lovecruft2013-10-26
| * | Add documentation on current bridge descriptor formats.Isis Lovecruft2013-10-26
| * | Fix the interface between bridgedb and the descriptor generator.Isis Lovecruft2013-10-26
| * | Rewrite the descriptor generator.Isis Lovecruft2013-10-26
| * | Add RUN_IN_DIR as a commandline option and cleanup the option explanations.Isis Lovecruft2013-10-26
| * | Pass the entire set of main options to the runner.Isis Lovecruft2013-10-26
| * | Add commands for CouchDB testing to .travis.yml (innactive for now).Isis Lovecruft2013-10-26
| * | Switch Travis-CI IRC notification to notices.Isis Lovecruft2013-10-26
| * | Remove unnecessary requirements, make others explicitly versioned.Isis Lovecruft2013-10-26
| * | Refactor bridgedb.Main.run() and bridgedb.Main._reloadFn().Isis Lovecruft2013-10-22
| * | Fix python2.6 syntax errors.Isis Lovecruft2013-10-22
| * | Add script for killing the the server after N seconds; avoid running forever ...Isis Lovecruft2013-10-22
| * | Add scripts/make-ssl-cert and start using it in .travis.yml.Isis Lovecruft2013-10-22
| * | Refactor scripts/bridgedb to use the new options and runner.Isis Lovecruft2013-10-22
| * | Add runner module and descriptor generator.Isis Lovecruft2013-10-22
| * | Add opt module with updated options parsers.Isis Lovecruft2013-10-22
| * | Run unittests before changing to the runtime tests directory.Isis Lovecruft2013-10-22
| * | Fix three failing unittests in lib/bridgedb/Tests.py.Isis Lovecruft2013-10-22
|/ /
* | Update dependencies and install instructions in .travis.yml and README.Isis Lovecruft2013-10-15
* | Add .travis.yml file.Isis Lovecruft2013-10-15
* | It's not 2009 anymore…Isis Lovecruft2013-10-15
* | Add Makefile directives for pylint/pyflakes/pep8 code checks.Isis Lovecruft2013-10-15
* | Add doc/HACKING.md and move the "Maintenance Notes" from README to it.Isis Lovecruft2013-10-15
* | Merge branch 'hotfix/9959-pas-danglais_install-data' into developIsis Lovecruft2013-10-15
|\ \
| * | Change 'install' and 'force_install' Makefile directive to be verbose again.hotfix/9959-pas-danglais_install-dataIsis Lovecruft2013-10-15
| * | Add a download_url to setuptools.setup(). While we're at it, why not?Isis Lovecruft2013-10-15
| * | Some pep8ification on setup.py.Isis Lovecruft2013-10-15
| * | Remove installData class and all distutils references from setup.py.Isis Lovecruft2013-10-15