1247 Commits (2bb8550a4cd59575ea7cc7c507550b9bd079894f)
 

Author SHA1 Message Date
Matthew Holt 5a4a1421de Fix error handling and matching catch-all routes 6 years ago
Matthew Holt 34a25dd558 Add very simple markdown middleware for now 6 years ago
Matthew Holt 9e576c76e7 Add request_body middleware and some limits to HTTP servers 6 years ago
Matthew Holt c24a3e389f Change admin listener to :1234 for now; output message when listening 6 years ago
Matthew Holt f976451d19 Disallow unknown fields (strict unmarshal) when loading modules 6 years ago
Matthew Holt 869fbac632 Don't use auto HTTPS for servers with only HTTP port listeners 6 years ago
Matthew Holt 284fb3a98c Allow multiple matcher sets in routes (OR'ed together) 6 years ago
Matthew Holt bc00d840e8 Export types and fields necessary to build configs (for config adapters) 6 years ago
Matthew Holt be9b6e7b57 Honor the configured CA value 6 years ago
Matthew Holt 2fd98cb040 Module.New() does not need to return an error 6 years ago
Matthew Holt 67d32e6779 Fix up matchers tests and take care of TODO in rewrite 6 years ago
Matthew Holt 9d54f655aa Take care of remaining TODOs in the browse responder 6 years ago
Matthew Holt 65195a726d Implement rewrite middleware; fix middleware stack bugs 6 years ago
Matthew Holt b84cb05848 Fix deferred header ops 6 years ago
Matthew Holt a969872850 Default error handler; rename StaticFiles -> FileServer 6 years ago
Matthew Holt aaacab1bc3 Sanitize paths in static file server; some cleanup 6 years ago
Matthew Holt d22f64e6d4 Implement headers middleware 6 years ago
Matthew Holt 22995e5655 Implement most of browse; fix a couple obvious bugs; some cleanup 6 years ago
dev 043eb1d9e5 move internal packages to pkg folder and update reverse proxy 6 years ago
Matthew Holt fec7fa8bfd Implement most of static file server; refactor and improve Replacer 6 years ago
Matthew Holt 1a20fe330e Improve godoc for contexts 6 years ago
Matthew Holt 1f0c061ce3 Architectural shift to using context for config and module state 6 years ago
Matthew Holt ff5b4639d5 Some minor updates, and get rid of OnLoad/OnUnload 6 years ago
Matthew Holt f9d93ead4e Rename and export some types, other minor changes 6 years ago
Matthew Holt 8ae0d6a509 caddyhttp: Implement better HTTP matchers including regexp; add tests 6 years ago
Matthew Holt 48b5a80320 Remove (unimplemented) enterprise TLS matchers 6 years ago
Matthew Holt ad3d408067 Add some tests and fix vet warning 6 years ago
Matthew Holt e40bbecb16 Rough implementation of auto HTTP->HTTPS redirects 6 years ago
dev 8eba582efe Add go module files 6 years ago
Matthew Holt fbea3374e9 Add missing run.go (oops) 6 years ago
Matthew Holt 2eb3593327 Begin implementing HTTP replacer and static responder 6 years ago
Matthew Holt 1136e2cfee Add reverse proxy 6 years ago
Matthew Holt 5859cd8dad Instantiate apps that are needed but not explicitly configured 6 years ago
Matthew Holt 43961b542b General cleanup and more godocs 6 years ago
Matthew Holt 2d056fbe66 Initial commit of Storage, TLS, and automatic HTTPS implementations 6 years ago
Matthew Holt 545f28008e Begin implementing error handling and re-handling 6 years ago
dev d42529348f Updated proxy module import 6 years ago
dev 27ecc7f384 Protocol and Caddyscript matchers 6 years ago
Matthew Holt 402f423693 Implement "global" state for modules, OnLoad and OnUnload callbacks 6 years ago
Matthew Holt 3eae6d43b6 Add Validator interface 6 years ago
Matthew Holt 59a5d0db28 Close listeners which are no longer used 6 years ago
Matt Holt f976aa7443 Merged in deadlines (pull request #1) 6 years ago
Matthew Holt 6621406fa8 Very basic middleware and route matching functionality 6 years ago
Matthew Holt 27ff6aeccb Fix goroutine leak in Run 6 years ago
Matthew Holt a8dc73b4d9 Performance testing Load function 6 years ago
Matthew Holt 86e2d1b0a4 Rudimentary start of HTTP servers 6 years ago
Matthew Holt 859b5d7ea3 Initial commit 6 years ago