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: updated TimeoutManager from warp More... about 12 years ago
happstack-server-6.6.3: fixed haddock docs so they build More... over 12 years ago
happstack-server-6.6.2 More... over 12 years ago
added FromReqURI instances for Text and lazy Text More... over 12 years ago
happstack-server: added hapstack-lite example to ToMessage More... over 12 years ago
happstack-server: fixed issue with decoding multipart/form-data http://code.google.com/p/happstack/issues/detail?id=169 More... over 12 years ago
split TLS support out of happstack-server into happstack-server-tls More... over 12 years ago
Unicode decoding of request paths when requested as String. fixes a problem with non-ascii characters in paths. Browsers encode these paths as follows: first, they convert them to a byte stream containing UTF8 encoded text. Then, they convert this byte stream to an url-encoded string of bytes. I've tested this in Firefox, Chrome, Opera and IE, and they all do the same (simple to test using 'nc -l 12345' and then going to something like http://localhost:12345/aäß). However, the fix might not be the right place to fix this, I'm not sure. It does work in our use, though. More... over 12 years ago
Don't unescape +'s in path segments in happstack. More... over 12 years ago
happstack-server: allow empty cookies Allows empty cookies (passed with 'k='). We ran into this with an analytics package that set such a cookie: it broke our login, since happstack couldn't parse the cookies, and discarded everything. Now it returns an empty string as the value for the empty cookie. I believe this is according to the spec, although I haven't checked it myself. It is at least something browsers send in the wild. More... over 12 years ago
happstack-server-6.5.7: added Happstack.Server.I18N More... over 12 years ago
happstack-server: remove bogus text from flatten haddock docs More... over 12 years ago
happstack-server-6.5.6: added strict versions of lookText and lookTexts More... over 12 years ago
happstack-server-6.5.4: revert overzelous fix to encodings where we try to parse Doubles and Integers More... over 12 years ago
happstack-server: reorder response code functions so that they are sorted numerically by response code More... over 12 years ago
happstack-server-6.5.3: fix flag description for https More... over 12 years ago
happstack-server-6.5.2: depends on cryptopp instead of crypto++. rename 'disable-https' to 'https' and set to 'True' by default. More... over 12 years ago
happstack-server: minor haddock fixes More... over 12 years ago
added Happstack instance for ReaderT, StateT, WriterT, and RWST More... over 12 years ago
happstack-server: now builds with out any warnings More... over 12 years ago
happstack-server: remove Happstack.Server.XSLT so that we do not need to depend on happstack-data. Plus I doubt anyone was using it. More... over 12 years ago
formatting cleanup in Happstack.Server.Internal.Types More... over 12 years ago
happstack-server-6.5.1: added support for https:// aka TLS/SSL More... over 12 years ago
happstack-server: sort results in alphabetically in directory listing More... over 12 years ago
happstack-server: mark methodSP as deprecated More... over 12 years ago
happstack-server: user reports that happstack-server no longer compiles against mtl 1 More... over 12 years ago
happstack-server-6.4.6: should work with GHC 7.4 now. More... over 12 years ago
server: re-name type variables in type family instances More... over 12 years ago
server: Num no longer implies Eq or Show More... over 12 years ago
happstack-server-6.4.5: bumped version. More... over 12 years ago