1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 11, 2025 — Feb 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update to mtl >= 1.1 && < 2.1 This should update happstack to build against the new mtl 2, while retaining compatibility with mtl 1.x. More... over 15 years ago
prefix unknown response codes with a space, per RFC More... over 15 years ago
do not log thread killed exception. it is a normal condition. More... over 15 years ago
happstack-server: catch isFullError from accept() and try again http://code.google.com/p/happstack/issues/detail?id=101 More... over 15 years ago
happstack-server: small code formatting change More... over 15 years ago
happstack-server: fixed typo - quote -> quota More... over 15 years ago
logM is slow. Make it optional in the main Handler loop. More... over 15 years ago
happstack-server: update approximate time module. Use approximate time in Timeout and Cookie modules. More... over 15 years ago
happstack-server: merged in latest timeout handling code from upstream More... over 15 years ago
happstack-server: rename Version to HttpVersion so that it does not conflict with the Version class from happstack-data More... over 15 years ago
happstack-server: compressedResponseFilter: fall back to identity for sendfile() when permitted. Added some tests for compressedResponseFilter to the test suite. closes: http://code.google.com/p/happstack/issues/detail?id=121 More... over 15 years ago
happstack-server: added instance Show Request More... over 15 years ago
add CookieLife. Set both max-age and expires. fixes: http://code.google.com/p/happstack/issues/detail?id=127 More... over 15 years ago
happstack-server: export readRq for use with checkRq More... over 15 years ago
lookCookie should call rqDataError instead of fail if a cookie is not found More... over 15 years ago
fix outputTraceMessage to actually show the message More... over 15 years ago
happstack-server: many haddock changes. Some re-export changes. More... over 15 years ago
Finish adding HasRqData More... over 15 years ago
happstack-server: Added .Internal. and removed .HTTP. More... over 15 years ago
happstack-server: export ServerPart More... over 15 years ago
happstack-server: major refactoring. Split simpleHTTP into many sub-modules More... over 15 years ago
add version restriction to mtl More... over 15 years ago
changes for GHC 7 compatibility More... over 15 years ago
happstack-server: update .cabal file to force blaze-html 0.2.* More... over 15 years ago
fixed_for_blaze-html I fixed three small bugs: - the import of the renderer was not correct. Perhaps someone should check whether there is some other renderer in the blaze-html package that was suppossed to be used in line 430? For me this works. - Consequently, I also added the qualified import of the renderer in line 430 - I did not understand the signature of the instance declaration on line 428, I removed the "a" since this did not compile for me. More... over 15 years ago
add support for Transfer-Encoding: chunked, output More... over 15 years ago
removal HaXml dependency/support This package removes support for and use of HaXml. This should make it easier to install Happstack, and to get it Debian (which ships HaXml 1.13) and Arch (which uses > 1.21). More... over 15 years ago
happstack-server: clarify the caching of parsed request body More... over 15 years ago
happstack-server: fixed typo in BlazeHtml content-type More... over 15 years ago
happstack-server: fix compilation error related to blaze-html More... over 15 years ago