Commit Graph

139 Commits

Author SHA1 Message Date
Stephen Paul Weber
51b81d3e42 Keep media type parameters in Accept
Closes #117
2012-10-09 17:28:17 -05:00
Michael Snoyman
cca95749b9 network 2.4 2012-09-19 09:02:00 +03:00
Simon Hengel
0b91331e18 wai-extra: Require hspec-1.3.* 2012-09-15 13:26:28 +02:00
Simon Hengel
ba55c74a87 wai-extra: Add .ghci 2012-09-15 13:24:58 +02:00
Michael Snoyman
ba85dd9cc2 Version bumps 2012-09-10 17:11:23 +03:00
Michael Snoyman
17f29fa018 Remove some upper bounds 2012-09-09 16:01:04 +03:00
Michael Snoyman
893b9896ab wai-extra still works with older fast-logger 2012-09-04 18:35:02 +03:00
Kazu Yamamoto
453bb1e9db caching up to fast-logger 0.3. 2012-09-03 11:21:45 +09:00
Michael Snoyman
16914dfa9f Provide more information to file upload sinks (yesodweb/yesod#262) 2012-07-11 15:57:01 +03:00
Michael Snoyman
d7c337f644 loggerDateRef -> loggerDate 2012-07-09 14:10:50 +03:00
Michael Snoyman
33192027a1 Include logger subrepo 2012-07-09 11:43:40 +03:00
Michael Snoyman
e47441da22 http-types 0.7 2012-07-06 15:50:45 +03:00
Michael Snoyman
aa7d631887 Refactored RequestLogger (#360) 2012-07-05 09:55:41 +03:00
Michael Snoyman
70d7ba3702 tempFileSinkOpts (#82) 2012-07-02 11:27:55 +03:00
Michael Snoyman
9540e02500 Import sinkToPipe 2012-07-01 10:14:06 +03:00
Michael Snoyman
c79b2ab6aa Removed data-default bounds 2012-06-26 09:28:32 +03:00
Michael Snoyman
c05721037c Merge remote-tracking branch 'origin/master' into beta
Conflicts:
	wai-extra/Network/Wai/Parse.hs
	wai-extra/wai-extra.cabal
2012-06-21 07:04:16 +03:00
Michael Snoyman
2d2582c450 Full upgrade to conduit 0.5 2012-06-21 06:59:41 +03:00
Felipe Lessa
b448ef8825 Remove trailling whitespace from wai-extra.cabal. 2012-06-14 08:43:00 -03:00
Felipe Lessa
5ff746f97b Bump wai-extra's version to 1.2.0.5. 2012-06-14 08:42:47 -03:00
Felipe Lessa
f7045215a8 Merge pull request #84 from tsuraan/master
wai-extra form processing speedup
2012-06-14 04:41:56 -07:00
Michael Snoyman
d1b3a6fe19 No decoding for multipart values (yesodweb/yesod#368) 2012-06-14 07:02:00 +03:00
jay groven
cc4fa1ba76 negative bytestring indices are bad; put a floor of 0 under them to preserve the original behaviour 2012-06-13 21:16:51 -05:00
jay groven
733fe489ba put in version restrictions 2012-06-13 20:30:00 -05:00
jay groven
68fafe619d Network.Wai.Search is no longer part of the repo; pull it out of the .cabal as well 2012-06-13 20:23:00 -05:00
jay groven
04c497f823 pull out -O2; it no longer makes any difference 2012-06-13 20:20:17 -05:00
jay groven
aa7f3e5d24 use stringsearch instead of borrowing from Data.Text 2012-06-13 20:17:17 -05:00
jay groven
ea84d791fd comment out the exports as well as the test functions 2012-06-13 18:21:21 -05:00
jay groven
e4e95525bd apply the Data.Text.Search searching code to the wai findBound function for a significant speedup 2012-06-13 18:06:34 -05:00
Michael
8d248475ad Replaced BackEnd with normal conduit Sinks 2012-06-13 17:20:39 +03:00
Michael Snoyman
8ef6adcef3 Version bumps 2012-05-20 19:53:59 -07:00
Simon Hengel
0eff32d6a8 wai-extra: Allow hspec < 1.2 2012-05-20 19:53:59 -07:00
Michael Snoyman
ff950cac6c Remove upper bounds on bytestring (yesodweb/shakespeare#60) 2012-05-20 19:53:59 -07:00
Lyndon Maydwell
d7fdae277f Removing temporary comment 2012-05-20 19:53:58 -07:00
Lyndon Maydwell
61a3a5f5e4 Adding test case for ignoring non-urlencoded body data 2012-05-20 19:53:58 -07:00
Lyndon Maydwell
9964314552 Adding test for methodOverridePost middleware 2012-05-20 19:53:58 -07:00
Michael Snoyman
3d1c8544cd Update license with MIT license 2012-05-20 19:53:58 -07:00
Lyndon Maydwell
49aafc2642 Adding Documentaiton to MethodOverridePost 2012-05-20 19:53:58 -07:00
Lyndon Maydwell
6d91123730 Adding documentation 2012-05-20 19:53:58 -07:00
Lyndon Maydwell
f56b870f6c Repopulating the request body from the lazy list created. 2012-05-20 19:53:58 -07:00
Michael Snoyman
12a07b0b5d Version bumps 2012-05-20 19:53:58 -07:00
Lyndon Maydwell
6741bf994a Adding cabal dependency on resourcet 2012-05-20 19:53:58 -07:00
Lyndon Maydwell
288b8fbe51 Adding a POST variant of methodOverride 2012-05-20 19:53:58 -07:00
Michael Snoyman
58547c8bb7 Fix a typo 2012-05-20 19:53:57 -07:00
Michael Snoyman
e330456ef7 MethodOverride: only on POST 2012-05-20 19:53:57 -07:00
Michael Snoyman
e1f581b69e Document methodOverride 2012-05-20 19:53:57 -07:00
Michael Snoyman
32d9893c42 Doc fix 2012-05-20 19:53:57 -07:00
Michael Snoyman
83fdd907e7 data-default 0.4 2012-05-20 19:53:57 -07:00
Michael Snoyman
e84d817677 Switch from BSD3 to MIT 2012-05-20 19:53:57 -07:00
Michael Snoyman
8149617280 Version bumps 2012-05-09 10:07:33 +03:00