1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 14, 2025 — Feb 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
simplified SendFile response type for now More... over 16 years ago
updated Handler to new sendfile api More... over 16 years ago
groundwork for sendfile laid More... over 16 years ago
version bump to dev version 0.4 More... over 16 years ago
Version bump for happstack-server More... over 16 years ago
Treat strings as UTF-8 in ToMessage instances.
jgm
More... over 16 years ago
version bump and change lower bounds for build-depends More... over 16 years ago
FileServe: don't set the response code via filters (since fileServe ignores those) More... almost 17 years ago
happstack-server: updated haddock comments for fromReqURI and path More... almost 17 years ago
version bump 0.3 => 0.3.1 More... almost 17 years ago
fileServer: serve .htm files as text/html instead of plain/text More... almost 17 years ago
Fix: FileServe, pipelining, and filters don't play nice together More... almost 17 years ago
Fix issue in parser for "Accept-Encoding" header More... almost 17 years ago
happstack-server: fix notFoundHtml and failHtml - added DOCTYPE - fixed missing or invalid tags - escape string passed to failHtml so that Unicode renders and so that html tags are escaped More... almost 17 years ago
a few hlint suggestions More... almost 17 years ago
Generalised 'runWebT' to work over Functors instead of Monads Because of the unfortunate fact that Functor isn't a superclass of Monad I had to add some extra Functor constraints to some users of runWebT such as simpelHTTP'' More... almost 17 years ago
Added 'unFilterFun :: FilterFun a -> (a -> a)' More... almost 17 years ago
Put LANGUAGE pragmas on separate lines This makes it easier to enable or disable extensions simply by commenting them. It also looks prettier. More... almost 17 years ago
Simplified getFilter More... almost 17 years ago
Added type synonym UnWebT type UnWebT m a = m (Maybe (Either Response a, FilterFun Response)) More... almost 17 years ago
inferIxSet and other doc strings More... almost 17 years ago
More readable code layout & removed trailing whitespace Note that I've set my editor (emacs) to: (add-hook 'before-save-hook 'delete-trailing-whitespace) (I think this is good practise) More... almost 17 years ago
Simplified 'withDataFn' More... almost 17 years ago
Guards have fall-through semantics More... almost 17 years ago
Renamed 'Writer.tell' to 'tell' More... almost 17 years ago
Fixed bug in comment of 'SetAppend' More... almost 17 years ago
Simplified 'guardRq' 'when (f rq /= True)' --> 'unless (f rq)' More... almost 17 years ago
Explicit imports in SimpleHTTP This makes it much easier understanding this module. The only thing that is left to do is explicitly importing things from: 'Happstack.Server.HTTP.Types' and 'Happstack.Server.Cookie' However these modules are directly exported from SimpleHTTP, so I don't what code I will break if I do that. More... almost 17 years ago
Renamed 'value' to 'extract' This follows the name from category-extras. More... almost 17 years ago
Fixed "Warning: Defined but not used: `getFileFunc'" More... almost 17 years ago