Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-08Release 0.15.0v0.15.00.15.xBrad Warren
2017-05-05Bump version to 0.15.0Brad Warren
2017-05-05Release 0.14.0v0.14.0Brad Warren
2017-04-29Tell the world we're Python 3 compatible (#4568)Brad Warren
2017-04-06Candidate 0.13.0 (#4475)Erica Portnoy
2017-03-25Fix nginx parser (#4296)Erica Portnoy
2017-03-19Add mypy (#4386)dokazaki
2017-03-10Build wheels correctly for Python 2.6 (#4313)Brad Warren
2017-03-03Candidate 0.12.0 (#4286)Erica Portnoy
2017-02-01Bump version to 0.12.0Brad Warren
2017-02-01Release 0.11.0v0.11.0Brad Warren
2017-02-01Adding checking name validity to the Apache plugin (#3639)Amjad Mashaal
2017-01-27Spelling (#4101)Josh Soref
2017-01-19Remove old references to pep8 in our code (#4073)Brad Warren
2017-01-17encode to bytes as necessary in Validator.certificate (#4026)Brad Warren
2017-01-11Release 0.10.0 (#4022)Brad Warren
2016-11-01No doc,dev depedencies for compatibility-test (#3722)Brad Warren
2016-10-05Release Certbot 0.9.0 (#3583)Brad Warren
2016-09-30Allow validation of cross-domain redirects (#3561)Erica Portnoy
2016-08-11Remove code duplication to make pylint happyBrad Warren
2016-08-11Satisfying some lint complaintsSeth Schoen
2016-08-11Make testdata the CWD of compatibility test dockerfilesBrad Warren
2016-08-11Add certbot-compatibility-test DockerfilesBrad Warren
2016-08-11Remove old DockerfilesBrad Warren
2016-08-11Rename apache compatibility test tarballBrad Warren
2016-08-11Add nginx compatibility test data tarballBrad Warren
2016-08-11Restart web servers before beginning testsSeth Schoen
2016-08-09Provide a copy of the self-signed cert as the fullchain as wellSeth Schoen
2016-08-09More correct parsing of lines containing trailing spaceSeth Schoen
2016-08-09Various WIP on nginx compatibility testSeth Schoen
2016-08-06starts_with is actually called startswithSeth Schoen
2016-08-04New _get_names approach for nginx testSeth Schoen
2016-07-30Remove unused Apache-related variablesSeth Schoen
2016-07-30Primarily simple s/apache/nginx/ and the likeSeth Schoen
2016-07-22Use logger.warning instead of deprecated warnVille Skyttä
2016-07-14Test case from https://github.com/certbot/certbot/pull/3230#issuecomment-2315...Seth Schoen
2016-07-13Leading-space version from original pythonfcgi pageSeth Schoen
2016-07-13Test cases from upstream parser project issuesSeth Schoen
2016-07-11Initial version of nginx parser roundtrip testSeth Schoen
2016-06-11Merge pull request #3138 from certbot/removing_proxyschoen
2016-06-09Delint certbot-compatibility-testBrad Warren
2016-06-07Merge branch 'removing_proxy' of github.com:certbot/certbot into removing_proxyBrad Warren
2016-06-07Try updating tarball againBrad Warren
2016-06-07Fix typoSeth Schoen
2016-06-07Update tarballBrad Warren
2016-06-07Add extra saves for apache pluginBrad Warren
2016-06-06Explain whether tests succeeded or failed overallSeth Schoen
2016-06-06Merge branch 'removing_proxy' of github.com:certbot/certbot into removing_proxyBrad Warren
2016-06-06Unwrap achallBrad Warren
2016-06-06Forgot to import shutilSeth Schoen