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.3 has been updated
       via  37df7b58927d4ced0b79d2542e8ceee5bd48458c (commit)
       via  7c863759a09e141c8dd3bff5931aefe8a9acc471 (commit)
       via  c16f95b8db382c7e2d3de41bb02bf6b04934d772 (commit)
       via  44c576f2fb9d1c9a3be07814ede5cf5682420ab9 (commit)
       via  6b954db032885d63df10048076ecc47f9deb6e40 (commit)
       via  e742e100006a8d3cfb534e88e7eaeb1b368aebd8 (commit)
       via  dc2dfb3219ea6281bca09532930a7fce5cff0001 (commit)
       via  3c16c7fa12d8dbadaae9f327a08d61c5df566534 (commit)
       via  d33b527c51d69b2e145eab2c2dd34b6e3992adab (commit)
       via  50497e9726db1d3e52afb9608e8f4f8bb3b8b4e5 (commit)
       via  f6ba94ca72f70cbd16586c8f2509fcec69618d1a (commit)
       via  b3ebefc8d2609bcaa1be9613ab63c26fe1810ed1 (commit)
       via  d49aa1bdffa623fec97b6a0a087908382fff027d (commit)
       via  1759bf85decea74b83a5d0035f7b05a5bae8e5cf (commit)
       via  de0ab6a2c056c7067681fcc9ce231c7feb91d657 (commit)
       via  35a83ca1baae767d320e40ff2d3c1df33c2f7208 (commit)
       via  bbce5a3d77a4f2bdbccf713aabbea1a2d0a74cd9 (commit)
       via  bf25c81143baeff40ff23add6df62e9a19510ff4 (commit)
       via  53cf92232ff69c6dea4b3ffc8d6d7f59a354afeb (commit)
       via  bf50ce5ed3c8f612444124ad851295c82a20a2ff (commit)
       via  350f0d2fd10857560dc6af48353d5a3c589d4829 (commit)
       via  0628a7fadbef0eadd6bbef6ae4b862bf37f57f48 (commit)
       via  65ed2c88b5bc7f4296ab123c369f4ec8d5cebf4f (commit)
       via  a43874fce4ab984998a774e0467ab8234d9d646a (commit)
       via  2a39406dc8a746dd9e2da02750c6a0f45d9a8ba1 (commit)
       via  ef7def97a0f419372f8dda30376108bf24a57b56 (commit)
       via  fead1586fdd5485041c549caeccca67822c4530a (commit)
       via  b3aa125d6ce2180d8740bf0374ea54f63aaf5f2f (commit)
       via  552c9b98ca281cf8039507dc71fdd9063ef94573 (commit)
       via  49532df049a9b4b59627e26ba02f44b3f5bd9236 (commit)
       via  b482c98d0cda7dd03afee7f35b6ac5e77599a7bb (commit)
       via  ffc57c6a7f1d5dc82fee303d99a3dda3188e2402 (commit)
       via  775935eb4a1065a7c4ed32a3d8ae6118dfd3219c (commit)
       via  e33282b149be786b099cd2263c32756d61e19b9c (commit)
       via  12903833b3a130b1eba1ef1fd512e7bc3feb0df4 (commit)
      from  9133177448b8ef77187c477b4a6e8ac94b8d89e9 (commit)


Summary of changes:
 .gitignore                                         |    2 +
 snap-server.cabal                                  |   10 +-
 src/Snap/Internal/Http/Parser.hs                   |  100 +++---
 src/Snap/Internal/Http/Server.hs                   |  130 +++++----
 src/Snap/Internal/Http/Server/LibevBackend.hs      |  164 +++++-----
 src/Snap/Internal/Http/Server/SimpleBackend.hs     |  154 +++++++---
 test/benchmark/Benchmark.hs                        |   12 +-
 .../Snap/Internal/Http/Parser/Benchmark.hs         |   48 ++--
 test/benchmark/Snap/Internal/Http/Parser/Data.hs   |   24 ++
 test/{pongserver => common}/Paths_snap_server.hs   |    0
 test/common/Snap/Test/Common.hs                    |   88 +++++
 test/common/Test/Common/Rot13.hs                   |   19 ++
 test/common/Test/Common/TestHandler.hs             |   73 +++++
 test/runTestsAndCoverage.sh                        |   13 +-
 test/snap-server-testsuite.cabal                   |   55 ++--
 test/suite/Paths_snap_server.hs                    |    9 -
 test/suite/Snap/Internal/Http/Parser/Tests.hs      |  112 +++----
 test/suite/Snap/Internal/Http/Server/Tests.hs      |  333 +++++++++++++++-----
 test/suite/Snap/Test/Common.hs                     |   20 --
 test/suite/Test/Blackbox.hs                        |  236 ++++++++++++++
 test/suite/TestSuite.hs                            |   29 ++-
 test/testserver/Main.hs                            |   37 +--
 test/testserver/Paths_snap_server.hs               |    9 -
 23 files changed, 1148 insertions(+), 529 deletions(-)
 create mode 100644 test/benchmark/Snap/Internal/Http/Parser/Data.hs
 rename test/{pongserver => common}/Paths_snap_server.hs (100%)
 create mode 100644 test/common/Snap/Test/Common.hs
 create mode 100644 test/common/Test/Common/Rot13.hs
 create mode 100644 test/common/Test/Common/TestHandler.hs
 delete mode 100644 test/suite/Paths_snap_server.hs
 delete mode 100644 test/suite/Snap/Test/Common.hs
 create mode 100644 test/suite/Test/Blackbox.hs
 delete mode 100644 test/testserver/Paths_snap_server.hs

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 37df7b58927d4ced0b79d2542e8ceee5bd48458c
Merge: 9133177 7c86375
Author: Mighty Byte <[email protected]>
Date:   Sat Oct 2 11:08:38 2010 -0400

    Merge branch 'master' into 0.3
    
    Conflicts:
        snap-server.cabal

-----------------------------------------------------------------------


hooks/post-receive
-- 
snap-server
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to