Commit History

Author SHA1 Message Date
  Steven Fackler 827cc63750 Use define_encode_set 8 years ago
  Steven Fackler 20bebc236e Escape backslash in special URL path components 8 years ago
  Markus Westerlind 76129753a7 Suppress warnings about using AsciiExt 8 years ago
  David Kellum 255df06d4f Add syntax_violation_callback, SyntaxViolation enum 8 years ago
  bors-servo e3e0b34a3b Auto merge of #412 - valenting:fix-file-bug, r=SimonSapin 9 years ago
  Valentin Gosu a706400a94 Fix file:#frag test case 9 years ago
  Valentin Gosu dba0e4d169 Handle file URLs with host when path starts with Windows drive letter 9 years ago
  Valentin Gosu 63e12b0b43 Stop percent decoding %2e all the time 9 years ago
  bors-servo 222c34cefe Auto merge of #406 - valenting:empty-pass, r=SimonSapin 9 years ago
  Valentin Gosu 2f479abc27 Properly handle empty username and/or password 9 years ago
  Valentin Gosu 803b8bd99e Use opaque host parser for non-special schemes 9 years ago
  Vasudev Kamath 2fb1b03810 Fix typo in parse.rs s/authentification/authentication/ 9 years ago
  Keith Yeung ef40dcd684 Add HeapSizeOf impl for ParseError 9 years ago
  Daniel Lockyer 6db4c409e3 Tidy up some small nits 9 years ago
  Daniel Lockyer 3c21bd9650 Use nice helper functions 9 years ago
  Daniel Lockyer 844e2d5cf8 Switch double-quotes to single-quotes 9 years ago
  Daniel Lockyer 01ec217a82 Remove lifetimes 9 years ago
  Sam Whited b4d74000f1 Replace usage of try! with ? 9 years ago
  Manish Goregaokar a3e8a6d54d Percent-encode fragments based on https://github.com/whatwg/url/pull/169 9 years ago
  Simon Sapin 540bba5cec Simplify Parser::parse_host and Parser::parse_file_host 10 years ago
  Simon Sapin 46df76caed Systematically ignore tabs and newlines. 10 years ago
  Simon Sapin 91ee6518d9 Parse based on iterators instead of &str slices. 10 years ago
  Simon Sapin 4a59d935fc Let’s not try to manually maintain a list of authors. 10 years ago
  Simon Sapin e4035794b0 More detailed error type for Url::set_host 10 years ago
  Simon Sapin adba760e29 Copyright date 10 years ago
  Simon Sapin 680d93c41d pathname setter tests and fixes 10 years ago
  Simon Sapin 42e608e236 host setter tests and fixes 10 years ago
  Simon Sapin d3e9824a21 Cow wrangling. (Reduce allocations/copying.) 10 years ago
  Simon Sapin b4bbaaa521 Docs 10 years ago
  Simon Sapin ca6a4aeaa3 Remove some `unsafe` blocks. 10 years ago