1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #2 from silkapp/monad-control-0.3 More... over 9 years ago
Support monad-control 0.3.* again More... over 9 years ago
Add ExceptT instances More... over 9 years ago
Add MonadCatch and MonadThrow instance (from the exceptions package) for ServerPartT et. al. More... over 9 years ago
7.4.0: updated .cabal file. More... over 9 years ago
happstack-server: update to monad-control 1.0 More... over 9 years ago
allow text 1.2 More... over 9 years ago
happstack-server: add upper bounds on network and network-uri More... over 9 years ago
happstack-server-7.3.8: add flag to support use of new network-uri package More... over 9 years ago
happstack-server: fixed a minor typo on the example usage of the http guard More... almost 10 years ago
happstack-server-7.3.7: allow network 2.5 More... almost 10 years ago
happstack-server: after closing the listening socket, all force timeout all the threads More... almost 10 years ago
happstack-server: added forceTimeout and forceTimeoutAll functions More... almost 10 years ago
happstack-server-7.3.6: allow latest mtl and transformers More... about 10 years ago
happstack-server: Add (Lazy|Strict).(StateT|WriterT|RWST) instances for all happstack classes More... about 10 years ago
happstack-server-7.3.5: bumped version More... about 10 years ago
happstack-server: WebT now uses the 'fail' behavior of the monad it wraps instead of hardcoding its own behavior More... about 10 years ago
happstack-server: in rloop, use failResponse to render prettier HTML error messages instead of a plain-text string. More... about 10 years ago
happstack-server: some whitespace cleanup More... about 10 years ago
happstack-server-7.3.4: bump version number More... about 10 years ago
happstack-server: fix mkHeader to merge headers values such that their order is the same as the original list More... about 10 years ago
happstack-server: decode x-www-form-urlencoded directly from ByteString.Lazy as it might be long when inside body More... about 10 years ago
happstack-server: report ram limits coressed on x-www-form-urlencoded as Entity Too Large More... about 10 years ago
happstack-server-7.3.3: allow text 1.1 and blaze-html 0.8 More... over 10 years ago
Handle 'Socket is not connected' when doing socket shutdown More... over 10 years ago
happstack-server-7.3.2: allow text 1.0 More... over 10 years ago
happstack-server-7.3.1: headers are now sent in the order they are added instead of the reverse order More... over 10 years ago
Failing test case for cookie ordering bug. More... over 10 years ago
happstack-server-7.3.0: bumped version More... almost 11 years ago
if the connection is terminated by the timeout manager, really kill the thread instead of trying to keep-alive/continue More... almost 11 years ago