1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 22 hours ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
wrap-params now always adds maps, so we can tell whether it's been run and avoid nil exceptions More... over 14 years ago
wrap-params now does not parse params if they already exist in the request map More... over 14 years ago
Factor base64 and url encoding/decoding into ring.util.codec. More... over 14 years ago
Use ring.util.response. More... over 14 years ago
Rename redirect-to -> redirect, introduce ring.util.response/response and response augmenters, introduce ring.util.file. More... over 14 years ago
Added static-file response to r.u.response More... over 14 years ago
README typo. More... over 14 years ago
Start sketching ring.util.{request,response}. More... over 14 years ago
Fill out library descriptions. More... over 14 years ago
Refine the README for new project structure, add thanks. More... over 14 years ago
Remove redundant repository declarations, add per-subproject descriptions. More... over 14 years ago
update README with new instructions; add subproject jar files to gitignore More... over 14 years ago
update subproject project.clj files for organization More... over 14 years ago
move tests into appropriate 'subproject' More... over 14 years ago
Doc and example tweaks. More... over 14 years ago
Changed r.m.session-test to use c.c.mock.test-adapter for clojure.test integration More... over 14 years ago
separate project according to functionality to prepare for split into different jars More... over 14 years ago
Added multipart form middleware More... over 14 years ago
wrap-params now tries to take character encoding from request before defaulting to UTF-8 More... over 14 years ago
Added functional session middleware and unit tests More... over 14 years ago
:configurator and :join? arguments to run-jetty. More... over 14 years ago
No longer using fcase. More... over 14 years ago
Depend on clojure-contrib 1.1.0 final. More... over 14 years ago
Port tests to clojure.test. More... over 14 years ago
Removed Apache Commons IO dependency More... over 14 years ago
Add .gitignore More... over 14 years ago
Added cookie middleware and unit tests More... over 14 years ago
Add mvnrepository.com as a repository, so we can fetch the latest HttpComponents. More... over 14 years ago
Depend on latest stable Apache HttpComponents, with correct names. More... over 14 years ago
Move examples out of , so that Lein does not automatically compile them. More... over 14 years ago