summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-05-06Added link to Slack channelv0.6.0Matthew Holt
2015-05-06Move flag.Parse() to main() in case other packages use flagsMatthew Holt
2015-05-06Add build statusMatthew Holt
2015-05-06fastcgi: Add support for OPTIONS requestsMatthew Holt
2015-05-06Fix for stdin on WindowsMatthew Holt
2015-05-06Fix parsing bug for one-line CaddyfilesMatthew Holt
2015-05-05Minor flag help text change; go fmtMatthew Holt
2015-05-05Adding Travis CI manifestMatthew Holt
2015-05-05Disabling fcgiclient tests until they can be rewrittenMatthew Holt
2015-05-06Merge pull request #56 from abiosoft/masterAbiola Ibrahim
2015-05-06server: read -conf flag before reading stdin config fileAbiola Ibrahim
2015-05-05Expanded index file support to other middlewares (fixes #27)Matthew Holt
2015-05-05templates: Changed .RemoteAddr to .IP and stripped portMatthew Holt
2015-05-05Ensure a default root is always set in the configsMatthew Holt
2015-05-05errors: Log includes file and line number of panicsMatthew Holt
2015-05-05Merge pull request #51 from ChannelMeter/tls/disable-httpMatt Holt
2015-05-05Add warning message when tls is disabled when its used on httpNimi Wariboko Jr
2015-05-05Startup/shutdown commands now have stdinMatthew Holt
2015-05-05Startup/shutdown commands run in background with &Matthew Holt
2015-05-05Merge pull request #50 from ChannelMeter/core/bind_addressMatt Holt
2015-05-04Rename bindaddr to just bindNimi Wariboko Jr
2015-05-04Disable tls if the port is httpNimi Wariboko Jr
2015-05-04Merge pull request #48 from ChannelMeter/proxy/refactorMatt Holt
2015-05-04Merge pull request #49 from guilhermebr/masterMatt Holt
2015-05-04core: add bindaddr directive, allowing you to specify what address to listen onNimi Wariboko Jr
2015-05-05adding crypto/tls sessioncacheGuilherme Rezende
2015-05-04Refactor proxy middleware so that 1.) From() is exposed 2.) Other upstreams c...Nimi Wariboko Jr
2015-05-04Consistent app name/version info; pipe config data through stdinMatthew Holt
2015-05-04Keepin' the comments trueMatthew Holt
2015-05-04Clearing out the old stuffMatthew Holt
2015-05-04Began adding testsMatthew Holt
2015-05-04More refactoring - nearly completeMatthew Holt
2015-05-04Major refactoring of middleware and parser in progressMatthew Holt
2015-05-04Bringing in latest from master; refactoring under wayMatthew Holt
2015-05-03Merge pull request #40 from ChannelMeter/proxy-middlewareMatt Holt
2015-05-03Use the provided Replacer tools in order to proxy string interpolation.Nimi Wariboko Jr
2015-05-03Export Replacer typeNimi Wariboko Jr
2015-05-03Allow responseRecorder to be nilNimi Wariboko Jr
2015-05-03Update {remote} replacer to use X-Forwarded-For if its providedNimi Wariboko Jr
2015-05-03Merge pull request #43 from dgryski/vet-fixesMatt Holt
2015-05-03config: format string fixes from vetDamian Gryski
2015-05-03Merge pull request #41 from abiosoft/masterMatt Holt
2015-05-03fastcgi: allow more request types.Abiola Ibrahim
2015-05-02Upgrade proxy middleware. Add support for: multiple backends, load balancing,...Nimi Wariboko Jr
2015-05-02Replace Open with StatMatthew Holt
2015-05-02gzip: Fix Content-Length header for proxies requests (closes #38)Matthew Holt
2015-05-01Merge pull request #37 from abiosoft/masterMatt Holt
2015-05-02git: post pull command. retries after pull failure.Abiola Ibrahim
2015-05-01Only a warning if site root doesn't existMatthew Holt
2015-05-01core: Error if root directory is not foundMatthew Holt