Commit Graph

1508 Commits

Author SHA1 Message Date
Michael Snoyman
2c17ae8d02 Bump lifted-base dep (fixes #224) 2014-01-30 08:25:06 +02:00
Michael Snoyman
67c5b5c7d3 tls version bump 2014-01-27 12:11:37 +02:00
Michael Snoyman
9dcdf88cda Version bump 2014-01-27 10:05:11 +02:00
Michael Snoyman
084a3d2791 Merge pull request #223 from vincenthz/master
upgrade warp-tls to tls 1.2
2014-01-26 23:56:55 -08:00
Vincent Hanquez
903e6d8c9d upgrade to tls 1.2 2014-01-27 06:53:50 +00:00
Michael Snoyman
ff5cf6e215 Merge pull request #222 from paul-rouse/master
Auto-flush in 'Detailed' log format
2014-01-26 04:15:55 -08:00
paul-rouse
6807b859ad Auto-flush in 'Detailed' log format 2014-01-26 11:42:10 +00:00
Michael Snoyman
acf311e418 Proper usage of clockDateCacher #221 2014-01-21 22:20:46 +02:00
Michael Snoyman
35686776d1 Fix some code 2014-01-19 15:49:43 +02:00
Michael Snoyman
e88c696406 Version bump 2014-01-19 15:45:03 +02:00
Michael Snoyman
4b2e7eb557 Include rawQueryString in WS.RequestHead #217 2014-01-18 19:45:41 +02:00
Greg Weber
5f28ae648f fix vhost export 2014-01-17 06:39:09 -08:00
Greg Weber
793c815904 Merge pull request #216 from yesodweb/redirect-helper
add redirection helper functions
2014-01-14 09:16:48 -08:00
Michael Snoyman
e373da27ec Proper version bump 2014-01-14 08:18:40 +02:00
Greg Weber
d995cbce6f add redirection helper functions
probably these belong somewhere else
2014-01-13 13:07:21 -08:00
Michael Snoyman
d4e843be5b Force log flushing after each message yesodweb/yesod#647 2014-01-13 16:20:32 +02:00
Michael Snoyman
0cca05dd48 Merge branch 'master' of github.com:yesodweb/wai 2014-01-12 19:39:00 +02:00
Michael Snoyman
7c9e8a21df Fix warp-tls for buffer changes 2014-01-12 19:38:25 +02:00
Michael Snoyman
929264ea87 Merge pull request #215 from yesodweb/small-accept-log
devel logger: Accept doesn't need its own line
2014-01-06 21:52:12 -08:00
Greg Weber
58a36b6795 devel logger: Accept doesn't need its own line
GET /static/vendor/angularjs/angular-cookies.min.js
Accept: */*

will now be

GET /static/vendor/angularjs/angular-cookies.min.js | */*
2014-01-06 10:59:06 -08:00
Kazu Yamamoto
ee4877ee0d Using a connection buffer to send RspBuilder. 2014-01-06 11:48:58 +09:00
Kazu Yamamoto
808ee2a961 refactoring. 2014-01-06 11:00:55 +09:00
Greg Weber
96e62fdc3f Merge pull request #213 from hdgarrood/master
Add Network.Wai.UrlMap
2014-01-05 06:51:29 -08:00
Harry Garrood
4b348b659c style: align arguments 2014-01-04 00:35:30 +00:00
Harry Garrood
58dcb6454b UrlMap: Should 404 when no applications match 2014-01-04 00:32:26 +00:00
Harry Garrood
a99e8838f6 Improve UrlMap documentation
Add type signatures in code example
2014-01-04 00:24:45 +00:00
Harry Garrood
83138f0701 Add documentation for UrlMap 2014-01-04 00:22:54 +00:00
Harry Garrood
a7de40c590 Add UrlMap (with tests) 2014-01-04 00:11:15 +00:00
Michael Snoyman
e7a3a6ab9b Fix pong.hs 2014-01-01 21:49:10 +02:00
Michael Snoyman
0c3b855e48 Possible fix for #114 2014-01-01 21:44:51 +02:00
Michael Snoyman
64656e8474 Call withSocketsDo in warp-tls #212 2013-12-29 08:35:07 +02:00
Michael Snoyman
19bd886dd4 fast-logger 2.1 support 2013-12-26 13:54:03 +02:00
Michael Snoyman
6e6e9184ad Work around changes in fast-logger #209 2013-12-24 17:14:19 +02:00
Kazu Yamamoto
2ed89f1a17 Merge pull request #207 from rgrinberg/master
typos
2013-12-21 14:53:18 -08:00
Rudi Grinberg
1b853e6f24 typos 2013-12-21 13:55:55 -08:00
Michael Snoyman
6ebfc9c6bc Version bump 2013-12-13 08:22:53 +02:00
Michael Snoyman
bea0431dba Don't prematurely delete temp files yesodweb/yesod#630 2013-12-13 06:34:28 +02:00
Kazu Yamamoto
be88a4fd48 ver bumps up. 2013-12-10 21:32:29 +09:00
Michael Snoyman
73a3cc5eb5 Remove text upper bound 2013-12-10 12:33:53 +02:00
Michael Snoyman
b9eef250bd Merge branch 'maintain/1.4' 2013-12-10 09:26:46 +02:00
Michael Snoyman
386390ffe0 Use isPathSeparator 2013-12-10 09:26:42 +02:00
Michael Snoyman
9a715a75f1 Merge branch 'maintain/1.4'
Conflicts:
	wai-app-static/wai-app-static.cabal
2013-12-10 09:02:04 +02:00
Michael Snoyman
821d7e42c9 Embedded static file fix for Windows yesodweb/yesod#626 2013-12-10 09:01:38 +02:00
Kazu Yamamoto
3b1a4186f5 Merge pull request #204 from joeyh/master
avoid using c_recv on Windows
2013-12-08 12:40:34 -08:00
Joey Hess
63ec4daa07 avoid using c_recv on Windows
Instead, copy how the network package does it on Windows, using
readRawBufferPtr.

Fixes https://github.com/yesodweb/wai/issues/202
2013-12-08 16:15:34 -04:00
Kazu Yamamoto
14a1e161cc uncomment necessary test code for Windows. 2013-12-08 08:20:04 +09:00
Kazu Yamamoto
823de5abba Merge pull request #203 from sol/master
wai: Update README
2013-12-07 14:00:10 -08:00
Simon Hengel
3cb9faa6db wai: Update README 2013-12-07 11:40:03 +01:00
Michael Snoyman
da570bfd0b Version bump 2013-12-04 14:56:31 +02:00
Michael Snoyman
d1dae07fd8 Remove text upper bounds 2013-12-04 14:56:08 +02:00