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
2019-11-26Make the contents of the nginx plugin private (#7589)ohemorange
2019-11-15fixes #7553 (#7560)Brad Warren
2018-09-18Update parser to match new Nginx functionality (#6381)ohemorange
2018-05-15Enable checking of type annotation in Nginx plugin (#5997)James Hiebert
2017-12-07Revert "Nginx reversion (#5299)" (#5305)Brad Warren
2017-12-06Nginx reversion (#5299)Brad Warren
2017-10-13Nginx creates a vhost block if no matching block is found (#5153)ohemorange
2017-03-25Fix nginx parser (#4296)Erica Portnoy
2017-03-15Don't unquote the results of the parsekernelpanek
2017-03-15Fixes issue when parsing an Nginx configuration file containing multiline quo...kernelpanek
2017-01-27Spelling (#4101)Josh Soref
2017-01-10pyparsing.restOfLine is not a function, don't call it (#3989)Ondřej Surý
2016-08-17Remove extra newlineBrad Warren
2016-08-08Fix bug with UnpsacedList.insert to final positionPeter Eckersley
2016-08-06Merge remote-tracking branch 'origin/no-conflicting-declarations3' into no-co...Peter Eckersley
2016-07-30Merge remote-tracking branch 'origin/master' into no-conflicting-declarations3Peter Eckersley
2016-07-27Make spaced list handle an insert past the end of the listBrad Warren
2016-07-27Revert "UnspacedList._spaced_position: support the slice at the end fo the list"Brad Warren
2016-07-21UnspacedList._spaced_position: support the slice at the end fo the listPeter Eckersley
2016-07-16Rework "value" parser:Peter Eckersley
2016-07-16lintPeter Eckersley
2016-07-16Preserve spaces before comments at the beginning of a filePeter Eckersley
2016-07-14Parse charset_map correctlyPeter Eckersley
2016-07-10Don't allow dollar_var to swalllow characters like "{"Peter Eckersley
2016-07-01Do a better job of parsing map patternsPeter Eckersley
2016-07-01lint & tweakPeter Eckersley
2016-07-01First attempt at mitigating #3206Peter Eckersley
2016-06-27Extra comment & concisionPeter Eckersley
2016-06-27Only write nginx config files if we've modified themPeter Eckersley
2016-06-27cosmetic improvementsPeter Eckersley
2016-06-27Tweak the NotImplementedError casesPeter Eckersley
2016-06-25Raise NotImplemented for all problematic list methodsPeter Eckersley
2016-06-25Be more explicit about range policingPeter Eckersley
2016-06-25Fix a bug in the new index calculationsPeter Eckersley
2016-06-25Be more succinctPeter Eckersley
2016-06-25For now, instead, consider this NotImplementedPeter Eckersley
2016-06-25For reference, a buggy attempt to implement slicingPeter Eckersley
2016-06-24Refactor to simplify indenation handlingPeter Eckersley
2016-06-24Try simplifying handling of spacey sublistsPeter Eckersley
2016-06-23Name all of nginxparser's magic regexpsPeter Eckersley
2016-06-21CleanupsPeter Eckersley
2016-06-21LintPeter Eckersley
2016-06-19Consistently coerce inbound data to UnspacinesPeter Eckersley
2016-06-19Fix TLS_SNI & associated testsPeter Eckersley
2016-06-18Lint & test fixPeter Eckersley
2016-06-18Tests for UnspacedListPeter Eckersley
2016-06-17LintPeter Eckersley
2016-06-17Fix test casesPeter Eckersley
2016-06-17Fix desyncronisation with .spaced when modifying sublistsPeter Eckersley
2016-06-16Try to preserve the exact form of end-of-file whitespacePeter Eckersley