summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2016-09-20Version 0.9.2v0.9.2Matthew Holt
2016-09-20Move prometheus directive higher in list (closes #1119)Matthew Holt
2016-09-20Add the multipass plugin to the directives (#1120)Lars Wiegman
2016-09-19Fix lint warnings and update CI tests to Go 1.7.1Matthew Holt
2016-09-19Refactor and improve TLS storage code (related to locking)Matthew Holt
2016-09-19Merge pull request #1115 from tw4452852/importMatt Holt
2016-09-18parser: fix broken absolute path importsTw
2016-09-14Clean up some significant portions of the TLS management codeMatthew Holt
2016-09-13Merge pull request #1102 from coopernurse/awslambda-ext-pluginMatt Holt
2016-09-10Add awslambda to plugin.goJames Cooper
2016-09-10persistent fastcgi connections (#1087)Sebastian Schmittner
2016-09-08Updated FreeBSD init script (#1098)David Prandzioch
2016-09-08Satisfy gofmtMatthew Holt
2016-09-08Weird, git didn't commit this closing curly braceMatthew Holt
2016-09-08Lower-case server name for good measureMatthew Holt
2016-09-08Improve TLS storage provider errorsMatthew Holt
2016-09-08Fix bug renewing certs affecting Caddyfiles using wildcard addressesMatthew Holt
2016-09-05Merge pull request #1091 from mikepulaski/masterMatt Holt
2016-09-05Caddyfiles read from STDIN now have server types associated with them. Fixes ...Mike Pulaski
2016-09-05Eliminate ineffectual assignmentsMatthew Holt
2016-09-05Fix misspellingsMatthew Holt
2016-08-30Support for lego's timeout option (#1041)Sebastian
2016-08-30More minor text fixesMatthew Holt
2016-08-30Merge pull request #1079 from ijt/masterMatt Holt
2016-08-29Fix tests to not make long unix domain socketpathsIssac Trotts
2016-08-29Use naoina/toml instead of BurntSushi/tomlIssac Trotts
2016-08-29Merge pull request #1042 from mholt/status-middlewareAbiola Ibrahim
2016-08-29Add 'status' middleware instead of 'status' directive for 'rewrite' middlewareVolodymyr Galkin
2016-08-26Ignore conflicting settings if TLS disabled (fixes #1075)Matthew Holt
2016-08-25Clarify godoc for HTTP handler signatureMatthew Holt
2016-08-25More tests for TLS configurationMatthew Holt
2016-08-25Merge pull request #1070 from FiloSottile/masterMatt Holt
2016-08-25Actually set tls.Config.PreferServerCipherSuitesFilippo Valsorda
2016-08-25Defer loading directives until needed (fix for previous commit)Matthew Holt
2016-08-24httpserver: Added function to register directive at runtime (dev only)Matthew Holt
2016-08-24Merge pull request #1068 from tw4452852/multiple_log_testMatt Holt
2016-08-25log: add multiple log entry testTw
2016-08-23Merge pull request #1060 from tw4452852/multiple_logMatt Holt
2016-08-24log: support multiple log entries under one path scopeTw
2016-08-23Only move storage if actually starting a server (closes #1067)Matthew Holt
2016-08-23Merge pull request #1064 from stp-ip/quic-protocol-headersMatt Holt
2016-08-23Keep quic protocol headers only between one hopMichael Grosser
2016-08-23Minor text fixes ;)Matthew Holt
2016-08-23Merge pull request #1059 from PalmStoneGames/masterMatt Holt
2016-08-23Add plugin capabilities for tls storage.Luna Duclos
2016-08-23Improve logic related to error handling on SiteExists callMatthew Holt
2016-08-23Merge pull request #1062 from nemothekid/fix/ws-connection-closeMatt Holt
2016-08-22Proxy: Instead of setting DisableKeepAlives, set MaxIdleConnsPerHost to -1 to...Nimi Wariboko Jr
2016-08-22Merge pull request #1049 from tw4452852/log_bodyMatt Holt
2016-08-23replacer: capture request body normallyTw