0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jan 19, 2025 — Jan 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed protocol.clj More... almost 15 years ago
Moved protocol back into uri.clj, and began implementing Uri. More... almost 15 years ago
Changed query-params to query-pairs in query-pairs in uri.clj. More... almost 15 years ago
Added constructor.clj. More... almost 15 years ago
Added parse-scheme-specific, parse-authority, and parse-uri to parser.clj. More... almost 15 years ago
Renamed parse-scheme-specific to parse-generic in parse.clj. More... almost 15 years ago
Added parse-scheme-specific to parser.clj. More... almost 15 years ago
Added parser.clj. More... almost 15 years ago
Renamed UniversalResourceIdentifier to UniformResourceIdentifier. More... almost 15 years ago
Moved the UniversalResourceIdentifier protocol definition to protocol.clj. More... almost 15 years ago
Added protocol.clj. More... almost 15 years ago
Updated the implementation of the uri protocol for java.net.URI to build a string and pass that as the sole argument to the URI class. Passing separate args causes unwanted encoding to occur. More... almost 15 years ago
Added default-encoding, and updated query-param to do encoding and decoding. More... almost 15 years ago
Updated query-param in uri.clj to allow params to be set in a URI query string. More... almost 15 years ago
Added alist-replace to query-string, which lets you replace a value in an alist. More... almost 15 years ago
Added query-keys to uri.clj, which returns the keys of the query string for the given URI. More... almost 15 years ago
Added functions to uri.clj for retrieving keys and values from the query-string of a URI. More... almost 15 years ago
Added functions to query_string for converting between query-strings, lists, and alists. More... almost 15 years ago
Added query_string.clj. More... almost 15 years ago
Implemented UniversalResourceIdentifier on java.net.URI, java.net.URL, String, and clojure.lang.IPersistentMap. Also wrote functions map->uri, uri->map, string->map, and map->string. More... almost 15 years ago
Removed java_uri.clj. More... almost 15 years ago
Added java_uri.clj, and import java.net.URI into uri.clj. More... almost 15 years ago
Removed core.clj. More... almost 15 years ago
Removed java-uri.clj. More... almost 15 years ago
Moved extension back to uri.clj. More... almost 15 years ago
Moved the extension of java.net.URI by UniversalResourceIdentifier to java-uri. More... almost 15 years ago
Added java-uri.clj. More... almost 15 years ago
Began extending java.net.URI with UniversalResourceIdentifier. Only scheme is implemented so far. More... almost 15 years ago
Added uri.clj, and started writing a UniversalResourceIdentifier protocol. More... almost 15 years ago
Initial Commit More... almost 15 years ago