Commit History

Author SHA1 Message Date
  Simon Sapin 54f6d73fb8 Rename encoding_override to query_encoding_override. 12 years ago
  Simon Sapin b10fa90374 Have form_urlencoded::serialize take an iterator. 12 years ago
  Simon Sapin 85ccb5b7f4 Add API to override which schemes are relative and default ports. 12 years ago
  Simon Sapin 175f250cf4 Require an UrlParser for UrlUtils. Remove encoding_override from Url. 12 years ago
  Simon Sapin 0320fb55c6 Add UrlParser to set optional parameter through method chaining. 12 years ago
  Simon Sapin 4afc37e466 Add convenience method to acces various pieces of an URL. 12 years ago
  Simon Sapin 3587de380d Rename SchemeRelativeUrl to RelativeSchemeData. 12 years ago
  Simon Sapin 589e7d6221 Upgrade to rustc 459ffc2adc74f5e8b64a76f5670edb419b9f65da 2014-07-17 12 years ago
  Simon Sapin 0d2267bcfb Make percent-{en,de}coding public. 12 years ago
  Simon Sapin d3d0cb7579 Build both dynamic and static libraries 12 years ago
  Simon Sapin 03478b8cb1 Implement Hash for Url. 12 years ago
  Simon Sapin 744f496c27 Implement Eq and PartialEq on Url structs. 12 years ago
  Simon Sapin f9cbdef3af Make (most) struct fields public. 12 years ago
  Simon Sapin 25c45dda3e Add encoding override support in the parser. 12 years ago
  Simon Sapin 6652cd3086 Move URLUtil setters to a separate trait 12 years ago
  Simon Sapin e7de04ed43 Remove done items from the README’s To Do list. 12 years ago
  Simon Sapin d0c9792940 Add some missing non-fatal parse errors. 12 years ago
  Simon Sapin b48193b15e Refactor parse_relative_url() so that OtherSchemeData can not be given. 12 years ago
  Simon Sapin 09788a561c Avoid boolean arguments. 12 years ago
  Simon Sapin 35e1852e59 Add a comment on userinfo encode set (which does not exist in the spec.) 12 years ago
  Simon Sapin de6bd47a1f Add some early returns to reduce indentation. 12 years ago
  Simon Sapin da7f23905b Refactor some repeating/redundant code. 12 years ago
  Simon Sapin 83f494b0f3 Replace the c.len_utf8_bytes() hack by a custom string iterator. 12 years ago
  Simon Sapin 9f257e9f64 Update tests from github.com/w3c/web-platform-tests 12 years ago
  Simon Sapin 5c6e271db3 Add support for expected failures in tests. 12 years ago
  Simon Sapin 86fd85478a Use lookup tables for percent-encoding. 12 years ago
  Simon Sapin f3548e98cf Upgrade to rustc 5ad7286dc37839b7234ff51aab172e48935869d8 2014-07-12 12 years ago
  Simon Sapin 72b7b97343 Temporarily rename the crate to url_, avoid conflict with rust’s url crate. 12 years ago
  Simon Sapin ed958694d2 Update API in README. 12 years ago
  Simon Sapin 7b973db506 U+FFF0 to U+FFFD are now URL code points per spec. 12 years ago