Commit Graph

24 Commits

Author SHA1 Message Date
Michael Snoyman
f6107c166d Remove all conduit deps in cabal files 2014-05-22 10:16:21 +03:00
Michael Snoyman
c42f6f9954 cabal bumps to 3.0 2014-05-22 09:19:43 +03:00
Michael Snoyman
49d8f4b43e conduit 1.1 2014-03-27 16:30:24 +02:00
Michael Snoyman
b256831266 Version bumps 2014-03-06 18:03:43 +02:00
Michael Snoyman
c4ab46e429 responseRaw 2014-03-05 18:47:13 +02:00
Michael Snoyman
0dd6663f53 Everything compiles, version bumped to 2.0 2013-08-19 11:41:56 +03:00
Michael Snoyman
613242a461 requestBodyLength yesodweb/yesod#468 2013-02-18 12:20:22 +02:00
Michael Snoyman
4a896f255e Version bumps 2013-02-18 05:56:12 +02:00
Michael Snoyman
187e086bd5 conduit 1.0 compatibility 2013-02-10 17:39:49 +02:00
Michael Snoyman
2d2582c450 Full upgrade to conduit 0.5 2012-06-21 06:59:41 +03:00
Michael Snoyman
8149617280 Version bumps 2012-05-09 10:07:33 +03:00
Michael Snoyman
bf0568654f Update license with MIT license 2012-04-27 17:31:26 +03:00
Michael Snoyman
574af524df Version bumps (new license) 2012-04-09 10:12:29 +03:00
Michael Snoyman
d301d90387 Switch from BSD3 to MIT 2012-04-03 10:41:15 +03:00
Michael Snoyman
416cb5d466 Everything compiles with conduit 0.4 2012-03-27 14:07:48 +02:00
Michael Snoyman
af7d1a79cb conduit 0.3 2012-02-26 08:49:28 +02:00
Michael Snoyman
67bb38e0de conduit 0.2 2012-01-27 16:42:55 +02:00
Michael Snoyman
675aeb8105 Flushing 2012-01-26 07:09:11 +02:00
Michael Snoyman
99b274e4e2 Version bump 2012-01-19 10:27:59 +02:00
Michael Snoyman
d26504183f RequestBody is now a Source
This may not be a good move, but here's the rationale. We have a few
reasons to avoid buffering:

* It's a performance overhead
* It's less well understood

In this case, none of our code is actually utilizing the buffered aspect
of the source. Warp comes the closest, but in fact only uses it
internally. After it's done with the buffered actions, it applies
isolate, which creates an unbuffered source again.

Overall, I'm beginning to think that the place for buffering is only
internal, and all external interfaces should be unbuffered (there's a
similar commit to http-conduit).
2012-01-17 17:37:19 +02:00
Michael Snoyman
b84e0e8197 Relax conduit upper bound 2012-01-17 16:56:15 +02:00
Michael Snoyman
342421b28f unbufferSource from conduit 0.0.1 2012-01-06 14:34:48 +02:00
Michael Snoyman
91bf6acd67 Include wai-frontend-monadcgi 2012-01-06 12:44:10 +02:00
Michael Snoyman
d0fb59814b Add 'wai-frontend-monadcgi/' from commit '9dbc92c5b589139f417662c561727b57bd68a11b'
git-subtree-dir: wai-frontend-monadcgi
git-subtree-mainline: 36722c8dac
git-subtree-split: 9dbc92c5b5
2012-01-06 12:38:33 +02:00