Commit History

Author SHA1 Message Date
  Sean McArthur e8cce39245 use enum ParseError for errors instead of strings 12 years ago
  Simon Sapin 98a28e8556 Make whatwg_scheme_type_mapper() public. 12 years ago
  Simon Sapin 94c8757751 Fix bashism (?) in doc.sh that fails on Travis CI. 12 years ago
  Simon Sapin e26b42e617 Unhide the Crates sidebar, it should be correct now. 12 years ago
  Simon Sapin 092c4e6503 Rename the crate to "url". 12 years ago
  Simon Sapin d66150a986 Add a FIXME comment: IPv6 paring is probably wrong. 12 years ago
  Simon Sapin d6f6343dc0 UrlUtils.set_query() works on non-relative URLs, per spec. 12 years ago
  Simon Sapin c05d99d447 IPv6 addresses should serialize to lower-case hexadecimal. 12 years ago
  Simon Sapin c651832cbb Remove done TODO item (Write documentation) in README. 12 years ago
  Simon Sapin f27c9e691d Hide the sidebar on the root documentation page. 12 years ago
  Simon Sapin d7b5cd7d73 Try to fix some documentation links. 12 years ago
  Simon Sapin 7b65628773 Upgrade to rustc a4553453a 2014-07-25. 12 years ago
  Simon Sapin 24a4a03802 Document ALL THE THINGS! 12 years ago
  Simon Sapin c94b93d9d2 Add methods for application/x-www-form-urlencoded access to Url::query 12 years ago
  Simon Sapin 672adcf4c1 Add convenience methods for percent-decoding URL components. 12 years ago
  Simon Sapin 19cc434d57 Add Url::username() and Url::password() convenience accessors. 12 years ago
  Simon Sapin b9b78a8fec Rewrite some match {} statements as Option::map() and Option::and_then() 12 years ago
  Simon Sapin 4f5bf53704 Debug-assert that to_file_path() returns an absolute path. 12 years ago
  Simon Sapin 332768eb77 Also accept a "localhost" domain in to_file_path() 12 years ago
  Simon Sapin 4cbff00def Rename FileLikeScheme to FileLikeRelativeScheme. 12 years ago
  Simon Sapin e18f7e460c Make implementation details of percent-encoding encode sets private. 12 years ago
  Simon Sapin 213589de43 Rename OtherSchemeData to NonRelativeSchemeData 12 years ago
  Simon Sapin 3eb8318302 Convenience wrappers for Punycode and application/x-www-form-urlencoded 12 years ago
  Simon Sapin b95c7f692b Document the Punycode and application/x-www-form-urlencoded modules. 12 years ago
  Simon Sapin ebc0dfa5d0 Link to docs from the README. 12 years ago
  Simon Sapin a121358c21 Makefiles are overrated. 12 years ago
  Simon Sapin 176d52a252 Add some introductory documenation. 12 years ago
  Simon Sapin 8927aad583 Rename utf8_percent_encode_to to utf8_percent_encode 12 years ago
  Simon Sapin 9a0c9204b0 Remove done TODO items from the README. 12 years ago
  Simon Sapin 9e61768761 Prefer doc URL with implicit index.html 12 years ago