1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
happstack-server: use -fno-warn-unused-do-bind More... about 14 years ago
happstack-server: actually export 'dirs' guard More... over 14 years ago
set SO_KEEPALIVE so that dropped connections will eventually time out The first step towards addressing the issue raised in this thread: http://www.haskell.org/pipermail/haskell-cafe/2010-February/072852.html More... over 14 years ago
Fix compile error in example code. More... over 14 years ago
Fix comment typos. More... over 14 years ago
Use block quotes for haddock comments. More... over 14 years ago
FileServe: minor correction to documentation More... over 14 years ago
various minor doc/comment grammar/content fixes
joe
More... over 14 years ago
file serve functions now use MonadPlus instead of setting explicit 404 The file serving functions have traditionally returned 404 if the file was not found. This made the file serving parts different from the other parts which just call mzero on failure. More... over 14 years ago
bump dev version to 0.4.3 This is required so that cabal install does not pull modules down from hackage More... over 14 years ago
update to QuickCheck 2 More... over 14 years ago
happstack-server: added 'dirs' More... over 14 years ago
Allow colons in names, per stepcut's message on happstack mailing list of Tue, 29 Dec 2009 03:41:47 -0800 (PST). More... over 14 years ago
updated location: in .cabal More... over 14 years ago
Happtack 0.4.1 - new STABLE release More... over 14 years ago
happstack-server: bump sendfile depends 0.6 -> 0.6.1 More... over 14 years ago
happstack-server: removed bogus System.Posix.IO import More... over 14 years ago
move ServerMonad (ErrorT e m) to a different location in SimpleHTTP More... over 14 years ago
ServerMonad instance for ErrorT More... over 14 years ago
happstack-server: updated Cookie unit tests to new version of the Cookie type More... over 14 years ago
unrprofixy, clarity (use fromMaybe instead of two calls to maybe) More... over 14 years ago
happstack-server: remove what seems to an unneeded (WebMonad Response m) constraint on rproxyServe More... over 14 years ago
happstack-server: update to sendfile 0.6 API More... over 14 years ago
Added secure flag to cookies. Defaults to False. More... over 14 years ago
Fixed 'defined but not used' error.
jgm
More... over 14 years ago
Removed unneeded imports in happstack-server.
jgm
More... over 14 years ago
added a more complete mime types mapping More... over 14 years ago
happstack-server: fix supportsIPv6 to work with newer versions of network library Show resolve this 'Unsupported socket' error. http://code.google.com/p/happstack/issues/detail?id=88 More... over 14 years ago
fixed haddock example for simpleHTTPWithSocket More... over 14 years ago
fixed minor doc typo More... over 14 years ago