Commit Graph

  • 04bee0f36d Implementing custom PathClean function to allow masking, closes #1298 (#1317) Sawood Alam 2016-12-31 22:29:14 -0500
  • bcc622fd80 Merge branch 'master' into pathcleaner Sawood Alam 2016-12-31 22:26:08 -0500
  • 7cbbb01f94 Merge pull request #1309 from lhecker/master Matt Holt 2016-12-31 19:51:29 -0700
  • 3b420cb58e
    A typo correction Sawood Alam 2016-12-31 21:18:07 -0500
  • dac92d3af4
    Removed unnecessary value capture when iterating over a map for keys Sawood Alam 2016-12-31 20:50:56 -0500
  • d9365398e1
    Added benchmarks and improved variable naming in tests Sawood Alam 2016-12-31 20:41:55 -0500
  • ce52d3a940
    Improved variable naming Sawood Alam 2016-12-31 20:34:13 -0500
  • f5ed81bc06
    Improved variable naming and documentation Sawood Alam 2016-12-31 20:21:27 -0500
  • be7b4a54d3
    Fixing ineffassign of a temporary string variable Sawood Alam 2016-12-31 14:50:54 -0500
  • 79a6963346
    Indentation corrected in the test data map to pass the lint Sawood Alam 2016-12-31 14:44:03 -0500
  • 4b92a972ba
    Use custom PathClean function instead of path.Clean to apply masks to preserve protocol separator in the path Sawood Alam 2016-12-31 14:27:02 -0500
  • 5795671039
    Added path cleanup functions with masking to preserve certain patterns + unit tests, #1298 Sawood Alam 2016-12-31 14:14:41 -0500
  • 466efb7e67
    Post init script guidelines Matthew Holt 2016-12-30 11:56:37 -0700
  • d98a7aad0f
    Replace "magic" quotes with regular ones Matthew Holt 2016-12-30 11:56:12 -0700
  • 4babe4b201 proxy: Added support for HTTP trailers Leonard Hecker 2016-12-30 18:13:14 +0100
  • 533039e6d8 proxy: Removed leftover restriction to HTTP/1.1 Leonard Hecker 2016-12-29 16:07:22 +0100
  • b857265f9c proxy: Fixed support for TLS verification of WebSocket connections Leonard Hecker 2016-12-28 17:20:31 +0100
  • 153d4a5ac6 proxy: Improved handling of bufferPool Leonard Hecker 2016-12-28 17:17:52 +0100
  • d5fe4928f2 Remove pre 0.9 code (#1304) Mateusz Gajewski 2016-12-27 23:53:16 +0100
  • 20483c23f8 Added end-to-end test case for #1292 Leonard Hecker 2016-12-26 20:53:18 +0100
  • 9f9ad21aaa Fixed #1292: Failure to proxy WebSockets over HTTPS Leonard Hecker 2016-12-26 20:52:36 +0100
  • 53635ba538 Fixed panic due to 0-length buffers being passed to io.CopyBuffer Leonard Hecker 2016-12-26 20:42:00 +0100
  • 6352c9054a Fixed proxy not respecting the -http2 flag Leonard Hecker 2016-12-26 20:40:44 +0100
  • e641d2fd65
    Set listenHost to localhost if empty; fixes test on Windows Matthew Holt 2016-12-23 10:28:00 -0700
  • 1da70d3ba1
    ACME challenge proxy now accounts for ListenHost (bind); fixes #1296 Matthew Holt 2016-12-23 09:40:03 -0700
  • 3198200479
    Re-align atomic struct field (fixes #1306) Matthew Holt 2016-12-22 15:02:33 -0700
  • 7dc1dc1c78
    Version 0.9.4 v0.9.4 Matthew Holt 2016-12-21 13:47:30 -0700
  • a3aa414ff3 Fixed HTTP/2 support for the proxy middleware (#1300) Leonard Hecker 2016-12-21 20:44:07 +0100
  • bfd1657112
    gofmtw Mateusz Gajewski 2016-12-19 20:29:27 +0100
  • 3db9e55286
    Unused import Mateusz Gajewski 2016-12-19 20:26:07 +0100
  • 08b0f2bdc8
    Remove pre 0.9 code Mateusz Gajewski 2016-12-19 20:23:34 +0100
  • 2c4db7bf23 Added HTTP/2 support check to TestReverseProxyInsecureSkipVerify Leonard Hecker 2016-12-19 19:32:55 +0100
  • c9dfefe954 Merge branch 'master' into master Mateusz Gajewski 2016-12-19 19:10:51 +0100
  • 54c63002cc Feature #1282 - Support serving statically compressed .gz and .br files (#1289) Mateusz Gajewski 2016-12-19 17:51:09 +0100
  • 7ae33d173f Merge branch 'master' into feature_1282 Mateusz Gajewski 2016-12-19 08:27:21 +0100
  • 510f4c5316
    gofmt Mateusz Gajewski 2016-12-19 08:25:14 +0100
  • f57bbb45ee
    Merge branch 'master' into feature_1282 Mateusz Gajewski 2016-12-19 08:24:51 +0100
  • ee1d8d7e0f
    Refactor loops Mateusz Gajewski 2016-12-19 08:22:07 +0100
  • 9e720bcd78
    Limit the number of restarts with systemd Matthew Holt 2016-12-12 21:58:35 -0700
  • a9cc597a00
    Prevent fd leak Mateusz Gajewski 2016-12-18 11:33:57 +0100
  • 0e387c5295
    Prevent fd leak Mateusz Gajewski 2016-12-18 11:32:03 +0100
  • f351a4fc32
    After review fixes Mateusz Gajewski 2016-12-11 12:52:13 +0100
  • bcced2b7ac
    test: add unit test for #1283 (#1288) Guiheux Steven 2016-12-08 02:59:02 +0100
  • 4435dd7709
    Return HTTP 504 when FastCGI connect times out. ericdreeves 2016-12-03 16:31:29 -0600
  • 24e0ac5844
    Add send_timeout property to fastcgi directive. ericdreeves 2016-11-29 20:26:51 -0600
  • 77427dfc6b
    Update to Go 1.7.4 jbub 2016-12-04 18:22:22 +0100
  • 353f7a942d
    Fix syntax in caddy.conf Lorenz Bischof 2016-12-04 12:52:34 +0100
  • 14f61a53b4
    Fix for #1276 - support integers and floats as metadata in markdown (#1278) Mateusz Gajewski 2016-12-03 07:35:33 +0100
  • 6e452f3c1e
    Remote syslog Mateusz Gajewski 2016-12-15 15:03:20 +0100
  • 261dbf87ce Fixed HTTP/2 support for the proxy middleware Leonard Hecker 2016-12-18 19:59:59 +0100
  • c555e95366 Fix for issue #1287 - don't list hidden files in directory listing (#1290) Mateusz Gajewski 2016-12-17 19:30:08 +0100
  • b6fd14cd41
    Fix failing tests Mateusz Gajewski 2016-12-15 15:19:50 +0100
  • 859b707c45
    Reuse IsHidden Mateusz Gajewski 2016-12-15 15:14:04 +0100
  • 3a465fd394
    Merge branch 'master' into issue_1287 Mateusz Gajewski 2016-12-15 15:04:00 +0100
  • 690786ec99
    Merge branch 'master' into issue_1287 Mateusz Gajewski 2016-12-14 10:50:36 +0100
  • 466269fd10
    Limit the number of restarts with systemd Matthew Holt 2016-12-12 21:58:35 -0700
  • 8653b70c32 test: add unit test for #1283 (#1288) Guiheux Steven 2016-12-08 02:59:02 +0100
  • e363491a28 Merge pull request #1284 from mholt/fastcgi-send-timeout Matt Holt 2016-12-07 18:58:05 -0700
  • e635fa0c8d Merge e7bcd0aa81 into b0685a64be Toby Allen 2016-12-07 13:32:39 +0000
  • 4fd106a58d
    Fix for issue #1287 - hide hidden files Mateusz Gajewski 2016-12-05 20:42:03 +0100
  • 82b73866f9
    Support brotli encoding as well Mateusz Gajewski 2016-12-05 16:48:16 +0100
  • 68157afe37
    Fix broken test cases Mateusz Gajewski 2016-12-05 14:14:31 +0100
  • 4c0295229a
    Feature #1282 - Support pre-gzipped files Mateusz Gajewski 2016-12-05 12:50:04 +0100
  • 875c410e5a Merge branch 'master' into proxyUnitTest Guiheux Steven 2016-12-05 09:56:49 +0100
  • 4bf1c543be test: add unit test for #1283 Steven Guiheux 2016-12-05 09:49:45 +0100
  • b0685a64be Merge pull request #1286 from jbub/goupgrade Matt Holt 2016-12-04 13:04:20 -0700
  • ff98aa3dd0 Update to Go 1.7.4 jbub 2016-12-04 18:22:22 +0100
  • c212365a3a Merge pull request #1285 from lbischof/patch-1 Matt Holt 2016-12-04 07:42:55 -0700
  • fea0d5ac3a Fix syntax in caddy.conf Lorenz Bischof 2016-12-04 12:52:34 +0100
  • 9f16ac84a0 Return HTTP 504 when FastCGI connect times out. ericdreeves 2016-12-03 16:31:29 -0600
  • 5874fbeb7e Add send_timeout property to fastcgi directive. ericdreeves 2016-11-29 20:26:51 -0600
  • 17e7e6076a Fix for #1276 - support integers and floats as metadata in markdown (#1278) Mateusz Gajewski 2016-12-03 07:35:33 +0100
  • 1a393a80da Merge branch 'master' into issue_1276 Mateusz Gajewski 2016-12-02 17:12:46 +0100
  • 29f2baa9a9
    Get rid of DocFlags Mateusz Gajewski 2016-12-02 17:12:35 +0100
  • 3c36cd527d
    Always run all tests before commit Mateusz Gajewski 2016-11-30 18:11:01 +0100
  • 0ee1770fd2
    One more file Mateusz Gajewski 2016-11-30 18:06:20 +0100
  • 4aa3c5b725
    Use map[string]interface{} as variables Mateusz Gajewski 2016-11-30 18:03:05 +0100
  • e7bcd0aa81 Merge branch 'master' into fixf1200 Tw 2016-11-30 15:12:56 +0800
  • bbd3829ed3 proxy: filter empty target path Tw 2016-11-30 15:01:11 +0800
  • 9e98d6cd52 Fix for #1164 - allow only one header per line (#1280) Mateusz Gajewski 2016-11-30 05:24:12 +0100
  • 76f12f475b Merge pull request #1274 from mholt/fastcgi-timeout-defaults ericdreeves 2016-11-29 19:13:12 -0600
  • ab5008d681
    Include original reporter case Mateusz Gajewski 2016-11-29 23:09:13 +0100
  • f2ea4dc16f
    Fix for #1164 - allow only one header per line Mateusz Gajewski 2016-11-29 23:05:48 +0100
  • 32fa0ce6a0 Merge branch 'master' into fastcgi-timeout-defaults Mateusz Gajewski 2016-11-29 19:06:43 +0100
  • 7cc2f38485
    Use strconv.Format Mateusz Gajewski 2016-11-29 17:05:30 +0100
  • d35328ff04
    Fix for #1276 Mateusz Gajewski 2016-11-29 14:25:36 +0100
  • 80eb45fcfb
    tls: Improve flaky test depending on CPU scheduling (I think) Matthew Holt 2016-11-28 23:37:22 -0700
  • 36f8759a7b
    Ensure some tests remove temporary directories they created Matthew Holt 2016-11-28 22:26:54 -0700
  • e2917784d0 Merge pull request #1275 from mholt/fup-1273 Matt Holt 2016-11-27 05:35:54 -0700
  • fec840a861 Increase code coverage Eldin Hadzic 2016-11-27 08:55:17 +0000
  • d0bf3e1647 Fix network listener address comparison, fixes #1258 (#1273) elcore 2016-11-27 07:44:15 +0100
  • 055debe306 address comments 2 Eldin Hadzic 2016-11-26 19:40:21 +0000
  • b8722d9af3 Fix read timeout and add default timeout values. ericdreeves 2016-11-25 10:30:51 -0600
  • e11d5b02ec add a test Eldin Hadzic 2016-11-24 18:43:32 +0000
  • 344fb9a76a address comments Eldin Hadzic 2016-11-24 17:17:46 +0000
  • 51879d11ee Fix issue #1258 Eldin Hadzic 2016-11-24 15:12:53 +0000
  • 7dc23b18ae Init switch from HOME to Caddy (#1272) Geno 2016-11-23 22:12:19 +0100
  • a3f87f81ad INIT-upstart use CADDYPATH instatt of HOME Geno 2016-11-23 13:14:07 +0100
  • 971d726b15 INIT-upstart use CADDYPATH instatt of HOME Geno 2016-11-23 13:13:42 +0100
  • 5bbb6a3630 INIT-upstart use CADDYPATH instatt of HOME Geno 2016-11-23 13:13:16 +0100