1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 23 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added new libraries to README More... about 13 years ago
content-type middleware handles nil responses gracefully More... about 13 years ago
Added content-type middleware More... about 13 years ago
Added more mime-type extensions More... about 13 years ago
Factored out mime-type functions into ring.util.mime-type More... about 13 years ago
Fixed wrap-lint middleware to accept ISeq as valid response body More... about 13 years ago
Improved multipart :store option documentation More... about 13 years ago
Added temp-file-store as default multipart file store More... about 13 years ago
Refactored multipart middleware, added :store option More... about 13 years ago
Release 0.3.6. More... about 13 years ago
wrap-session no longer dies on nil response More... about 13 years ago
wrap-flash no longer dies on nil response More... about 13 years ago
Fixed timing attack in signature verification in the cookie session store by replacing = with secure-compare. Adapted from http://codahale.com/a-lesson-in-timing-attacks/ Not using Java's MessageDigest.isEqual since that had a vulnerability until recently More... over 13 years ago
Improved documentation for SessionStore and wrap-session More... over 13 years ago
Release 0.3.5. More... over 13 years ago
Updated Jetty dependencies to 6.1.26 More... over 13 years ago
Fixed broken Jetty test More... over 13 years ago
Excluded clojure and clojure-contrib deps from autodoc More... over 13 years ago
remove ring-httpcore-adapter from main ring tree, now its own project More... over 13 years ago
remove trailing whitespace More... over 13 years ago
When body is an InputStream, ensure it gets closed at the end More... over 13 years ago
Use context classloader for fulfilling resource responses More... over 13 years ago
Release 0.3.4. More... over 13 years ago
wrap-cookies no longer overwrites any pre-set Set-Cookie headers More... over 13 years ago
ring-servlet: removed the newline at the end of the response body More... over 13 years ago
Docstring for r.u.servlet/set-status. More... over 13 years ago
Release 0.3.3. More... over 13 years ago
Make contrib a dev dependency for session tests. More... over 13 years ago
Remove contrib dependencies from r.h.dump. More... over 13 years ago
Fix imports in r.m.file-info. More... over 13 years ago