This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap-server".
The branch, 0.5 has been updated
via f8da3548adb71f09e57927b4dba10b613cde2a74 (commit)
via f26d5a292142b7857a2250eeb64c45b6cf48473d (commit)
via 3e30900a3c5818ebf9dced2d79c7a85880ef5f77 (commit)
via da140b2035d4bdfab7dcb479ddba449ca13db26a (commit)
via fa81e0ae22ad1747003b9a668f536676835ffaba (commit)
via 434c460e6604765516effb3a44c12d60074e69dc (commit)
via 57fe137a0d4026945afe81b23ac817f4427eaea8 (commit)
via f5a950c6738286b5ffee5f9dc09ba12bf2e678fb (commit)
via 1858e139da23f034e4005eba5d68c9852092a796 (commit)
via 675b514840875d9ef7fcb3e617cae5e3302385be (commit)
via ef83a1387878f0408e21ebbbfd8f04a68fcb507d (commit)
via 44e84b0bab6cd681edb71b4d8e94c4249ef40b4e (commit)
via 051fc184e6c21c57729f2da50950091ea03c3179 (commit)
via 1bdd9857c96fdc8ba5608bd4fa9e84934cf6eea6 (commit)
via c85d5f115bad894eb6de3f69830198c3be2becc9 (commit)
via 8940dab509bab5f796993bfd5f20c511081f0199 (commit)
via 5e8ca06b0b3389da14296c7f9bb2b07ccaf6c33f (commit)
via 240233977e52aef9036774c0ea015378a380c2db (commit)
via 533e8ad1c68cf5ebb2c8caff67ff1dae986a12f0 (commit)
via 71b8f947e1b190dbecf02d7625527d422198df91 (commit)
via ef0c08e562f6522a6e5e0186ab66a4980efa3f12 (commit)
via 18b1037d8d450a59d5969ef40b2af23f06141f82 (commit)
from 50b0d3778b705d73a825b6aba1e623ea1fb91334 (commit)
Summary of changes:
README.SNAP.md | 2 +-
snap-server.cabal | 9 +-
src/Snap/Http/Server/Config.hs | 55 ++++--
src/Snap/Internal/Http/Parser.hs | 210 ++++++++++++--------
src/Snap/Internal/Http/Server.hs | 2 +
src/Snap/Internal/Http/Server/LibevBackend.hs | 24 +--
src/Snap/Internal/Http/Server/SimpleBackend.hs | 9 +-
src/System/SendFile/Darwin.hsc | 18 +-
src/System/SendFile/FreeBSD.hsc | 36 ++--
src/System/SendFile/Linux.hsc | 14 +-
.../Snap/Internal/Http/Parser/Benchmark.hs | 57 ++----
test/snap-server-testsuite.cabal | 17 ++-
test/suite/Test/Blackbox.hs | 30 ++-
test/suite/TestSuite.hs | 40 +++--
14 files changed, 300 insertions(+), 223 deletions(-)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f8da3548adb71f09e57927b4dba10b613cde2a74
Merge: 50b0d37 f26d5a2
Author: Gregory Collins <[email protected]>
Date: Thu Jun 16 17:26:50 2011 -0400
Merge branch 'master' into 0.5
diff --cc snap-server.cabal
index 8f1336a,3c315c5..511175e
--- a/snap-server.cabal
+++ b/snap-server.cabal
@@@ -1,11 -1,10 +1,10 @@@
name: snap-server
-version: 0.4.4
+version: 0.5
synopsis: A fast, iteratee-based, epoll-enabled web server for the Snap
Framework
description:
- This is the first developer prerelease of the Snap framework. Snap is a
- simple and fast web development framework and server written in Haskell. For
- more information or to download the latest version, you can visit the Snap
- project website at <http://snapframework.com/>.
+ Snap is a simple and fast web development framework and server written in
+ Haskell. For more information or to download the latest version, you can
+ visit the Snap project website at <http://snapframework.com/>.
.
The Snap HTTP server is a high performance, epoll-enabled, iteratee-based
web
server library written in Haskell. Together with the @snap-core@ library
upon
-----------------------------------------------------------------------
hooks/post-receive
--
snap-server
_______________________________________________
Snap mailing list
[email protected]
https://mailman-mail5.webfaction.com/listinfo/snap