1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 28, 2025 — Jan 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixes to the gzip output filter. More... almost 17 years ago
fix version Host patch My last patch to fix the Host header broke the build. This fixes it. More... almost 17 years ago
add a gzip/compress filter Please help me test the compress support. I am not sure it works at the moment. More... almost 17 years ago
fix the Host version number. More... almost 17 years ago
more Happstack.Data documentation More... almost 17 years ago
minor doc changes More... almost 17 years ago
add html error messages This adds an 500 and a 404 page that are (slightly) more descriptive. fail inside WebT or ServerPartT now pops up an ISE page with the error description. More... almost 17 years ago
apply filter was useless-added setHeaderM applyFilter wasn't working as expected, and it's more or less useless, unfortunately. So I've removing from the API. This fixes runWebT and simpleHTTP which were dropping any headers and response codes you set. More... almost 17 years ago
added some logging to http (listen port is displayed as notice) More... almost 17 years ago
add type synonym for SetFilter (Dual (Endo f)) More... almost 17 years ago
fix application order of filters More... almost 17 years ago
remove no monomorphism restriction flag Completing the cleanup removed the need for the NoMonomorphismRestriction from SimpleHTTP More... almost 17 years ago
fix all the examples to compile and use new ServerPartT monad More... almost 17 years ago
purpropagate new style into the rest of the modules. This change propogates all the changes to SimpleHTTP to the rest of the modules by purging all references to WebT nearly all references to ServerPartT, generalizing the types of all ServerPartTs (in particular, fileServe), and generally cleaning up internal modules to take advantage of new monad machinery More... almost 17 years ago
Removed dependency of happstack-server on happstack-state - Happstack.Store.Util (happstack-server) axed - webQuery, webUpdate in SimpleHTTP moved to Happstack.Util (happstack) - closes issue 14 More... almost 17 years ago
remove references to ServerPartT and WebT in FileServe.hs More... almost 17 years ago
removed references to WebT from Trace.hs More... almost 17 years ago
changed [ServerPartT m a] functions to just take ServerPartT m a More... almost 17 years ago
fix getData and getData', more docs, class fixes. getData and getData' was inconsistent compared with withData and withDataFun. This also adds more documentation (nearly everything is documented now) and takes Andreas' suggestion of making WebMonad, FilterMonad, and ServerMonad have Monad in the class header. More... almost 17 years ago
more documentation More... almost 17 years ago
minor cleanups More... almost 17 years ago
fix WebMonad to provide more flexible typing. More... almost 17 years ago
fix require require accidentialy changed behavior. This restores the old behavior. More... almost 17 years ago
fix doc typo in description of SetAppend More... almost 17 years ago
add getData and getData' More... almost 17 years ago
add missing imports More... almost 17 years ago
more polishing of the WebT/ServerPartT change. More... almost 17 years ago
server examples build against Happstack More... almost 17 years ago
Refactor WebT and ServerT to be built from basic monad transformers, implement standard monad transformer lifting instances, generalize all the type signatures and update documentation example with new, concise do blocks More... almost 17 years ago
moved Happstack.Server.Cron to Happstack.Util.Cron - this isn't really related to server and thus belongs in util - this closes issue 60 More... almost 17 years ago