Commit Graph

350 Commits

Author SHA1 Message Date
Michael Snoyman
e0fcc8a6b5 Version bump 2016-06-16 14:53:05 +03:00
Timothy Humphries
752c340939 Gzip: add note about GzipFiles 2016-06-14 22:07:52 +10:00
Michael Snoyman
082bd633cd Version bump for #544 2016-04-25 16:21:01 +03:00
Holger Reinhardt
5d711c8016 don't use deprecated CRT functions on Windows 2016-04-25 12:03:14 +02:00
Kazu Yamamoto
1d2c07dc45 set lower bound correctly. 2016-04-15 22:48:17 +09:00
Michael Snoyman
a84c6a1b79 Lower bound on base (fixes #530) 2016-04-11 09:11:30 +03:00
Michael Snoyman
f7458f600a default-language cruft 2016-03-22 11:15:24 +02:00
Michael Snoyman
edf0101ede Version bump for #525 2016-03-22 10:26:46 +02:00
winterland
a154301748 Add DeriveDataTypeable, fix build on ghc 7.6 2016-03-22 14:11:37 +08:00
winterland
b787234202 add requestSizeCheck 2016-03-22 12:02:22 +08:00
Michael Snoyman
4a8d4d9825 Add missing fields for CGI module (fixes yesodweb/yesod#1186)
Pinging @kazu-yamamoto, if we add more fields to Request in the future,
this needs to be updated again.
2016-03-16 14:47:31 +02:00
Michael Snoyman
9aa47b5c1c Version bump for #515 2016-03-10 20:32:52 +02:00
Kelly McLaughlin
af8be5267d Case insensitive multipart request header lookup
Treat Content-Type and Content-Disposition header names as case
insensitive when parsing the parts of multipart requests. These names
were previously treated as case sensitive which causes parsing problems
when attempting to parse requests that may use all lower case header
names.
2016-03-10 09:59:48 -07:00
Chris Martin
ccb61536f8 Fix bad link in tempFileBackEndOpts doc 2016-03-06 16:55:45 -08:00
Michael Snoyman
fda63985d6 Clarify docs on logStdout and logStdoutDev (fixes #515) 2016-02-29 10:15:52 +02:00
Michael Snoyman
a46f52a427 Remove trailing whitespace 2016-01-12 13:21:30 +02:00
Michael Snoyman
049a3bb94f Version bump (fixes #506) 2016-01-12 13:21:14 +02:00
Michael Snoyman
85dc5e515c Merge branch 'master' of https://github.com/jprider63/wai into jprider63-master 2016-01-12 13:19:31 +02:00
knupfer
e34f63bd9e compress favicon.ico 2016-01-11 15:05:52 +01:00
jprider63
c45f2acdc5 Forgot to update the cabal file. 2016-01-11 07:38:30 -05:00
jprider63
546948508e Middleware to force domain names. #506 2016-01-11 07:18:50 -05:00
Michael Snoyman
f28324165f Version bound tweaks for wai/warp 3.2 2015-12-30 08:22:11 +02:00
Michael Snoyman
6309fb1098 Version bump 2015-11-18 09:00:49 +02:00
MHova
d28375e069 Use flusher for Apache outputFormat 2015-11-17 14:33:56 -08:00
MHova
5548e7fe8c Honor autoFlush for Logger 2015-11-16 20:38:16 -08:00
MHova
3e73f94417 Restore auto-flushing for Handle 2015-11-16 20:36:32 -08:00
Greg Weber
c010a2826f fix test now that the request logger logs the body 2015-10-16 13:13:37 -07:00
Greg Weber
8137be3121 version bump and ChangeLog for smarter gzip 2015-10-16 12:40:32 -07:00
Greg Weber
d012aec29c only gzip responses < 860 bytes 2015-10-16 12:39:51 -07:00
Greg Weber
e2e135ff3e add a contentLength helper 2015-10-16 12:38:23 -07:00
Greg Weber
1549898048 fix wai-extra version number
not sure what happend to wai-extra 3.0.11
I messed that up somehow
2015-10-09 15:53:10 -07:00
Greg Weber
7dbf0b7d90 wai-extra version bump for backwards compatibility 2015-10-09 12:48:51 -07:00
Greg Weber
33c96a1eca use fromByteString to support older library versions 2015-10-09 11:54:28 -07:00
Michael Snoyman
b822a1fe71 Increase lower bound (fixes #446) 2015-10-08 14:49:54 +03:00
Eric Easley
b4d61b9743 Update changelog about JSON RequestLogger 2015-10-06 10:33:10 -07:00
Eric Easley
33a7ddffa5 Add detailed custom formatter and JSON formatter 2015-09-24 14:32:42 -07:00
Mikkel Christiansen
be9983eeb4 Change from deprecated breakByte to break. 2015-07-29 14:15:43 +02:00
Christopher Reichert
8285802eca Merge pull request #409 from mschristiansen/warnings
Remove causes of compiler warnings. Use headers from http-types.
2015-07-28 10:43:03 -05:00
Mikkel Christiansen
06aa52b325 Remove causes of compiler warnings. Use headers from http-types. 2015-07-28 10:52:29 +02:00
Mikkel Christiansen
5a4e6e85c4 Add X-Forwarded-Proto to appearsSecure. 2015-07-28 08:16:43 +02:00
Michael Snoyman
f370437b58 Version bump 2015-07-24 20:09:51 +03:00
Nathan Smyth
4d73e50785 Using decodeUtf8' on Request Body
To prevent garbage data from polluting the logs, we check to see if the
data can be safely be turned into utf8. If not, we ignore the line.
2015-07-23 23:02:24 +08:00
Nathan Smyth
364c0cd74f Detailed output in RequestLogger includes Req Body
While the body is correctly retrieved, at no point was it actually
included in the logs.
2015-07-23 18:36:48 +08:00
Michael Snoyman
019ab41ec7 wai-extra version bump 2015-07-21 02:10:29 +03:00
Greg Weber
698d4663bd add routed middleware function 2015-07-20 00:03:20 -07:00
Michael Snoyman
4b37c94173 Version bump 2015-07-09 21:35:50 +03:00
Levi Notik
4708baa307 remove incorrect doc notes about log functions implemented on top of logCallback 2015-07-09 14:28:26 -04:00
Michael Snoyman
a7e7229c9a fast-logger 2.4 2015-07-07 05:17:20 +03:00
Michael Snoyman
cf7e2921e7 Remove -Werror 2015-07-05 08:52:22 +03:00
Greg Weber
37a7f5030b move helpers into wai 2015-07-04 19:00:31 -07:00