Commit Graph

67 Commits

Author SHA1 Message Date
Michael Snoyman
089e6492df Version bump 2016-05-22 07:30:54 +03:00
Moritz Kiefer
013fc92257 Allow process-1.4 2016-05-20 08:28:48 +02:00
Michael Snoyman
007c32993f Version bump for #541 2016-05-11 07:45:46 +03:00
Michael Snoyman
2a755b739d Merge pull request #541 from simonmichael/master
don't launch if server fails; kill server on exit #537
2016-05-02 20:20:42 +03:00
Simon Michael
8ee4d4ac47 name the other flag, too #537 2016-05-02 09:02:55 -07:00
Simon Michael
6f7f5b67fb don't launch if server fails; kill server on exit #537
Make the server thread and launch/monitor thread more aware of each
other, using async. Now, we won't launch a browser until the server is
ready to serve pages, and we won't launch it at all if the server fails
to start. Also we make sure to terminate the server thread whenever the
main thread terminates, eg from ctrl-c in GHCI.
2016-05-02 09:01:31 -07:00
Michael Snoyman
5dc1cc5911 Version bunch 2016-04-22 09:09:45 +03:00
Simon Michael
ea02528588 make host configurable too
Cf fpco/streaming-commons/#29
2016-04-21 13:48:34 -07:00
Michael Snoyman
f28324165f Version bound tweaks for wai/warp 3.2 2015-12-30 08:22:11 +02:00
Michael Snoyman
6f51eb9876 Version bump 2015-07-05 09:24:44 +03:00
Michael Snoyman
1fc3e11232 Allow packages to compile together 2015-06-23 11:25:32 +03:00
Michael Snoyman
2fa3e22f45 wai-handler-launch: allow blaze-builder 0.4 2015-02-23 13:57:44 +02:00
Michael Snoyman
a0a35e4880 Version bump 2015-01-29 18:30:29 +02:00
Yitzchak Gale
2f732a06d8 Use _snprintf from msvcrt in windows.c. 2015-01-29 12:42:31 +02:00
Michael Snoyman
50d7a20ca3 Doc link updates 2014-12-21 11:27:53 +02:00
Michael Snoyman
efe040c916 Merge branch 'no-conduit'
Conflicts:
	wai-extra/wai-extra.cabal
	wai-handler-launch/wai-handler-launch.cabal
	wai-test/wai-test.cabal
	wai-websockets/wai-websockets.cabal
	wai/wai.cabal
	warp-tls/warp-tls.cabal
	warp/Network/Wai/Handler/Warp/Response.hs
	warp/warp.cabal
2014-06-09 10:24:51 +03:00
Michael Snoyman
46b5809b77 Version bumps 2014-05-23 07:37:27 +03:00
Michael Snoyman
059a145df1 Fixes for wai-handler-launch 2014-05-22 18:06:28 +03:00
Michael Snoyman
5be28b611f Add missing import 2014-05-22 14:33:44 +03:00
Michael Snoyman
800577cd03 Converted wai-handler-launch (I miss conduit) 2014-05-22 14:32:06 +03:00
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
Simon Hengel
3afe3bcdfd Remove upper bound on transformers 2014-05-11 13:01:42 +08:00
Michael Snoyman
49d8f4b43e conduit 1.1 2014-03-27 16:30:24 +02:00
Michael Snoyman
c4ab46e429 responseRaw 2014-03-05 18:47:13 +02:00
Michael Snoyman
097e900709 Relax some Warp upper bounds 2014-03-05 08:49:08 +02:00
Michael Snoyman
06972c79c8 Merge branch 'master' into wai2
Conflicts:
	wai-app-static/wai-app-static.cabal
	wai-extra/wai-extra.cabal
	wai-websockets/Network/Wai/Handler/WebSockets.hs
	wai-websockets/wai-websockets.cabal
	warp/warp.cabal
2013-11-13 10:06:47 +02:00
Elliot Robinson
422049a37e Relaxes upper bound on process dependency 2013-11-06 19:27:07 -05:00
Kazu Yamamoto
67a0bf58f0 Merge branch 'no-resourcet3' into no-resourcet-tuning
Conflicts:
	warp/Network/Wai/Handler/Warp/Run.hs
2013-10-09 11:53:48 +09:00
Michael Snoyman
08fa25c6db No ResourceT used in WAI 2013-10-08 12:46:19 +03:00
Stephen Paul Weber
b2fa01e715 Pass the Request to the exception handler
We change the exception handler to take Maybe Request, because some
exceptions will happen before we have managed to parse a Request yet.

Add an exception handler to everything just after the Request is parsed
that does pass the Request through.

This allows the exception handler to give more useful data to the
application developer.

Closes #173
2013-09-30 13:09:57 -05: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
469a28fc0c http-types 0.8 2013-01-28 21:40:58 +02:00
Michael Snoyman
e4e61ba7a6 Version bumps 2012-09-25 12:36:14 +02:00
Michael Snoyman
fcab26654a wai-handler-launch binding (#101) 2012-09-24 16:19:02 +02:00
Vincent Berthoux
6dd7936960 Fixing windows compilation, the module Foreign.String doesn't exist 2012-09-07 12:22:59 +02:00
Michael Snoyman
e47441da22 http-types 0.7 2012-07-06 15:50:45 +03: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
e6d928124b Remove upper bounds on bytestring (yesodweb/shakespeare#60) 2012-04-29 09:35:38 +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
5cd782b20b cabal file tweaks 2012-04-03 13:15:28 +03:00
Michael Snoyman
d301d90387 Switch from BSD3 to MIT 2012-04-03 10:41:15 +03:00
Michael Snoyman
92b36ba608 transformers 0.4 2012-03-28 16:16:40 +02: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