Michael Snoyman
aee5e784d4
Bump lower bound on http-reverse-proxy
2015-05-19 10:32:18 +03:00
Michael Snoyman
d192765198
Version bump
2015-05-19 10:21:19 +03:00
Michael Snoyman
85aecc2c51
Avoid infinite loop traversing incoming directory #96
2015-05-17 10:00:00 +03:00
Michael Snoyman
3f0286f92e
Use system-filepath, but only to interact with fsnotify
2015-05-12 15:24:53 +03:00
Michael Snoyman
8aae29fa1b
Incomplete: no system-filepath
2015-05-12 13:01:58 +03:00
Michael Snoyman
491ace549e
Fix five minutes (thanks @tolysz)
2015-05-03 19:57:14 +03:00
Michael Snoyman
28cb3ff587
Version bump
2015-05-03 18:28:39 +03:00
Michael Snoyman
107ddf9e5e
Add info on old release (somehow lost from the history)
2015-04-08 11:21:27 +03:00
Michael Snoyman
558101fc31
Allow blaze-builder 0.4
2015-04-08 11:18:19 +03:00
Michael Snoyman
a47908dee9
Version bump
2015-04-08 11:07:12 +03:00
Yitzchak Gale
4533ef1968
network-conduit-tls is no longer needed.
2015-03-10 16:00:45 +02:00
Michael Snoyman
fedd65b687
Version bump
2015-03-10 09:10:43 +02:00
Yitzchak Gale
9f1e52b736
Support chain certificates.
2015-03-09 22:48:47 +02:00
Michael Snoyman
e6d5d34d0b
Version bump
2015-02-08 07:09:50 +02:00
Christopher Reichert
ee1fd1542c
Add Hspec tests for LabelMap.
...
Additional support for #72 .
2015-01-30 14:02:05 -06:00
tolysz
45ab0c0c84
Update keter.cabal
...
make 7.4 work
2015-01-12 21:41:42 +00:00
Christopher Reichert
3d075f1103
Add background app configuration example.
2014-12-19 15:10:10 -06:00
Michael Snoyman
308deed377
Catch exceptions during reload #64
2014-12-18 08:07:45 +02:00
Michael Snoyman
b281850a74
Version bump
2014-12-17 10:06:16 +02:00
Michael Snoyman
4623114855
Doc improvements
2014-12-17 10:04:30 +02:00
tolysz
3fb65f4545
Update keter.cabal
...
bump `wai-extra` version to have access to `AddHeader` middleware.
2014-12-16 09:03:17 +00:00
Marcin Tolysz
0d8db950a0
Adding the ability to use Middleware
2014-12-12 16:09:07 +00:00
Michael Snoyman
e6faac0c80
Updated changelog
2014-11-15 20:18:06 +02:00
Michael Snoyman
d61f9d10ea
More correct fix for previous commit
2014-11-07 02:05:49 +02:00
Michael Snoyman
84376b75bd
Partial workaround for keter.yaml files that give a port with the hostname.
2014-11-07 01:33:33 +02:00
Michael Snoyman
f6d206c4b1
Version bump
2014-11-03 18:36:22 +02:00
Michael Snoyman
51c1fe3a27
Force redirect to https #39
2014-10-20 08:26:24 +03:00
Michael Snoyman
4ebecfcd77
Switch to changelog.md
2014-10-20 08:26:24 +03:00
Michael Snoyman
d623aff096
Version bump
2014-09-21 18:53:47 +03:00
Michael Snoyman
49cf75cb03
stm min bound
2014-07-24 09:42:28 +03:00
Michael Snoyman
865ee391ad
Set X-Forwarded-Proto
2014-07-24 09:42:13 +03:00
Michael Snoyman
0799d2aacb
Turn on GZIP middleware #38
2014-06-16 14:43:01 +03:00
Michael Snoyman
1cf11ffb0a
WAI 3.0
2014-06-09 13:22:06 +03:00
Michael Snoyman
9e2e05fd95
conduit 1.1
2014-04-03 10:39:26 +03:00
Michael Snoyman
d27500194b
Version bump
2014-03-26 11:47:03 +02:00
Michael Snoyman
48aaf0140b
Remove unused Data.Conduit.Process.Unix code
2014-03-20 14:32:56 +02:00
Michael Snoyman
db62852ff1
Remove dep on unix-process-conduit
2014-03-20 14:11:49 +02:00
Michael Snoyman
e7aded7731
Version bumps
2014-03-09 08:41:13 +02:00
Michael Snoyman
267b262954
Drop unix upper bound
2013-12-04 13:41:17 +02:00
Michael Snoyman
14ca4e21bb
WAI 2.0/http-conduit 2.0
2013-11-10 17:04:26 +02:00
Michael Snoyman
ff5547afc4
Version bump
2013-11-07 16:53:11 +02:00
Michael Snoyman
65c3135908
Temporary workaround for #29
2013-11-07 16:52:02 +02:00
Michael Snoyman
b63b77feb3
Fix a logic error
2013-09-16 13:15:54 +03:00
Michael Snoyman
1f00b2e8c9
Cabal file tweaks
2013-09-08 16:16:07 +02:00
Aaron Friel
3cbd839383
Merge in upstream
2013-08-28 11:37:53 -05:00
Aaron Friel
428dceaf69
Block entropy 0.2.2.2 as it fails to build on my system.
2013-08-21 09:53:51 -05:00
Aaron Friel
3c85e21dab
Merge upstream and bump to 0.4.1 - add wildcard hostname support.
...
Wildcard hostnames are now supported in Keter, with partial RFC2818 support.
Wildcard hostnames can have exceptions, can be specified at arbitrary depths,
and are non-recursive. `*.example.com` will match `foo.example.com` but not
`foo.bar.example.com`. Likewise, `*.*.example.com` will only match the latter,
not the former.
The keter.cabal is modified to build the example app.
Internal string usage is made more homogeneous to use Data.Text. Despite this,
internationalized domain names are not yet supported unless entered in config
files as punycode.
2013-08-04 19:08:27 -05:00
Michael Snoyman
b027d7f659
Background apps
2013-07-31 17:00:03 +03:00
Michael Snoyman
2c177fa7b8
Use newest unix-process-conduit
2013-07-30 19:37:15 +03:00
Michael Snoyman
5c368043c8
Removed Keter.Prelude
2013-07-28 13:41:42 +03:00