Commit Graph

  • e3d64169ed Adapted internal middleware Michael Schoebel 2015-05-07 20:48:29 +0200
  • a5b565e193 Adapted internal middleware Michael Schoebel 2015-05-07 20:20:45 +0200
  • 7443fd0973 Merge remote-tracking branch 'upstream/master' Abiola Ibrahim 2015-05-07 14:02:40 +0100
  • ba613a1567 markdown: template integration done. awaiting documentation and test Abiola Ibrahim 2015-05-07 13:45:27 +0100
  • 0bfdb50ade markdown: working version of template integration. Awaiting static site generation and tests. Abiola Ibrahim 2015-05-07 00:19:02 +0100
  • a5f20829cb Added link to Slack channel v0.6.0 Matthew Holt 2015-05-06 16:39:58 -0600
  • abe3e5f597 Move flag.Parse() to main() in case other packages use flags Matthew Holt 2015-05-06 14:57:32 -0600
  • e12428efb9 Add build status Matthew Holt 2015-05-06 14:49:24 -0600
  • 0650dd7171 New internal middleware Michael Schoebel 2015-05-06 22:44:37 +0200
  • 7c844909b9 fastcgi: Add support for OPTIONS requests Matthew Holt 2015-05-06 11:14:02 -0600
  • 898896f9e0 Fix for stdin on Windows Matthew Holt 2015-05-06 09:16:10 -0600
  • 63ccc626f9 Fix parsing bug for one-line Caddyfiles Matthew Holt 2015-05-06 08:58:15 -0600
  • 434ec7b6ea Merge remote-tracking branch 'upstream/master' Abiola Ibrahim 2015-05-06 09:06:14 +0100
  • b2549c317c Minor flag help text change; go fmt Matthew Holt 2015-05-05 23:19:14 -0600
  • 20c01883c3 Adding Travis CI manifest Matthew Holt 2015-05-05 22:54:13 -0600
  • 340a53fb80 Disabling fcgiclient tests until they can be rewritten Matthew Holt 2015-05-05 22:53:14 -0600
  • 25847a6192 markdown: added template codes. awaiting integration and tests Abiola Ibrahim 2015-05-06 03:37:29 +0100
  • 69eb5cdd8e Merge pull request #56 from abiosoft/master Abiola Ibrahim 2015-05-06 03:34:25 +0100
  • 70d6caf95b server: read -conf flag before reading stdin config file Abiola Ibrahim 2015-05-06 03:31:25 +0100
  • 47717fee88 Expanded index file support to other middlewares (fixes #27) Matthew Holt 2015-05-05 15:50:42 -0600
  • a9064a7871 templates: Changed .RemoteAddr to .IP and stripped port Matthew Holt 2015-05-05 15:49:22 -0600
  • 21c26f48d0 Ensure a default root is always set in the configs Matthew Holt 2015-05-05 15:48:40 -0600
  • 857b4f90d9 errors: Log includes file and line number of panics Matthew Holt 2015-05-05 15:48:10 -0600
  • 97e702b963 Merge pull request #51 from ChannelMeter/tls/disable-http Matt Holt 2015-05-05 13:35:49 -0600
  • accb3e616d Add warning message when tls is disabled when its used on http Nimi Wariboko Jr 2015-05-05 12:30:24 -0700
  • 33786408f0 Startup/shutdown commands now have stdin Matthew Holt 2015-05-05 11:20:57 -0600
  • 9a78857b31 Startup/shutdown commands run in background with & Matthew Holt 2015-05-05 11:08:45 -0600
  • 1e730a74a0 Merge pull request #50 from ChannelMeter/core/bind_address Matt Holt 2015-05-05 00:05:42 -0600
  • 46f7930787 Rename bindaddr to just bind Nimi Wariboko Jr 2015-05-04 22:58:08 -0700
  • 68793ffe13 Disable tls if the port is http Nimi Wariboko Jr 2015-05-04 22:26:28 -0700
  • 4637f14b7f Merge pull request #48 from ChannelMeter/proxy/refactor Matt Holt 2015-05-04 23:20:44 -0600
  • a3b853dd47 Merge pull request #49 from guilhermebr/master Matt Holt 2015-05-04 23:15:13 -0600
  • d3aedbeb9a core: add bindaddr directive, allowing you to specify what address to listen on Nimi Wariboko Jr 2015-05-04 21:38:49 -0700
  • da6a097dcc adding crypto/tls sessioncache Guilherme Rezende 2015-05-05 00:25:29 -0300
  • 0ed5b364c6 Refactor proxy middleware so that 1.) From() is exposed 2.) Other upstreams can be implemented/plugged in Nimi Wariboko Jr 2015-05-04 19:58:18 -0700
  • 2dbd14b6dc Consistent app name/version info; pipe config data through stdin Matthew Holt 2015-05-04 16:23:16 -0600
  • 085f6e9560 Keepin' the comments true Matthew Holt 2015-05-04 13:42:39 -0600
  • 20118bdfd2 Clearing out the old stuff Matthew Holt 2015-05-04 13:40:07 -0600
  • 088f41b334 Began adding tests Matthew Holt 2015-05-04 12:04:14 -0600
  • e4fdf171c7 More refactoring - nearly complete Matthew Holt 2015-05-04 11:49:49 -0600
  • 6029973bdc Major refactoring of middleware and parser in progress Matthew Holt 2015-05-04 11:04:17 -0600
  • 995edf0566 Bringing in latest from master; refactoring under way Matthew Holt 2015-05-04 06:53:54 -0600
  • 5f32f9b1c8 Merge pull request #40 from ChannelMeter/proxy-middleware Matt Holt 2015-05-03 15:58:50 -0600
  • 264e5b7911 Use the provided Replacer tools in order to proxy string interpolation. Nimi Wariboko Jr 2015-05-03 13:33:08 -0700
  • a28d5585f5 Export Replacer type Nimi Wariboko Jr 2015-05-03 12:43:50 -0700
  • 082ae70d1d Allow responseRecorder to be nil Nimi Wariboko Jr 2015-05-03 12:38:06 -0700
  • 2aa958e058 Update {remote} replacer to use X-Forwarded-For if its provided Nimi Wariboko Jr 2015-05-03 12:37:00 -0700
  • 290cf82936 Merge pull request #43 from dgryski/vet-fixes Matt Holt 2015-05-03 11:47:47 -0600
  • a872ff2d77 config: format string fixes from vet Damian Gryski 2015-05-03 19:43:04 +0200
  • 4ed9387801 Merge pull request #41 from abiosoft/master Matt Holt 2015-05-03 08:08:21 -0600
  • 225d5977ff fastcgi: allow more request types. Abiola Ibrahim 2015-05-03 12:12:18 +0100
  • 4a4b80450a Upgrade proxy middleware. Add support for: multiple backends, load balancing, health checks, and pluggable backends Nimi Wariboko Jr 2015-05-02 22:20:36 -0700
  • 747d59b895 Replace Open with Stat Matthew Holt 2015-05-02 11:57:53 -0600
  • ca95b561dc gzip: Fix Content-Length header for proxies requests (closes #38) Matthew Holt 2015-05-02 09:20:39 -0600
  • 9df9ad975d Merge pull request #37 from abiosoft/master Matt Holt 2015-05-01 23:03:43 -0600
  • 9cd1587cf7 git: post pull command. retries after pull failure. Abiola Ibrahim 2015-05-02 01:44:51 +0100
  • 782ba32457 Only a warning if site root doesn't exist Matthew Holt 2015-05-01 16:23:28 -0600
  • d11819721d core: Error if root directory is not found Matthew Holt 2015-05-01 13:35:43 -0600
  • 7ee3653342 core: Kill whole process if any server fail to start Matthew Holt 2015-05-01 13:35:17 -0600
  • 9e3852f21c Merge pull request #34 from abiosoft/master Matt Holt 2015-05-01 13:33:22 -0600
  • 447d0ce0e2 fastcgi: user defined environment variables Abiola Ibrahim 2015-05-01 19:55:47 +0100
  • 49bb3f1387 git: Service routine, customizable logger, no more HTTP handler Matthew Holt 2015-05-01 12:19:25 -0600
  • 53a89c953a Merge pull request #33 from daviskoh/improvement/specify-go-version-dependency Matt Holt 2015-05-01 11:45:30 -0600
  • 75d713cdea add go version to Running from Source section in README.md Davis Koh 2015-05-01 12:35:03 -0400
  • 32c104c660 Merge pull request #32 from abiosoft/master Matt Holt 2015-05-01 10:23:13 -0600
  • 0d2ed0784f Modified repository path to be relative to root path. Abiola Ibrahim 2015-05-01 17:18:58 +0100
  • 479c611420 Implementation of Git middleware Abiola Ibrahim 2015-05-01 03:11:01 +0100
  • d0556d6236 Add link to Docker container Matthew Holt 2015-05-01 08:55:34 -0600
  • 37e3fe5f1f core: Fix dyslexic/backward handling of 403/404 errors v0.5.1 Matthew Holt 2015-04-30 11:58:38 -0600
  • 9dfbbbcda4 errors: Pointer to handler prevents nil pointer errors in handling (fixes #15) Matthew Holt 2015-04-30 10:16:49 -0600
  • b1e1caba29 core: Graceful error handling during heavy load; proper error responses Matthew Holt 2015-04-30 10:14:58 -0600
  • b51e8bc191 fastcgi: Fix for handling errors that come from responder Matthew Holt 2015-04-30 07:50:07 -0600
  • 27722463a7 -host flag to set default host Matthew Holt 2015-04-29 22:30:12 -0600
  • 3bc4e84ed3 Default host is now 0.0.0.0 (wildcard) Matthew Holt 2015-04-29 22:30:03 -0600
  • 60beddf6c8 Merge pull request #18 from mholt/portflag Matt Holt 2015-04-29 09:27:30 -0600
  • d00bb87f17 -port flag to override default port Matthew Holt 2015-04-28 22:13:00 -0600
  • 0f332bd9fb Merge pull request #14 from abiosoft/master Matt Holt 2015-04-28 20:25:15 -0600
  • e04e06d6e2 Fix for Issue 13: Trouble running in Docker containers (or binding to 0.0.0.0) Abiola Ibrahim 2015-04-28 22:31:42 +0100
  • 17fa5a9334 adding support for fastcgi index files in subdirectories Thomas Hansen 2015-04-28 13:15:14 -0600
  • 9b74901b40 errors: Fix file paths for error pages & empty log filenames Matthew Holt 2015-04-28 13:05:01 -0600
  • 78e6d7db95 Clarified "no dependencies"; info about 3rd party libraries Matthew Holt 2015-04-28 12:07:37 -0600
  • 2cf06bc3ee Ignore automated build script and stuff v0.5.0 Matthew Holt 2015-04-27 23:20:58 -0600
  • 264820e3e8 Fixed config file leak, but new todo item Matthew Holt 2015-04-27 22:27:34 -0600
  • 979041a072 More canonical godoc shield, I suppose Matthew Holt 2015-04-27 17:19:54 -0600
  • ff344535ba Added some godoc Matthew Holt 2015-04-27 10:56:57 -0600
  • 1df35eb687 Fixed link/email in instructions Matthew Holt 2015-04-27 10:45:47 -0600
  • cba96c9b35 Merge branch 'master' of github.com:mholt/caddy Matthew Holt 2015-04-27 10:42:17 -0600
  • d7f0133f5f Add notes for contributors Matthew Holt 2015-04-27 10:41:55 -0600
  • e5d064d513 Create LICENSE.md Matt Holt 2015-04-27 10:41:32 -0600
  • c33a49fc5e Merge pull request #2 from thomas4019/master Matt Holt 2015-04-27 09:54:54 -0600
  • a837bb6681 The README sorely needed an update Matthew Holt 2015-04-27 09:53:08 -0600
  • dbef6c73bc Merge branch 'master' of https://github.com/mholt/caddy Thomas Hansen 2015-04-27 09:39:40 -0600
  • fa2403c1d3 websockets: quick version fix Matthew Holt 2015-04-27 07:35:39 -0600
  • c1916c0fb5 Server header in response Matthew Holt 2015-04-26 23:09:26 -0600
  • dba4dcb4a5 gzip strips Accept-Encoding header after using it Matthew Holt 2015-04-26 22:53:47 -0600
  • 9d26a9268b added comment about encoding header Thomas Hansen 2015-04-26 22:15:43 -0600
  • 1b17072a89 gzip middleware now strips encoding header Thomas Hansen 2015-04-26 22:01:20 -0600
  • 7d46108c12 With just a destination, default redir code is now 301 Matthew Holt 2015-04-26 20:20:15 -0600
  • cd53ec9bcc Merge pull request #1 from thomas4019/master Matt Holt 2015-04-25 23:41:57 -0600
  • 1ac32a5256 generalizing fastcgi parameters, and improving headers passed. Thomas Hansen 2015-04-25 21:56:14 -0600