Commit Graph

1955 Commits

Author SHA1 Message Date
Michael Snoyman
693e99129a Merge pull request #342 from creichert/master
Augment wai-extra package description.
2015-02-24 17:31:01 +02:00
Christopher Reichert
e17e6baf8c Augment wai-extra package description.
Resolves #298.
2015-02-24 09:12:54 -06:00
Michael Snoyman
aab03416ae Travis: ghc --version and cabal --version
Pinging @kazu-yamamoto
2015-02-23 16:37:34 +02:00
Michael Snoyman
8cfcdf93d5 Version bump 2015-02-23 14:39:48 +02:00
Michael Snoyman
aa67e046b9 Merge branch 'master' of https://github.com/manny-fp/wai 2015-02-23 14:39:18 +02:00
Michael Snoyman
f21a05dcc9 Version bump 2015-02-23 14:31:22 +02:00
Michael Snoyman
9f701e7585 wai-websockets: Allow blaze-builder 0.4 2015-02-23 14:28:48 +02:00
Emanuel Borsboom
67adcd7635 warp: fix build when bytestring < 0.10.2.0 (#340) 2015-02-23 04:18:49 -08:00
Michael Snoyman
2fa3e22f45 wai-handler-launch: allow blaze-builder 0.4 2015-02-23 13:57:44 +02:00
Michael Snoyman
39c273e3cd Merge pull request #339 from joelteon/master
Clean up imports in WaiExtraSpec.hs for GHC 7.10
2015-02-23 07:19:55 +02:00
Joel Taylor
80d3b1a660 Clean up imports 2015-02-22 16:58:15 -08:00
Michael Snoyman
1cf8e91f29 Version bump 2015-02-22 22:31:25 +02:00
Michael Snoyman
4fccc89004 Merge branch 'wantclientcert' of https://github.com/clinty/wai 2015-02-22 22:30:26 +02:00
Michael Snoyman
5eba374f10 Version bump 2015-02-22 22:29:39 +02:00
Michael Snoyman
6656a87bdc Attempt to fix doctest on Travis
Pinging @manny-fp
2015-02-22 22:27:04 +02:00
Emanuel Borsboom
a35895aaff warp: support blaze-builder >= 0.4 2015-02-22 07:20:13 -08:00
Michael Snoyman
583bd6a8bf wai-extra: allow blaze-builder 0.4 2015-02-22 15:12:03 +02:00
Michael Snoyman
8407d0831a wai: allow blaze-builder 0.4 2015-02-22 15:11:43 +02:00
Clint Adams
4faabd1a87 brown-bag 2015-02-18 14:14:00 -05:00
Clint Adams
0aede8df40 Document newly-added tlsWantClientCert and tlsServerHooks fields. 2015-02-18 12:18:43 -05:00
Clint Adams
093e7c094c and allow setting of tls ServerHooks so client certs can be validated 2015-02-15 14:46:48 -05:00
Clint Adams
52b953c5ad Allow warp-tls to request client certificates. 2015-02-15 13:22:28 -05:00
Michael Snoyman
0ffb30e569 Version bump 2015-02-08 21:31:54 +02:00
Greg Weber
841b2ec4e4 Merge pull request #334 from yesodweb/pb-run-env
Add runEnv: like run but uses $PORT
2015-02-08 11:24:31 -08:00
patrick brisbin
ac1effe251
Raise informative error on failure to read $PORT 2015-02-08 13:39:33 -05:00
patrick brisbin
ef8ceaa890
Add runEnv: like run but uses $PORT 2015-02-06 13:12:03 -05:00
Michael Snoyman
07688c086a Version bump 2015-02-04 19:30:41 +02:00
Michael Snoyman
c30e0a91ab Version bump 2015-02-04 19:30:03 +02:00
Kazu Yamamoto
02e21202cb changing the type of runSettingsConnectionMakerSecure #302 2015-02-04 21:23:52 +09:00
Kazu Yamamoto
49928b8681 renaming recvSendLoop to http1 to get ready for http2. 2015-02-04 21:00:51 +09:00
Kazu Yamamoto
920ba5fcb8 better naming for readability. 2015-02-04 20:54:14 +09:00
Kazu Yamamoto
cb4556d220 fixing the doc for sendResponse. 2015-02-04 20:38:35 +09:00
Kazu Yamamoto
f3d601afcc Merge pull request #333 from dylex/master
Improve range handling to return 416
2015-02-04 16:11:18 +09:00
Kazu Yamamoto
49a40e7f2e adding modern cipher suites required by HTTP/2.
relating to #322.
2015-02-04 15:51:10 +09:00
Michael Snoyman
ef000926a1 Merge pull request #332 from creichert/master
Add additional DHE RSA and DSA ciphers to warp-tls default ciphers list.
2015-02-03 16:42:07 +02:00
Dylan Simon
d9cb4b798e Improve range handling to return 416
Prevent parsing negative range end-points, truncate ranges to file size, and
correctly return 416 when requested range is outside file bounds.
2015-02-02 00:34:54 -05:00
Christopher Reichert
a1217e56f7 Add additional DHE RSA and DSA ciphers to warp-tls default ciphers list. 2015-02-01 09:42:26 -06:00
Michael Snoyman
a0a35e4880 Version bump 2015-01-29 18:30:29 +02:00
Michael Snoyman
48ee14d020 Merge pull request #331 from ygale/whl-msvcrt
wai-handler-launch cannot be loaded dynamically on 64 bit Windows
2015-01-29 06:10:36 -08:00
Yitzchak Gale
2f732a06d8 Use _snprintf from msvcrt in windows.c. 2015-01-29 12:42:31 +02:00
Christopher Reichert
169ef6ebc6 Merge pull request #330 from dschalk/master
Modified websockets server.lhs to better detect client disconnects.
2015-01-28 12:45:55 -06:00
dschalk
e23060357e Modified websockets server.lhs to better detect client disconnects. 2015-01-28 12:16:53 -05:00
Kazu Yamamoto
7701f2624c warp: ver bumps up. 2015-01-23 15:50:25 +09:00
Kazu Yamamoto
cee1871155 Makeing recvSendLoop tail recursive (#326). 2015-01-23 15:45:04 +09:00
Kazu Yamamoto
e6028bfce9 warp: ver bumps up. 2015-01-22 11:21:58 +09:00
Kazu Yamamoto
7500bc7b8e if FilePart is specified, obtaining the file size from it (#328).
stat(2) is not called if FilePart is specified.
This is a workaround for sophisticated applications.
2015-01-21 11:43:59 +09:00
Michael Snoyman
036be26dac Fix test suite 2015-01-15 09:44:27 +02:00
Michael Snoyman
341fbaf0b8 Relax wai-extra dep again 2015-01-15 08:49:52 +02:00
Michael Snoyman
6506cf001a Revert UrlMap changes from #325 2015-01-15 08:47:40 +02:00
Michael Snoyman
0b2aae6e13 Revert "Temporarily roll back rawPathInfo change in UrlMap"
This reverts commit 3d99b586a0.
2015-01-15 08:45:25 +02:00